On Fri, 2007-06-08 at 20:30 +0100, Alan Cox wrote:
You can have both.
Look at malloc(): when you write your program you can't really guess
which address will be returned by a malloc() call, but you know that if
you launch it twice and if it has the same input, malloc()'s behavior is
repeatable so it's debuggable.
Xav
-