summaryrefslogtreecommitdiffstats
path: root/src/common/tiny_mt.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades792023-02-141-4/+4
* add static lifetime to constexpr values to force compile time evaluation where possiblearades792023-02-141-4/+4
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* common: Add implementation of TinyMT (Mersenne Twister RNG).bunnei2021-02-191-0/+250