10.1.28 Random lists
The ranm command finds lists of random integers.
-
ranm takes
n, an integer.
- ranm(n) returns a list of n random integers
(between −99 and +99). This list can be seen as the coefficients of an
univariate polynomial of degree n−1.
(See also Section 18.3.6)
Example