Write a python function to generate random numbers

后端 未结 0 874
花落未央
花落未央 2021-01-17 02:09

Write a Python function nrandint( n, x, y, seed=0, a=52410913, b=1837, m=2**11 ) that generates and returns n random integers in a list in the inclusive range [x, y], where

相关标签:
回答
  • 消灭零回复
提交回复
热议问题