Initialize the random number generator to be used in resampling. Override this for non-default radnom generators. Definition at line 460 of file fitting_toolkit.py. 00460 : 00461 "initialize the random number generator to be used in resampling. Overide to use other than random.Random. r250_521 is much faster and better!" 00462 self.randoms=random.Random() 00463 ##
|