mum-utils

0.0.0 • Public • Published

mum-utils

usage

var u = require('mum-utils');

random = u.randomInt(100, 50); // a random integer between 50 and 100

utilities

u.randomInt(max, [min])

finds a random integer between from min to max-1, the default minimum is 0.

/mum-utils/

    Package Sidebar

    Install

    npm i mum-utils

    Weekly Downloads

    3

    Version

    0.0.0

    License

    MIT

    Last publish

    Collaborators

    • diffalot