public class RandomPlus
extends java.util.Random
Random class, so that more
complex random numbers can easily be drawn as well.| Modifier and Type | Field and Description |
|---|---|
private long |
seed
The seed.
|
| Constructor and Description |
|---|
RandomPlus()
Creates a Random Plus object.
|
RandomPlus(long seed)
Creates a Random Plus object with a given seed.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getSeed()
Gets the seed.
|