Hi folks,

I currently have a project that requires randomness in a ufunc. 
In order to keep the ufuncs as reproducible as possible I would like to
use numpy's random number generator for that; basically because setting
the seed will be more intuitive this way.

However I cannot find the documentation of the numpy.random C-API (does
it have one?). How would one do that?

Cheers,
-- 
Daniel Knüttel <daniel.knuet...@daknuett.eu>

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion

Reply via email to