Gets the next random Float value uniformly distributed between 0 (inclusive) and 1 (exclusive).
Float nextFloat() => this.nextDouble();