DEBSOURCES
Skip Quicknav
sources / python-numpy / 1%3A1.8.2-2 / numpy / random / mtrand / initarray.h
1234567
#include "Python.h" #include "numpy/arrayobject.h" #include "randomkit.h" extern void init_by_array(rk_state *self, unsigned long init_key[], npy_intp key_length);