module FFaker::Random

def self.seed

Returns the current RNG seed.
def self.seed
  @seed ||= ::Random.new_seed
end