Click or drag to resize
Akka.NETThreadLocalRandom 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: 1.2.3.129 (1.2.3.129)
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