GithubHelp home page GithubHelp logo

Comments (6)

styxlab avatar styxlab commented on May 29, 2024 1

For anyone else looking for an answer: my conclusion is that this is a random-names-generator but not a unique-names-generator. Still useful for many applications, but a misnomer that may lead to wrong expectations.

from unique-names-generator.

styxlab avatar styxlab commented on May 29, 2024 1

Reopening on demand 😄

My current workaround: I now use a name generated by this library and an additional suffix. Before writing to the db, I count the number of same names and then generate a suffix with count + 1. This allows me to have short names and ensure uniqueness. However it does come at the expense of and additional database select, additional boilerplate code, combining the name with the suffix, detecting a suffix, etc.

from unique-names-generator.

bradennapier avatar bradennapier commented on May 29, 2024

This is indeed the truth, unfortunately. With our database of only 10-20,000 users we already are having multiple collisions of the same user names come up -- which we didn't expect using a seed and 3 dictionaries.

You should honestly re-open this to bring attention to the fact.

from unique-names-generator.

bradennapier avatar bradennapier commented on May 29, 2024

Thanks! This really was not ideal. Although we really should have tested it since the lib description doesn't have any actual details about how it does unique naming.

from unique-names-generator.

styxlab avatar styxlab commented on May 29, 2024

Closing again, as everything has been said. I let the maintainers decide, if they want to improve their README.

from unique-names-generator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.