ThreadLocalRandomCurrent Property |
The current random number seed available to this thread
Namespace: Akka.UtilAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static Random Current { get; }
Public Shared ReadOnly Property Current As Random
Get
public:
static property Random^ Current {
Random^ get ();
}
static member Current : Random with get
Property Value
Type:
Random
See Also