weakrand 1.2.0

A very weak linear congruential generator (MMIX's) RNG
Documentation

This is the README file for the weakrand distribution. weakrand is a library for a very weak RNG.

Copyright (C) 2017 Steven Stewart-Gallus

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.

weakrand is a library for a very weak non-uniform RNG. It is just a simple linear congruential generator (it uses Donald Knuth's MMIX's constants.) Its only saving grace is that is fast.

weakrand is free software. See the file COPYING for copying conditions.