schmouk / PlayToreLib

A c++ generic library for coding games applications
GNU General Public License v3.0
0 stars 0 forks source link

implement a thread-safe random generator in package `core` #75

Closed schmouk closed 2 months ago

schmouk commented 2 months ago

Completed. Validated. Implemented a not-thread safe version as well, 17% quicker.