I\'m trying to write a program that generates a pseudorandom numbers using a seed. However, I\'m running into problems.
I get this error
39 C:\\Dev-Cpp\
srand returns void function and doesn't return a value.
Here you can see more about it. You'll just have to call srand(9) and get the value of rand() after that, like J-16 SDiZ pointed out, who will be upvoted for this :)