Remove RAND_MAX
Since RAND_MAX is not used in source code and pre-defined in stdlib.h . Change-Id: Ic16dd9c86bc96cea409a82e83f5593257808568d
This commit is contained in:
@@ -33,7 +33,6 @@
|
|||||||
|
|
||||||
#define HALF 0
|
#define HALF 0
|
||||||
#define random() ya_random()
|
#define random() ya_random()
|
||||||
#define RAND_MAX 0xFFFFFFFF
|
|
||||||
|
|
||||||
#define FLOAT_TO_INT(x) (int32)((float)(UNIT)*(x))
|
#define FLOAT_TO_INT(x) (int32)((float)(UNIT)*(x))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user