base classes — bpy_struct, Actuator
Pick a number between 0 and 1, success if it’s below this value
| Type: | float in [0, 1], default 0.0 |
|---|
Choose the type of distribution
| Type: | enum in [‘BOOL_CONSTANT’, ‘BOOL_UNIFORM’, ‘BOOL_BERNOUILLI’, ‘INT_CONSTANT’, ‘INT_UNIFORM’, ‘INT_POISSON’, ‘FLOAT_CONSTANT’, ‘FLOAT_UNIFORM’, ‘FLOAT_NORMAL’, ‘FLOAT_NEGATIVE_EXPONENTIAL’], default ‘BOOL_CONSTANT’ |
|---|
Choose a number from a range: upper boundary of the range
| Type: | float in [-1000, 1000], default 0.0 |
|---|
A normal distribution: mean of the distribution
| Type: | float in [-1000, 1000], default 0.0 |
|---|
Choose a number from a range: lower boundary of the range
| Type: | float in [-1000, 1000], default 0.0 |
|---|
Always return this number
| Type: | float in [0, 1], default 0.0 |
|---|
Negative exponential dropoff
| Type: | float in [-1000, 1000], default 0.0 |
|---|
Choose a number from a range: upper boundary of the range
| Type: | int in [-1000, 1000], default 0 |
|---|
Expected mean value of the distribution
| Type: | float in [0.01, 100], default 0.0 |
|---|
Choose a number from a range: lower boundary of the range
| Type: | int in [-1000, 1000], default 0 |
|---|
Always return this number
| Type: | int in [-inf, inf], default 0 |
|---|
Assign the random value to this property
| Type: | string, default “”, (never None) |
|---|
Initial seed of the random generator, use Python for more freedom (choose 0 for not random)
| Type: | int in [0, 300000], default 0 |
|---|
A normal distribution: standard deviation of the distribution
| Type: | float in [-1000, 1000], default 0.0 |
|---|
Always false or always true
| Type: | boolean, default False |
|---|
Inherited Properties
Inherited Functions