Subversion Repositories wimsdev

Rev

Rev 9148 | Blame | Compare with Previous | Last modification | View Log | RSS feed

test1=!randint 1,1000
test2=!randint 1,1000
test3=!randint 1,1000 repeat 10
test4=!random 1,1000 repeat 5
test5=!randitem 4,5,6,7
test6=!randitem é,à,ù,î

test7=!shuffle 20
test8=!shuffle é,à,ù,î,b,c,d
test9=!randperm 7,8,1,2
test10=!randint 1000 repeat 200

vartest=$test1\
$test2\
$test3\
$test4\
$test5\
$test6\
$test7\
$test8\
$test9\
$test10