MCPcopy Create free account
hub / github.com/RandomAPI/Randomuser.me-Node / range

Function range

api/1.2/api.js:404–406  ·  view source on GitHub ↗
(min, max)

Source from the content-addressed store, hash-verified

402}
403
404function range (min, max) {
405 return min + mersenne.rand(max-min+1);
406}
407
408function uppercaseify(val) {
409 if (Array.isArray(val)) {

Callers 15

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