Random

trait Random[F[_]] extends Serializable

A type class which is a source of uniform random Ints and Longs.

Companion:
object
trait Serializable
class Object
trait Matchable
class Any
trait PseudoRandom[F]

Value members

Abstract methods

def int: F[Int]
def long: F[Long]