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

This commit is contained in:
Peter Limkilde Svendsen
2019-05-22 21:09:26 +02:00
parent 13108776ae
commit 767cf86b38
+1 -1
View File
@@ -1,4 +1,4 @@
//! 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::*;