Use rand instead of rand_r as rand_r is not necessary and rand is available on Win32.
authorCarl Hetherington <cth@carlh.net>
Tue, 17 Nov 2015 19:06:03 +0000 (19:06 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 17 Nov 2015 21:00:13 +0000 (21:00 +0000)
commitfe6ea5825d3de6e89ffb99e084f62843bfa00fb3
treea5e34523caf28af0e6677d557707cd28a770005a
parent3225fe54f70efd3867fa662edc7063dfe2d05220
Use rand instead of rand_r as rand_r is not necessary and rand is available on Win32.
test/rgb_xyz_test.cc