An open API service indexing awesome lists of open source software.

https://github.com/fused-effects/fused-effects-random

Random number generation for fused-effects.
https://github.com/fused-effects/fused-effects-random

effects haskell probabilistic-programming random

Last synced: 10 months ago
JSON representation

Random number generation for fused-effects.

Awesome Lists containing this project

README

          

# fused-effects-random

[![BSD3 license](https://img.shields.io/badge/license-BSD3-blue.svg)](LICENSE)
[![Build Status](https://action-badges.now.sh/fused-effects/fused-effects-random)](https://github.com/fused-effects/fused-effects-exceptions/actions)

This package provides a random number generation effect for [`fused-effects`](https://github.com/fused-effects/fused-effects) that wraps the API provided by `System.Random`.