export const rand = () => `${Math.round(Math.random() * 100_000_000)}`
