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   ·   5842 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 24ms · UTC 06:18 · PVG 14:18 · LAX 23:18 · JFK 02:18
♥ Do have faith in what you're doing.