MCPcopy Create free account
hub / github.com/breck7/scroll / lcg$2

Function lcg$2

external/.d3.js:9076–9079  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9074const m$1 = 4294967296; // 2^32
9075
9076function lcg$2() {
9077 let s = 1;
9078 return () => (s = (a$2 * s + c$4) % m$1) / m$1;
9079}
9080
9081function x$2(d) {
9082 return d.x;

Callers 1

simulationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected