Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purescript/purescript-random
Random number generation
https://github.com/purescript/purescript-random
Last synced: about 2 months ago
JSON representation
Random number generation
- Host: GitHub
- URL: https://github.com/purescript/purescript-random
- Owner: purescript
- License: bsd-3-clause
- Created: 2014-03-19T21:41:00.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T19:38:12.000Z (over 2 years ago)
- Last Synced: 2024-10-29T21:05:42.213Z (2 months ago)
- Language: PureScript
- Homepage:
- Size: 46.9 KB
- Stars: 15
- Watchers: 8
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-purescript - random - A basic library to generate random numbers. (Random)
README
# purescript-random
[![Latest release](http://img.shields.io/github/release/purescript/purescript-random.svg)](https://github.com/purescript/purescript-random/releases)
[![Build status](https://github.com/purescript/purescript-random/workflows/CI/badge.svg?branch=master)](https://github.com/purescript/purescript-random/actions?query=workflow%3ACI+branch%3Amaster)
[![Pursuit](https://pursuit.purescript.org/packages/purescript-random/badge)](https://pursuit.purescript.org/packages/purescript-random)Random value generation.
## Installation
```
spago install random
```## Documentation
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-random).