[PATCH] D34089: [llvm-stress] Ensure that the C++11 random device respects its min/max values (PR32585)

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 12 10:33:09 PDT 2017


vsk added a comment.

Asserting 'r <= max()' in the operator would be a good check.


Repository:
  rL LLVM

https://reviews.llvm.org/D34089





More information about the llvm-commits mailing list