This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
I used this in sample.cpp/hpp of the box2d V3-alpha project. | |
This is just an example of a non-enkiTS job system used with box2d V3-alpha | |
- Nathan Phipps 1/14/24 | |
*/ | |
// --------- begin of inside sample.cpp --------- | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
imneme's randutils.hpp gist: | |
https://gist.github.com/imneme/540829265469e673d045 | |
imneme's pcg-cpp random generator I use: | |
https://github.com/imneme/pcg-cpp | |
Here's imneme's blog post describing why randutils.hpp is useful: | |
https://www.pcg-random.org/posts/developing-a-seed_seq-alternative.html | |
*/ |