The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
LinearCongruentialEngine.this
std
random
LinearCongruentialEngine
Constructs a
LinearCongruentialEngine
generator seeded with
x0
.
struct
LinearCongruentialEngine
(UIntType, UIntType a, UIntType c, UIntType m)
@
safe
pure nothrow @
nogc
this
(
UIntType
x0
)
if
(
isUnsigned
!
UIntType
)
Meta
Source
See Implementation
std
random
LinearCongruentialEngine
constructors
this
functions
popFront
seed
properties
front
save
variables
empty
hasFixedRange
increment
isUniformRandom
max
min
modulus
multiplier
Constructs a LinearCongruentialEngine generator seeded with x0.