# random **Repository Path**: mirrors_mljs/random ## Basic Information - **Project Name**: random - **Description**: Randomness utilities - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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