Not sure if this is intended or not, but the following function behaves different in 1.18 and 1.19:
random.integer(min, max)
in version 1.18 returns a number between min and max including the min and max.
in version 1.19 returns a number between min and max including min and max - 1.
@Luxapodular:
Not sure why this is changing or if this is something that your team is not aware.