Wolltest du Gleichverteilung erreichen?
Dann nicht
var nr = Math.round(Math.random()*(anzahl-1));
sondern
var nr = Math.floor(Math.random()*anzahl);
Gunnar
PS. Ich gehe davon aus, dass Math.random() eine Zahl 0 ≤ x < 1 liefert.
http://javascriptkit.com/jsref/math.shtml#e1
Gibt's noch eine offizielle JS-Referenz? developer.netscape.com tut's nicht.
--
„Solang wir noch tanzen können
und richtig echte Tränen flennen,
ist noch alles offen,
ist noch alles drin.“
(Gundermann)
„Solang wir noch tanzen können
und richtig echte Tränen flennen,
ist noch alles offen,
ist noch alles drin.“
(Gundermann)