#unit random
import PABCSystem
def random() -> float:
return PABCSystem.Random()
def randint(a: int, b: int) -> int:
return PABCSystem.Random(a, b)