export default function randomBiUnit(): number { return Math.random() * 2 - 1; }