7 lines
156 B
C
Executable File
7 lines
156 B
C
Executable File
#define sgn(x) ((x<0)?-1:((x>0)?1:0));
|
|
|
|
u32 abs(int x);
|
|
random(u32 lower, u32 upper);
|
|
u32 rand();
|
|
void randomize();
|