PureRng

trait PureRng[S]
Companion:
object
class Object
trait Matchable
class Any
trait PureRng64[S]

Value members

Abstract methods

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