I am creating an application where I need to generate multiple random strings, almost like a unique ID that is made up of ASCII characters of a certain length that have a mix of uppercase/lowercase/numerical characters.
Are there any Qt libraries for achieving this? If not, what are some of the preferred ways of generating multiple random strings in pure c++?