Welcome to threefry’s documentation!¶
| Authors: | Pierre de Buyl |
|---|---|
| License: | BSD 3-clause |
| Website: | http://pypi.python.org/threefry/ |
threefry is a random number generator proposed in the Random123 family.
This packages implements threefry in C and makes it available at the Python and Cython levels.
Installation¶
python3 -m pip install --user threefry
This will install the threefry module, include the declaration files threefry.h and threefry.pxd that are necessary to “cimport” the module.