![]() |
Virtual Belgium
2.0
A micro-simulation platform for the Belgian population
|
Functions | |
| float | norm_rand (float mu, float sigma) |
| Random number generator following a normal distribution (DEPRECIATED) More... | |
| float | norm_rand (float mu, float sigma, float max) |
| Random number generator following a bounded normal distribution (DEPRECIATED) More... | |
| float | log_rand (float mu, float sigma) |
| Random number generator following a log-normal distribution (DEPRECIATED) More... | |
| float | log_rand (float mu, float sigma, float max) |
| Random number generator following a bounded log-normal distribution (DEPRECIATED) More... | |
| float log_rand | ( | float | mu, |
| float | sigma | ||
| ) |
Random number generator following a log-normal distribution (DEPRECIATED)
| float log_rand | ( | float | mu, |
| float | sigma, | ||
| float | max | ||
| ) |
Random number generator following a bounded log-normal distribution (DEPRECIATED)
| float norm_rand | ( | float | mu, |
| float | sigma | ||
| ) |
Random number generator following a normal distribution (DEPRECIATED)
| float norm_rand | ( | float | mu, |
| float | sigma, | ||
| float | max | ||
| ) |
Random number generator following a bounded normal distribution (DEPRECIATED)