So for my dad I had to make this little program test the the reliability of the function rand(). I seed it, as usual, with time. But I've always thought it would give more lower numbers, but here, it seems to give a lot more high numbers...
BTW, the libc's randomizer is pretty weak (that is, predicatable). You might want to google around some more advanced randomizers if you are planning to write a nice game or something.