The Daily WTF has some more short examples of hilariously bad or entertaining code.
Nikita Zhuk thought there might be a deeper, more fundamental lack of understanding when she came across this question posted on Experts Exchange …
hi all,
IntTemp = Int((255 * Rnd()) + 1)
I used above ASP.NET code. Problem is in " Rnd() "
Rnd() value is changing everytime.What is the alternative for Rnd()?
OR How will stop Rnd() value changes at everytime?