Add documentation about RNG sources#679
Open
Perdu wants to merge 1 commit intoclementgallet:masterfrom
Open
Conversation
Contributor
Author
|
Which makes me think: it would be great if any call to any of these could be logged, to help figuring out what RNG uses (possibly an option to avoid slowing down game with log output) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
After reading the Tech details page, I figured it would be helpful to have a document listing the different sources of RNG games may use. Hopefully I did not forget about any of them.
As a side-note, perhaps it would be useful to have options to modify each of them for luck manipulation? I wrote the document in a way that considers that may be the case in the future.