File: expected

package info (click to toggle)
ent 1.2debian-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 260 kB
  • sloc: ansic: 410; makefile: 41
file content (784 lines) | stat: -rw-r--r-- 21,826 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
Value Char Occurrences Fraction
  0              497   0.042775
  1              103   0.008865
  2               90   0.007746
  3              107   0.009209
  4              113   0.009725
  5               68   0.005852
  6               82   0.007057
  7               70   0.006025
  8              103   0.008865
  9               75   0.006455
 10               50   0.004303
 11               40   0.003443
 12               55   0.004734
 13               47   0.004045
 14               32   0.002754
 15               35   0.003012
 16               95   0.008176
 17               77   0.006627
 18               49   0.004217
 19               63   0.005422
 20               40   0.003443
 21               32   0.002754
 22               51   0.004389
 23               39   0.003357
 24               64   0.005508
 25               48   0.004131
 26               37   0.003184
 27               40   0.003443
 28               43   0.003701
 29               36   0.003098
 30               47   0.004045
 31               36   0.003098
 32               86   0.007402
 33   !           72   0.006197
 34   "           47   0.004045
 35   #           32   0.002754
 36   $           37   0.003184
 37   %           36   0.003098
 38   &           29   0.002496
 39   '           53   0.004561
 40   (           58   0.004992
 41   )           50   0.004303
 42   *           40   0.003443
 43   +           33   0.002840
 44   ,           58   0.004992
 45   -           32   0.002754
 46   .           30   0.002582
 47   /           20   0.001721
 48   0           97   0.008348
 49   1           71   0.006111
 50   2           41   0.003529
 51   3           61   0.005250
 52   4           46   0.003959
 53   5           35   0.003012
 54   6           35   0.003012
 55   7           49   0.004217
 56   8           65   0.005594
 57   9           58   0.004992
 58   :           52   0.004475
 59   ;           51   0.004389
 60   <           42   0.003615
 61   =           51   0.004389
 62   >           29   0.002496
 63   ?           18   0.001549
 64   @           99   0.008521
 65   A           53   0.004561
 66   B           54   0.004648
 67   C           38   0.003271
 68   D           62   0.005336
 69   E           43   0.003701
 70   F           53   0.004561
 71   G           31   0.002668
 72   H           66   0.005680
 73   I           46   0.003959
 74   J           50   0.004303
 75   K           37   0.003184
 76   L           29   0.002496
 77   M           28   0.002410
 78   N           30   0.002582
 79   O           39   0.003357
 80   P           84   0.007230
 81   Q           56   0.004820
 82   R           63   0.005422
 83   S           43   0.003701
 84   T           48   0.004131
 85   U           44   0.003787
 86   V           32   0.002754
 87   W           26   0.002238
 88   X           38   0.003271
 89   Y           33   0.002840
 90   Z           61   0.005250
 91   [           32   0.002754
 92   \           41   0.003529
 93   ]           30   0.002582
 94   ^           31   0.002668
 95   _           22   0.001893
 96   `           70   0.006025
 97   a           47   0.004045
 98   b           30   0.002582
 99   c           47   0.004045
100   d           24   0.002066
101   e           27   0.002324
102   f           36   0.003098
103   g           27   0.002324
104   h           52   0.004475
105   i           32   0.002754
106   j           41   0.003529
107   k           56   0.004820
108   l           31   0.002668
109   m           22   0.001893
110   n           25   0.002152
111   o           24   0.002066
112   p           60   0.005164
113   q           32   0.002754
114   r           41   0.003529
115   s           60   0.005164
116   t           42   0.003615
117   u           43   0.003701
118   v           26   0.002238
119   w           28   0.002410
120   x           41   0.003529
121   y           35   0.003012
122   z           51   0.004389
123   {           59   0.005078
124   |           32   0.002754
125   }           14   0.001205
126   ~           27   0.002324
127               22   0.001893
128              112   0.009639
129               63   0.005422
130               64   0.005508
131               79   0.006799
132              100   0.008607
133               51   0.004389
134               42   0.003615
135               35   0.003012
136               68   0.005852
137               35   0.003012
138               52   0.004475
139               36   0.003098
140               69   0.005939
141               31   0.002668
142               56   0.004820
143               31   0.002668
144               63   0.005422
145               37   0.003184
146               38   0.003271
147               42   0.003615
148               66   0.005680
149               42   0.003615
150               36   0.003098
151               28   0.002410
152               58   0.004992
153               40   0.003443
154               31   0.002668
155               29   0.002496
156               68   0.005852
157               34   0.002926
158               35   0.003012
159               34   0.002926
160               91   0.007832
161              46   0.003959
162              61   0.005250
163              40   0.003443
164              47   0.004045
165              68   0.005852
166              51   0.004389
167              34   0.002926
168              62   0.005336
169              42   0.003615
170              59   0.005078
171              30   0.002582
172              30   0.002582
173              51   0.004389
174              34   0.002926
175              22   0.001893
176              77   0.006627
177              44   0.003787
178              33   0.002840
179              23   0.001980
180              38   0.003271
181              50   0.004303
182              28   0.002410
183              17   0.001463
184              35   0.003012
185              37   0.003184
186              30   0.002582
187              22   0.001893
188              32   0.002754
189              48   0.004131
190              31   0.002668
191              25   0.002152
192              63   0.005422
193              47   0.004045
194              47   0.004045
195              36   0.003098
196              47   0.004045
197              25   0.002152
198              38   0.003271
199              29   0.002496
200              45   0.003873
201              41   0.003529
202              37   0.003184
203              33   0.002840
204              30   0.002582
205              31   0.002668
206              40   0.003443
207              25   0.002152
208              65   0.005594
209              37   0.003184
210              33   0.002840
211              36   0.003098
212              32   0.002754
213              24   0.002066
214              51   0.004389
215              19   0.001635
216              39   0.003357
217              27   0.002324
218              34   0.002926
219              25   0.002152
220              32   0.002754
221              22   0.001893
222              28   0.002410
223              16   0.001377
224              74   0.006369
225              32   0.002754
226              30   0.002582
227              23   0.001980
228              28   0.002410
229              29   0.002496
230              22   0.001893
231              36   0.003098
232              38   0.003271
233              25   0.002152
234              26   0.002238
235              28   0.002410
236              35   0.003012
237              22   0.001893
238              27   0.002324
239              27   0.002324
240              63   0.005422
241              23   0.001980
242              22   0.001893
243              26   0.002238
244              38   0.003271
245              23   0.001980
246              19   0.001635
247              37   0.003184
248              46   0.003959
249              26   0.002238
250              27   0.002324
251              25   0.002152
252              32   0.002754
253              31   0.002668
254              63   0.005422
255              15   0.001291

Total:         11619   1.000000

Entropy = 7.787095 bits per byte.

Optimum compression would reduce the size
of this 11619 byte file by 2 percent.

Chi square distribution for 11619 samples is 6567.22, and randomly
would exceed this value 0.01 percent of the times.

Arithmetic mean value of data bytes is 110.0003 (127.5 = random).
Monte Carlo value for Pi is 3.392561983 (error 7.99 percent).
Serial correlation coefficient is 0.098324 (totally uncorrelated = 0.0).
Value Char Occurrences Fraction
  0              497   0.042775
  1              103   0.008865
  2               90   0.007746
  3              107   0.009209
  4              113   0.009725
  5               68   0.005852
  6               82   0.007057
  7               70   0.006025
  8              103   0.008865
  9               75   0.006455
 10               50   0.004303
 11               40   0.003443
 12               55   0.004734
 13               47   0.004045
 14               32   0.002754
 15               35   0.003012
 16               95   0.008176
 17               77   0.006627
 18               49   0.004217
 19               63   0.005422
 20               40   0.003443
 21               32   0.002754
 22               51   0.004389
 23               39   0.003357
 24               64   0.005508
 25               48   0.004131
 26               37   0.003184
 27               40   0.003443
 28               43   0.003701
 29               36   0.003098
 30               47   0.004045
 31               36   0.003098
 32               86   0.007402
 33   !           72   0.006197
 34   "           47   0.004045
 35   #           32   0.002754
 36   $           37   0.003184
 37   %           36   0.003098
 38   &           29   0.002496
 39   '           53   0.004561
 40   (           58   0.004992
 41   )           50   0.004303
 42   *           40   0.003443
 43   +           33   0.002840
 44   ,           58   0.004992
 45   -           32   0.002754
 46   .           30   0.002582
 47   /           20   0.001721
 48   0           97   0.008348
 49   1           71   0.006111
 50   2           41   0.003529
 51   3           61   0.005250
 52   4           46   0.003959
 53   5           35   0.003012
 54   6           35   0.003012
 55   7           49   0.004217
 56   8           65   0.005594
 57   9           58   0.004992
 58   :           52   0.004475
 59   ;           51   0.004389
 60   <           42   0.003615
 61   =           51   0.004389
 62   >           29   0.002496
 63   ?           18   0.001549
 64   @           99   0.008521
 91   [           32   0.002754
 92   \           41   0.003529
 93   ]           30   0.002582
 94   ^           31   0.002668
 95   _           22   0.001893
 96   `           70   0.006025
 97   a          100   0.008607
 98   b           84   0.007230
 99   c           85   0.007316
100   d           86   0.007402
101   e           70   0.006025
102   f           89   0.007660
103   g           58   0.004992
104   h          118   0.010156
105   i           78   0.006713
106   j           91   0.007832
107   k           93   0.008004
108   l           60   0.005164
109   m           50   0.004303
110   n           55   0.004734
111   o           63   0.005422
112   p          144   0.012393
113   q           88   0.007574
114   r          104   0.008951
115   s          103   0.008865
116   t           90   0.007746
117   u           87   0.007488
118   v           58   0.004992
119   w           54   0.004648
120   x           79   0.006799
121   y           68   0.005852
122   z          112   0.009639
123   {           59   0.005078
124   |           32   0.002754
125   }           14   0.001205
126   ~           27   0.002324
127               22   0.001893
128              112   0.009639
129               63   0.005422
130               64   0.005508
131               79   0.006799
132              100   0.008607
133               51   0.004389
134               42   0.003615
135               35   0.003012
136               68   0.005852
137               35   0.003012
138               52   0.004475
139               36   0.003098
140               69   0.005939
141               31   0.002668
142               56   0.004820
143               31   0.002668
144               63   0.005422
145               37   0.003184
146               38   0.003271
147               42   0.003615
148               66   0.005680
149               42   0.003615
150               36   0.003098
151               28   0.002410
152               58   0.004992
153               40   0.003443
154               31   0.002668
155               29   0.002496
156               68   0.005852
157               34   0.002926
158               35   0.003012
159               34   0.002926
160               91   0.007832
161              46   0.003959
162              61   0.005250
163              40   0.003443
164              47   0.004045
165              68   0.005852
166              51   0.004389
167              34   0.002926
168              62   0.005336
169              42   0.003615
170              59   0.005078
171              30   0.002582
172              30   0.002582
173              51   0.004389
174              34   0.002926
175              22   0.001893
176              77   0.006627
177              44   0.003787
178              33   0.002840
179              23   0.001980
180              38   0.003271
181              50   0.004303
182              28   0.002410
183              17   0.001463
184              35   0.003012
185              37   0.003184
186              30   0.002582
187              22   0.001893
188              32   0.002754
189              48   0.004131
190              31   0.002668
191              25   0.002152
215              19   0.001635
223              16   0.001377
224             137   0.011791
225              79   0.006799
226              77   0.006627
227              59   0.005078
228              75   0.006455
229              54   0.004648
230              60   0.005164
231              65   0.005594
232              83   0.007143
233              66   0.005680
234              63   0.005422
235              61   0.005250
236              65   0.005594
237              53   0.004561
238              67   0.005766
239              52   0.004475
240             128   0.011016
241              60   0.005164
242              55   0.004734
243              62   0.005336
244              70   0.006025
245              47   0.004045
246              70   0.006025
247              37   0.003184
248              85   0.007316
249              53   0.004561
250              61   0.005250
251              50   0.004303
252              64   0.005508
253              53   0.004561
254              91   0.007832
255              15   0.001291

Total:         11619   1.000000

Entropy = 7.431477 bits per byte.

Optimum compression would reduce the size
of this 11619 byte file by 7 percent.

Chi square distribution for 11619 samples is 10272.80, and randomly
would exceed this value 0.01 percent of the times.

Arithmetic mean value of data bytes is 116.2962 (127.5 = random).
Monte Carlo value for Pi is 3.185950413 (error 1.41 percent).
Serial correlation coefficient is 0.100692 (totally uncorrelated = 0.0).
Entropy = 0.984961 bits per bit.

Optimum compression would reduce the size
of this 92952 bit file by 1 percent.

Chi square distribution for 92952 samples is 1931.17, and randomly
would exceed this value 0.01 percent of the times.

Arithmetic mean value of data bits is 0.4279 (0.5 = random).
Monte Carlo value for Pi is 3.392561983 (error 7.99 percent).
Serial correlation coefficient is 0.047734 (totally uncorrelated = 0.0).
Value Char Occurrences Fraction
  0            53175   0.572069
  1            39777   0.427931

Total:         92952   1.000000

Entropy = 0.984961 bits per bit.

Optimum compression would reduce the size
of this 92952 bit file by 1 percent.

Chi square distribution for 92952 samples is 1931.17, and randomly
would exceed this value 0.01 percent of the times.

Arithmetic mean value of data bits is 0.4279 (0.5 = random).
Monte Carlo value for Pi is 3.392561983 (error 7.99 percent).
Serial correlation coefficient is 0.047734 (totally uncorrelated = 0.0).
0,File-bytes,Entropy,Chi-square,Mean,Monte-Carlo-Pi,Serial-Correlation
1,11619,7.787095,6567.223255,110.000258,3.392562,0.098324
0,File-bytes,Entropy,Chi-square,Mean,Monte-Carlo-Pi,Serial-Correlation
1,11619,7.787095,6567.223255,110.000258,3.392562,0.098324
2,Value,Occurrences,Fraction
3,0,497,0.042775
3,1,103,0.008865
3,2,90,0.007746
3,3,107,0.009209
3,4,113,0.009725
3,5,68,0.005852
3,6,82,0.007057
3,7,70,0.006025
3,8,103,0.008865
3,9,75,0.006455
3,10,50,0.004303
3,11,40,0.003443
3,12,55,0.004734
3,13,47,0.004045
3,14,32,0.002754
3,15,35,0.003012
3,16,95,0.008176
3,17,77,0.006627
3,18,49,0.004217
3,19,63,0.005422
3,20,40,0.003443
3,21,32,0.002754
3,22,51,0.004389
3,23,39,0.003357
3,24,64,0.005508
3,25,48,0.004131
3,26,37,0.003184
3,27,40,0.003443
3,28,43,0.003701
3,29,36,0.003098
3,30,47,0.004045
3,31,36,0.003098
3,32,86,0.007402
3,33,72,0.006197
3,34,47,0.004045
3,35,32,0.002754
3,36,37,0.003184
3,37,36,0.003098
3,38,29,0.002496
3,39,53,0.004561
3,40,58,0.004992
3,41,50,0.004303
3,42,40,0.003443
3,43,33,0.002840
3,44,58,0.004992
3,45,32,0.002754
3,46,30,0.002582
3,47,20,0.001721
3,48,97,0.008348
3,49,71,0.006111
3,50,41,0.003529
3,51,61,0.005250
3,52,46,0.003959
3,53,35,0.003012
3,54,35,0.003012
3,55,49,0.004217
3,56,65,0.005594
3,57,58,0.004992
3,58,52,0.004475
3,59,51,0.004389
3,60,42,0.003615
3,61,51,0.004389
3,62,29,0.002496
3,63,18,0.001549
3,64,99,0.008521
3,65,53,0.004561
3,66,54,0.004648
3,67,38,0.003271
3,68,62,0.005336
3,69,43,0.003701
3,70,53,0.004561
3,71,31,0.002668
3,72,66,0.005680
3,73,46,0.003959
3,74,50,0.004303
3,75,37,0.003184
3,76,29,0.002496
3,77,28,0.002410
3,78,30,0.002582
3,79,39,0.003357
3,80,84,0.007230
3,81,56,0.004820
3,82,63,0.005422
3,83,43,0.003701
3,84,48,0.004131
3,85,44,0.003787
3,86,32,0.002754
3,87,26,0.002238
3,88,38,0.003271
3,89,33,0.002840
3,90,61,0.005250
3,91,32,0.002754
3,92,41,0.003529
3,93,30,0.002582
3,94,31,0.002668
3,95,22,0.001893
3,96,70,0.006025
3,97,47,0.004045
3,98,30,0.002582
3,99,47,0.004045
3,100,24,0.002066
3,101,27,0.002324
3,102,36,0.003098
3,103,27,0.002324
3,104,52,0.004475
3,105,32,0.002754
3,106,41,0.003529
3,107,56,0.004820
3,108,31,0.002668
3,109,22,0.001893
3,110,25,0.002152
3,111,24,0.002066
3,112,60,0.005164
3,113,32,0.002754
3,114,41,0.003529
3,115,60,0.005164
3,116,42,0.003615
3,117,43,0.003701
3,118,26,0.002238
3,119,28,0.002410
3,120,41,0.003529
3,121,35,0.003012
3,122,51,0.004389
3,123,59,0.005078
3,124,32,0.002754
3,125,14,0.001205
3,126,27,0.002324
3,127,22,0.001893
3,128,112,0.009639
3,129,63,0.005422
3,130,64,0.005508
3,131,79,0.006799
3,132,100,0.008607
3,133,51,0.004389
3,134,42,0.003615
3,135,35,0.003012
3,136,68,0.005852
3,137,35,0.003012
3,138,52,0.004475
3,139,36,0.003098
3,140,69,0.005939
3,141,31,0.002668
3,142,56,0.004820
3,143,31,0.002668
3,144,63,0.005422
3,145,37,0.003184
3,146,38,0.003271
3,147,42,0.003615
3,148,66,0.005680
3,149,42,0.003615
3,150,36,0.003098
3,151,28,0.002410
3,152,58,0.004992
3,153,40,0.003443
3,154,31,0.002668
3,155,29,0.002496
3,156,68,0.005852
3,157,34,0.002926
3,158,35,0.003012
3,159,34,0.002926
3,160,91,0.007832
3,161,46,0.003959
3,162,61,0.005250
3,163,40,0.003443
3,164,47,0.004045
3,165,68,0.005852
3,166,51,0.004389
3,167,34,0.002926
3,168,62,0.005336
3,169,42,0.003615
3,170,59,0.005078
3,171,30,0.002582
3,172,30,0.002582
3,173,51,0.004389
3,174,34,0.002926
3,175,22,0.001893
3,176,77,0.006627
3,177,44,0.003787
3,178,33,0.002840
3,179,23,0.001980
3,180,38,0.003271
3,181,50,0.004303
3,182,28,0.002410
3,183,17,0.001463
3,184,35,0.003012
3,185,37,0.003184
3,186,30,0.002582
3,187,22,0.001893
3,188,32,0.002754
3,189,48,0.004131
3,190,31,0.002668
3,191,25,0.002152
3,192,63,0.005422
3,193,47,0.004045
3,194,47,0.004045
3,195,36,0.003098
3,196,47,0.004045
3,197,25,0.002152
3,198,38,0.003271
3,199,29,0.002496
3,200,45,0.003873
3,201,41,0.003529
3,202,37,0.003184
3,203,33,0.002840
3,204,30,0.002582
3,205,31,0.002668
3,206,40,0.003443
3,207,25,0.002152
3,208,65,0.005594
3,209,37,0.003184
3,210,33,0.002840
3,211,36,0.003098
3,212,32,0.002754
3,213,24,0.002066
3,214,51,0.004389
3,215,19,0.001635
3,216,39,0.003357
3,217,27,0.002324
3,218,34,0.002926
3,219,25,0.002152
3,220,32,0.002754
3,221,22,0.001893
3,222,28,0.002410
3,223,16,0.001377
3,224,74,0.006369
3,225,32,0.002754
3,226,30,0.002582
3,227,23,0.001980
3,228,28,0.002410
3,229,29,0.002496
3,230,22,0.001893
3,231,36,0.003098
3,232,38,0.003271
3,233,25,0.002152
3,234,26,0.002238
3,235,28,0.002410
3,236,35,0.003012
3,237,22,0.001893
3,238,27,0.002324
3,239,27,0.002324
3,240,63,0.005422
3,241,23,0.001980
3,242,22,0.001893
3,243,26,0.002238
3,244,38,0.003271
3,245,23,0.001980
3,246,19,0.001635
3,247,37,0.003184
3,248,46,0.003959
3,249,26,0.002238
3,250,27,0.002324
3,251,25,0.002152
3,252,32,0.002754
3,253,31,0.002668
3,254,63,0.005422
3,255,15,0.001291
0,File-bytes,Entropy,Chi-square,Mean,Monte-Carlo-Pi,Serial-Correlation
1,11619,7.431477,10272.800671,116.296153,3.185950,0.100692
0,File-bits,Entropy,Chi-square,Mean,Monte-Carlo-Pi,Serial-Correlation
1,92952,0.984961,1931.173122,0.427931,3.392562,0.047734
0,File-bits,Entropy,Chi-square,Mean,Monte-Carlo-Pi,Serial-Correlation
1,92952,0.984961,1931.173122,0.427931,3.392562,0.047734
2,Value,Occurrences,Fraction
3,0,53175,0.572069
3,1,39777,0.427931