Skip to content

Commit

Permalink
Revert "Removed GPL code from the C random number generator functions."
Browse files Browse the repository at this point in the history
This reverts commit 971bed7.
  • Loading branch information
gaborcsardi committed Dec 4, 2012
1 parent 133d623 commit f0b6b66
Show file tree
Hide file tree
Showing 3 changed files with 1,524 additions and 55 deletions.
3 changes: 2 additions & 1 deletion pysplicing/src/pyrandom.c
Expand Up @@ -155,7 +155,8 @@ splicing_rng_type_t splicing_rngtype_Python = {
/* get= */ splicing_rng_Python_get,
/* get_real */ splicing_rng_Python_get_real,
/* get_norm= */ splicing_rng_Python_get_norm,
/* get_gamma= */ 0
/* get_geom= */ 0,
/* get_binom= */ 0
};

void pysplicing_init_rng(PyObject* splicing_module) {
Expand Down

0 comments on commit f0b6b66

Please sign in to comment.