Note
This property returns a ThreadSafeRandom instance, which generates pseudo random numbers using FastRandom internally.
To produce cryptographically secure random numbers use the SecureRandom.Instance property instead.
public static ThreadSafeRandom Instance { get; }Public Shared ReadOnly Property Instance As ThreadSafeRandom
Getpublic:
static property ThreadSafeRandom^ Instance {
ThreadSafeRandom^ get ();
}static member Instance : ThreadSafeRandom with get