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

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

Syntax


public static class ThreadLocalRandom
Public NotInheritable Class ThreadLocalRandom
public ref class ThreadLocalRandom abstract sealed

Inheritance Hierarchy


Object
  Akka.Util..::..ThreadLocalRandom