export function randomNumber(): number {
  return Math.floor(Math.random() * 100000);
}
