Skip to content
WebDrake edited this page Sep 14, 2010 · 3 revisions

GrSL — the GSL random Sampling Library

GrSL is an extension of the GNU Scientific Library (GSL) that aims to provide effective algorithms for efficient random sampling. It is built with the aim of eventually being incorporated into GSL proper, but is not yet an official part of the GSL.

Its API is designed for close compatibility with GSL, with the aim of minimising (or hopefully not requiring) any changes to users’ code if/when it is incorporated into the main GSL library. As with GSL, the project is distributed under the GNU GPL, version 3 or later.

The project is currently in an extremely preliminary stage. Contributions of advice, code and feedback are all welcome.

Clone this wiki locally