Interface IRandomStream
- All Known Implementing Classes:
ApacheMathRandomGenerator
,MT19937RandomGenerator
public interface IRandomStream
Interface for rngs from differing libraries.
-
Method Details
-
setSeed
void setSeed(int[] seed) -
nextDouble
double nextDouble() -
setSeed
void setSeed(long[] seed)
-