Skip to content

Source code of UNU.RAN for use in SciPy

License

Notifications You must be signed in to change notification settings

tirthasheshpatel/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.8.1):

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

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

About

Source code of UNU.RAN for use in SciPy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.3%
  • Objective-C 7.3%
  • Other 0.4%