Interface IRandomStream
-
- All Known Implementing Classes:
ApacheMathRandomGenerator
,MT19937RandomGenerator
public interface IRandomStream
Interface for rngs from differing libraries.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
nextDouble()
void
setSeed(int[] seed)
void
setSeed(long[] seed)
-