getRandom function

double getRandom()

Implementation

double getRandom(
    )
{
    return Random().nextDouble();
}