naaive1024's recent timeline updates
naaive1024

naaive1024

V2EX member #581109, joined on 2022-05-10 19:27:12 +08:00
naaive1024's recent replies
Oct 9, 2022
Replied to a topic by 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();
}

}
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   4391 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 21ms · UTC 04:09 · PVG 12:09 · LAX 21:09 · JFK 00:09
♥ Do have faith in what you're doing.