MCPcopy Create free account
hub / github.com/Code-Bullet/Jump-King / mutate

Method mutate

Brain.js:13–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 }
12
13 mutate() {
14 this.holdTime += random(-0.3,0.3);
15 this.holdTime = constrain(this.holdTime,0.1,1);
16 }
17}
18
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected