• 0

    posted a message on Are random numbers really random?

    I am creating a map that involves random distribution of heroes at the beginning and I am trying to figure out just how random galaxy's random numbers are. I understand that most computer random numbers are only pseudorandom, but I don't care as long as they are generally mostly random. My concern is that I feel like I've noticed a lot of "streaks" where the same people will get the same heroes 3-4 times in a row (from a group of 30). I have made sure that the random seed is not locked, so that is not my problem.

    Posted in: Triggers
  • To post a comment, please or register a new account.