lcong48_r

Name

lcong48_r -- reentrantly generate pseudorandom numbers in a uniform distribution

Synopsis

#include <libc.h>

int lcong48_r(unsigned short[7] param, struct drand48_data * buffer);

Description

The interface lcong48_r() shall function in the same way as the interface lcong48(), except that lcong48_r() shall use the data in buffer instead of the global random number generator state.