Explorar el Código

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

Peter Limkilde Svendsen hace 6 años
padre
commit
767cf86b38
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/header/stdlib/lcg48.rs

+ 1 - 1
src/header/stdlib/lcg48.rs

@@ -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::*;