Banning function calls, assurance, and retrofitting
...rand
I don't technically have a problem with including rand() in the list of things to be extremely careful about, but whereas it is nearly impossible to guarantee that someone has used strcpy() right, rand() actually has some pretty legitimate uses
Consider the case where we want to do a randomized delay in processing something, or where...





