extends Node func generate_random(a: int, b: int) -> int: return randi_range(a, b)