phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
XorshiftEngine.popFront
std
random
XorshiftEngine
Advances the random sequence.
struct
XorshiftEngine
(UIntType, uint nbits, int sa, int sb, int sc)
@
safe
pure nothrow @
nogc
void
popFront
(
)
if
(
isUnsigned
!
UIntType
&&
!
(
sa
> 0 &&
sb
> 0
&&
sc
> 0
)
)
Meta
Source
See Implementation
std
random
XorshiftEngine
constructors
this
functions
popFront
seed
manifest constants
empty
properties
front
save
variables
isUniformRandom
max
min
Advances the random sequence.