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