Pcg32.Seed Struct
A 127-bit seed to initialize the state and select a stream.
Namespace
RandN.Rngs
Containing Type
Pcg32
Base Types
  • object
  • ValueType
Pcg32.Seed
ValueType
object

Syntax

public readonly struct Pcg32.Seed : ValueType

Constructors

NameSummary
Seed(ulong, ulong)Creates a new Pcg32 seed with the given state and stream.

Properties

NameProperty TypeSummary
Stateulong
The 64-bit seed state.
Streamulong
The 63 bit stream id. The highest bit is ignored.