Randoms

kyo.randoms$.Randoms$
object Randoms

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Randoms.type

Members list

Concise view

Value members

Concrete methods

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