getRandomSize method

double getRandomSize()

Implementation

double getRandomSize(){
  return doubleInRange(Random.secure(), 1, maxRandom);
}