Advertisement
Guest User

T,FTFY

a guest
Apr 23rd, 2013
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Random random = new Random();
  2.  
  3. for(int i = 0; i < 100; i++) {
  4.     System.out.println(random.nextDouble());
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement