seed48_r

Name

seed48_r -- reentrantly generate pseudorandom numbers in a uniform distribution

Synopsis

#include <stdlib.h>

int seed48_r(unsigned short[3] seed16v, struct drand48_data * buffer);

Description

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