Cómo crear y generar números aleatorios

http://java.sun.com/javase/6/docs/api/java/util/Random.html

import java.util.Random; 
 
Random rnd = new Random(); 
 
rnd.nextInt( 5 );  // devuelve un número entero aleatorio entre 0 y 4 
 
rnd.nextLong(); // retorna un entero largo