Hi, I wonder if there is a way using plain QT to obtain a random hexadecimal number of any length. I found that it is possible to get 32 characters hex numbers with QUuid::createUuid() (removing {,},-), but what about for others lengths? I'm missing some qt feature or I have to use simple c++ routines?

Thanks,
Giuseppe