phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
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.