aboutsummaryrefslogtreecommitdiff
path: root/stdlib/rng.c
AgeCommit message (Expand)Author
2025-03-17Fully rename array to listBruce Hill
2025-03-05Overhaul of constructors, making it more consistent and correct. AlsoBruce 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-12-17Minor cleanups and fixes to RNG, chacha, and textBruce Hill
2024-12-12Tweaks to RNG codeBruce Hill
2024-12-07Use likely()/unlikely() macros and a few bugfixes for integersBruce Hill
2024-11-29Change how types handle metamethodsBruce Hill
2024-11-04Minor code cleanupBruce Hill
2024-11-03Add RNGs to the languageBruce Hill