rmathd ~master (2017-08-09T14:05:15Z)
Home
Dub
Repo
MT19937
rmathd
rng
rng
Undocumented in source.
class
MT19937 :
RandomNumberGenerator
{
immutable
(
string
)
RNGName
;
Mt19937
engine
;
this
();
this
(immutable(string) name);
}
Constructors
this
this
()
Undocumented in source.
this
this
(immutable(string) name)
Undocumented in source.
Members
Variables
RNGName
immutable
(
string
)
RNGName
;
Undocumented in source.
engine
Mt19937
engine
;
Undocumented in source.
Inherited Members
From RandomNumberGenerator
RNGName
immutable
(
string
)
RNGName
;
Undocumented in source.
Meta
Source
See Implementation
rmathd
rng
rng
classes
MINSTDRAND
MINSTDRAND0
MT19937
MT1993764
RandomNumberGenerator
functions
gen_rand_num_code
get_seed
rand
seed_set
setRNG
set_seed
static variables
randomSeed
seedSet
threadRNG
userSeed