Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public void printUt()
  2. {
  3. Random randomGenerator;
  4. randomGenerator = new Random();
  5. int index = randomGenerator.nextInt();
  6. System.out.println(index);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement