| Original Message (ID '281452') By Bill Simpson: |
| Another cut and paste error I must apologize for. (I do multiple experiments and try various methods before I finally try to format a single response. It is that last step where I see I make most of the mistakes)
This
size=4;count=0;
While[True,t=RandomInteger[3, {2, 2}];...
should have been
size=4;count=0;
While[True,t=RandomInteger[3, {size, size}];...
I am sorry |
|