dxorshift v0.1.0 (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
@
nogc
@
safe
nothrow pure
void
seed
(
ulong
s0
,
ulong
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
postblits
this(this)
variables
empty
isUniformRandom
max
min
(Re)seeds the generator.