| 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
Namespace:
Akka.Util
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static class ThreadLocalRandom
[<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
|
TopSee Also