Redrawing random values as text to same position will just keep painting on top of the previous drawn text without clearing the area. Not very usefull if you for instance want to keep a temperature sensors value written to the screen.
Drawing a fillrect just before can be used but makes the text are flickery.