我有一些运行的代码.在循环内部我执行:
System.Random rnd = new System.Random();
如果在运行呼叫之间几乎没有时间延迟,我可以期望该号码是随机的吗?
c# random
c# ×1
random ×1