Skip to content

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

License

Notifications You must be signed in to change notification settings

brentnd/random-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published