X-Git-Url: https://troll.desast.re/troll.git/blobdiff_plain/055ce8e682c4b82d5b52362e88df2f9d6a7d53d6..HEAD:/config/statement_en.html diff --git a/config/statement_en.html b/config/statement_en.html index 428577f..45659a2 100644 --- a/config/statement_en.html +++ b/config/statement_en.html @@ -29,37 +29,49 @@
The following ideas are still in flux, waiting for some opinions. Please drop a word on the - - contribution's page - + contribution's page or on the forum
+
+

+   + Proper RNG seeding examples +

+ + + + + + + + + + + + + + + + + +
Language FamilySample
JVM + long mySecretSalt = 0x4242424242424242L;
+ Random random = new Random(gameSeed ^ gameSide ^ mySecretSalt); +
C, C++, Perl… + srand(gameSeed ^ gameSide ^ 0xdeadb33f);
+ std::srand(gameSeed ^ gameSide ^ 12345);
+ srand( $gameSeed ^ $gameSide ^ 0xCAFE_BABE ); +
OtherUnachievable until proven otherwise
+

  @@ -104,25 +251,38 @@

- The following maps are currently available and randomly yet - extremely fairly (you wouldn't believe the effort that went - into this) chosen uniformly at random among the following: + In the lower leagues, the following maps are currently + available and randomly yet extremely fairly (you wouldn't + believe the effort that went into this) chosen uniformly at + random among the following:

- - - - - - +
Road lengthStones
615
630
1430
1450
+ + + + + + + + + + + + + + + + + + + +
Road lengthStones
615
630
1430
1450
-

- As with anything in this draft statement, this - is subject to change without notice. Why do - you think they're provided in the game input? -

You can also override them via game - settings roadLength and initialStones. + settings roadLength and initialStones, + so long as you remember you won't be choosing them for + ranking play.

@@ -141,7 +301,7 @@

This draft's last change is: - game parameters can be overridden. + iddqd.

@@ -156,7 +316,7 @@ — J.R.R. Tolkien, The Hobbit -
+

Based on an involuntary suggestion by