phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
PCGEngine.seed
nxt
pcg
PCGEngine
Seeds the RNG and sets the stream. Only available if using the SetSeq variation.
void
seed
(StateType seed)
void
seed
(StateType seed, StateType stream)
struct
PCGEngine
(ResultType, StateType, alias OutputFunc, bool OutputPrevious = true, alias StreamTypeMixin = OneSeq, StateType Multiplier = default_multiplier!StateType)
static if
(
MaxStream > 0
)
void
seed
(
StateType
seed
,
StateType
stream
)
Meta
Source
See Implementation
nxt
pcg
PCGEngine
constructors
this
functions
front
popFront
popFrontN
save
seed
manifest constants
empty
isUniformRandom
max
min
mixins
__anonymous
Seeds the RNG and sets the stream. Only available if using the SetSeq variation.