[libcxx-commits] [libcxx] [libc++] Optimizations for uniform_int_distribution (PR #140161)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jun 15 17:57:09 PDT 2025
================
@@ -64,7 +64,7 @@ class __independent_bits_engine {
_LIBCPP_HIDE_FROM_ABI __independent_bits_engine(_Engine& __e, size_t __w);
----------------
LRFLEW wrote:
Do you have a suggestion on how to word this exactly? Should I just put something like this under "Improvements and New Features"?
> The implementation of `std::uniform_int_distribution` has been optimized for common cases.
https://github.com/llvm/llvm-project/pull/140161
More information about the libcxx-commits
mailing list