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

Function range

api/1.3/api.js:430–432  ·  view source on GitHub ↗
(min, max)

Source from the content-addressed store, hash-verified

428}
429
430function range (min, max) {
431 return min + mersenne.rand(max-min+1);
432}
433
434function uppercaseify(val) {
435 if (Array.isArray(val)) {

Callers 14

generateMethod · 0.70
randomNatMethod · 0.70
genPasswordMethod · 0.70
randomFunction · 0.70
randomItemFunction · 0.70
inject.jsFile · 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