brintos

brintos / llvm-project-archived public Read only

0
0
Text · 550 B · dbaed1d Raw
16 lines · plain
1.. title:: clang-tidy - cert-msc51-cpp2.. meta::3   :http-equiv=refresh: 5;URL=../bugprone/random-generator-seed.html4 5cert-msc51-cpp6==============7 8The `cert-msc51-cpp` check is an alias, please see9:doc:`bugprone-random-generator-seed10<../bugprone/random-generator-seed>`11for more information.12 13This check corresponds to the CERT C++ Coding Standard rule14`MSC51-CPP. Ensure your random number generator is properly seeded15<https://wiki.sei.cmu.edu/confluence/display/cplusplus/MSC51-CPP.+Ensure+your+random+number+generator+is+properly+seeded>`_.16