Go to the source code of this file.
[inline]
Definition at line 29 of file rnd.h.
References ISEED.
Referenced by creation(), device_setup(), drift(), ensemble_montecarlo(), and scat().
00029 { 00030 ISEED = fmod(1027.*ISEED, 1048576.); 00031 return (ISEED/1048576.); 00032 }