Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RandomAPI/Randomuser.me-Node
/ defaultSeed
Method
defaultSeed
api/1.3/api.js:276–278 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
274
275
// Choose random seed
276
defaultSeed() {
277
this.seed = random(1, 16);
278
}
279
280
// Return random nat to use
281
randomNat() {
Callers
1
generate
Method · 0.95
Calls
1
random
Function · 0.70
Tested by
no test coverage detected