FastRandom(Guid) 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
public FastRandom(
Guid seed
)
Public Sub New (
seed As Guid
)
public:
FastRandom(
Guid seed
)
new :
seed : Guid -> FastRandom
Parameters
- seed Guid
- A non-empty Guid value used to calculate a starting value for the pseudo-random number sequence.