[libcxx-commits] [PATCH] D125329: Replace modulus operations in std::seed_seq::generate with conditional checks.
Laramie Leavitt via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 10 12:58:47 PDT 2022
laramiel updated this revision to Diff 428472.
laramiel marked 2 inline comments as done.
laramiel added a comment.
Updating D125329 <https://reviews.llvm.org/D125329>: Replace modulus operations in std::seed_seq::generate with conditional checks.
Resolve some comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125329/new/
https://reviews.llvm.org/D125329
Files:
libcxx/benchmarks/random.bench.cpp
libcxx/include/__random/seed_seq.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125329.428472.patch
Type: text/x-patch
Size: 4527 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220510/9fb14d8b/attachment.bin>
More information about the libcxx-commits
mailing list