export function getNumber() {
return 42;
}
export function getRandomNumber() {
return Math.floor(Math.random() * 256);