| 533 | } |
| 534 | |
| 535 | static GameValue Random(const GameState* state, GameValuePar oper1) |
| 536 | { |
| 537 | float value = GRandGen.RandomValue(); |
| 538 | return (float)(value * (float)oper1); |
| 539 | } |
| 540 | |
| 541 | static GameValue Sinus(const GameState* state, GameValuePar oper1) |
| 542 | { |
nothing calls this directly
no test coverage detected