Skip to content

Instantly share code, notes, and snippets.

View janmasrovira's full-sized avatar

Jan Mas Rovira janmasrovira

View GitHub Profile
@sdroege
sdroege / gist:6209e97b4dfc9791033d
Created June 20, 2015 19:41
Control.Monad.Random
{-# LANGUAGE FlexibleInstances, GeneralizedNewtypeDeriving, MultiParamTypeClasses, TypeFamilies, UndecidableInstances #-}
module Control.Monad.Random
( module System.Random.MWC
, runRandT
, RandT
, MonadRandom
, getUniform
, getUniformR
, getUniformVector