Skip to content

SWIG wrappers for the PCG suite of random number generators

Notifications You must be signed in to change notification settings

sfaleron/pcg-wraps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Various SWIG bindings to the PCG suite of psuedo-random number generators. Not all features are necessarily available in a given set of bindings, and the available subset will vary from language to language. See the READMEs in each subdirectory for details.

Python bindings can be found here. There are no plans to support other languages, but Java would be the likely next one.

To build, you'll need the contents of the include directory from pcg-cpp. The repository includes a reference back there as a submodule, so if you've cloned this repository, you can get that folded in neatly with a couple of git commands:

git submodule init
git submodule update

This makes it easier to stay up-to-date with pcg-cpp, and also provides some data that could be useful for automated testing, when that gets implemented.

About

SWIG wrappers for the PCG suite of random number generators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages