diff options
author | Patrick Monnerat <Patrick.Monnerat@datasphere.ch> | 2009-06-15 10:15:28 +0000 |
---|---|---|
committer | Patrick Monnerat <Patrick.Monnerat@datasphere.ch> | 2009-06-15 10:15:28 +0000 |
commit | c32cf33a16d31eeff9a66a1e73ce58b6791dd54d (patch) | |
tree | 2bc84bda3677164e0cc0c9736e2854eb7cf81e56 /CHANGES | |
parent | 7eb59de7df14c48c8a38b9628a662baa0f61847f (diff) |
Replaced use of standard C library rand()/srand() by our own pseudo-random number generator.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |