[Python-checkins] python/nondist/sandbox/twister todo.txt,NONE,1.1

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Wed, 18 Dec 2002 11:29:43 -0800


Update of /cvsroot/python/python/nondist/sandbox/twister
In directory sc8-pr-cvs1:/tmp/cvs-serv27001

Added Files:
	todo.txt 
Log Message:
Initial checkin.


--- NEW FILE: todo.txt ---
Make the C code subclassable and then make Random a subclass of MT.

Rewrite the module docstring for random.py

Write the docs and a news item.

Consider using Python large integers for seeding by array.
Makes the interface more consistent with Py2.2.2.
Makes it a little tougher to test back to the reference
implementation.

Get buy-in or second review for design decisions:
- Keeping Wichmann-Hill alive.
- signed/unsigned coercion
- license markup
_ _randbelow()   interface addition