Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Thread: Random sequence

    by Norm
    Replies
    2
    Views
    773

    Re: Random sequence

    Also posted here: https://coderanch.com/t/731786/java/Random-sequence#3404683

    Please read: http://www.javaprogrammingforums.com/cafe/6776-problems-cross-posting.html
  2. Thread: Random sequence

    by Norm
    Replies
    2
    Views
    773

    Re: Random sequence

    There are a couple of ways to get random numbers:
    1) The Math class has a method that returns random numbers
    2) The Random class has methods for generating random numbers
    3) Fill a List with...
Results 1 to 2 of 2