je ne sais pas trop quoi faire...

This commit is contained in:
phyto 2019-01-22 14:25:26 +01:00
parent 090aba2e63
commit 3cc52c0983
2 changed files with 2 additions and 1 deletions

View File

@ -52,4 +52,5 @@ for (numbit=0; numbit<8; numbit++) {
return -1;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

View File

@ -28,7 +28,7 @@ for (loop=0; loop<nbl; loop++) {
for (foo=0; foo<4; foo++) {
if (rand()%100<42) {
rvals[foo] += 3.9 * (foo + 1);
rvals[foo] += 3.97 * (foo + 1);
}
if (rvals[foo] > 1023.0) {
rvals[foo] = (float)(rand() % 25);