py_Random_randint method

int py_Random_randint(
  1. py_Ref self,
  2. int a,
  3. int b
)

Implementation

int py_Random_randint(
  py_Ref self,
  int a,
  int b,
) {
  return _py_Random_randint(
    self,
    a,
    b,
  );
}