JAVA: LCG gives wrong output

后端 未结 0 1292
长发绾君心
长发绾君心 2021-01-27 22:23

I created a linear congruential generator (LCG), but it appears to give me the wrong output.

// Instance variables 
private long currentRandomNumber;
private long         


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