TribotRandom

open class TribotRandom

Utility class to generate random numbers

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun normal(mean: Double, sd: Double): Double
open fun normal(mean: Int, sd: Int): Int
open fun normal(min: Double, max: Double, mean: Double, sd: Double): Double
open fun normal(min: Int, max: Int, mean: Int, sd: Int): Int
Link copied to clipboard
open fun uniform(min: Double, max: Double): Double
open fun uniform(min: Int, max: Int): Int