int getRand() //generater random number between 1 to 5
{
std::default_random_engine generator;
generator.seed(std::random_device()());
std::uniform_int_distribution
int randomNumber = distribution(generator);
return randomNumber;
}
Close without confirm Yes, you can just write a plugin to set the view as scratch and close it. Then create a keybinding for that c...
댓글 없음:
댓글 쓰기