rmathd.rng.rng

Undocumented in source.

Members

Classes

MINSTDRAND
class MINSTDRAND
Undocumented in source.
MINSTDRAND0
class MINSTDRAND0
Undocumented in source.
MT19937
class MT19937
Undocumented in source.
MT1993764
class MT1993764
Undocumented in source.
RandomNumberGenerator
class RandomNumberGenerator
Undocumented in source.

Functions

gen_rand_num_code
immutable(string) gen_rand_num_code()
Undocumented in source. Be warned that the author may not have intended to support it.
get_seed
void get_seed(uint _seed)
Undocumented in source. Be warned that the author may not have intended to support it.
rand
auto rand(T lower, T upper)
Undocumented in source. Be warned that the author may not have intended to support it.
seed_set
void seed_set()
Undocumented in source. Be warned that the author may not have intended to support it.
setRNG
void setRNG(RNG rng)
Undocumented in source. Be warned that the author may not have intended to support it.
set_seed
void set_seed(uint _seed)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

randomSeed
uint randomSeed;
Undocumented in source.
seedSet
bool seedSet;
Undocumented in source.
threadRNG
RandomNumberGenerator threadRNG;
Undocumented in source.
userSeed
bool userSeed;
Undocumented in source.

Meta