Math.random() returns a double between 0 and 1, java has a class Random that might be more appropriate for your use. Try looking at its javadoc.

Rolf