vendredi 11 décembre 2015

Generate Random Filename c++

I am working on Object Detection application on C++. And I store each false negative images, so I need random file name generator, which should not duplicate them.

I am currently using tmpnam, but it does not guarantee uniqueness,so files could be overwritten, because all files are stored in same folder.

I am looking for any other way to generate unique file names.




Aucun commentaire:

Enregistrer un commentaire