An open API service indexing awesome lists of open source software.

https://github.com/beliavsky/ziggurat

generate uniform, normal, and exponential random deviates using algorithms from Marsaglia
https://github.com/beliavsky/ziggurat

random-number-generator random-numbers

Last synced: 5 months ago
JSON representation

generate uniform, normal, and exponential random deviates using algorithms from Marsaglia

Awesome Lists containing this project

README

          

# Ziggurat
Generate uniform, normal, and exponential random deviates using algorithms from Marsaglia, based on Alan Miller's ziggurat.f90. Compile with ```gfortran ziggurat.f90 xzig.f90``` . Compile with ```gfortran ziggurat_pure.f90 xzig_pure.f90``` to demonstrate the generation of random uniform and random 32-bit integers by pure subroutines. Codes also work with Intel Fortran, flang, and g95.