Generating random integers in a range with Java
e the relevant JavaDoc. In practice, the java.util.Random class is often preferable tojava.lang.Math.random().
In particular, there is no need to reinvent the random integer generation wheel when there is a straightforward API within the standard library to accomplish the task.