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

https://github.com/purescript/purescript-lcg

A seeded pseudorandom number generator based on the linear congruential generator algorithm.
https://github.com/purescript/purescript-lcg

Last synced: 10 months ago
JSON representation

A seeded pseudorandom number generator based on the linear congruential generator algorithm.

Awesome Lists containing this project

README

          

# purescript-lcg

[![Latest release](http://img.shields.io/github/release/purescript/purescript-lcg.svg)](https://github.com/purescript/purescript-lcg/releases)
[![Build status](https://github.com/purescript/purescript-lcg/workflows/CI/badge.svg?branch=master)](https://github.com/purescript/purescript-lcg/actions?query=workflow%3ACI+branch%3Amaster)
[![Pursuit](https://pursuit.purescript.org/packages/purescript-lcg/badge)](https://pursuit.purescript.org/packages/purescript-lcg)

A seeded pseudorandom number generator based on the linear congruential generator algorithm.

## Installation

```
spago install lcg
```

## Documentation

Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-lcg).