aboutsummaryrefslogtreecommitdiff
path: root/stdlib/rng.h
AgeCommit message (Expand)Author
2025-03-17Fully rename array to listBruce Hill
2024-12-19Default RNG now uses static, thread-local memory instead of heapBruce Hill
2024-12-19RNG needs to not be thread-local to make GC happyBruce Hill
2024-11-03Add RNGs to the languageBruce Hill