...
This rule appears in the C Secure Coding Standard as [seccode:MSC30-C. Do not use the rand() function for generating pseudorandom numbers
This rule appears in the C++ Secure Coding Standard as MSC30-CCPP. Do not use the rand() function for generating pseudorandom numbers.
References
Wiki Markup |
---|
\[[API 06|https://www.securecoding.cert.org/confluence/display/java/AA.+Java+References#AA.JavaReferences-API06]\] [Class Random|http://java.sun.com/javase/6/docs/api/java/util/Random.html] |
...