Skip to main content

Ziggurat Fast Normal Distribution RNG

Project description

# zignor-python

Ziggurat normal random number generator ported to Python

## Requirement

NumPy installation is required. Python 3 compatible.

## Installation

To install, run

python setup.py install

or you can install from PyPI:

pip install zignor

If you are running Windows and don’t have MSVC compiler installed, a pre-built distribution on Python 3.5 is given in dist folder.

## Usage

It will automatically import NumPy, so you can just use

` import zignor zignor.randn(10) ` or ` zignor.randn(3, 5) ` to generate a matrix of 3 by 5.

## More functions

This module includes two implementations. One is an slightly modified implementation of the original Ziggurat method ([http://www.jstatsoft.org/article/downloadSuppFile/v005i08/rnorrexp.c](http://www.jstatsoft.org/article/downloadSuppFile/v005i08/rnorrexp.c)). It uses SHR3 as the RNG for uniform distribution. This is the code behind zignor.randn() and zignor.rnor() method, and it is the faster of the two.

We also included a zignor.rexp() for generation exponential distribution.

The other implementation is the VIZIGNOR implementation by Doornik, J.A. It improves the original method and uses MWC8222 RNG to enable the method to pass some more tests. This method can be called by zignor.zignor().

## References 1. G. Marsaglia and W.W. Tsang: The Ziggurat Method for Generating Random Variables. Journal of Statistical Software, vol. 5, no. 8, pp. 1–7, 2000. 2. Doornik, J.A. (2005), “An Improved Ziggurat Method to Generate Normal Random Samples”, mimeo, Nuffield College, University of Oxford.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zignor-0.1.8.zip (11.6 kB view details)

Uploaded Source

File details

Details for the file zignor-0.1.8.zip.

File metadata

  • Download URL: zignor-0.1.8.zip
  • Upload date:
  • Size: 11.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for zignor-0.1.8.zip
Algorithm Hash digest
SHA256 05f49899c35f078506123b385ea97b7e47c4925060634b42bc48b6a99e6d12ae
MD5 af47498d94c2ce6f5de1ee48c500cc68
BLAKE2b-256 bd938f7e6228c4134ccdef81ba0d5af72250f8f325627446a6d4aac5de21802d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page