Table of Contents

Property seed

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

seed

Base random seed for deterministic graph execution.

public int seed { get; set; }

Property Value

int

Remarks

Noise nodes and other stochastic systems combine this with their local seed values to produce repeatable results for the same request.