|
Qualia
0.2
|


Go to the source code of this file.
Functions | |
| float | randomNormal (float mean=0, float stdv=1) |
| float randomNormal | ( | float | mean = 0, |
| float | stdv = 1 |
||
| ) |
Provides methods for generating random numbers according to a normal distribution. Generates a random number from a normal distribution. (With mean mean and standard deviation stdv >= 0).
1.8.3.1