#include <stdlib.h>
#include <limits.h>
#include <mach/mach.h>
Include dependency graph for mac_drand48r.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
union | ieee754_double |
struct | drand48_data |
Defines | |
#define | IEEE754_DOUBLE_BIAS 0x3ff |
Functions | |
int | srand48_r (long int seedval, struct drand48_data *buffer) |
int | drand48_r (struct drand48_data *buffer, double *result) |
#define IEEE754_DOUBLE_BIAS 0x3ff |
int drand48_r | ( | struct drand48_data * | buffer, | |
double * | result | |||
) |
int srand48_r | ( | long int | seedval, | |
struct drand48_data * | buffer | |||
) |