Random

object Random

A Cmd to generate random values.

class Object
trait Matchable
class Any
Random.type

Type members

Classlikes

final case class Seeded(seed: Long)

Value members

Concrete methods

def int(upperLimit: Int): Cmd[RandomValue]
def long(upperLimit: Long): Cmd[RandomValue]