Sha256: 5a1977976b3d033b95d07eb38555140cd2a6dd90d4d2100b68c00a873632f2bb
Contents?: true
Size: 506 Bytes
Versions: 14
Compression:
Stored size: 506 Bytes
Contents
/* rb_gsl_rng.h Ruby/GSL: Ruby extension library for GSL (GNU Scientific Library) (C) Copyright 2001-2004 by Yoshiki Tsunesada Ruby/GSL is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY */ #ifndef ___RB_GSL_RNG_H___ #define ___RB_GSL_RNG_H___ #include "ruby.h" #include <gsl/gsl_rng.h> #include "rb_gsl.h" EXTERN VALUE cgsl_rng; #endif
Version data entries
14 entries across 14 versions & 5 rubygems