Hi, would it be possible to implement direct support of this library for cython? Being able to use cimport cyrandom from cython directly could eliminate the overhead of creating python numbers and unpacking them in cython to native number types, in other cython modules. It could work similar to numpy's approach, where one can write numpy.get_include() to get the path to numpy's header files for cython use.