 
                            ...
Related Guidelines
| MSC30-C. Do not use the rand() function for generating pseudorandom numbers | |
| MSC30MSC50-CPP. Do not use the std::rand() function for generating pseudorandom numbers | |
| CWE-327. Use of a broken or risky cryptographic algorithm | |
| 
 | CWE-330. Use of insufficiently random values | 
| 
 | CWE-332. Insufficient entropy in PRNG | 
| 
 | CWE-336. Same seed in PRNG | 
| 
 | CWE-337. Predictable seed in PRNG | 
...
...


