StudioCherno / Walnut

Walnut is a simple application framework for Vulkan and Dear ImGui apps
MIT License
1.99k stars 367 forks source link

Make random number generation thread local #33

Open LilyIsTrans opened 1 year ago

LilyIsTrans commented 1 year ago

Simply makes the random number generation thread local, which massively improves performance when generating random numbers across many threads.