JSP:
< page import="java.util.*"%>
0000-9999:
Random random = new Random();
String s = random.nextInt(9) + random.nextInt(9) + random.nextInt(9) + random.nextInt(9);
1000 - 9999
int x = 1000 + random.nextInt(9000);
0-9999
int x = random.nextInt(9999);