summaryrefslogtreecommitdiff
path: root/fp2/week1/camil/RandomGetallen.dcl
blob: 2ca4b27f0d578f58083c666a5a916a95b3b2ac0c (plain) (blame)
1
2
3
4
5
6
7
definition module RandomGetallen

import Random

random_n	:: Int RandomSeed -> ([Int],RandomSeed)
random_inf	::     RandomSeed ->  [Int]
shuffle		:: [a] RandomSeed ->  [a]