of() public static method

public static of ( $generator, $rand )
Example #1
0
 /**
  * @return Sample
  */
 protected function sampleShrink(Generator $generator, $fromValue = null)
 {
     return Sample::of($generator, $this->randFunction)->shrink($fromValue);
 }