moffy-samples-events-0.2.2.5: Events for sample codes of moffy
Safe HaskellSafe-Inferred
LanguageHaskell2010

Control.Moffy.Samples.Event.Random.Internal

Synopsis

Store Random Gen

Load Random Gen

data LoadRandomGen Source #

Instances

Instances details
Show LoadRandomGen Source # 
Instance details

Defined in Control.Moffy.Samples.Event.Random.Internal

Eq LoadRandomGen Source # 
Instance details

Defined in Control.Moffy.Samples.Event.Random.Internal

Ord LoadRandomGen Source # 
Instance details

Defined in Control.Moffy.Samples.Event.Random.Internal

Request LoadRandomGen Source # 
Instance details

Defined in Control.Moffy.Samples.Event.Random.Internal

Associated Types

data Occurred LoadRandomGen #

Numbered LoadRandomGen Source # 
Instance details

Defined in Control.Moffy.Samples.Event.Random.Internal

Associated Types

type Number LoadRandomGen = (r :: Nat)

data Occurred LoadRandomGen Source # 
Instance details

Defined in Control.Moffy.Samples.Event.Random.Internal

type Number LoadRandomGen Source # 
Instance details

Defined in Control.Moffy.Samples.Event.Random.Internal

type Number LoadRandomGen = 11457724748972718229

Get Random

getRandomR :: Random a => (a, a) -> React s RandomEv a Source #