FastRandom(UInt128) Constructor
Initializes a new instance of the
ThreadSafeRandom class using the specified
seed value.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
[CLSCompliantAttribute(false)]
public FastRandom(
UInt128 seed
)
<CLSCompliantAttribute(false)>
Public Sub New (
seed As UInt128
)
public:
[CLSCompliantAttribute(false)]
FastRandom(
UInt128 seed
)
[<CLSCompliantAttribute(false)>]
new :
seed : UInt128 -> FastRandom
Parameters
- seed UInt128
- A number used to calculate a starting value for the pseudo-random number sequence.