diff options
Diffstat (limited to 'core/math/expression.h')
-rw-r--r-- | core/math/expression.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/math/expression.h b/core/math/expression.h index f2cfe6b1a6..80aeb98589 100644 --- a/core/math/expression.h +++ b/core/math/expression.h @@ -73,9 +73,10 @@ public: MATH_MOVE_TOWARD, MATH_DECTIME, MATH_RANDOMIZE, - MATH_RAND, + MATH_RANDI, MATH_RANDF, - MATH_RANDOM, + MATH_RANDF_RANGE, + MATH_RANDI_RANGE, MATH_SEED, MATH_RANDSEED, MATH_DEG2RAD, |