Message108503
Distribution with my algorithm:
...
from collections import Counter
print Counter(_randint(6755399441055744) % 3 for _ in xrange(100000000))
=> Counter({0L: 33342985, 2L: 33335781, 1L: 33321234})
Distribution: {0: 0.33342985000000003, 2: 0.33335780999999998, 1: 0.33321234} |
|
| Date |
User |
Action |
Args |
| 2010-06-24 07:47:00 | vstinner | set | recipients:
+ vstinner, rhettinger, terry.reedy, mark.dickinson, belopolsky, orsenthil, pitrou |
| 2010-06-24 07:46:59 | vstinner | set | messageid: <[email protected]> |
| 2010-06-24 07:46:57 | vstinner | link | issue9025 messages |
| 2010-06-24 07:46:57 | vstinner | create | |
|