dxorshift ~master (2016-05-15T08:38:57Z)
Home
Dub
Repo
Xoroshiro128plus.seed
dxorshift
xoroshiro128plus
Xoroshiro128plus
(Re)seeds the generator.
void
seed
(
ulong
s
)
void
seed
(
ulong
s0
,
ulong
s1
)
struct
Xoroshiro128plus
void
seed
@
nogc
@
safe
nothrow pure
(
ulong
s0
,
ulong
s1
)
in { assert (!(!s0 && !s1)); }
void
seed
(
ulong
[
2
]
s
)
void
seed
(
R
range
)
Meta
Source
See Implementation
dxorshift
xoroshiro128plus
Xoroshiro128plus
constructors
this
functions
dup
front
jump
popFront
seed
variables
empty
isUniformRandom
max
min
(Re)seeds the generator.