Skip to content

Commit 7feda4c

Browse files
Update clang-tools-extra/docs/clang-tidy/checks/bugprone/random-generator-seed.rst
Co-authored-by: Baranov Victor <[email protected]>
1 parent 47379b1 commit 7feda4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/bugprone/random-generator-seed.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Options
3737
References
3838
----------
3939

40-
This is a CERT security rule, see
40+
This check corresponds to the CERT C++ Coding Standard rules
4141
`MSC51-CPP. Ensure your random number generator is properly seeded
4242
<https://wiki.sei.cmu.edu/confluence/display/cplusplus/MSC51-CPP.+Ensure+your+random+number+generator+is+properly+seeded>`_ and
4343
`MSC32-C. Properly seed pseudorandom number generators

0 commit comments

Comments
 (0)