Skip to content

Instantly share code, notes, and snippets.

@FBosler
Last active August 19, 2019 05:16
Show Gist options
  • Save FBosler/8d2d6f64e4ba3c3a9b605a37140d0b9f to your computer and use it in GitHub Desktop.
Save FBosler/8d2d6f64e4ba3c3a9b605a37140d0b9f to your computer and use it in GitHub Desktop.
shows how to call generate_dummy_data
customers = generate_dummy_names(ADJECTIVES, PEOPLE, 15000)
# we create 15000 fake customer names: ['smart_randy', 'canine_carol', 'carefree_cheryl', ...]
products = generate_dummy_names(ADJECTIVES, PRODUCTS, 10)
# we create 10 fake products: ['carefree_skull', 'bare_map', 'calculating_banana', 'funky_train', 'cool_train', ...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment