UNPKG

@modern-kit/utils

Version:
7 lines (5 loc) 119 B
function abRandom() { return Math.random() < 0.5 ? 0 : 1; } export { abRandom }; //# sourceMappingURL=index.mjs.map