Versions in this module Expand all Collapse all v0 v0.2.0 Jun 28, 2026 Changes in this version + func GenerateBlueNoiseSignal(samples int) []float64 + func GenerateBluePoints(width, height, r float64, k int) [][2]float64 + func StreamBluePoints(width, height, r float64, k int) iter.Seq[[2]float64] + func StreamBlueSignal(beta float64) iter.Seq[float64]