When using this function Math.floor((Math.random() * 10) + 1)
I get a random number from 1 to 10. We assume that each number has a 10% chance so we have a 50% Odd or Even chance, but what if I wanted to manipulate those chances, so that the function is more likely to give me an Odd number, for example 70% chance of getting an Odd number and 30% chance of getting a Odd number.