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. |