Xoshiro 128Star Star 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
| Xoshiro128Star | Initializes a new instance of the Xoshiro128StarStar class using OS entropy. |
| Xoshiro128Star | Initializes a new instance of the Xoshiro128StarStar class with the specified options. |
| Xoshiro128Star | Initializes a new instance of the Xoshiro128StarStar class from saved state. |
| Xoshiro128Star | Initializes a new instance of the Xoshiro128StarStar class with the specified seed. |
| Xoshiro128Star | Initializes a new instance of the Xoshiro128StarStar class with the specified seed array. |
| Xoshiro128Star | Initializes a new instance of the Xoshiro128StarStar class with the specified seed. |
| Xoshiro128Star | Initializes a new instance of the Xoshiro128StarStar class with the specified seed array. |
Xoshiro128StarStar
Initializes a new instance of the Xoshiro128StarStar class using OS entropy.
public Xoshiro128StarStar()Xoshiro128StarStar(RandomOptions)
Initializes a new instance of the Xoshiro128StarStar class with the specified options.
Xoshiro128StarStar(ReadOnlySpan<Byte>)
Initializes a new instance of the Xoshiro128StarStar class from saved state.
Xoshiro128StarStar(Int64, SeedProfile)
Initializes a new instance of the Xoshiro128StarStar class with the specified seed.
public Xoshiro128StarStar(
long seed,
SeedProfile seedProfile = SeedProfile.Default
)Parameters
- seed Int64
- seedProfile SeedProfile (Optional)
Xoshiro128StarStar(ReadOnlySpan<UInt32>, SeedProfile)
Initializes a new instance of the Xoshiro128StarStar class with the specified seed array.
public Xoshiro128StarStar(
ReadOnlySpan<uint> seedMaterial,
SeedProfile seedProfile = SeedProfile.Default
)Parameters
- seedMaterial ReadOnlySpan<UInt32>
- seedProfile SeedProfile (Optional)
Xoshiro128StarStar(Int64, StreamAddress, SeedProfile)
Initializes a new instance of the Xoshiro128StarStar class with the specified seed.
public Xoshiro128StarStar(
long seed,
StreamAddress streamAddress,
SeedProfile seedProfile = SeedProfile.Default
)Parameters
- seed Int64
- streamAddress StreamAddress
- seedProfile SeedProfile (Optional)
Xoshiro128StarStar(ReadOnlySpan<UInt32>, StreamAddress, SeedProfile)
Initializes a new instance of the Xoshiro128StarStar class with the specified seed array.
public Xoshiro128StarStar(
ReadOnlySpan<uint> seedMaterial,
StreamAddress streamAddress,
SeedProfile seedProfile = SeedProfile.Default
)Parameters
- seedMaterial ReadOnlySpan<UInt32>
- streamAddress StreamAddress
- seedProfile SeedProfile (Optional)