source-sequenceThe z update reads the current state, whereas the following assignment changes state through drift and transform.
05a7f40f-5cb6-538e-b376-40df4c543d49
jfnc’s FRM-like/1 source starts z from pixel and state from seed. Each loop squares z and adds state, then advances state by drift times transform(state). The orbit remains while |z| <= 4.
frm-v1:0107d6f68a942fd97a649693ec769e74382943bd54cec83f0d6327aec4336e0d:init/1This initialization assignment sets state = seed; z was initialized separately from pixel.
frm-v1:0107d6f68a942fd97a649693ec769e74382943bd54cec83f0d6327aec4336e0d:loop/0This loop assignment sets z = sqr(z) + state using the current state.
frm-v1:0107d6f68a942fd97a649693ec769e74382943bd54cec83f0d6327aec4336e0d:loop/1This assignment advances state to state + drift * transform(state) after z has been updated.
frm-v1:0107d6f68a942fd97a649693ec769e74382943bd54cec83f0d6327aec4336e0d:bailoutThe bailout comparison accepts the orbit while |z| <= 4.
source-sequenceThe z update reads the current state, whereas the following assignment changes state through drift and transform.
seeddrifttransformFor each one-slot jfnc trial, record a visible change or no visible change from the baseline.
Explain which assignment updates z and which updates state; compare the baseline with one one-slot trial.
Your response explains all 4 annotated operations, records the requested comparison, and mentions `state` and `drift * transform(state)`.
Pinned runtime revision 0107d6f68a942fd97a649693ec769e74382943bd54cec83f0d6327aec4336e0d and its publication decision ground this unit.
rightsStatus: no-explicit-permission; implementationBasis: separated-independent-rewrite; publicationDecision: publish; decisionReason: publish-cleanroom-independent-rewrite-full-chain-green. This statement makes no broader claim about any third-party original.
Formula Record
This canonical FractalPark implementation is published and runnable.

This verified canonical revision is read-only. Remix creates a separate editable fork.
Historical source: Fractint. The current FractalPark implementation is a separated independent rewrite; the original FRM text is not redistributed.
Send the Formula ID and supporting evidence. The maintainer can hold or withdraw the implementation while the claim is reviewed. contact@fractalpark.com