Use random_*() instead of rand(), for thread safety.
authorBen Pfaff <blp@nicira.com>
Tue, 25 Jun 2013 16:22:11 +0000 (09:22 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 28 Jun 2013 23:09:39 +0000 (16:09 -0700)
commitb028db44ca684fbd5361001dc3ed543a37374fbb
treec0b0d66a5bea69c498efbbcd39b6eb24d3343a0c
parent61d71ceb5d45e6caeaf08a63efeba931a10b32f3
Use random_*() instead of rand(), for thread safety.

None of these test programs are threaded, but has little cost and means
that "grep" doesn't turn up any instances of these thread-unsafe functions
in our tree.

Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/test-classifier.c
tests/test-hindex.c
tests/test-hmap.c
tests/test-util.c