mirror of
https://github.com/recp/cglm.git
synced 2025-10-04 09:08:53 +00:00
test: rename test_rand_angle() to test_rand()
This commit is contained in:
@@ -58,7 +58,7 @@ test_rand_vec4(vec4 dest) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
float
|
float
|
||||||
test_rand_angle(void) {
|
test_rand(void) {
|
||||||
srand((unsigned int)time(NULL));
|
srand((unsigned int)time(NULL));
|
||||||
return drand48();
|
return drand48();
|
||||||
}
|
}
|
||||||
|
@@ -59,7 +59,7 @@ void
|
|||||||
test_rand_vec4(vec4 dest) ;
|
test_rand_vec4(vec4 dest) ;
|
||||||
|
|
||||||
float
|
float
|
||||||
test_rand_angle(void);
|
test_rand(void);
|
||||||
|
|
||||||
void
|
void
|
||||||
test_rand_quat(versor q);
|
test_rand_quat(versor q);
|
||||||
|
Reference in New Issue
Block a user