We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa646b8 commit ee78b9bCopy full SHA for ee78b9b
c/misra/src/rules/RULE-21-24/CallToBannedRandomFunction.ql
@@ -2,7 +2,7 @@
2
* @id c/misra/call-to-banned-random-function
3
* @name RULE-21-24: The random number generator functions of <stdlib.h> shall not be used
4
* @description The standard functions rand() and srand() will not give high quality random results
5
- * in all implementations and is thus banned.
+ * in all implementations and are therefore banned.
6
* @kind problem
7
* @precision very-high
8
* @problem.severity warning
0 commit comments