phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
PCGEngine.popFrontN
nxt
pcg
PCGEngine
Advances the RNG faster than calling popFrontN multiple times.
struct
PCGEngine
(ResultType, StateType, alias OutputFunc, bool OutputPrevious = true, alias StreamTypeMixin = OneSeq, StateType Multiplier = default_multiplier!StateType)
void
popFrontN
(
StateType
amount
)
Meta
Source
See Implementation
nxt
pcg
PCGEngine
constructors
this
functions
front
popFront
popFrontN
save
seed
manifest constants
empty
isUniformRandom
max
min
mixins
__anonymous
Advances the RNG faster than calling popFrontN multiple times.