# 3.1.1Process Design

①　Generation of server seed sequence {$serverSeed\_i$}. Suppose a game has N rounds. The server first generates an initial seed, The server then applies a hash function N time in succession to obtain $serverSeed\_0$, $serverSeed\_1$, $serverSeed\_2$........., $serverSeed\_N$​. At this point, $ServerSeed\_N​$ is publicly disclosed, and $serverSeedN−1$​ is used as the server seed for the first round.
