Rev 20 | Rev 4330 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 4161 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | 4 | ||
5 | slib_title=Generation of random numbers |
- | |
6 | slib_parms=4\ |
- | |
7 | ,m\ |
- | |
8 | 0, N\ |
- | |
9 | 1000,M\ |
- | |
10 | Z,coefficient ring: Z ,R for the time being,Q, n (n is an integer for Z/nZ) |
- | |
11 | slib_author=Bernadette PERRIN-RIOU |
5 | slib_author=Bernadette PERRIN-RIOU |
12 | slib_out=sequence of m random numbers between N and M in the coefficient ring |
- | |
13 | slib_synonyme=série aléatoire, random series |
- | |
14 | slib_comment=The length of the output is limited. |
- | |
- | 6 | ||
15 | slib_example= 10,-3,10,Z\ |
7 | slib_example= 10,-3,10,Z\ |
16 | 10,-3,10,R |
8 | 10,-3,10,R |
17 | 9 | ||
18 | !exit |
10 | !exit |
19 | 11 |