Calculator Function RefrenceFunction Reference >Calculator Function Reference >Statistics>Random FunctionsRandom FunctionsThere are three functions used for generating random numbers.
rint(a, b) will generate an integer in the range of [a,b]. rseed(s) will set the random seed to be the value of s. rseed() will always return 0. |