Skip to content
/ pypcg Public
forked from robojeb/pypcg

A python CFFI wrapper around the pcg random number generator library

License

Notifications You must be signed in to change notification settings

gnu-user/pypcg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pypcg

Version: 0.0.3

PCG Version: 0.94

A python CFFI wrapper around the pcg random number generator library

Installation Note

Currently the setup.py script may build the extension module in the wrong location. If this happens and you get an import error you can fix this by running python as superuser and importing the library once. This will allow the required module to be built and all other imports should work.

About

A python CFFI wrapper around the pcg random number generator library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 58.2%
  • Python 41.8%