|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-5f4f7ad06c
|

Go to the source code of this file.
Functions | |
| float | G_math_rand (void) |
| void | G_math_srand (int seed) |
| Seed the pseudo-random number generator. | |
| int | G_math_srand_auto (void) |
| Seed the pseudo-random number generator from the time and PID. | |
Seed the pseudo-random number generator.
| [in] | seed | 32-bit integer used to seed the PRNG |
Definition at line 25 of file rand1.c.
References G_srand48().
Seed the pseudo-random number generator from the time and PID.
Definition at line 35 of file rand1.c.
References G_srand48_auto().