mirror of
https://github.com/recp/cglm.git
synced 2025-10-03 16:51:35 +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
|
||||
test_rand_angle(void) {
|
||||
test_rand(void) {
|
||||
srand((unsigned int)time(NULL));
|
||||
return drand48();
|
||||
}
|
||||
|
@@ -59,7 +59,7 @@ void
|
||||
test_rand_vec4(vec4 dest) ;
|
||||
|
||||
float
|
||||
test_rand_angle(void);
|
||||
test_rand(void);
|
||||
|
||||
void
|
||||
test_rand_quat(versor q);
|
||||
|
Reference in New Issue
Block a user