Now, I know they're called random for that reason of being random. However, shouldn't they be more alternate? Like instead of Oracle, Oracle, Oracle and so on for 2 weeks, then no Oracle for 2 months, or Tempest, Tempest for 10 days, then nothing for a looong time, maybe take turns or something? Just really curious why is this set this way?
My random events seem pretty random! Maybe your luck is funny like that :)
RNG on computers can be weird. random output requires random input. a computer CAN generate truly random output if it is using a truly random source of input, such as atmospheric noise—which is what random.org uses. as they explain it:
so, it could just be happenstance that you notice the same random event over and over again—humans are pattern-noticing machines so it might even just be confirmation bias causing a perception of something being "too" consistent or repetitive.
or it could have to do with whatever code subeta uses for random features operating in a predictable manner that occasionally becomes conspicuous. so it's not that anything is "set this way"—sometimes staff adjust probabilities to make certain things more or less common if there's an issue, but beyond that, it just kind of happens.