Finish pod separation and add stub tests for remaining subsystems
[Math-GSL.git] / swig / RNG.i
blob00753fae33ebdbe6a5b984eb0c1b181c3d3c2ef2
1 %module "Math::GSL::RNG"
2 %{
3 #include "gsl/gsl_rng.h"
4 %}
5 %import "gsl/gsl_types.h"
7 %include "gsl/gsl_rng.h"
8 %include "../pod/RNG.pod"