使用新的iFloat替代原先的ifloat_t

This commit is contained in:
2025-06-28 18:32:37 +08:00
parent 4db0f654ed
commit 8388f448f3
9 changed files with 1089 additions and 142 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ using namespace davinci;
//-------------------------------------------------------------------------------------
inline float _randomFloat(void) {
return MathUtil::rangeRandom(-65521 / 16.f, 65521 / 16.f);
return MathUtil::rangeRandom(-65521 / 24.f, 65521 / 24.f);
}
//-------------------------------------------------------------------------------------