Refactoring of the Complex tests
[Math-GSL.git] / QRNG.i
blob683c6dfb4b644118f9bfeb1de6056ce7d21dd17b
1 %module QRNG
2 %{
3 #include "gsl/gsl_qrng.h"
4 %}
5 %import "gsl/gsl_types.h"
7 %include "gsl/gsl_qrng.h"