Blame qrng/TODO

Packit 67cb25
# -*- org -*-
Packit 67cb25
#+CATEGORY: qrng
Packit 67cb25
Packit 67cb25
* Sort out "const" in prototypes, it looks odd since there are consts
Packit 67cb25
for many functions which modify the state.  (Applies to both qrng and rng)
Packit 67cb25
Packit 67cb25
*  It would be useful to include functions to generate quasi-random
Packit 67cb25
  number distributions (at least the Gaussian distribution)? obviously
Packit 67cb25
  the Box-Mueller algorithm cannot be used to maintain the low
Packit 67cb25
  discrepancy characteristics of the sequence, there are several
Packit 67cb25
  methods suggested in the literature but it isn't at all my field so
Packit 67cb25
  I'm not sure which is to be preferred. (DENISON Francis
Packit 67cb25
  <francis.denison@irsn.fr>)