Philox 4x 32 Constructor
Definition
Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
Overload List
| Philox4x32() | Initializes a new instance of the Philox4x32 class using OS entropy. |
| Philox4x32( | Initializes a new instance of the Philox4x32 class with the specified options. |
| Philox4x32( | Initializes a new instance of the Philox4x32 class from saved state. |
| Philox4x32( | Initializes a new instance of the Philox4x32 class with the specified seed. |
| Philox4x32( | Initializes a new instance of the Philox4x32 class with the specified seed array. |
| Philox4x32( | Initializes a new instance of the Philox4x32 class with the specified seed. |
| Philox4x32( | Initializes a new instance of the Philox4x32 class with the specified seed array. |
Philox4x32
Initializes a new instance of the Philox4x32 class using OS entropy.
public Philox4x32()Philox4x32(RandomOptions)
Initializes a new instance of the Philox4x32 class with the specified options.
Philox4x32(ReadOnlySpan<Byte>)
Initializes a new instance of the Philox4x32 class from saved state.
Philox4x32(Int64, SeedProfile)
Initializes a new instance of the Philox4x32 class with the specified seed.
public Philox4x32(
long seed,
SeedProfile seedProfile = SeedProfile.Default
)Parameters
- seed Int64
- seedProfile SeedProfile (Optional)
Philox4x32(ReadOnlySpan<UInt32>, SeedProfile)
Initializes a new instance of the Philox4x32 class with the specified seed array.
public Philox4x32(
ReadOnlySpan<uint> seedMaterial,
SeedProfile seedProfile = SeedProfile.Default
)Parameters
- seedMaterial ReadOnlySpan<UInt32>
- seedProfile SeedProfile (Optional)
Philox4x32(Int64, StreamAddress, SeedProfile)
Initializes a new instance of the Philox4x32 class with the specified seed.
public Philox4x32(
long seed,
StreamAddress streamAddress,
SeedProfile seedProfile = SeedProfile.Default
)Parameters
- seed Int64
- streamAddress StreamAddress
- seedProfile SeedProfile (Optional)
Philox4x32(ReadOnlySpan<UInt32>, StreamAddress, SeedProfile)
Initializes a new instance of the Philox4x32 class with the specified seed array.
public Philox4x32(
ReadOnlySpan<uint> seedMaterial,
StreamAddress streamAddress,
SeedProfile seedProfile = SeedProfile.Default
)Parameters
- seedMaterial ReadOnlySpan<UInt32>
- streamAddress StreamAddress
- seedProfile SeedProfile (Optional)