Random bool with weight...any value >= 1 should always return true, right?

Just trying to make sure I’m not doing anything wrong here.

I am using Random Bool With Weight. The output log shows that even though the SuccessChance float was 1.15, it still returned false. That is not expected behavior, right?

image
image

So, as expected, just stupid mistakes on my part.

I was using a separate random bool node for my debug reporting, which led to seemingly inconsistent results.

Node works as you’d expect.

1 Like