mir-random — Libmir Archive
← Libmir Archive
Dlang.org
SplitMixEngine.default_increment
mir
random
engine
splitmix
SplitMixEngine
Either
DEFAULT_SPLITMIX_INCREMENT
or the optional third argument of this template.
enum
ulong
default_increment
;
struct
SplitMixEngine
(alias mixer, bool split_enabled = false, OptionalArgs...)
@
nogc
nothrow pure @
safe
static if
(
OptionalArgs.length >= 1
)
enum
ulong
default_increment
;
enum
ulong
default_increment
;
mir
random
engine
splitmix
SplitMixEngine
aliases
gamma
popFrontExactly
constructors
this
functions
opCall
opIndex
popFront
popFrontN
seed
skip
split
properties
front
save
variables
default_increment
empty
increment
increment_specifiable
isRandomEngine
isUniformRandom
max
min
period_pow2
state
Either DEFAULT_SPLITMIX_INCREMENT or the optional third argument of this template.