Initialize a sequence of pseudo-random numbers
#include <stdlib.h> void lcong48( unsigned short int param[7] );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The lcong48() function gives you full control over the multiplicand and addend used in drand48(), erand48(), lrand48(), nrand48(), mrand48(), and jrand48(), and the seed used in drand48(), lrand48(), and mrand48().
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | No |