StreamMaker

scalation.random.StreamMaker
object StreamMaker

The StreamMaker object computes seeds for Random and Random2, both of which implement the 'MRG31k3p' random number generator. This generator has a period length around 2^185. Each seed is a 6-dimensional vector of 32-bit integers.

Attributes

See also
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def printSeeds(k: Int): Unit

Print the first k seeds for the 'MRG31k3p' random number generator.

Print the first k seeds for the 'MRG31k3p' random number generator.

Value parameters

k

the number of seeds to print (defaults to 1000)

Attributes