/random-cpp

C++ implementation of Python random - generate pseudo-random numbers

Primary LanguageC++MIT LicenseMIT

random-cpp

C++ implementation of Python random - generate pseudo-random numbers for C++

Building

Make a build directory and do a typical CMake build from there:

mkdir build
cd build
cmake ..
make