@chjara I remember some software that copied crontab format defining that "?" in a field means "pick a value at random" (so ?/30 in minutes would mean "for two different values of minutes, 30 minutes apart, but with a random offset") and had it implemented by hashing the entry (so that it doesn't need to even store the random value). I can't find now what software was that.