>to get a random number from memory, from a random address. good in teory, but bad in practice, since the bytes in the memory is far from random. you will find a very uneven distribution if you look through them. a lot of 00 and FF and a lot of common instructions like jr and certain kinds of ld:s... ///Olle