// requires an explicit type annotation of `number` export function getRandom() { return Math.random(); }