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

Method defaultSeed

api/1.4/api.js:280–282  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

278
279 // Choose random seed
280 defaultSeed() {
281 this.seed = random(1, 16);
282 }
283
284 // Return random nat to use
285 randomNat() {

Callers 1

generateMethod · 0.95

Calls 1

randomFunction · 0.70

Tested by

no test coverage detected