[all-commits] [llvm/llvm-project] 727fef: [libc++] Add floating point type check for uniform...

Nhat Nguyen via All-commits all-commits at lists.llvm.org
Thu Dec 7 06:07:07 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 727fef79c0421133744700717603ff1b8a7d6628
      https://github.com/llvm/llvm-project/commit/727fef79c0421133744700717603ff1b8a7d6628
  Author: Nhat Nguyen <nhat7203 at gmail.com>
  Date:   2023-12-07 (Thu, 07 Dec 2023)

  Changed paths:
    M libcxx/include/__random/cauchy_distribution.h
    M libcxx/include/__random/chi_squared_distribution.h
    M libcxx/include/__random/exponential_distribution.h
    M libcxx/include/__random/extreme_value_distribution.h
    M libcxx/include/__random/fisher_f_distribution.h
    M libcxx/include/__random/gamma_distribution.h
    M libcxx/include/__random/is_valid.h
    M libcxx/include/__random/lognormal_distribution.h
    M libcxx/include/__random/normal_distribution.h
    M libcxx/include/__random/piecewise_constant_distribution.h
    M libcxx/include/__random/piecewise_linear_distribution.h
    M libcxx/include/__random/student_t_distribution.h
    M libcxx/include/__random/uniform_real_distribution.h
    M libcxx/include/__random/weibull_distribution.h
    A libcxx/test/libcxx/numerics/rand/rand.req.urng/valid_real_type.verify.cpp

  Log Message:
  -----------
  [libc++] Add floating point type check for uniform real distribution (#70564)

Fixes #62433

Co-authored-by: Louis Dionne <ldionne.2 at gmail.com>




More information about the All-commits mailing list