Files
rose-ash/lib/apl/runtime.sx
giles bcdd137d6f
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 55s
apl: ? roll/random + apl-rng-seed! (+4 tests)
apl-rng-state global mutable LCG.
apl-rng-seed! for deterministic tests.
apl-rng-next! advances state.
apl-roll: monadic ?N returns scalar in 1..N (apl-io-relative).

apl-monadic-fn dispatches "?" → apl-roll.

apl-run "?10" → 8 (with seed 42)
apl-run "?100" → in 1..100
2026-05-07 22:19:57 +00:00

39 KiB