Tribot SDK
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Tribot SDK
script-sdk
/
org.tribot.script.sdk.util
/
TribotRandom
Tribot
Random
open
class
TribotRandom
Utility class to generate random numbers
Members
Constructors
Tribot
Random
Link copied to clipboard
constructor
(
)
Functions
normal
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
uniform
Link copied to clipboard
open
fun
uniform
(
min
:
Double
,
max
:
Double
)
:
Double
open
fun
uniform
(
min
:
Int
,
max
:
Int
)
:
Int