All the random functions are now passed through Faker.rng, a random
number generator that is created by default, but can also be set with
`Faker.seed`.
The tests use all the examples in the README to ensure that everything
has been seeded properly.
The only module not updated is Finance, but that's because the file
itself did not seem to compile, and there weren't any examples of using
it in the README.