Functions§
- flow_
constant - Constant flow: always returns 1.0.
- flow_
pulse - Pulse flow: alternates between high (3.0) and low (0.5).
- flow_
random_ walk - A deterministic “random” walk based on a hash-like seed.
- flow_
sinusoidal - Sinusoidal flow: 1.0 + 0.5·sin(0.5·t + edge·0.3).
Type Aliases§
- FlowFn
- Flow energy functions that drive the evolution of restriction maps.