#include "internal.h" bool rngĀ·bernoulli(double f) { return rngĀ·random() < f; }