rand-bool

69.0.0 • Public • Published

rand-bool

Generates a random boolean value.

npm i rand-bool --save

Usage

'use strict'
const rbool = require('rand-bool');
const myRandombool = rbool();
console.log(myRandombool); // either true or false

Note : Only works in node 6.2

LICENSE

MIT

Reference

/rand-bool/

    Package Sidebar

    Install

    npm i rand-bool

    Weekly Downloads

    2

    Version

    69.0.0

    License

    MIT

    Last publish

    Collaborators

    • robotmayo