Branch: refs/heads/master
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: b7f92c8fed6da57970e948fc9f971b820936423e
      
https://github.com/STEllAR-GROUP/hpx/commit/b7f92c8fed6da57970e948fc9f971b820936423e
  Author: Sahil_Kumar <[email protected]>
  Date:   2026-03-12 (Thu, 12 Mar 2026)

  Changed paths:
    M libs/core/algorithms/tests/unit/algorithms/destroyn_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/includes_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_partitioned_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_sorted_until_sender.cpp
    M 
libs/core/algorithms/tests/unit/algorithms/lexicographical_compare_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/move_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/starts_with_sender.cpp

  Log Message:
  -----------
  tests: fix RNG seeding in several sender tests

Some sender tests accepted the --seed flag and printed it, but used
std::srand(seed) instead of seeding the global std::mt19937 generator.
This meant test failures could not be reproduced using the reported seed.

Replace std::srand(seed) with gen.seed(seed) to correctly seed the
generator, following the pattern already used in other sender tests.

Fixes #7000


  Commit: 6cf6e6a879569b112f13c8e91a24174c1a626f1f
      
https://github.com/STEllAR-GROUP/hpx/commit/6cf6e6a879569b112f13c8e91a24174c1a626f1f
  Author: Hartmut Kaiser <[email protected]>
  Date:   2026-03-14 (Sat, 14 Mar 2026)

  Changed paths:
    M libs/core/algorithms/tests/unit/algorithms/destroyn_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/includes_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_partitioned_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/is_sorted_until_sender.cpp
    M 
libs/core/algorithms/tests/unit/algorithms/lexicographical_compare_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/move_sender.cpp
    M libs/core/algorithms/tests/unit/algorithms/starts_with_sender.cpp

  Log Message:
  -----------
  Merge pull request #7003 from Sahilll10/fix-sender-gen-seed

tests: fix RNG seeding in several sender tests


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/cfd8f166e94f...6cf6e6a87956

To unsubscribe from these emails, change your notification settings at 
https://github.com/STEllAR-GROUP/hpx/settings/notifications
_______________________________________________
hpx-commits mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to