Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!news.swapon.de!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Jussi Piitulainen Newsgroups: comp.lang.python Subject: Re: Testing random Date: Sun, 07 Jun 2015 22:08:46 +0300 Organization: A noiseless patient Spider Lines: 31 Message-ID: References: <87oaksowwg.fsf@Equus.decebal.nl> <1451048.pW9z17ilMA@PointedEars.de> <3158703.Lr4HFMbMOd@PointedEars.de> <1656356.OjxBvjpJ5d@PointedEars.de> <5515034.V7dcXEWAvK@PointedEars.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx02.eternal-september.org; posting-host="305c68510616a2e7ac08bcd2ff1598bd"; logging-data="11947"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/LQDFLQplsnHmSPQt2MqZv7jMyVj0tuZA=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:vEia0aC9NjqBQXNXbSIrGk9ftvo= sha1:myY0aDxSkrQv4alFMOD7YwHJ5Vo= Xref: csiph.com comp.lang.python:92292 Thomas 'PointedEars' Lahn writes: > Chris Angelico wrote: > >> Huh. Do you want to explain how, mathematically, I am wrong, or do >> you want to join the RUE in my ignore list? > > I already did; you have overlooked it. In a nutshell, the probability > of > > 1 1 1 1 1 1 1 1 1 1 1 There is one way to get those numbers in some order. (11! / 11! = 1) > is *the same* as that of > > 1 2 3 4 5 6 7 8 9 1 2 There are almost ten million ways to get those numbers in some order. (11! / 2! / 2! = 9979200) > and the same as that of > > 8 3 6 3 1 2 6 8 2 1 6. There are more than four hundred thousand ways to get those numbers in some order. (11! / 2! / 2! / 2! / 3! / 2! = 415800)