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