Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / qrng / TODO
1 * Sort out "const" in prototypes, it looks odd since there are consts
2 for many functions which modify the state.  (Applies to both qrng and rng)
3
4 *  It would be useful to include functions to generate quasi-random
5   number distributions (at least the Gaussian distribution)? obviously
6   the Box-Mueller algorithm cannot be used to maintain the low
7   discrepancy characteristics of the sequence, there are several
8   methods suggested in the literature but it isn't at all my field so
9   I'm not sure which is to be preferred. (DENISON Francis
10   <francis.denison@irsn.fr>)