Skip to content

Port from rand to QRandomGenerator.

QRandomGenerator should generate more uniform random numbers than rand().

I'm a bit confused why in key generation we bound it to 2^31. Any ideas?

Merge request reports