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

https://github.com/mljs/random

Randomness utilities
https://github.com/mljs/random

Last synced: 8 months ago
JSON representation

Randomness utilities

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