The doc said this method is inclusive, however, the following code prints '0' 20 times. ``` for (int i = 0; i < 20; i++) { System.out.println($.random(0,1)); } ```