Method random()
- Method random
mixedrandom(objecto)- Description
If random is called with an object,
lfun::randomwill be called in the object.- See also
- Method random
intrandom(intmax)- Description
This function returns a random number in the range
0 .. max-1.- See also
- Method random
floatrandom(floatmax)- Description
This function returns a random number in the range
0 .. max-ɛ.- See also
- Method random
mixedrandom(array|multisetx)- Description
Returns a random element from x.
- Method random
arrayrandom(mappingm)- Description
Returns a random index-value pair from the mapping.