Skip to content

arthurvr/random-bit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-bit Build Status

Get a random bit (0 or 1)

Install

$ npm install --save random-bit

Usage

const randomBit = require('random-bit');

randomBit();
//=> 1

randomBit();
//=> 0

License

MIT © Arthur Verschaeve

About

Get a random bit (0 or 1)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •