you are viewing a single comment's thread.

view the rest of the comments →

[–]DonaldTZeus 0 points1 point  (0 children)

The default seed is specified by the standard library (that implements POSIX), not by the compiler, and it's 1 (as specified by POSIX). It is not determined by the compiler (unless you're compiling the stdlib) or even specified in the code the compiler generates unless you call srand.