This repository was archived by the owner on Feb 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 33[ ![ Build Status] ( https://travis-ci.org/bash/random.js.svg?branch=master )] ( https://travis-ci.org/bash/random.js )
44[ ![ codecov] ( https://codecov.io/gh/bash/random.js/branch/master/graph/badge.svg )] ( https://codecov.io/gh/bash/random.js )
55[ ![ Standard - JavaScript Style Guide] ( https://img.shields.io/badge/code_style-standard-brightgreen.svg )] ( http://standardjs.com/ )
6+ [ ![ NPM] ( https://img.shields.io/npm/v/@rschmidmeister/random.js.svg )] ( https://www.npmjs.com/package/@rschmidmeister/random.js )
7+ [ ![ dependencies Status] ( https://david-dm.org/bash/random.js/status.svg )] ( https://david-dm.org/bash/random.js )
8+ [ ![ devDependencies Status] ( https://david-dm.org/bash/random.js/dev-status.svg )] ( https://david-dm.org/bash/random.js?type=dev )
9+ [ ![ Bitcoin] ( https://img.shields.io/badge/bitcoin-donate-yellow.svg )] ( https://www.coinbase.com/rschmidmeister )
10+
611
712A [ deterministic random number] ( https://www.xkcd.com/221/ ) generator for node.
813This module has some important advantages over other modules:
@@ -13,13 +18,13 @@ This module has some important advantages over other modules:
1318
1419Install with:
1520
16- ```
21+ ``` bash
1722npm i --save @rschmidmeister/random.js
1823```
1924
2025Usage:
2126
22- ```
27+ ``` js
2328const random = require (' @rschmidmeister/random.js' )
2429
2530console .log (random ())
You can’t perform that action at this time.
0 commit comments