public class SimpleRandom
extends java.util.Random
| Constructor and Description |
|---|
SimpleRandom()
Creates a new Unique Random number by using the seed.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Random |
getRandom()
Returns the used Random object.
|