1. 13 Jan, 2023 1 commit
  2. 12 Jan, 2023 2 commits
  3. 11 Jan, 2023 3 commits
    • Improve BitGen stability documentation · 0db27008
      Several problems with the previous documentation:
      
      * It said it's stable "within the same binary" but not stable "across multiple binary invocations". Those statements contradict each other.
      * It said "in the same binary will not produce the same sequence of variates within the same binary", which is repetitive since it says "in the same binary" twice.
      * The comments about the seed sequence were not all next to each other, they were split apart by a rand.req.urng comment.
      * It implied that process stability is all you get, whereas generally you also get changelist stability.
      * It said you can use a seed sequence with SharedBitGen, but you can't.
      * It said there is more info in std_seed_seq.h , but there isn't.
      
      PiperOrigin-RevId: 501389708
      Change-Id: I5e3dbc3548cc051265b8d004191c23147eccecc3
      Abseil Team committed
    • Import of CCTZ from GitHub. · 570dc02b
      PiperOrigin-RevId: 501343076
      Change-Id: I12e04a87b9a90951f9b52bd9690cce28d03b0f29
      Abseil Team committed
    • Update Abseil dependencies · 10ff83d9
      PiperOrigin-RevId: 501294426
      Change-Id: Ic580a2f31b4a98b1dd3eb21f3279fda4cd4a5977
      Derek Mauro committed
  4. 10 Jan, 2023 3 commits
  5. 09 Jan, 2023 4 commits
  6. 07 Jan, 2023 2 commits
  7. 06 Jan, 2023 2 commits
  8. 05 Jan, 2023 2 commits
  9. 04 Jan, 2023 3 commits
  10. 03 Jan, 2023 1 commit
  11. 29 Dec, 2022 1 commit
    • direct_mmap: Use off_t on linux · 45fdade6
      off64_t is not provided without defining _LARGEFILE64_SOURCE on musl
      this define is not defined automatically like glibc where it gets
      defined when _GNU_SOURCE is defined. Using off_t makes it portable
      across musl/glibc and for using 64bit off_t on glibc 32bit systems
      -D_FILE_OFFSET_BITS=64 can be defined during build via CXXFLAGS
      
      Signed-off-by: Khem Raj <raj.khem@gmail.com>
      Khem Raj committed
  12. 28 Dec, 2022 3 commits
  13. 27 Dec, 2022 1 commit
  14. 22 Dec, 2022 6 commits
  15. 21 Dec, 2022 3 commits
  16. 20 Dec, 2022 2 commits
  17. 19 Dec, 2022 1 commit