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.
- Host: GitHub
- URL: https://github.com/purescript/purescript-lcg
- Owner: purescript
- License: bsd-3-clause
- Created: 2017-07-12T15:58:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T19:46:50.000Z (over 3 years ago)
- Last Synced: 2024-10-29T21:05:41.835Z (about 1 year ago)
- Language: PureScript
- Homepage:
- Size: 22.5 KB
- Stars: 4
- Watchers: 5
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-lcg
[](https://github.com/purescript/purescript-lcg/releases)
[](https://github.com/purescript/purescript-lcg/actions?query=workflow%3ACI+branch%3Amaster)
[](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).