Package Exports
- random-bit
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (random-bit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
random-bit 
Get a random bit (0 or 1)
Install
$ npm install --save random-bit
Usage
var randomBit = require('random-bit');
randomBit();
//=> 1
randomBit();
//=> 0
License
MIT © Arthur Verschaeve