Clarify about first replacement

This commit is contained in:
DBotThePony 2025-03-10 20:59:06 +07:00
parent 7b972ffbea
commit 71c6950d95
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -8,7 +8,7 @@ and Xoshiro128PlusPlus (used to generate "sequences" aka random generator used f
with a better random number generator, [gjrand](https://gjrand.sourceforge.net).
### Features:
* Replaces `Level#random`;
* Replaces `RandomSupport#create`, and subsequently, `Entity#random`, `Level#random`, countless other places including mods;
* Replaces `RandomSequence` and `RandomSequences` with versions which use gjrand;
* Replaces `Level#getBlockRandomPos` to use `Level#random`. Previously, `getBlockRandomPos` utilized LCG with even worse properties than one of `Level#random`.