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