PureRng

trait PureRng[S]
Companion:
object
Source:
PureRng.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

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