random(low, high)
random high
If only high is given, the output will be in the range [0, high).
|
|
|
|
|
If, in addition, low is given, the output will be in the range [low, high]
|
|
|
|
The source of this document is in Macaulay2Doc/functions/random-doc.m2:262:0.