Random
An instance of this class is used to generate a stream of
pseudo random numbers.
Random rand = new Random();
int myRandom = rand.nextInt();
float myFloat = rand.nextFloat();
...
Previous slide
Next slide
Back to first slide
View graphic version