nextFloat method

Float nextFloat()

Gets the next random Float value uniformly distributed between 0 (inclusive) and 1 (exclusive).

Implementation

Float nextFloat() => this.nextDouble();