Crates.io | weakrand |
lib.rs | weakrand |
version | 1.2.0 |
source | src |
created_at | 2017-06-18 20:08:59.580534 |
updated_at | 2017-06-21 14:50:07.681211 |
description | A very weak linear congruential generator (MMIX's) RNG |
homepage | |
repository | https://sstewartgallus.com/git?p=weakrand.git;a=summary |
max_upload_size | |
id | 19443 |
size | 16,769 |
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.