/// <reference types="./mod.d.ts" />

export function getRandom() {
  return Math.random();
}