Template:ProtoFluxRandomNodeWarning: Difference between revisions

Template page
create broad warning for all random nodes
 
more clear about what access means
 
Line 1: Line 1:
{{Note|This node is a random node. Random nodes generate a new output every time they are accessed in any way. To reuse the same value in multiple places, you <em>must</em> [[ProtoFlux:Write|write]] the value to a [[ProtoFlux:Local|Local]], [[ProtoFlux:Store|Store]], or [[ProtoFlux:Data Model Store|Data Model Store]] before operating on it.|warning}}
{{Note|This node is a random node. Random nodes generate a new output every time they are accessed during an [[impulse]] chain, even if during the same frame. To reuse the same value for multiple impulse nodes, you <em>must</em> [[ProtoFlux:Write|write]] the value to a [[ProtoFlux:Local|Local]], [[ProtoFlux:Store|Store]], or [[ProtoFlux:Data Model Store|Data Model Store]] before operating on it.|warning}}

Latest revision as of 16:33, 14 April 2025

This node is a random node. Random nodes generate a new output every time they are accessed during an impulse chain, even if during the same frame. To reuse the same value for multiple impulse nodes, you must write the value to a Local, Store, or Data Model Store before operating on it.