perpetual_state — GENERATIVE stream op

• Data kinds: none → table (an op determined by its arguments alone — it takes no image or data input)

• Call: import fullseye as fs; fs.ledger.perpetual_state(name: 'str' = 'langtons_ant', size: 'int' = 301, seed: 'int' = 0, rule: 'int' = 110) -> 'dict' (to call the implementation directly, import perpetual; perpetual.perpetual_state(name: 'str' = 'langtons_ant', size: 'int' = 301, seed: 'int' = 0, rule: 'int' = 110) -> 'dict'; from the registry, opsgenerative.get("perpetual_state"))

Usage

> This operator's description has not been translated yet. The original text follows as it is.

無限に回せる状態を作る(`table`)。止めどきは呼んだ側が決める。

Detailed usage guide

• generative_art family guide

References (sample data, literature)

• Sample-data catalog (download URLs / licences) — 2-D uses skimage.data (BSD/public domain) plus synthetic images; 3-D lists download URLs for real data sources (Stanford, PDS, …).

• Operator provenance and references — the sources of the research/methods this op family came from.

• The canonical algorithm (author, year) and its uses are named in the family usage guide above.

Runnable examples (verified samples that actually call this op)

• poc_illusions_and_perpetual_drawing — py -3.11 examples/poc_illusions_and_perpetual_drawing.py

Ops the type connects to (they accept table as input)

perpetual_step · perpetual_render

Same category (stream)

perpetual_step · perpetual_render


*Provenance: perpetual.py — GENERATIVE operator registry. This per-op note is generated by tools/opdocs.py md (do not hand-edit).*

© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.