testing rnd

pull/73/head
alanbjohnston 5 years ago committed by GitHub
parent d7c1e02a05
commit c4ece650a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -397,9 +397,9 @@ else
srand(time(0)); srand(time(0));
printf("Rnd: %f \n", rnd_float(-0.2, 0.2)); printf("Rnd: %f \n", rnd_float(-0.2, 0.0));
printf("Rnd: %f \n", rnd_float(-0.2, 0.2)); printf("Rnd: %f \n", rnd_float(-0.2, 0.0));
printf("Rnd: %f \n", rnd_float(.5, 1.0)); printf("Rnd: %f \n", rnd_float(.50, 0.6));
printf("Rnd: %f \n", rnd_float(4.0, 5.0)); printf("Rnd: %f \n", rnd_float(4.0, 5.0));
int ret; int ret;

Loading…
Cancel
Save

Powered by TurnKey Linux.