dxorshift v0.1.0 (2016-05-15T08:38:57Z)
Home
Dub
Repo
Xoroshiro128plus.this
dxorshift
xoroshiro128plus
Xoroshiro128plus
Constructor (RNG instances can only be initialized with a specified seed).
this
()
this
(ulong s)
this
(ulong s0, ulong s1)
this
(ulong[2] s)
this
(R range)
struct
Xoroshiro128plus
this
(
R
)
(
R
range
)
if
(
isInputRange
!
R
&&
is
(
Unqual
!(
ElementType
!
R
) ==
ulong
)
)
Meta
Source
See Implementation
dxorshift
xoroshiro128plus
Xoroshiro128plus
constructors
this
functions
dup
front
jump
popFront
seed
postblits
this(this)
variables
empty
isUniformRandom
max
min
Constructor (RNG instances can only be initialized with a specified seed).