-
Notifications
You must be signed in to change notification settings - Fork 139
Closed
Labels
Priority:MediumPriority Label for medium priority issuePriority Label for medium priority issuedevelopmentDevelopment of new FunctionalitiesDevelopment of new FunctionalitiesenhancementNew feature or requestNew feature or request
Description
Currently, the library relies on some Unix stdlib functionality (namely, rand_r)
To make the library more portable, alternative functions and C++ functionality should be added to make sure MSVC users can compile. This will go a long way to ensuring portability as well.
We can start by replacing rand_r with a PRNG from <random>
Metadata
Metadata
Assignees
Labels
Priority:MediumPriority Label for medium priority issuePriority Label for medium priority issuedevelopmentDevelopment of new FunctionalitiesDevelopment of new FunctionalitiesenhancementNew feature or requestNew feature or request