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