PureRng

schrodinger.kernel.testkit.PureRng
See thePureRng companion object
trait PureRng[S]

Attributes

Companion
object
Source
PureRng.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def nextInt(s: S): (S, Int)

Attributes

Source
PureRng.scala
def nextLong(s: S): (S, Long)

Attributes

Source
PureRng.scala