import { random } from "../deps.ts"; export function rand7(): number { return random(1, 7); }