Skip to content
#

floss

Here are 110 public repositories matching this topic...

tenacity
widelands
Noordfrees
Noordfrees commented Nov 17, 2021

The random number generator (RNG) that deterministically generates all pseudo-random events in a game is never actually seeded, so that all games always use the exact same sequence of random numbers.

The RNG must be seeded with a truly random number (e.g. SDL_GetTicks() or clock()) exactly once at the start of every game.
In MP matches, the seed value must also be distributed from the ho

Improve this page

Add a description, image, and links to the floss topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the floss topic, visit your repo's landing page and select "manage topics."

Learn more