#include "types.h"


Go to the source code of this file.
Functions | |
| void | Lidy_InitRandom () |
| Initialise the random-number generator. | |
| Real | Lidy_Random (Real Min, Real Max) |
| Generate a real number at random between Min and Max. | |
| void Lidy_InitRandom | ( | ) |
Initialise the random-number generator.
Generate a real number at random between Min and Max.
| Min | represent the lower limit | |
| Max | represent the upper limit |
1.5.8