FastRandom Constructor

Overload List

FastRandom Initializes a new instance of the FastRandom class using a random seed value.
FastRandom(Guid) Initializes a new instance of the ThreadSafeRandom class using the specified seed value.
FastRandom(Int32) Initializes a new instance of the ThreadSafeRandom class using the specified seed value.
FastRandom(UInt128) Initializes a new instance of the ThreadSafeRandom class using the specified seed value.
FastRandom(UInt64, UInt64) Initializes a new instance of the ThreadSafeRandom class using the specified seed values.

See Also