We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e0ca41 + 467a19a commit 7264aa4Copy full SHA for 7264aa4
src/Control/Monad/Eff/Random.purs
@@ -3,7 +3,7 @@ module Control.Monad.Eff.Random where
3
import Prelude
4
5
import Control.Monad.Eff (Eff())
6
-import Data.Int (fromNumber, toNumber, floor)
+import Data.Int (toNumber, floor)
7
8
-- | The `RANDOM` effect indicates that an Eff action may access or modify the
9
-- | JavaScript global random number generator, i.e. `Math.random()`.
0 commit comments