[PATCH] D34157: [llvm-stress] Use C++11 mersenne_twister_engine random device instead of our own (PR32585)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 15 05:31:03 PDT 2017


RKSimon updated this revision to Diff 102657.
RKSimon added a comment.

Updated as requested by @chandlerc - my only concern is I have no idea if uniform_int_distribution guarantees the same behaviour on different targets as mersene does.


Repository:
  rL LLVM

https://reviews.llvm.org/D34157

Files:
  tools/llvm-stress/llvm-stress.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34157.102657.patch
Type: text/x-patch
Size: 18775 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170615/e13c01d5/attachment.bin>


More information about the llvm-commits mailing list