# File lib/backports/1.9.2/random/bits_and_bytes.rb, line 78
    def self.[](seed)
      new(convert_seed(seed))
    end