blob: f5e5e5332d225eb254a9a27a0379c501c956c647 (
plain)
1
2
3
4
5
6
7
8
|
#include "Python.h"
#define NO_IMPORT_ARRAY
#include "numpy/arrayobject.h"
#include "randomkit.h"
extern void
init_by_array(rk_state *self, unsigned long init_key[],
npy_intp key_length);
|