sequence

package
v0.38.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 18, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LinearNode

type LinearNode struct {
	Start   nodes.Output[float64]
	End     nodes.Output[float64]
	Samples nodes.Output[int]
}

func (LinearNode) Out

func (snd LinearNode) Out(out *nodes.StructOutput[[]float64])

type RandomBoolNode added in v0.38.0

type RandomBoolNode struct {
	Samples nodes.Output[int]
}

func (RandomBoolNode) Out added in v0.38.0

func (snd RandomBoolNode) Out(out *nodes.StructOutput[[]bool])

type RandomFloatNode added in v0.38.0

type RandomFloatNode struct {
	Min     nodes.Output[float64]
	Max     nodes.Output[float64]
	Samples nodes.Output[int]
}

func (RandomFloatNode) Out added in v0.38.0

func (snd RandomFloatNode) Out(out *nodes.StructOutput[[]float64])

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL