MCPcopy Index your code
hub / github.com/RandomAPI/Randomuser.me-Node / range

Function range

api/1.4/api.js:442–444  ·  view source on GitHub ↗
(min, max)

Source from the content-addressed store, hash-verified

440}
441
442function range(min, max) {
443 return min + mersenne.rand(max-min+1);
444}
445
446function uppercaseify(val) {
447 if (Array.isArray(val)) {

Callers 14

generateMethod · 0.70
randomNatMethod · 0.70
genPasswordMethod · 0.70
randomFunction · 0.70
randomItemFunction · 0.70
genSVNRFunction · 0.50
inject.jsFile · 0.50
inject.jsFile · 0.50
inject.jsFile · 0.50
inject.jsFile · 0.50
inject.jsFile · 0.50
getPersonIdFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected