nextDouble property

double get nextDouble

Implementation

double get nextDouble {
  // Get a 32-bit integer and scale it to the range [0, 1)
  return nextUint32 / 4294967296.0;
}