2 Dec
2014
2 Dec
'14
9:05 p.m.
[Niall Douglas]
the hard part is generating a cryptographically secure random number. I don't believe C++ 11 even has such a secure generator in <random> even ...
The Standard indirectly suggests that random_device should be such a generator, and VC guarantees this. STL