V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  naaive1024  ›  全部回复第 1 页 / 共 1 页
回复总数  1
2022-10-09 13:31:22 +08:00
回复了 naaive1024 创建的主题 奇思妙想 量子为什么纠缠?
public class Quantum {

public int a(long currentTimeMillis) {
Random random = new Random(currentTimeMillis);
return random.nextInt();
}

public int b(long currentTimeMillis) {
Random random = new Random(currentTimeMillis);
return random.nextInt();
}

}
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5382 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 11ms · UTC 03:41 · PVG 11:41 · LAX 20:41 · JFK 23:41
Developed with CodeLauncher
♥ Do have faith in what you're doing.