Random.nextInt

Random.nextInt

Class Overview | Class Members | This Package | All Packages

Syntax
public int nextInt()
Returns
the next pseudorandom, uniformly distributed int value from this random number generator's sequence.
Description
Returns the next pseudorandom, uniformly distributed int value from this random number generator's sequence.