If a region and neighbouring regions are empty, the region will not be updated (by the isEmpty check). This means that the Random function won't work in these cases.
Possible solutions: - Disable isEmpty when Random is use - Use isModified instead
Log in to post a comment.