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