summaryrefslogtreecommitdiff
path: root/fp2/week1/camil/RandomGetallen.dcl
diff options
context:
space:
mode:
Diffstat (limited to 'fp2/week1/camil/RandomGetallen.dcl')
-rw-r--r--fp2/week1/camil/RandomGetallen.dcl7
1 files changed, 0 insertions, 7 deletions
diff --git a/fp2/week1/camil/RandomGetallen.dcl b/fp2/week1/camil/RandomGetallen.dcl
deleted file mode 100644
index 2ca4b27..0000000
--- a/fp2/week1/camil/RandomGetallen.dcl
+++ /dev/null
@@ -1,7 +0,0 @@
-definition module RandomGetallen
-
-import Random
-
-random_n :: Int RandomSeed -> ([Int],RandomSeed)
-random_inf :: RandomSeed -> [Int]
-shuffle :: [a] RandomSeed -> [a]