Rev 8938 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8938 | Rev 9148 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | 7 | ||
8 | test7=!shuffle 20 |
8 | test7=!shuffle 20 |
9 | test8=!shuffle é,à,ù,î,b,c,d |
9 | test8=!shuffle é,à,ù,î,b,c,d |
10 | test9=!randperm 7,8,1,2 |
10 | test9=!randperm 7,8,1,2 |
11 | test10=!randint 1000 repeat 200 |
11 | test10=!randint 1000 repeat 200 |
- | 12 | ||
- | 13 | test=$test1\ |
|
- | 14 | $test2\ |
|
- | 15 | $test3\ |
|
- | 16 | $test4\ |
|
- | 17 | $test5\ |
|
- | 18 | $test6\ |
|
- | 19 | $test7\ |
|
- | 20 | $test8\ |
|
- | 21 | $test9\ |
|
- | 22 | $test10 |