Category: Programming

  • Never Say Never

    I\’ve got a bet on with Andrew that a particular piece of our code will never get into an infinite loop. The code is intended to generate a unique random string of characters. The only way the loop can happen is if it randomly chooses a preexisting value every time. This seems relatively unlikely, since…