|
static System.Random | rnd = new System.Random () |
|
static float UniExtensions.Rnd.Gauss |
( |
float |
mu, |
|
|
float |
sigma |
|
) |
| |
|
inlinestatic |
mu is the mean, and sigma is the standard deviation.
static float UniExtensions.Rnd.Range |
( |
float |
min, |
|
|
float |
max |
|
) |
| |
|
inlinestatic |
static int UniExtensions.Rnd.Range |
( |
int |
min, |
|
|
int |
max |
|
) |
| |
|
inlinestatic |
static float UniExtensions.Rnd.Triangular |
( |
float |
low = 0f , |
|
|
float |
high = 1f , |
|
|
float? |
mode = null |
|
) |
| |
|
inlinestatic |
System.Random UniExtensions.Rnd.rnd = new System.Random () |
|
static |
float UniExtensions.Rnd.Value |
|
staticget |
The documentation for this class was generated from the following file: