Skip to content

Commit

Permalink
Modify description about default seed value.
Browse files Browse the repository at this point in the history
  • Loading branch information
giogix2 committed Nov 18, 2024
1 parent b86e691 commit de33187
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// https://en.wikipedia.org/wiki/EinStein_w%C3%BCrfelt_nicht!
//
// Parameters:
// "seed" int random seed for placement of cubes on the board [1] (default=-1)
// "seed" int random seed for placement of cubes on the board [1] (default=42)
//
// [1] When the seed is -1, the current time is used as the seed, so that the
// assignment of cubes is random each time the game is played.
Expand Down

0 comments on commit de33187

Please sign in to comment.