Commit graph

4 commits

Author SHA1 Message Date
Juliano Leal Goncalves
5607c58daa 🏷️ Add 'PickRandomlyAmong' function that picks one value from a set of values randomly
This will be used in a few places where we previously used a raw integer random to index into a local array for selection, simplifying that type of logic to a single statement.
2021-09-13 00:25:49 +02:00
Anders Jenbo
a7c7fa0030 Fully apply clang-tidy/format to all files 2021-07-03 16:41:43 -07:00
ephphatha
921c7af8c6 Expand comments for vanilla RNG functions
And put them in the header 😂
2021-06-27 04:14:18 -07:00
ephphatha
357f6f1dc3 Move RNG functions to their own header/source files 2021-06-27 03:09:41 -07:00