A enumerator for the random type of a parameter.
More...
|
int | UNIFORM = 1 |
| Generate value according to uniform distribution.
|
|
int | COSINE = 2 |
| Generate value according to distribution of a cosine function.
|
|
int | CLOCK = 3 |
| Generate value according to distribution of a clock function.
|
|
◆ CLOCK
int neuland_add_random_hitpar.Mode.CLOCK = 3 |
|
static |
◆ COSINE
int neuland_add_random_hitpar.Mode.COSINE = 2 |
|
static |
◆ UNIFORM
int neuland_add_random_hitpar.Mode.UNIFORM = 1 |
|
static |
The documentation for this class was generated from the following file: