random-roman
v1.0.4
Published
This package creates random roman numbers.
Maintainers
Readme
$ npm i random-romanconst randRoman = require('randomRoman');Methods
//without range
console.log(randRoman());
//with min max range
console.log(randRoman(55,999))const randRoman = require('randomRoman');
console.log(randRoman());
console.log(randRoman(55,999))This project is not yet licensed.
