summaryrefslogtreecommitdiff
path: root/gsl-1.9/qrng/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'gsl-1.9/qrng/TODO')
-rw-r--r--gsl-1.9/qrng/TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/gsl-1.9/qrng/TODO b/gsl-1.9/qrng/TODO
new file mode 100644
index 0000000..50ca918
--- /dev/null
+++ b/gsl-1.9/qrng/TODO
@@ -0,0 +1,10 @@
+* Sort out "const" in prototypes, it looks odd since there are consts
+for many functions which modify the state. (Applies to both qrng and rng)
+
+* It would be useful to include functions to generate quasi-random
+ number distributions (at least the Gaussian distribution)? obviously
+ the Box-Mueller algorithm cannot be used to maintain the low
+ discrepancy characteristics of the sequence, there are several
+ methods suggested in the literature but it isn't at all my field so
+ I'm not sure which is to be preferred. (DENISON Francis
+ <francis.denison@irsn.fr>)