Skip to content

Make CXXGraph MSVC-Compatible #277

@nrkramer

Description

@nrkramer

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

No one assigned

    Labels

    Priority:MediumPriority Label for medium priority issuedevelopmentDevelopment of new FunctionalitiesenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions