aboutsummaryrefslogtreecommitdiff
path: root/stdlib/rng.c
AgeCommit message (Collapse)Author
2025-03-21Move stdlib into src/Bruce Hill
2025-03-05Overhaul of constructors, making it more consistent and correct. AlsoBruce Hill
changed T(), T, T_t, T_s type names to T(), T$$info, T$$type, T$$struct for unambiguity
2024-12-19Default RNG now uses static, thread-local memory instead of heapBruce Hill
allocated
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