random-number-maths-captcha

1.0.0 • Public • Published

Random number only.

var randomNoWithMathsCaptcha = require('random-number')

console.log( randomNumberGenerator(50, 10, false) ) // random integer between 10 and 49

`exact number`
console.log( randomNumberGenerator(50, 10, true) ) 
// random integer between 10 and 50

mathsCaptcha only.

var randomNoWithMathsCaptcha = require('random-number')

console.log( randomNumberGenerator(12, 10, 50, true) ) 
// ouput data: {addition : 22, subtraction :40}

Contact-me: sivakumarjegadesan@gmail.com

Readme

Keywords

none

Package Sidebar

Install

npm i random-number-maths-captcha

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

1.36 kB

Total Files

3

Last publish

Collaborators

  • sivakumarjsl