https://github.com/mljs/random
Randomness utilities
https://github.com/mljs/random
Last synced: 8 months ago
JSON representation
Randomness utilities
- Host: GitHub
- URL: https://github.com/mljs/random
- Owner: mljs
- License: mit
- Created: 2018-05-16T07:01:34.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T17:41:23.000Z (about 1 year ago)
- Last Synced: 2025-04-01T15:41:45.382Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 192 KB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ml-random
[![NPM version][npm-image]][npm-url]
[![build status][ci-image]][ci-url]
[![Test coverage][codecov-image]][codecov-url]
[![npm download][download-image]][download-url]
Randomness utilities from a selection of elements.
## Installation
`$ npm install ml-random`
## Usage
```js
const { Random } = require('ml-random');
```
## [API Documentation](https://mljs.github.io/random/)
## License
[MIT](./LICENSE)
[npm-image]: https://img.shields.io/npm/v/ml-random.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/ml-random
[ci-image]: https://github.com/mljs/random/workflows/Node.js%20CI/badge.svg?branch=main
[ci-url]: https://github.com/mljs/random/actions?query=workflow%3A%22Node.js+CI%22
[codecov-image]: https://img.shields.io/codecov/c/github/mljs/random.svg?style=flat-square
[codecov-url]: https://codecov.io/gh/mljs/random
[download-image]: https://img.shields.io/npm/dm/ml-random.svg?style=flat-square
[download-url]: https://www.npmjs.com/package/ml-random