Issue with seed for username
See original GitHub issueThe method returns different data each time:
>>> from mimesis import Personal
>>> personal = Personal('en', seed=0xf)
>>> personal.username()
'Bloodshedder_1805'
>>> personal.username()
'bloodshedder.1805'
>>> personal.username()
'bloodshedder1805'
Also, it works slowly and we should fix.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
error while trying to seed data for user and role in Asp.Net mvc ...
So can anybody help me how to fix this problem, to create the admin user and to display the roles in the edit...
Read more >USE YOUR USERNAME AS A SEED! - Minecraft: Java Edition
This is what I see when I use the seed MineCraftMilk. Its beautiful! It's amazing to see what your username will spawn! Some...
Read more >Seed Users
If you use a seed user record as the anonymous user record, then you must set the Anonymous User Name parameter to the...
Read more >Seed value chain development in the Global South
Seed value chain development in the Global South: Key issues and new directions for public breeding programs. Jason Donovan ...
Read more >Seed Your MongoDB Container with JSON data using Docker ...
Problem. The JSON data, that previously persisted in the app needs to be seeded into the MongoDB instance once the complete stack is...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

You know, we will use solution which I have published above. At this moment this is a faster solution. Anyway, we can update it in the future, when we implement the much faster solution.
@duckyou Can I hope for you PR?