Esempio n. 1
0
 /**
  * Set the current ESAPI Randomizer object being used to generate random numbers
  * for this application.
  * 
  * @param Randomizer $randomizer the new ESAPI Randomizer.
  * 
  * @return does not return a value.
  */
 public static function setRandomizer($randomizer)
 {
     self::$_randomizer = $randomizer;
 }