Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ set_random
Function
set_random
src/rnd.c:234–239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
232
#ifdef USE_ISAAC64
233
234
staticfn void
235
set_random(unsigned long seed,
236
int (*fn)(int))
237
{
238
init_isaac64(seed, fn);
239
}
240
241
#else /* USE_ISAAC64 */
242
Callers
1
init_random
Function · 0.85
Calls
1
init_isaac64
Function · 0.85
Tested by
no test coverage detected