This repository was archived by the owner on Feb 19, 2025. It is now read-only.
File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Build Status] ( https://travis-ci.org/bash/random.js.svg?branch=master )] ( https://travis-ci.org/bash/random.js )
4
4
[ ![ codecov] ( https://codecov.io/gh/bash/random.js/branch/master/graph/badge.svg )] ( https://codecov.io/gh/bash/random.js )
5
5
[ ![ 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
+
6
11
7
12
A [ deterministic random number] ( https://www.xkcd.com/221/ ) generator for node.
8
13
This module has some important advantages over other modules:
@@ -13,13 +18,13 @@ This module has some important advantages over other modules:
13
18
14
19
Install with:
15
20
16
- ```
21
+ ``` bash
17
22
npm i --save @rschmidmeister/random.js
18
23
```
19
24
20
25
Usage:
21
26
22
- ```
27
+ ``` js
23
28
const random = require (' @rschmidmeister/random.js' )
24
29
25
30
console .log (random ())
You can’t perform that action at this time.
0 commit comments