weakrand

Crates.ioweakrand
lib.rsweakrand
version1.2.0
sourcesrc
created_at2017-06-18 20:08:59.580534
updated_at2017-06-21 14:50:07.681211
descriptionA very weak linear congruential generator (MMIX's) RNG
homepage
repositoryhttps://sstewartgallus.com/git?p=weakrand.git;a=summary
max_upload_size
id19443
size16,769
Steven Stewart-Gallus (sstewartgallus)

documentation

README

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.

Commit count: 0

cargo fmt