phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
LinearCongruentialEngine.front
std
random
LinearCongruentialEngine
Returns the current number in the random sequence.
struct
LinearCongruentialEngine
(UIntType, UIntType a, UIntType c, UIntType m)
@
property
const @
safe
pure nothrow @
nogc
UIntType
front
(
)
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
Returns the current number in the random sequence.