Robot Simulator of the Robotics Group for Self-Organization of Control  0.8.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mac_drand48r.h File Reference
#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
 

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)
 

Macro Definition Documentation

#define IEEE754_DOUBLE_BIAS   0x3ff /* Added to exponent. */

Function Documentation

int drand48_r ( struct drand48_data buffer,
double *  result 
)
int srand48_r ( long int  seedval,
struct drand48_data buffer 
)