|
Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
#include <stdlib.h>#include <limits.h>#include <mach/mach.h>

Go to the source code of this file.
Classes | |
| union | ieee754_double |
| struct | drand48_data |
Macros | |
| #define | IEEE754_DOUBLE_BIAS 0x3ff /* Added to exponent. */ |
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 /* Added to exponent. */ |
| int drand48_r | ( | struct drand48_data * | buffer, |
| double * | result | ||
| ) |
| int srand48_r | ( | long int | seedval, |
| struct drand48_data * | buffer | ||
| ) |