MCPcopy
hub / github.com/tiagozip/cap / next

Function next

solver/index.js:18–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 let result = "";
17
18 function next() {
19 state ^= state << 13;
20 state ^= state >>> 17;
21 state ^= state << 5;
22 return state >>> 0;
23 }
24
25 while (result.length < length) {
26 const rnd = next();

Callers 3

prngFunction · 0.70
capCheckpointFunction · 0.50
capCheckpointFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected