Skip to content
Snippets Groups Projects
workingWithNumbers.xml 36.2 KiB
Newer Older
  for (int i = 0; i < 10; i++) {
    System.out.print(generator.nextBoolean() + " ");
  }
}</programlisting>

      <screen>Enter an integer seed:4237549835735
Goik Martin's avatar
Goik Martin committed
false true true true false false false true false true</screen>
    </figure>
Goik Martin's avatar
Goik Martin committed
  </section>
</chapter>