# File lib/backports/extra/random/bits_and_bytes.rb, line 46
    def left # It's actually the number of words left + 1, as per MRI...
      MT19937::STATE_SIZE - @last_read
    end