module FFaker::Random

def self.reset!

Reset the RNG back to its initial state.
def self.reset!
  @rng = new_rng
end