I'm sure it's something really simple that I'm overlooking. I've looked at several solutions but, it seems to apply to that specific code. Please help!
Thank you so much! I knew it was something simple like that. srand turns the engien on, and rand actually drives (to use an analogy of sorts).
So then, what are some other places besides time that srand can seed. could I use an algebraic equation based on user input (variables x, y, etc)? something like srand(x +y)?