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
Namespace: Akka.UtilAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static class ThreadLocalRandom
Public NotInheritable Class ThreadLocalRandom
public ref class ThreadLocalRandom abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ThreadLocalRandom = class end
The ThreadLocalRandom type exposes the following members.
Properties
| Name | Description |
---|
  | Current |
The current random number seed available to this thread
|
Top
See Also