Fast exponentially- and normally-distributed Pseudo Random Number Generator
Project description
This module is an extension of a faster Pseudo Random Number Generator originally designed in C. It mimics the functions: random.exponential, random.normal, and random.random_sample found in numpy, while offering considerable speedup. Please see https://bitbucket.org/cdmcfarland/fast_prng for details on the original project.
INSTALLATION
Use Pip to install under normal circumstances. This package can be manually installed using:
$ python3 setup.py install
CONTACT
Feedback is most appreciated. Please email questions or comments to me at christopherdmcfarland+pypi [at] gmail [dot] com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.