generate
-
C++ rand generates the same number with srand time
Random number generation in C++ in the standard libraries is generally done using “ctime” (time.h) and “cstdlib” (stdlib.h). If you are experiencing an issue where calling rand() keeps generating the same number due to similar seeds, simply call it multiple… Continue reading
-
Strong Password Generator
Pretty good little web based site to generate strong passwords on the fly. Once I have some time to whip up a little tool to do the same I’ll be sure to post code here. (Requires javascript:) StrongPasswordGenerator References StrongPasswordGenerator,… Continue reading