@@ -69,7 +69,7 @@ DrawTestImage(void)
|
|||||||
static int
|
static int
|
||||||
Rand(int max)
|
Rand(int max)
|
||||||
{
|
{
|
||||||
return ((int) random()) % max;
|
return ((int) rand()) % max;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user