Search:

Type: Posts; User: arkaneraven

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    1,636

    Random data out of a list.

    Say for example i create an array in the form,
    how can I get an element of the list randomly for use, and then remove it from the list.


    //Array List...
    ArrayList<Integer> list = new...
  2. Replies
    4
    Views
    1,621

    Help adding non repetition.

    Ok, im looking for something to add in this code to avoid the cases 0-9 being repeated. Out of the 10 cases I want 5 to happen, and for them to be totally random and different each time. Anyone help...
  3. Replies
    4
    Views
    3,318

    [SOLVED] Re: Java- Non repeating random questions.

    Mmm and that would be done how XD? Kinda new, (3 or 4 days into java that is XD)
  4. Replies
    4
    Views
    3,318

    [SOLVED] Java- Non repeating random questions.

    I'm new in Java Programming and so i've been trying to do new things and get to learn :)

    Just wondering if anyone could help me on this one,

    I'm trying to do a program that displays several...
Results 1 to 4 of 4