private protected static bool isThisAGoodIdea() {
    return new System.Random().Next(0, 2) == 0 ? false : false;
}
Share this project:

Updates