Randoms

object Randoms
class Object
trait Matchable
class Any
Randoms.type

Value members

Concrete methods

def nextBoolean: Boolean > Randoms | IOs
def nextDouble: Double > Randoms | IOs
def nextFloat: Float > Randoms | IOs
def nextGaussian: Double > Randoms | IOs
def nextInt: Int > Randoms | IOs
def nextInt(n: Int): Int > Randoms | IOs
def nextLong: Long > Randoms | IOs
def run[T, S](r: Random)(f: => T > S | Randoms): T > S
def run[T, S](f: => T > S | Randoms)(using c: Random): T > S