module Faker::Config

def random=(new_random)

def random=(new_random)
  Thread.current[:faker_config_random] = new_random
end