Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ee78b9b

Browse filesBrowse files
Fix query metadata
1 parent aa646b8 commit ee78b9b
Copy full SHA for ee78b9b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎c/misra/src/rules/RULE-21-24/CallToBannedRandomFunction.ql

Copy file name to clipboardExpand all lines: c/misra/src/rules/RULE-21-24/CallToBannedRandomFunction.ql
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @id c/misra/call-to-banned-random-function
33
* @name RULE-21-24: The random number generator functions of <stdlib.h> shall not be used
44
* @description The standard functions rand() and srand() will not give high quality random results
5-
* in all implementations and is thus banned.
5+
* in all implementations and are therefore banned.
66
* @kind problem
77
* @precision very-high
88
* @problem.severity warning

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.