File size: 203 Bytes
c011401
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
#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);