scalation.random
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.
StreamMaker
Random
Random2
http://www.iro.umontreal.ca/~simardr/ssj/indexe.html
Print the first 'k' seeds for the 'MRG31k3p' random number generator.
the number of seeds to print (defaults to 1000)
The
StreamMaker
object computes seeds forRandom
andRandom2
, 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.http://www.iro.umontreal.ca/~simardr/ssj/indexe.html