Fortuna random number generator

You also announced this 6 days ago:

Generally, if you intend this to be useful to others, I would suggest that you

  1. put it in its separate package,

  2. write docstrings instead of comments, and generate documentation,

  3. write unit tests

  4. benchmark against existing implementations in other languages (eg the Go one, Julia should not be significantly slower).