naaive1024 最近的时间轴更新
naaive1024

naaive1024

V2EX 第 581109 号会员,加入于 2022-05-10 19:27:12 +08:00
naaive1024 最近回复了
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   ·   我们的愿景   ·   实用小工具   ·   1150 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 18:32 · PVG 02:32 · LAX 11:32 · JFK 14:32
Developed with CodeLauncher
♥ Do have faith in what you're doing.