Replaced use of standard C library rand()/srand() by our own pseudo-random number generator.

This commit is contained in:
Patrick Monnerat
2009-06-15 10:15:28 +00:00
parent 7eb59de7df
commit c32cf33a16
4 changed files with 42 additions and 5 deletions

View File

@@ -6,6 +6,10 @@
Changelog
Patrick Monnerat (15 Jun 2009)
- Replaced use of standard C library rand()/srand() by our own pseudo-random
number generator.
Yang Tse (11 Jun 2009)
- I adapted testcurl script to allow building test harness programs when
cross-compiling for a *-*-mingw* host.