ThreadLocalRandom..::..Current Property

The current random number seed available to this thread

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll)

Syntax


public static Random Current { get; }
Public Shared ReadOnly Property Current As Random
	Get
public:
static property Random^ Current {
	Random^ get ();
}