Random

schrodinger.kernel.Random
See theRandom companion object
trait Random[F[_]] extends Serializable

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

Attributes

Companion:
object
Source:
Random.scala
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait PseudoRandom[F]

Members list

Concise view

Value members

Abstract methods

def int: F[Int]

Attributes

Source:
Random.scala
def long: F[Long]

Attributes

Source:
Random.scala