/**
  *  Set the seed to use
  * 
  *  @param $seed integer the seed to use
  *  @access public
  */
 public function seed($seed = null)
 {
     $this->internal->seed($seed);
 }