26package umontreal.ssj.rng;
28import umontreal.ssj.rng.RandomStream;
29import umontreal.ssj.rng.MRG32k3a;
Represents a random stream factory capable of constructing instances of a given type of random stream...
RandomStream newInstance()
Constructs and returns a new random stream.
This interface defines the basic structures to handle multiple streams of uniform (pseudo)random numb...