Show / Hide Table of Contents

    Class RandomHelpers

    Contains field-helper for Random class.

    Содержит вспомогательное поле для класса Random.

    Inheritance
    Object
    RandomHelpers
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Platform.Random
    Assembly: Platform.Random.dll
    Syntax
    public static class RandomHelpers

    Fields

    | Improve this Doc View Source

    Default

    Returns the pseudorandom number generator that is using the time of the first access to this field as seed.

    Возвращает генератор псевдослучайных чисел использующий в качестве seed время первого обращения к этому полю.

    Declaration
    public static readonly Random Default
    Field Value
    Type Description
    Random
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX