Skip to content
Snippets Groups Projects
Commit 767cf86b authored by Peter Limkilde Svendsen's avatar Peter Limkilde Svendsen
Browse files

Refer to newer standard (with correct half-open output intervals)

parent 13108776
No related branches found
No related tags found
1 merge request!219Implement remaining LCG functions
//! Helper functions for pseudorandom number generation using LCG, see http://pubs.opengroup.org/onlinepubs/7908799/xsh/drand48.html
//! Helper functions for pseudorandom number generation using LCG, see https://pubs.opengroup.org/onlinepubs/9699919799.2018edition/functions/drand48.html
use platform::types::*;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment