Do you feel strongly about the name you assigned to the object 'which'?
This name is not very informative and could be initially confused as a function. Some languages like R use the function which() to return the indices of a vector that are True. The name rand_int better communicates that which is just a random integer value. If you agree I'll make the changes.
Do you feel strongly about the name you assigned to the object 'which'?
This name is not very informative and could be initially confused as a function. Some languages like R use the function which() to return the indices of a vector that are True. The name rand_int better communicates that which is just a random integer value. If you agree I'll make the changes.