Make CXXGraph MSVC-Compatible #277
Labels
development
Development of new Functionalities
enhancement
New feature or request
Priority:Medium
Priority Label for medium priority issue
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>
The text was updated successfully, but these errors were encountered: