Sfoglia il codice sorgente

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

Peter Limkilde Svendsen 6 anni fa
parent
commit
767cf86b38
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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::*;