Sha256: 1cd6986211f44c48f9210993fcc81d2e20fe6006469946e7f3777caed20eb88a

Contents?: true

Size: 191 Bytes

Versions: 69

Compression:

Stored size: 191 Bytes

Contents

var randBool = require('./randBool');

    /**
     * Returns random bit (0 or 1)
     */
    function randomBit() {
        return randBool()? 1 : 0;
    }

    module.exports = randomBit;

Version data entries

69 entries across 69 versions & 2 rubygems

Version Path
trusty-festivity-extension-2.3.1 node_modules/bower/node_modules/mout/random/randBit.js
trusty-festivity-extension-2.3.0 node_modules/bower/node_modules/mout/random/randBit.js
entangled-0.0.16 spec/dummy/public/node_modules/bower/node_modules/mout/random/randBit.js
entangled-0.0.15 spec/dummy/public/node_modules/bower/node_modules/mout/random/randBit.js
entangled-0.0.14 spec/dummy/public/node_modules/bower/node_modules/mout/random/randBit.js
entangled-0.0.13 spec/dummy/public/node_modules/bower/node_modules/mout/random/randBit.js
entangled-0.0.12 spec/dummy/public/node_modules/bower/node_modules/mout/random/randBit.js
entangled-0.0.11 spec/dummy/public/node_modules/bower/node_modules/mout/random/randBit.js
entangled-0.0.10 spec/dummy/public/node_modules/bower/node_modules/mout/random/randBit.js