1.0.1 • Published 1 year ago

forty-nine v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

FORTY-NINE

tired of equility or fairness? try FORTY-NINE!

How to use

npm i forty-nine
import * as forty_nine from 'forty-nine';

getTrueValueWith49PercentProbability

import * as forty_nine from 'forty-nine';
console.log
(forty_nine.getTrueValueWith49PercentProbability());

it returns true with 49percent probability!

getTrueValueWith51PercentProbability

import * as forty_nine from 'forty-nine';
console.log
(forty_nine.getTrueValueWith51PercentProbability());

it returns true with 51percent probability!

getFalseValueWith49PercentProbability

import * as forty_nine from 'forty-nine';
console.log
(forty_nine.getFalseValueWith49PercentProbability());

it returns false with 49percent probability!

getFalseValueWith51PercentProbability

import * as forty_nine from 'forty-nine';
console.log
(forty_nine.getFalseValueWith51PercentProbability());

it returns false with 51percent probability!

1.0.1

1 year ago

1.0.0

1 year ago