Skip to main content
Latest
File
import { random } from "../deps.ts";
export function rand7(): number { return random(1, 7);}