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