I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com

Random

Carry

Random number generator class using George Marsaglia's multiply with carry algorithm.
void Carry::Next ()
void Carry::Next ()
Icon

Fish Moore

Random number generator class using the Fishmann-Moore algorithm.
void FishMoore::Next ()
Icon

LGM

Random number generator class using the Lewis-Goodman-Miller algorithm with additional Marsaglia mixing.
Icon

Mersenne

Random number generator class using the Mersenne Twister algorithm
void Mersenne::Init (unsigned long s)
unsigned long Mersenne::Next ()
Icon

Mother Of All

Random number generator class using George Marsaglia's mother of all algorithm.
void MotherOfAll::Next ()
Icon

Wich Hill

Random number generator class using the Wichmann-Hill algorithm.
Icon