コード例 #1
0
 public function testRandomFloat()
 {
     $float = PSL\Randomizer::getRandomFloat();
     $this->assertType('float', $float);
 }