MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / RandAngle

Method RandAngle

PanzerChasm/rand.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23float LongRand::RandAngle()
24{
25 return float( Rand() ) / float(c_max_rand_plus_one_) * Constants::two_pi;
26}
27
28float LongRand::RandValue( const float next_value_after_max )
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected