14 lines · plain
1.. title:: clang-tidy - cert-msc30-c2.. meta::3 :http-equiv=refresh: 5;URL=../misc/predictable-rand.html4 5cert-msc30-c6============7 8The `cert-msc30-c` check is an alias, please see9:doc:`misc-predictable-rand <../misc/predictable-rand>` for more information.10 11This check corresponds to the CERT C Coding Standard rule12`MSC30-C. Do not use the rand() function for generating pseudorandom numbers13<https://wiki.sei.cmu.edu/confluence/display/c/MSC30-C.+Do+not+use+the+rand%28%29+function+for+generating+pseudorandom+numbers>`_.14