Module

Control.Monad.Gen.Class

Package
purescript-gen
Repository
purescript/purescript-gen

#MonadGen Source

class (Monad m) <= MonadGen m  where

A class for random generator implementations.

Instances should provide implementations for the generation functions that return choices with uniform probability.

Members

#Size Source

type Size = Int