# File lib/rchardet/chardistribution.rb, line 122
    def initialize
      super()
      @_mCharToFreqOrder = EUCKRCharToFreqOrder
      @_mTableSize = EUCKR_TABLE_SIZE
      @_mTypicalDistributionRatio = EUCKR_TYPICAL_DISTRIBUTION_RATIO
    end