1. Welcome to the Brawl website! Feel free to look around our forums. Join our growing community by typing /register in-game!

Comments on Profile Post by GreySwordz

  1. jacobkolstad
    jacobkolstad
    Is Eclipse more easy than Netbeans (What I'm using ATM)
    Feb 7, 2014
  2. GreySwordz
    GreySwordz
    They're both different IDE's. It's really a matter of personal preference. I find Eclipse easier, but that's just because I started with it. I'm actually trying to switch to Netbeans.
    Feb 7, 2014
  3. jacobkolstad
    jacobkolstad
    I'll try Eclipse for some time.
    Feb 7, 2014
  4. jacobkolstad
    jacobkolstad
    You were kinda right, Eclipse is A LOT more easy, now I have been using it for soon a month.
    Mar 3, 2014
  5. GreySwordz
    Mar 3, 2014
  6. ObamaTheReptile
    ObamaTheReptile
    #Icancodea random number generator :v
    Jul 12, 2014
  7. GreySwordz
    GreySwordz
    System.out.println(new Random().nextInt(5));
    Done.
    Jul 12, 2014
  8. ObamaTheReptile
    ObamaTheReptile
    Now how I've learned it .-.
    You need to define the random number generator before using it in a System.out.println()
    Jul 13, 2014
  9. ObamaTheReptile
    ObamaTheReptile
    Random generator = new Random;
    System.out.println(generator.nextInt());
    Jul 13, 2014
  10. GreySwordz
    GreySwordz
    Obviously you don't know enough java yet. Try what I posted, it will compile and run.
    Jul 13, 2014