Skip to main content

Available generators

This topic provides a comprehensive catalog of all data generators available in the Rell Toolbox Seeder module. These generators create realistic mock data for development, testing, and database seeding purposes. Each generator produces specialized data values based on its category.

Using generators

To use a specific generator, simply reference its id in your seeder configuration:

<entity_name>:
count: 10
attributes:
<attribute_name>:
generator: <generator_id>

Generator categories

Random Generators
Generator IDDescriptionReturn type
random.integerGenerates a random integer within a configured min/max range or any valid long integer.Long
random.booleanGenerates a random boolean value (true or false).Boolean
random.decimalGenerates a random decimal number within a configured min/max range or between 0.0 and 1.0.Double
random.enumGenerates a random value from a defined Rell enum type.Integer
random.uuidGenerates a random UUID.String
random.textGenerates a random string with configurable length.String
random.jsonGenerates a simple JSON string.String
Person generators
Generator IDDescriptionReturn type
first_nameGenerates a random first name.String
last_nameGenerates a random last name.String
nameGenerates a random full name.String
male_first_nameGenerates a random male first name.String
female_first_nameGenerates a random female first name.String
neutral_first_nameGenerates a random gender-neutral first name.String
name_with_middleGenerates a random name including a middle name.String
Address generators
Generator IDDescriptionReturn type
address.fullGenerates a complete address.String
address.cityGenerates a random city name.String
address.countryGenerates a random country name.String
address.country_codeGenerates a random country code.String
address.streetGenerates a random street address.String
address.country_code_longGenerates a random long-form country code.String
address.building_numberGenerates a random building number.String
address.communityGenerates a random community name.String
address.secondary_addressGenerates a random secondary address.String
address.postcodeGenerates a random postal code.String
address.stateGenerates a random state name.String
address.state_abbrGenerates a random state abbreviation.String
address.time_zoneGenerates a random time zone.String
address.city_with_stateGenerates a random city with state.String
address.street_nameGenerates a random street name.String
address.mailboxGenerates a random mailbox.String
Internet generators
Generator IDDescriptionReturn type
emailGenerates a random email address.String
internet.domainGenerates a random domain name.String
internet.private_ipv4_addrGenerates a random private IPv4 address.String
internet.public_ipv4_addrGenerates a random public IPv4 address.String
internet.ipv4_addrGenerates a random IPv4 address.String
internet.ipv6_addrGenerates a random IPv6 address.String
internet.mac_addrGenerates a random MAC address.String
internet.safe_emailGenerates a random safe email address.String
internet.slugGenerates a random URL slug.String
internet.domain_suffixGenerates a random domain suffix.String
internet.user_agentGenerates a random user agent string.String
internet.bot_user_agentGenerates a random bot user agent string.String
Company generators
Generator IDDescriptionReturn type
company.nameGenerates a random company name.String
company.typeGenerates a random company type.String
company.industryGenerates a random company industry.String
company.buzzwordGenerates a random business buzzword.String
company.catch_phraseGenerates a random company catch phrase.String
Phone generators
Generator IDDescriptionReturn type
phone_numberGenerates a random phone number.String
cell_phoneGenerates a random cell phone number.String
Bank generators
Generator IDDescriptionReturn type
bank.nameGenerates a random bank name.String
bank.account_numberGenerates a random bank account number.String
bank.ibanGenerates a random IBAN.String
bank.bicGenerates a random BIC/SWIFT code.String
Color generators
Generator IDDescriptionReturn type
color.nameGenerates a random color name.String
color.hexGenerates a random hex color.String
Commerce generators
Generator IDDescriptionReturn type
commerce.departmentGenerates a random department name.String
commerce.product_nameGenerates a random product name.String
commerce.materialGenerates a random material name.String
commerce.priceGenerates a random price.String
commerce.promotion_codeGenerates a random promotion code.String
Crypto generators
Generator IDDescriptionReturn type
crypto.md5Generates a random MD5 hash.String
crypto.sha1Generates a random SHA-1 hash.String
crypto.sha256Generates a random SHA-256 hash.String
Currency generators
Generator IDDescriptionReturn type
currency.codeGenerates a random currency code.String
currency.nameGenerates a random currency name.String
File generators
Generator IDDescriptionReturn type
file.extensionGenerates a random file extension.String
file.mime_typeGenerates a random MIME type.String
file.file_nameGenerates a random filename.String
file.directory_pathGenerates a random directory path.String
file.file_pathGenerates a random file path.String
Gender generators
Generator IDDescriptionReturn type
gender.typesGenerates a random gender type.String
gender.shortGenerates a random short gender representation.String
gender.binary_typesGenerates a random binary gender type.String
Measurement generators
Generator IDDescriptionReturn type
measurement.heightGenerates a random height measurement.String
measurement.weightGenerates a random weight measurement.String
measurement.volumeGenerates a random volume measurement.String
measurement.lengthGenerates a random length measurement.String
measurement.areaGenerates a random area measurement.String
Money generators
Generator IDDescriptionReturn type
money.amountGenerates a random monetary amount.String
Education generators
Generator IDDescriptionReturn type
edu.universityGenerates a random university name.String
edu.courseGenerates a random course name.String
edu.secondary_schoolGenerates a random secondary school name.String
edu.campusGenerates a random campus building name.String
edu.subjectGenerates a random academic subject.String
edu.degreeGenerates a random degree name.String
Lorem generators
Generator IDDescriptionReturn type
lorem.wordGenerates a random Lorem Ipsum word.String
lorem.wordsGenerates random Lorem Ipsum words.String
lorem.sentenceGenerates a random Lorem Ipsum sentence.String
lorem.sentencesGenerates random Lorem Ipsum sentences.String
lorem.paragraphGenerates a random Lorem Ipsum paragraph.String
lorem.paragraphsGenerates random Lorem Ipsum paragraphs.String
Tech generators
Generator IDDescriptionReturn type
tech.stackGenerates a random technology stack.String
tech.programming_languageGenerates a random programming language.String
tech.osGenerates a random operating system.String
tech.browserGenerates a random web browser name.String
Travel generators
Generator IDDescriptionReturn type
travel.airportGenerates a random airport name.String
travel.airport_codeGenerates a random airport code.String
travel.airlineGenerates a random airline name.String
travel.flight_numberGenerates a random flight number.String
travel.seat_numberGenerates a random seat number.String
Food generators
Generator IDDescriptionReturn type
food.dishGenerates a random dish name.String
food.ingredientsGenerates a random food ingredient.String
food.fruitsGenerates a random fruit name.String
food.vegetablesGenerates a random vegetable name.String
food.spicesGenerates a random spice name.String
food.allergensGenerates random food allergens.String
food.descriptionGenerates a random food description.String
food.measurement_sizesGenerates random food measurement sizes.String
food.measurementsGenerates random food measurements.String
food.metric_measurementsGenerates random metric food measurements.String
food.sushiGenerates a random sushi type.String
food.ethnic_categoryGenerates a random ethnic food category.String
Beer generators
Generator IDDescriptionReturn type
beer.nameGenerates a random beer name.String
beer.styleGenerates a random beer style.String
beer.hopGenerates a random beer hop variety.String
beer.yeastGenerates a random beer yeast type.String
beer.maltsGenerates a random beer malt type.String
beer.brandGenerates a random beer brand name.String
Coffee generators
Generator IDDescriptionReturn type
coffee.blend_nameGenerates a random coffee blend name.String
coffee.countryGenerates a random coffee origin country.String
coffee.notesGenerates random coffee flavor notes.String
coffee.varietyGenerates a random coffee variety.String
coffee.regionGenerates a random coffee region.String
Dessert generators
Generator IDDescriptionReturn type
dessert.varietyGenerates a random dessert variety.String
dessert.toppingGenerates a random dessert topping.String
dessert.flavorGenerates a random dessert flavor.String
dessertGenerates a random dessert.String
Tea generators
Generator IDDescriptionReturn type
tea.typeGenerates a random tea type.String
tea.variety.blackGenerates a random black tea variety.String
tea.variety.greenGenerates a random green tea variety.String
tea.variety.whiteGenerates a random white tea variety.String
tea.variety.oolongGenerates a random oolong tea variety.String
tea.variety.herbalGenerates a random herbal tea variety.String
Restaurant generators
Generator IDDescriptionReturn type
restaurant.nameGenerates a random restaurant name.String
restaurant.typeGenerates a random restaurant type.String
restaurant.descriptionGenerates a random restaurant description.String
restaurant.reviewGenerates a random restaurant review.String
Sports generators
Generator IDDescriptionReturn type
basketball.teamsGenerates a random basketball team.String
basketball.playersGenerates a random basketball player name.String
basketball.coachesGenerates a random basketball coach name.String
basketball.positionsGenerates a random basketball position.String
chess.playersGenerates a random chess player name.String
chess.tournamentsGenerates a random chess tournament name.String
chess.openingsGenerates a random chess opening.String
chess.titlesGenerates a random chess title.String
crossfit.competitionsGenerates a random crossfit competition name.String
crossfit.male_athletesGenerates a random male crossfit athlete name.String
crossfit.female_athletesGenerates a random female crossfit athlete name.String
crossfit.movementsGenerates a random crossfit movement.String
crossfit.girl_workoutsGenerates a random crossfit girl workout.String
crossfit.hero_workoutsGenerates a random crossfit hero workout.String
esport.playersGenerates a random esport player name.String
esport.teamsGenerates a random esport team.String
esport.eventsGenerates a random esport event.String
esport.leaguesGenerates a random esport league.String
esport.gamesGenerates a random esport game.String
football.teamsGenerates a random football team.String
football.playersGenerates a random football player name.String
football.coachesGenerates a random football coach name.String
football.competitionsGenerates a random football competition name.String
football.positionsGenerates a random football position.String
mountaineering.mountaineerGenerates a random mountaineer name.String
sport.summer_olympicsGenerates a random summer Olympic sport.String
sport.winter_olympicsGenerates a random winter Olympic sport.String
sport.summer_paralympicsGenerates a random summer Paralympic sport.String
sport.winter_paralympicsGenerates a random winter Paralympic sport.String
sport.ancient_olympicsGenerates a random ancient Olympic sport.String
sport.unusualGenerates a random unusual sport.String
team.nameGenerates a random team name.String
team.sportGenerates a random team sport.String
team.mascotGenerates a random team mascot.String
volleyball.teamGenerates a random volleyball team.String
volleyball.playerGenerates a random volleyball player name.String
volleyball.coachGenerates a random volleyball coach name.String
volleyball.positionGenerates a random volleyball position.String
volleyball.formationGenerates a random volleyball formation.String
world_cup.teamsGenerates a random World Cup team.String
world_cup.stadiumsGenerates a random World Cup stadium.String
world_cup.citiesGenerates a random World Cup host city.String
Barcode generators
Generator IDDescriptionReturn type
barcode.ean13Generates a random EAN-13 barcode.String
barcode.ean8Generates a random EAN-8 barcode.String
barcode.isbnGenerates a random ISBN.String
Business generators
Generator IDDescriptionReturn type
business.credit_card_numberGenerates a random credit card number.String
business.credit_card_expiryGenerates a random credit card expiry date.String
business.credit_card_typeGenerates a random credit card type.String
Creature generators
Generator IDDescriptionReturn type
animal.nameGenerates a random animal name.String
bird.geoGenerates random bird geographic information.String
bird.anatomyGenerates random bird anatomy terms.String
bird.colorsGenerates random bird colors.String
bird.plausible_nameGenerates a plausible bird common name.String
bird.family_nameGenerates a bird family name.String
cat.nameGenerates a random cat name.String
cat.breedGenerates a random cat breed.String
cat.registryGenerates a random cat registry.String
dog.nameGenerates a random dog name.String
dog.breedGenerates a random dog breed.String
dog.soundGenerates a random dog sound.String
dog.meme_phraseGenerates a random dog meme phrase.String
dog.coat_lengthGenerates a random dog coat length.String
dog.sizeGenerates a random dog size.String
dog.ageGenerates a random dog age.String
horse.nameGenerates a random horse name.String
horse.breedGenerates a random horse breed.String
ancient.godGenerates a random ancient god name.String
ancient.primordialGenerates a random ancient primordial entity.String
ancient.titanGenerates a random ancient titan name.String
ancient.heroGenerates a random ancient hero name.String
House generators
Generator IDDescriptionReturn type
house.roomGenerates a random room name.String
Industry generators
Generator IDDescriptionReturn type
industry.sectorGenerates a random industry sector.String
Stripe generators
Generator IDDescriptionReturn type
stripe.idGenerates a random Stripe ID.String
Subscription generators
Generator IDDescriptionReturn type
subscription.planGenerates a random subscription plan.String
subscription.statusGenerates a random subscription status.String
Misc generators
Generator IDDescriptionReturn type
emojiGenerates a random emoji.String
dateGenerates a random date.String
date_timeGenerates a random date and time.String
timestampGenerates a random timestamp.Long