The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
XorshiftEngine.this
mir
random
engine
xorshift
XorshiftEngine
Constructs a
XorshiftEngine
generator seeded with
x0
.
this
(UIntType x0)
this
(uint x0)
struct
XorshiftEngine
(UIntType, uint bits, int sa, int sb, int sc)
@
nogc
nothrow pure @
safe
static if
(
UIntType.sizeof <= uint.sizeof
)
this
()
(
uint
x0
)
if
(
UIntType.sizeof
<= uint.
sizeof
)
if
(
isUnsigned
!
UIntType
)
Meta
Source
See Implementation
mir
random
engine
xorshift
XorshiftEngine
constructors
this
functions
opCall
manifest constants
isRandomEngine
variables
max
Constructs a XorshiftEngine generator seeded with x0.