Sha256: 8af88fe7fbf7e2eeda6a9192689d58b0c1813c164cedc00262728b8d4f304a86
Contents?: true
Size: 488 Bytes
Versions: 11
Compression:
Stored size: 488 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 <gsl/gsl_rng.h> #include "rb_gsl.h" EXTERN VALUE cgsl_rng; #endif
Version data entries
11 entries across 11 versions & 2 rubygems