Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 210 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 210 Bytes

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