aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/math/random.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux/math/random.lux')
-rw-r--r--stdlib/source/lux/math/random.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/lux/math/random.lux b/stdlib/source/lux/math/random.lux
index 0f16553de..5af6de041 100644
--- a/stdlib/source/lux/math/random.lux
+++ b/stdlib/source/lux/math/random.lux
@@ -1,10 +1,10 @@
(.module: {#.doc "Pseudo-random number generation (PRNG) algorithms."}
[lux (#- or and list i64 nat int rev char)
[abstract
+ [hash (#+ Hash)]
[functor (#+ Functor)]
[apply (#+ Apply)]
- ["." monad (#+ do Monad)]
- hash]
+ ["." monad (#+ do Monad)]]
[data
["." product]
["." maybe]
@@ -25,9 +25,9 @@
[number (#+ hex)
["n" nat]
["i" int]
+ ["f" frac]
["r" ratio]
["c" complex]
- ["f" frac]
["." i64]]]
[time
["." instant (#+ Instant)]