# File lib/backports/extra/random/implementation.rb, line 10 def initialize(seed = 0) super() srand(seed) end