Friday, October 3, 2008

Random Numbers in Java

Java has a rich toolkit for generating random numbers, in a class named "Random". Random can generate many kinds of random number, not all of which I discuss here.

The best way to think of class Random is that its instances are random number generator objects -- objects that go around spitting out random numbers of various sorts in response to messages from their clients.

Click Here To Read More

No comments: