boola
v1.0.0
Published
get single random boolean variable or mutiple as array
Downloads
3
Readme
boola
get single random boolean variable or mutiple as array
rand() return random boolean
rand() // true
rands() return array of random booleans based on provided length
rands(6) // [true,false,false,true,false,true]