Class ThreadLocalRandom
Create random numbers with Thread-specific seeds.
Borrowed form Jon Skeet's brilliant C# in Depth: http://csharpindepth.com/Articles/Chapter12/Random.aspx
Inherited Members
Namespace: Akka.Util
Assembly: Akka.dll
Syntax
public static class ThreadLocalRandom
Properties
| Improve this Doc View SourceCurrent
The current random number seed available to this thread
Declaration
public static Random Current { get; }
Property Value
Type | Description |
---|---|
Random |