def single_float_random (   self  ) 

Definition at line 126 of file r250.py.

00126                                  :
00127         "return a good single-precision (32 bits significant) random on [0,1)  (upper included bound = (1 - 2^-32) )"
00128         q1 = self.next() #take 32 bits from the random pool
00129         return float(q1)*self.single_floatscale
00130             
    def fast_random_series(self, count):


Generated on Wed Nov 21 10:18:33 2007 for analysis by  doxygen 1.5.4