Random

ai.dragonfly.math.Random$
object Random

Attributes

Source
Random.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Random.type

Members list

Value members

Concrete fields

val defaultRandom: Random

Attributes

Source
Random.scala

Extensions

Extensions

extension (r: Random)(r: Random)
def between(min: BigInt, MAX: BigInt): BigInt

Attributes

Source
Random.scala
def between(min: BigDecimal, MAX: BigDecimal): BigDecimal

Attributes

Source
Random.scala
inline def between[N <: Int](min: Vec[N], MAX: Vec[N]): Vec[N]

Attributes

Source
Random.scala
def nextBigDecimal(precision: Int): BigDecimal

Attributes

Source
Random.scala
def nextBigDecimal(norm: BigDecimal, scale: Int): BigDecimal

Attributes

Source
Random.scala
def nextBigInt(precision: Int): BigInt

Attributes

Source
Random.scala
def nextBigInt(norm: BigInt): BigInt

Attributes

Source
Random.scala
inline def nextVec[N <: Int](maxNorm: Double): Vec[N]

Attributes

Source
Random.scala
inline def nextVec[N <: Int](minNorm: Double, normMAX: Double): Vec[N]

Attributes

Source
Random.scala
inline def nextVec[N <: Int](componentNorm: Vec[N]): Vec[N]

Attributes

Source
Random.scala