Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Empty Set doesn't exist

Name: Anonymous 2012-01-13 6:23

If you cant sense it, then it doesnt exist.

You cant see emptiness, therefore emptiness doesnt exist.

Name: Anonymous 2012-01-14 14:53

>>126
So what you meant was

for (int i = 0; i < mylist.length; i++) {
  int index = (int) (Math.random() % mylist.length) // * -> %
  mylist[index] = i;
}


or

for (int i = 0; i < mylist.length; i++) {
  int index = (int) (Math.random() * mylist.length)
  mylist[i] = index;
}


something to that effect?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List