more eyecandy with drand48

This commit is contained in:
tth 2019-01-24 01:41:08 +01:00
parent 2f5617d3b4
commit 608e29911f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ for (loop=0; loop<nbl; loop++) {
for (idx=0; idx<4; idx++) {
hpos = 5 * (idx+1);
value = drand48();
sprintf(ligne, "%6.3f", value);
mvwaddstr(stdscr, hpos, 2, ligne);