I was running the random number generator and noticed that very often the same number would come out twice if the scCall was within a few seconds, I'm guessing it has to do with the random block seed? So I thought to use nonce % random to get a more random number
I was running the random number generator and noticed that very often the same number would come out twice if the scCall was within a few seconds, I'm guessing it has to do with the random block seed? So I thought to use nonce % random to get a more random number