main() { srandom(time(0)); printf("The U.K. Bank rate is now %3.2f%%\n",(float)(random()%100)/4.0); } [Comment the UK has change it's bank rate 4 time in the last 24 hours]
(From the "Rest" of RHF)