Talk:c/numeric/random/srand
From cppreference.com
< Talk:c
[edit] Possibly incorrect information, and other stuff
For details, see my comments on the talk page for rand()
. -- Indi 11:19, 11 November 2012 (PST)
[edit] "Each time rand() is seeded with srand(), it must produce the same sequence of values", your article says…
What…? Even if srand() is called with different seeds?
Could you kindly rephrase it so that it becomes obvious that if rand() is reseeded with a different seed, the resulting pseudo-random number sequence should differ, not be the same? Of course if this is correct…