Rev 9148 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
8927 | bpr | 1 | test1=!randint 1,1000 |
2 | test2=!randint 1,1000 |
||
3 | test3=!randint 1,1000 repeat 10 |
||
4 | test4=!random 1,1000 repeat 5 |
||
5 | test5=!randitem 4,5,6,7 |
||
6 | test6=!randitem é,à,ù,î |
||
7 | |||
8 | test7=!shuffle 20 |
||
9 | test8=!shuffle é,à,ù,î,b,c,d |
||
10 | test9=!randperm 7,8,1,2 |
||
8938 | bpr | 11 | test10=!randint 1000 repeat 200 |
9148 | bpr | 12 | |
10181 | bpr | 13 | vartest=$test1\ |
9148 | bpr | 14 | $test2\ |
15 | $test3\ |
||
16 | $test4\ |
||
17 | $test5\ |
||
18 | $test6\ |
||
19 | $test7\ |
||
20 | $test8\ |
||
21 | $test9\ |
||
22 | $test10 |