summaryrefslogtreecommitdiff
path: root/fp2/week1/mart/RandomGetallen.dcl
blob: 66a2c6c539d439f0ad4acb791e4e7002cc52a0fc (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]