Search:

Type: Posts; User: Gugubo

Search: Search took 0.20 seconds.

  1. Thread: Random String

    by Gugubo
    Replies
    4
    Views
    1,141

    Re: Random String

    yep, doing that now already. Apparently I forgot about arrays. Thanks anyway.
  2. Thread: Random String

    by Gugubo
    Replies
    4
    Views
    1,141

    Random String

    What's the easier way to get a random string?
    At the moment I would use:



    Random number = new Random();
    numberR = number.nextInt(2)+1;
    if (numberR==1){
    System.out.println("Hi.");
    }
  3. Thread: Random String

    by Gugubo
    Replies
    4
    Views
    1,141

    Random String

    Nevermind
Results 1 to 3 of 3