Yes, but then you have it randomize, and then you have to reference the variable, then do the thing. If you need 5 different coin flips for 5 different things, and that is three new lines mininum per thing, that is already 15 extra lines that I would rather not have to put in.
Am looking more for a reason to reduce the amount of lines needed so I can just call random on a single line.
Plugin that I am using requires that it be a Boolean operation, and I would rather not have to convert for every time.