UNPKG

@modern-kit/utils

Version:
9 lines (6 loc) 142 B
'use strict'; function abRandom() { return Math.random() < 0.5 ? 0 : 1; } exports.abRandom = abRandom; //# sourceMappingURL=index.cjs.map