Rev 5903 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4161 | bpr | 1 | slib_lang_exists_tmp=yes |
2 | |||
3 | slib_title=Generation of random numbers |
||
4 | |||
8790 | bpr | 5 | slib_parms=4\ |
6 | ,number of random numbers\ |
||
7 | ,minimum\ |
||
8 | ,maximum\ |
||
9 | Z,coefficient ring: Z ,R for the time being, Q, n (n is an integer for Z/nZ) |
||
4161 | bpr | 10 | |
5903 | bpr | 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 |
4161 | bpr | 12 | slib_synonyme=série aléatoire, random series |
13 | slib_comment=The length of the output is limited. |
||
14 |