c++ random +1 or -1 code example Example: c++ random number between 1 and 10 cout << (rand() % 10) + 1<<" ";