DNA00DAN / DiceRoller

0 stars 0 forks source link

Will not produce a flat distribution. #2

Open andre-artus opened 5 years ago

andre-artus commented 5 years ago

https://github.com/DNA00DAN/DiceRoller/blob/012b221b6ddf767d46147f56cbf1022910d8093a/app/src/main/java/com/example/diceroller/MainActivity.kt#L30

Will produce more 6s

DNA00DAN commented 5 years ago

Changed the random generator

andre-artus commented 5 years ago

https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.random/-random/next-int.html

nextInt(from: Int, until: Int): Int