summaryrefslogtreecommitdiffstats
path: root/src/common/tiny_mt.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-4/+4
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-4/+4
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-02-19common: Add implementation of TinyMT (Mersenne Twister RNG).bunnei1-0/+250