Skip to main content

Module flow

Module flow 

Source

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.