# File lib/backports/extra/random/implementation.rb, line 53 def marshal_load(ary) @seed = ary.pop @mt = MT19937.allocate @mt.marshal_load(ary) end