rnd.eh
Pseudorandom numbers. More...
use "rnd.eh" |
Functions
def rnd(n: Int): Int; def rnddouble(): Double; def rndfloat(): Float; def rndint(): Int; def rndlong(): Long; |
Description
Pseudorandom number generators.Function details
def rnd(n: Int): Int; |
def rndint(): Int; |
def rndlong(): Long; |
def rndfloat(): Float; |
0.0f
and 1.0f
.def rnddouble(): Double; |
0.0
and 1.0
.