Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
ozaradny
Posts
Comments
C
C#
•
Created by Gamerpost on 3/27/2023 in
#help
❔ How can you create a string that creates random characters?
You can use faker package
https://github.com/bchavez/Bogus
to generate fake data, very useful with Unit tests. but maybe to much for your simple need
14 replies