diff --git a/uppsrc/Core/Random.cpp b/uppsrc/Core/Random.cpp index f9e4585f5..48125a5e9 100644 --- a/uppsrc/Core/Random.cpp +++ b/uppsrc/Core/Random.cpp @@ -240,7 +240,7 @@ qword Random64(qword n) double Randomf() { - return Random64(INT64(4503599627370496)) / 4503599627370496.0; + return Random64(I64(4503599627370496)) / 4503599627370496.0; } END_UPP_NAMESPACE