public interface RandomDataGenerator<T> extends Pseudorandom, scala.Serializable
| Modifier and Type | Method and Description |
|---|---|
RandomDataGenerator<T> |
copy()
Returns a copy of the RandomDataGenerator with a new instance of the rng object used in the
class when applicable for non-locking concurrent usage.
|
T |
nextValue()
Returns an i.i.d.
|
setSeedRandomDataGenerator<T> copy()
T nextValue()