> There are a couple of example implementations here which are only a few lines long: > http://wiki.osdev.org/Random_Number_Generator Yep, if the writers cared about the RNG in use they wouldn't have relied on the standard library to get it right. They're notoriously bad for anything but toys. Tim.