UNPKG

@modern-kit/utils

Version:
1 lines 426 B
{"version":3,"file":"index.mjs","sources":["../../../src/common/abRandom/index.ts"],"sourcesContent":["/**\n * @description 50% 확률로 `0`또는 `1`을 반환하는 함수입니다.\n * @returns {0 | 1} 0 또는 1\n */\nexport function abRandom(): 0 | 1 {\n return Math.random() < 0.5 ? 0 : 1;\n}\n"],"names":[],"mappings":"AAIO,SAAS,QAAA,GAAkB;AAChC,EAAA,OAAO,IAAA,CAAK,MAAA,EAAO,GAAI,GAAA,GAAM,CAAA,GAAI,CAAA;AACnC;;;;"}