Search Results for

    Show / Hide Table of Contents

    Class ThreadLocalRandom

    Create random numbers with Thread-specific seeds.

    Borrowed form Jon Skeet's brilliant C# in Depth: http://csharpindepth.com/Articles/Chapter12/Random.aspx

    Inheritance
    object
    ThreadLocalRandom
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Util
    Assembly: Akka.dll
    Syntax
    public static class ThreadLocalRandom

    Properties

    | Edit this page View Source

    Current

    The current random number seed available to this thread

    Declaration
    public static Random Current { get; }
    Property Value
    Type Description
    Random
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET