List of utility methods to do Random Boolean Create
return getRandomBoolean(0.5f);
return Math.random() < bias;