POSIX 48bit multi-threaded RNG for win32 port via LibGW32C. More...
#include "drand48_r_libgw32c.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <float.h>
#include <ieee754.h>
#include <string.h>
Functions | |
int | __drand48_iterate (unsigned short int xsubi[3], struct drand48_data *buffer) |
int | __erand48_r (unsigned short int xsubi[3], struct drand48_data *buffer, double *result) |
int | drand48_r (struct drand48_data *buffer, double *result) |
int | seed48_r (unsigned short int seed16v[3], struct drand48_data *buffer) |
POSIX 48bit multi-threaded RNG for win32 port via LibGW32C.