Hi,

I have a small programme in which function drand48() is used. When I was running that c programme from redhat platform it used to return random number between [0, 1) but now i have switched to Debian and the same programme return me only value 0. I used gcc filename.c on both the platform.
Can anyone please help me to fix it.