2 Oct 2007

OT - Humor: Safe GetRandomNumber Function

public int GetRandomNumber
{
    // chosen by fair dice roll.
    // guaranteed to be random.
    return 4;
}

Please, do NOT use this function in your code :-)

Tags:
Categories: General

Currently rated 2.5 by 2 people

  • Currently 2.5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Related posts

Add comment


(Will show your Gravatar icon)  

  Country flag





Live preview

Gravatar

July 6 2008 06:21