Creates an useful implementation of stupidCompress's clearStrategy, that starts out with one clear, and every time the chance p passes, it's increased by one.
Parameters
p: number
Chance to keep increasing amount of clears. Be careful to always pass numbers less than 1, otherwise the resulting function won't halt.
Creates an useful implementation of stupidCompress's
clearStrategy, that starts out with one clear, and every time the chanceppasses, it's increased by one.