/usr/share/freemat/help/text/seed.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 | SEED SEED Seed the Random Number Generator
Usage
Seeds the random number generator using the given integer seeds.
Changing the seed allows you to choose which pseudo-random
sequence is generated. The seed takes two uint32 values:
seed(s,t)
where s and t are the seed values. Note that due to limitations
in ranlib, the values of s,t must be between 0 <= s,t <= 2^30.
|