Versions in this module Expand all Collapse all v0 v0.38.0 Apr 18, 2026 Changes in this version + type RandomBoolNode struct + Samples nodes.Output[int] + func (snd RandomBoolNode) Out(out *nodes.StructOutput[[]bool]) + type RandomFloatNode struct + Max nodes.Output[float64] + Min nodes.Output[float64] + Samples nodes.Output[int] + func (snd RandomFloatNode) Out(out *nodes.StructOutput[[]float64]) v0.37.0 Dec 20, 2025 Changes in this version + type LinearNode struct + End nodes.Output[float64] + Samples nodes.Output[int] + Start nodes.Output[float64] + func (snd LinearNode) Out(out *nodes.StructOutput[[]float64])