jweinst1
5/20/2017 - 11:03 PM

how to get random int in scala

how to get random int in scala

import scala.util.Random

println(Random.nextInt(5))