def changeWordSize ( words, inSize, outSize ):
"""
>>> list( changeWordSize( [255, 18], 8, 1 ) )
...
Python changeWordSize
#!/usr/bin/python from __future__ import division ...
Python Dice Pool Monte Carlo Using...
by matthew.scouten.myopenid.com,
February 27, 2009 05:14,
11 refactorings, tagged with dice, monte carlo, generators, iterators
I wanted to calculate the s...
Generator which transforms ...