adamdunkels 585620c102 Reverted the recent change from random_rand() to rand(). It turned out that
since libc rand() returns a signed int, there were frequently problems with
timer values wrapping. By reverting to random_rand(), we can provide a
random generator that returns an unsigned and the timer problems are solved.
2009-02-11 11:08:53 +00:00
..
2008-10-15 15:59:38 +00:00
2008-07-06 07:32:20 +00:00
2008-07-06 07:34:34 +00:00
2007-09-01 11:17:25 +00:00
2008-11-13 20:26:27 +00:00