MCPcopy 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
234staticfn void
235set_random(unsigned long seed,
236 int (*fn)(int))
237{
238 init_isaac64(seed, fn);
239}
240
241#else /* USE_ISAAC64 */
242

Callers 1

init_randomFunction · 0.85

Calls 1

init_isaac64Function · 0.85

Tested by

no test coverage detected