Faker is a great library for generating fake data inside a Ruby project. A common use case is for creating test data to stick into a database for development purposes or data for unit tests.
jFairy is a quick way to do this in a JVM project. Here’s a quick Scala Ammonite REPL session showing how it works.