/usr/share/freemat/help/text/randi.mdc is in freemat-help 4.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | RANDI RANDI Uniformly Distributed Integer
Usage
Generates an array of uniformly distributed integers between
the two supplied limits. The general syntax for randi is
y = randi(low,high)
where low and high are arrays of integers. Scalars
can be used for one of the arguments. The output y is
a uniformly distributed pseudo-random number between low
and high (inclusive).
|