Created
May 8, 2024 08:35
-
-
Save MkhytarMkhoian/8c74e29b9a22187b824a23be9ebf61d6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val faker: Faker = Faker() | |
val name = faker.name().fullName() // Miss Samanta Schmidt | |
val firstName = faker.name().firstName() // Emory | |
val lastName = faker.name().lastName() // Barton | |
val streetAddress = faker.address().streetAddress() // 60018 Sawayn Brooks Suite 449 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment