This bug occurs in Microsoft Word. If you have Microsoft
Word, open the application and with a new document, type the
following:-
=rand(200,99)
Press enter after typing the above line. You will be
surprised to see many paragraphs of text containing the
sentence "The quick brown fox
jumps over the lazy dog. ". The rand() function above generates many
lines of sentences. But in programming wise, the
rand(200,99) should be generating random value.
Hope Microsoft can solve this kind of bug.
|