| 21 | } |
| 22 | |
| 23 | float LongRand::RandAngle() |
| 24 | { |
| 25 | return float( Rand() ) / float(c_max_rand_plus_one_) * Constants::two_pi; |
| 26 | } |
| 27 | |
| 28 | float LongRand::RandValue( const float next_value_after_max ) |
| 29 | { |
nothing calls this directly
no outgoing calls
no test coverage detected