The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
LinearCongruentialEngine.popFront
std
random
LinearCongruentialEngine
Advances the random sequence.
struct
LinearCongruentialEngine
(UIntType, UIntType a, UIntType c, UIntType m)
@
safe
pure nothrow @
nogc
void
popFront
(
)
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
Advances the random sequence.