Packages

o

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.

See also

http://www.iro.umontreal.ca/~simardr/ssj/indexe.html

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamMaker
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def printSeeds(k: Int = 1000): Unit

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

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

    k

    the number of seeds to print (defaults to 1000)