Philox 4x 64 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
| Philox4x64() | Initializes a new instance of the Philox4x64 class using OS entropy. |
| Philox4x64( | Initializes a new instance of the Philox4x64 class with the specified options. |
| Philox4x64( | Initializes a new instance of the Philox4x64 class from saved state. |
| Philox4x64( | Initializes a new instance of the Philox4x64 class with the specified seed. |
| Philox4x64( | Initializes a new instance of the Philox4x64 class with the specified seed array. |
| Philox4x64( | Initializes a new instance of the Philox4x64 class with the specified seed. |
| Philox4x64( | Initializes a new instance of the Philox4x64 class with the specified seed array. |
Philox4x64
Initializes a new instance of the Philox4x64 class using OS entropy.
public Philox4x64()Philox4x64(RandomOptions)
Initializes a new instance of the Philox4x64 class with the specified options.
Philox4x64(ReadOnlySpan<Byte>)
Initializes a new instance of the Philox4x64 class from saved state.
Philox4x64(Int64, SeedProfile)
Initializes a new instance of the Philox4x64 class with the specified seed.
public Philox4x64(
long seed,
SeedProfile seedProfile = SeedProfile.Default
)Parameters
- seed Int64
- seedProfile SeedProfile (Optional)
Philox4x64(ReadOnlySpan<UInt64>, SeedProfile)
Initializes a new instance of the Philox4x64 class with the specified seed array.
public Philox4x64(
ReadOnlySpan<ulong> seedMaterial,
SeedProfile seedProfile = SeedProfile.Default
)Parameters
- seedMaterial ReadOnlySpan<UInt64>
- seedProfile SeedProfile (Optional)
Philox4x64(Int64, StreamAddress, SeedProfile)
Initializes a new instance of the Philox4x64 class with the specified seed.
public Philox4x64(
long seed,
StreamAddress streamAddress,
SeedProfile seedProfile = SeedProfile.Default
)Parameters
- seed Int64
- streamAddress StreamAddress
- seedProfile SeedProfile (Optional)
Philox4x64(ReadOnlySpan<UInt64>, StreamAddress, SeedProfile)
Initializes a new instance of the Philox4x64 class with the specified seed array.
public Philox4x64(
ReadOnlySpan<ulong> seedMaterial,
StreamAddress streamAddress,
SeedProfile seedProfile = SeedProfile.Default
)Parameters
- seedMaterial ReadOnlySpan<UInt64>
- streamAddress StreamAddress
- seedProfile SeedProfile (Optional)