A library to generate booleans with a given percentage.
*******************************************************

There is a total of 2 functions in this library:
RTrue(perc) ---> perc can either be a float or an integer. There is a "perc"-percent chance that the function will return True, otherwise it will return False.
RFalse(perc) ---> perc can either be a float or an integer. There is a "perc"-percent chance that the function will return False, otherwise it will return True. Same logic, but the output is reversed.



-->   "import randpercent"
