0
GGGiovanny Gongora
Generates a random boolean value.
0 Comments
const randomBoolean = () => Math.random() >= 0.5;