Search:

Type: Posts; User: BenjaminJ

Search: Search took 0.18 seconds.

  1. [SOLVED] Re: Random 4 Char Generator Generates 3 Numbers Instead?

    I just realised the answer myself - the only part looping was the print method, not the random number generator. Everything's solved, thanks guys.
  2. [SOLVED] Re: Random 4 Char Generator Generates 3 Numbers Instead?

    I thought I just replied to this, but my post disappeared. Thanks for your concise reply - I have another question; when I put the random number generator in a for loop, it returns the same result...
  3. [SOLVED] Re: Random 4 Char Generator Generates 3 Numbers Instead?

    Okay, so changing the string from 'place1 + place2 + place3 + place4' to 'place1', etc, gave me: wnxwknxwknxwknxwknxwknxwknxwknxwnxwknx
    At 'place1 + place2 + place3 + place4' it gives me a number...
  4. [SOLVED] Random 4 Char Generator Generates 3 Numbers Instead?

    Hi there everyone,

    As you will be able to gather from this code, I am a total beginner. I'm trying to make the basis of a complex (pseudo)random password generator, but instead of 4 chars it is...
Results 1 to 4 of 4