Unsafe

kyo.Random.Unsafe
See theUnsafe companion object
trait Unsafe

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def nextBoolean: Boolean
def nextBytes(length: Int): Seq[Byte]
def nextDouble: Double
def nextFloat: Float
def nextGaussian: Double
def nextInt: Int
def nextInt(exclusiveBound: Int): Int
def nextLong: Long
def nextString(length: Int, seq: Seq[Char]): String
def nextStringAlphanumeric(length: Int): String
def nextValue[T](seq: Seq[T]): T
def nextValues[T](length: Int, seq: Seq[T]): Seq[T]
def shuffle[T](seq: Seq[T]): Seq[T]