Rev 5903 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5903 | Rev 8790 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | 4 | ||
- | 5 | slib_parms=4\ |
|
- | 6 | ,number of random numbers\ |
|
- | 7 | ,minimum\ |
|
- | 8 | ,maximum\ |
|
5 | Z,coefficient ring: Z ,R for the time |
9 | Z,coefficient ring: Z ,R for the time being, Q, n (n is an integer for Z/nZ) |
6 | 10 | ||
7 | slib_out=sequence of <span class="tt">m</span> random numbers between <span class="tt">N</span> and <span class="tt">M</span> in the coefficient ring |
11 | slib_out=sequence of <span class="tt">m</span> random numbers between <span class="tt">N</span> and <span class="tt">M</span> in the coefficient ring |
8 | slib_synonyme=série aléatoire, random series |
12 | slib_synonyme=série aléatoire, random series |
9 | slib_comment=The length of the output is limited. |
13 | slib_comment=The length of the output is limited. |
10 | 14 |