+ 4
Math.random() distribution example
I was curios how the distribution for the random method in the java.lang library looks like. So i made a program that prints out the distribution. If you want to change the parameters, please modify the two integers in the main method. https://code.sololearn.com/c4bX91sEWYWy/?ref=app
1 ответ
+ 8
Thx for sharing.