I\'ve got a vector that I\'m trying to fill up with random numbers. I keep running into an issue however that the vector mostly outputs 0 each time that I\'m running it (it
cout << myVector[b] ?!
it should be : cout << myVector[i];
cout << myVector[i];