package
Version:
v0.16.0
Opens a new window with list of versions in this module.
Published: Jun 22, 2026
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package faker generates realistic fake data for factories and seeders.
Dependency-free; uses math/rand.
Bool returns a random boolean.
Email returns a random email address.
FirstName returns a random first name.
Float returns a random float in [min, max].
Int returns a random int in [min, max].
LastName returns a random last name.
Name returns a random full name.
Paragraph returns several sentences.
Sentence returns a capitalized sentence.
Time returns a random recent time.
UUID returns a random v4-ish UUID string.
Word returns a single random word.
Words returns n random words joined by spaces.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.