Subversion Repositories distributed

Rev

Rev 5 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 12
Line 18... Line 18...
18
               
18
               
19
                DigitIterator di = new PiDigits();
19
                DigitIterator di = new PiDigits();
20
                // DigitIterator di = new EDigits();
20
                // DigitIterator di = new EDigits();
21
               
21
               
22
                TranszedentRnd r = new TranszedentRnd(di, seed);
22
                TranszedentRnd r = new TranszedentRnd(di, seed);
-
 
23
                // TranszedentIterator r = new TranszedentIterator(di);
23
               
24
               
24
                int count_0 = 0;
25
                int count_0 = 0;
25
                int count_1 = 0;
26
                int count_1 = 0;
26
                int count_2 = 0;
27
                int count_2 = 0;
27
                int count_3 = 0;
28
                int count_3 = 0;