angle/samples/sample_util
Jamie Madill f83cbc6531 Use std::random functions for test and samples RNG.
These standard functions are much more powerful than the C random()
routines. Use them to improve the random utils, and use a class
to clean things up further.

This fixes a problem I was having using random_utils where I was
having trouble generating random 32 bit unsigned integers.

BUG=angleproject:1290

Change-Id: I5081764053d0667a4e323553b7dea531256aa778
Reviewed-on: https://chromium-review.googlesource.com/323440
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Tryjob-Request: Jamie Madill <jmadill@chromium.org>
Reviewed-by: Geoff Lang <geofflang@chromium.org>
Tested-by: Jamie Madill <jmadill@chromium.org>
2016-01-26 19:37:18 +00:00
..
SampleApplication.cpp Use std::random functions for test and samples RNG. 2016-01-26 19:37:18 +00:00
SampleApplication.h In Chromium Mac builds do not find cstdint, use stdint.h instead 2015-09-14 20:43:53 +00:00
texture_utils.cpp Fix remaining size_t conversion warnings. 2015-08-14 15:09:02 +00:00
texture_utils.h Move all GLES samples into the samples directory. 2015-04-23 13:59:32 +00:00
tga_utils.cpp In Chromium Mac builds do not find cstdint, use stdint.h instead 2015-09-14 20:43:53 +00:00
tga_utils.h Add missing includes in samples/sample_util/ 2015-05-05 20:14:11 +00:00