Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. package main;
  2.  
  3. import java.util.Random;
  4.  
  5.  
  6.  
  7. public class Jad {
  8.  
  9. public static void main (String[] args) {
  10. Random jadRNG = new Random();
  11. int number;
  12.  
  13. number = jadRNG.nextInt(2);
  14. System.out.println(number);
  15. }
  16.  
  17. private static final Jad Jad = new Jad();
  18.  
  19. public static final void mage() {
  20.  
  21. }
  22.  
  23. public static final void range() {
  24.  
  25. }
  26.  
  27. public static final Jad getJad() {
  28. return Jad;
  29. }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement