hap ~master (2017-01-07T17:35:38Z)
Home
Dub
Repo
LinearCongruentialEngine.this
hap
random
generator
LinearCongruentialEngine
Constructs a
LinearCongruentialEngine
seeded with
x0
.
this
()
this
(UIntType x0)
class
LinearCongruentialEngine
(UIntType, UIntType a, UIntType c, UIntType m)
@
safe
this
(
in
UIntType
x0
)
if
(
isUnsigned
!
UIntType
&&
isIntegral
!
UIntType
)
Meta
Source
See Implementation
hap
random
generator
LinearCongruentialEngine
constructors
this
functions
front
opEquals
popFront
save
seed
variables
empty
increment
isUniformRandom
max
min
modulus
multiplier
Constructs a LinearCongruentialEngine seeded with x0.