Random number

lets say that when you click on a button the variable
number goes up 1 or 2
but it picks it randomly
how would i do it

 on (release) {
    number += random(1) or random(2);
}

?:trout: