I'm having trouble finding information on the implementation of "or". I want to use it in the do while loop below.
do {
cout << "Please enter 1 for random or 0 for pseudorandom." << endl; //bool, 1 is TRUE, 0 False
cin >> random;
} while (random !0||!1);