Example #1
0
 /** Returns a uniformly distributed random <tt>boolean</tt>. */
 public static boolean staticNextBoolean() {
   synchronized (shared) {
     return shared.nextBoolean();
   }
 }