How RNG actually worksseeds · PRNGs · uniform → weighted
What a pseudo-random generator really produces, why a fixed seed reproduces a run, and how a flat 0–1 value becomes a weighted pick. You'll build a small weighted picker and see where naive code quietly skews the result.