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