Hi list, I would like to be able to read the first few bytes of one of the following binary streams: /dev/urandom, /dev/random or /proc/kcore I then would convert it to integers and use it as a seed for the rand() function. Is this possible? gr,S.