Seed Control

Read-only static scan for UNSEEDED randomness: Python random.*/np.random.* with no seed call in the file, every JS/TS Math.random() (no seed API exists). Reports file:line:snippet, exit 1 on findings; suppress a known-fine line with # seed-ok / // seed-ok. Use when: "reproducibility check", "did I forget to seed", "seed-control", before pinning a frozen or regression run. Zero deps, writes nothing.

Evan-Daruwalla 7badbd6 2 files · 18.4 KB Updated

File contents

Evan-Daruwalla/claude-skill-suite/tree/main/seed-control commit 7badbd6a05

Frequently asked questions

npx skillmds@latest add evan-daruwalla/seed-control