Clarify about first replacement
This commit is contained in:
parent
7b972ffbea
commit
71c6950d95
@ -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`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user