random function

double random()

Implementation

double random() {
    return _R.nextDouble();
}