Display random decimal numbers to the nearest value when last digit is 0

I am using the random number generator and float commands to generate random numbers to the hundredths place, but when it should display as 4.10, for instance, it just displays 4.1.

How do I force it to display the 0? Thanks.