it('Random hash', () => {
            console.groupCollapsed('Random hash')
                for (let i = 0; i < 5; i++) {
                    const userBet = Math.floor(Math.random(10) * 10)
                    const userNum = Math.floor(Math.random(100000) * 100000)