1
2
3
export let randomNumber = () => {
return Math.random();
};