Can someone explain this?

i dont know why it happens to the rest of you, but i know it happens to piot because he went to amsterdam and didnt get a hooker.
 
rand is used in programing so its got something to do with that like if you look at calcu;lator games, like the way they are written, there are alot of rand things in it
 
haha i didnt need to yeti i fucked this french chick in the shower that was staying at the same hostel as me.

wasent the same after i saw 2 d00ds walk out of the room of the hooker i was gonna get.
 
that sentance is what they use to display fonts...Like if you go into your fonts folder and ope up a random on, it will open a document with that sentance written in a few sizes.

as for why it shows up in ms Word when you write that command...

i dunno, sounds like an easter egg, but a pointless one.

anyone remember that one in like word 97 where you like typed red in red font and you got some game??
 
The "=rand" part refers to the sentence.

The first number in the parenthesis is the number of paragraphs.

The second number in the parenthesis is the number of sentences.

For example: =rand(1,1) produces: The quick brown fox jumps over the lazy dog.
 
I can. As has been mentioned, that is one of a few sentences that contains every letter in the alphabet, and is used to test printers. I don't think it is used so much anymore, but back when printers and especially typewriters were kind of spotty, it was a quick and easy way to see what letters didn't work or come out clearly.
 
The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog

..mmmh, that sentence uses all the 26 letters in our alphabet. Otherwise I don't don't what the hell that is...
 
rand(x, y) is function

the equals probably lets word know to run the function instead of typing it. The x and y parameters are for number of paragraphs and sentences in each paragraphs. It's probably there to calculate how many pages papers will be or something.
 
Back
Top