Method
getRandomFloat
Source from the content-addressed store, hash-verified
| 44 | } |
| 45 | |
| 46 | float NumberGenerator::getRandomFloat(float min, float max) |
| 47 | { |
| 48 | return toFloat(getRandomReal(min, max)); |
| 49 | } |
| 50 | |
| 51 | double NumberGenerator::getRandomReal() |
| 52 | { |