ThreadSafeRandom |
Initializes a new instance of the ThreadSafeRandom class, using a random seed value.
It is practically the same as using the Instance property.
|
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.
|