| Title | Math class 2 random (Memphis) |
| Catalog Type | SLCItem |
| Persistent ID | https://acos.cs.vt.edu/html/annotated/acos-annex-java/math_class_2_memphis |
| Platform Name | AnnEx |
| Features | — |
| Description | Demonstrates how to use Math.random() to simulate dice rolling. Math.random() by itself gives a uniformly distributed random decimal in the range [0, 1). 6*Math.random() gives a uniformly distributed random decimal in the range [0, 6). (int)(6*Math.rando |
| Keywords | math |
| Author | Kamil Akhuseyinoglu |
| Institution | University of Pittsburgh |
| Iframe URL | https://acos.cs.vt.edu/html/annotated/acos-annex-java/math_class_2_memphis |
| Protocol | html |
| Protocol URL | |
| License | MIT |
| Programming Language | Java |
| Natural Language | en |