how to assign random boolean values to an array
in
Programming Questions
•
2 years ago
How can I randomly assign the boolean values of true and false to a boolean array. So that if I have the to put it through an if statement sucs as if(aray[#]==true) the false array values are not carried through. I only want to know how to randomly assign the boolean values to the array
1