mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user