turion / rhine

Haskell Functional Reactive Programming framework with type-level clocks
http://hackage.haskell.org/package/rhine
123 stars 21 forks source link

Incorporate `RandT` and `MonadRandom` #13

Closed turion closed 6 years ago

turion commented 6 years ago

Random generators have been added to dunai. There should be an interface for SyncSFs as well, once this issue is resolved.

turion commented 6 years ago

On second thoughts, let's not depend on the above mentioned issue and add the interface now. Merging with dunai can happen later.