drand48 method

double drand48()

Implementation

double drand48() {
  return _drand48();
}