Click or drag to resize
ThreadLocalRandom Class
Create random numbers with Thread-specific seeds. Borrowed form Jon Skeet's brilliant C# in Depth: http://csharpindepth.com/Articles/Chapter12/Random.aspx
Inheritance Hierarchy
SystemObject
  Akka.UtilThreadLocalRandom

Namespace: Akka.Util
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static class ThreadLocalRandom

The ThreadLocalRandom type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCurrent
The current random number seed available to this thread
Top
See Also