-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
30 lines (21 loc) · 1.16 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
-- GrSL - the GSL random Sampling Library --
GrSL is an extension of the GNU Scientific Library (GSL) that aims to
provide efficient algorithms for sequential 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.
The project is currently in an extremely preliminary stage.
Contributions of advice, code and feedback are all welcome.
GrSL is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License, version 3 or (at your
option) any later version.
GrSL can be found online at http://github.com/WebDrake/GrSL/
--REFERENCES--
Nair KA (1990) 'An improved algorithm for ordered sequential
random sampling.' ACM T. Math. Softw. 16(3): 269--274.
Vitter JS (1984) 'Faster methods for random sampling.'
Commun. ACM 27(7): 703--718
Vitter JS (1987) 'An efficient algorithm for sequential random
sampling.' ACM T. Math. Softw. 13(1): 58--67.