From cd943225147f71f9b21372074b1939b954ddb62d Mon Sep 17 00:00:00 2001 From: Leonhard Markert Date: Fri, 6 Mar 2020 16:38:33 +0100 Subject: [PATCH] Export Uniform and UniformRange --- System/Random.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/System/Random.hs b/System/Random.hs index 9016702fd..f64c45d94 100644 --- a/System/Random.hs +++ b/System/Random.hs @@ -76,6 +76,8 @@ module System.Random , newStdGen -- * Random values of various types + , Uniform(..) + , UniformRange(..) , Random(..) -- * Generators for sequences of bytes