Home | Trees | Indices | Help |
---|
|
>>> R=ReorderBits() >>> R(RandomSet(10,N=600)) set([0, 1, 2, 3, 4, 5, 6, 7, 8, 9])
>>> for i in xrange(10): ... S=RandomDict(200,N=600) ... if not R.decode(R(S))==S: ... print S
>>> for i in xrange(10): ... S=RandomSet(200,N=600) ... if not R.decode(R(S))==S: ... print S
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Thu Nov 8 17:49:33 2007 | http://epydoc.sourceforge.net |