Cleaned up Build.PL to get rid of settings particular to my machine.
[Math-GSL.git] / RNG.i
blob76a481d0a6e7bb150ed9e5d2f19f023d6d7d68fc
1 %module RNG
2 %{
3 #include "gsl/gsl_rng.h"
4 %}
5 %import "gsl/gsl_types.h"
7 %include "gsl/gsl_rng.h"