summaryrefslogtreecommitdiff
path: root/soh/include/boost_custom
AgeCommit message (Collapse)Author
2024-05-01Fix: add workaround for boost versions >=1.84.0 (#4098)Archez
2023-01-25Add manual seed input for rando generation (#2057)Adam Bird
* add manual seed input for rando generation * add tooltip for seed input * switch to calloc * add seed testing count generator * add console command for rando gen * add boost and custom hash_32 functions * use hash_32 funcs for rando generation * limit seed input field to uint32 * rename custom boost header imports to boost_custom