I have a function that generates a number with some conditions
func randomWithCondition() -> Int { ... return n }
And later I will use