3
ランダム(Java 7)の181783497276652981および8682522807148012とは何ですか?
なぜ、181783497276652981そして8682522807148012選ばれたのRandom.javaですか? Java SE JDK 1.7の関連するソースコードは次のとおりです。 /** * Creates a new random number generator. This constructor sets * the seed of the random number generator to a value very likely * to be distinct from any other invocation of this constructor. */ public Random() { this(seedUniquifier() ^ System.nanoTime()); } private static …