Tuesday, March 31, 2015


var y = possibleTruths();
if (iknow(x) == true) {
    x.isTrue = (Math.random() * y) <= 1;
}