This may be a stupid question but how can you start Math.Random() to start generating numbers after a specific number.
Say the number is 53 how do you call Math.random() so that it will not generate a number lower than 53?
Say the number is 53 how do you call Math.random() so that it will not generate a number lower than 53?
Comment