testlib
testlib copied to clipboard
rnd.next(size_t)
size_t casts to different types on different systems (32-bit and 64-bit) when
passed to rnd.next. This implies different behavior of generator when, for
example, size of std::vector is passed to rand (see example generator in
attach).
Original issue reported on code.google.com by Burunduk3
on 30 Dec 2013 at 11:56
Attachments:
Duplicate of https://github.com/MikeMirzayanov/testlib/issues/82