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   ·   1279 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 19ms · UTC 17:19 · PVG 01:19 · LAX 10:19 · JFK 13:19
♥ Do have faith in what you're doing.