This module is an extension of a faster Pseudo Random Number Generator
originally designed in c. It mimics the functions: random.exponential and 
random.normal found in numpy, while offering considerable speedup. Please see 
https://bitbucket.org/cdmcfarland/fast_prns 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@gmail.com

