|
Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
random generator with 48bit integer arithmentic More...
#include <randomgenerator.h>

Public Member Functions | |
| _RandGen () | |
| void | init (long int seedval) |
| double | rand () |
| returns a value in [0,1) More... | |
Public Attributes | |
| union { | |
| struct drand48_data buffer | |
| char dummy [24] | |
| }; | |
random generator with 48bit integer arithmentic
|
inline |
|
inline |
|
inline |
returns a value in [0,1)
| union { ... } |
| struct drand48_data buffer |
| char dummy[24] |