Skip to content
/ unuran Public
forked from scipy/unuran

Source code of UNU.RAN for use in PySATL

License

Notifications You must be signed in to change notification settings

PySATL/unuran

 
 

Repository files navigation

UNU.RAN Source Code for use in SciPy

Modified UNU.RAN source code for use in SciPy. Makefiles, deprecated functions, and unwanted disrectories have been removed. unuran/src/urng/urng_default.c has been replaced by urng_default_mod.c which is a modified version of urng_default.c to work with NumPy generators which are set as default on import.

Update

Run the following script to update UNU.RAN's version (The current version used is 1.9.0):

python get_and_clean_unuran.py -v --unuran-version 1.9.0

Replace the version number after --unuran-version to update.

About

Source code of UNU.RAN for use in PySATL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.5%
  • Objective-C 7.0%
  • Other 0.5%