brentnd / random-cpp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C++ 98.4%Language:CMake 1.6%