You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generators can be used in the @string annotation: {generated firstnameF}
-> let users register their own generators
-> provide set of default generators
-> let users access the generators manually
Set of default generators right now:
firstname - a random first name from a set of fe/male names
firstnameF - a random name from a set of female first names
firstnameM - a random name from a set of male first names
lastname - a random name from a set of last names
username
password
street
city
The text was updated successfully, but these errors were encountered:
Generators can be used in the @string annotation: {generated firstnameF}
-> let users register their own generators
-> provide set of default generators
-> let users access the generators manually
Set of default generators right now:
firstname - a random first name from a set of fe/male names
firstnameF - a random name from a set of female first names
firstnameM - a random name from a set of male first names
lastname - a random name from a set of last names
username
password
street
city
The text was updated successfully, but these errors were encountered: