Random.nextFloat

Random.nextFloat

Class Overview | Class Members | This Package | All Packages

Syntax
public float nextFloat()
Returns
the next pseudorandom, uniformly distributed float value between 0.0 and 1.0 from this random number generator's sequence.
Description
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0 from this random number generator's sequence.