Search Results for

    Show / Hide Table of Contents

    Class RandomUtil

    Basic pseudo numbers generator utility.

    Inheritance
    System.Object
    RandomUtil
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public static class RandomUtil : Object

    Fields

    Random

    Random numbers generator.

    Declaration
    public static readonly Random Random
    Field Value
    System.Random

    Methods

    Rand()

    Generates a pseudo-random number from normalized range [0;1].

    Declaration
    public static float Rand()
    Returns
    System.Single

    The random number.

    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat