![]() |
wget2
1.0.0
|
Functions | |
int | wget_random (void) |
void | wget_srandom (unsigned int seed) |
This is wrapper code around gnulib's srandom_r() and random_r() with automatic seeding
int wget_random | ( | void | ) |
This functions wraps around gnulib's random_r(). It performs a thread-safe seeding on the first use, if not done before by wget_srandom();
void wget_srandom | ( | unsigned int | seed | ) |
[in] | seed | Value to seed the random generator |
This functions wraps around srandom_r() to make a thread-safe seeding for wget_random().