ThreadSafeRandom Constructor

Overload List

ThreadSafeRandom Initializes a new instance of the ThreadSafeRandom class, using a random seed value. It is practically the same as using the Instance property.
Obsolete
ThreadSafeRandom(Int32) Initializes a new instance of the ThreadSafeRandom class using the specified seed value. It is practically the same as using the Create(Int32) method.
Obsolete

See Also