Docs
Posts
API
Search
XorShift
.
NextUInt32
()
Method
Version
v0
.1
.x
Namespace
RandN
.Rngs
Type
XorShift
Method Members
Create
(uint,
uint,
uint,
uint)
Create
(
(uint x,
uint y,
uint z,
uint w)
)
Fill
(Span
<byte>
)
GetFactory
()
NextUInt32
()
NextUInt64
()
NamedType Members
XorShift
.Factory
Returns the next 32 bits in the sequence as a UInt32.
Namespace
RandN
.Rngs
Containing Type
XorShift
Implements
IRng
.
NextUInt32
()
Syntax
public
uint
NextUInt32
(
)
Return Value
Type
Description
uint
On This Page
Syntax
Return Value