|
430bc70c7e
|
Move PRNG implementation to Kommons
Yurie — Сегодня, в 15:09
вопрос
почему все эти рандомы не в kommons
|
2025-03-08 16:45:38 +07:00 |
|
|
8b0edc5d5f
|
Cope-posty
|
2025-03-08 14:28:51 +07:00 |
|
|
19e405d4f4
|
Use RandomGenerator methods when available
|
2025-03-08 14:18:11 +07:00 |
|
|
e1d3b36dab
|
Merge branch '1.21' into worldgen-placement-providers
|
2025-03-08 14:12:44 +07:00 |
|
|
322d89f2a2
|
Micro optimization
|
2025-03-08 14:12:32 +07:00 |
|
|
157d2c5498
|
Merge branch '1.21' into worldgen-placement-providers
|
2025-03-08 14:12:12 +07:00 |
|
|
ebdff6811d
|
Don't scramble xoshiro on fork since seed is already enough random
|
2025-03-08 14:11:50 +07:00 |
|
|
01054a05d2
|
Add BooleanProvider.BiasedLinear
|
2025-03-08 11:06:35 +07:00 |
|
|
a89371007f
|
Declare BooleanProvider as interface
|
2025-03-07 23:36:56 +07:00 |
|
|
70ac0f2c7f
|
No longer require seedMix to be non-zero
|
2025-03-07 21:39:47 +07:00 |
|
|
0ef34a00cc
|
Merge branch '1.21' into worldgen-placement-providers
|
2025-03-07 21:31:07 +07:00 |
|
|
f866f2a401
|
Add "Charge androids" and "Charge exopacks" buttons
|
2025-03-07 21:00:01 +07:00 |
|
|
4861513797
|
Delay redstone signal level lookup update by 4 ticks
|
2025-03-07 17:30:20 +07:00 |
|
|
d19de3facf
|
Delay cable blockstate update by 4 ticks
|
2025-03-07 17:29:32 +07:00 |
|
|
9107f63d9d
|
"Accept wireless charging" button in exopack
|
2025-03-07 17:26:35 +07:00 |
|
|
f4ade757c3
|
Revert "Unfinished labs"
This reverts commit 2d87301ecb .
|
2025-03-07 16:20:59 +07:00 |
|
|
97dcabacd5
|
Color storage controls as solid white to improve visual clarity
|
2025-03-07 14:39:29 +07:00 |
|
|
b8e76a0fd4
|
Make energy cable graph track node + side in lively nodes list, considerably improving performance
|
2025-03-07 10:45:18 +07:00 |
|
|
d5e05a2439
|
loader anim speed
|
2025-03-07 05:09:51 +05:00 |
|
|
8cd0c23f21
|
Merge remote-tracking branch 'origin/1.21' into 1.21
|
2025-03-07 04:51:04 +05:00 |
|
|
2d87301ecb
|
Unfinished labs
|
2025-03-07 04:50:55 +05:00 |
|
|
9038003f2f
|
Fix error in loop logic in Matter scanner
|
2025-03-06 21:48:38 +07:00 |
|
|
1dd57065c9
|
Allow to "initialize" xoshiro with zero seed, and provide "raw" initialization
|
2025-03-06 18:20:26 +07:00 |
|
|
c40f9a2c57
|
Make lootTable decoding not throw an exception when meeting unexpected data
|
2025-03-06 16:13:24 +07:00 |
|
|
bc109e8020
|
frogs
|
2025-03-05 17:46:30 +05:00 |
|
|
7efb792353
|
frigate cargo crate loot fix
|
2025-03-05 13:10:41 +03:00 |
|
|
e45e35f0c3
|
Couldn't handle mushrom that day
|
2025-03-05 13:20:16 +07:00 |
|
|
cbc95e8e5b
|
Merge branch '1.21' into worldgen-placement-providers
|
2025-03-05 10:52:04 +07:00 |
|
|
b9cdfd9d91
|
Add Caffeine Cache dependency
|
2025-03-05 10:51:30 +07:00 |
|
|
0c15c93dcd
|
Disallow to specify seed mix as zero to avoid EXTREMELY unlikely case where world's seed is zero, and we are generating chunk at 0, 0, in which Xoshiro256 will generate an exception
|
2025-03-05 10:25:17 +07:00 |
|
|
f78336657d
|
Merge remote-tracking branch 'origin/1.21' into 1.21
|
2025-03-05 07:55:04 +05:00 |
|
|
d9680181b1
|
a
|
2025-03-05 07:52:57 +05:00 |
|
|
92846cbad0
|
Merge branch '1.21' into worldgen-placement-providers
|
2025-03-05 09:46:36 +07:00 |
|
|
828c80dfd4
|
Merge branch 'prng' into 1.21
|
2025-03-05 09:46:13 +07:00 |
|
|
e6365f3bb7
|
Merge remote-tracking branch 'origin/1.21' into 1.21
|
2025-03-05 09:46:07 +07:00 |
|
|
ab42d1c1fb
|
Use Xoshiro256SSRandom instead of CMWC in enormous placements
|
2025-03-05 09:45:22 +07:00 |
|
|
b8468f7828
|
Merge branch 'prng' into worldgen-placement-providers
|
2025-03-05 09:44:23 +07:00 |
|
|
991314c07b
|
Use Xoshiro256SSRandom instead of CMWC for OTM provided level random
|
2025-03-05 09:44:02 +07:00 |
|
|
95f1a304c9
|
Provide docs for random number generators
|
2025-03-05 09:43:24 +07:00 |
|
|
b8291c7e1c
|
Proper Xoshiro256 initialization with 256 bit seed
|
2025-03-05 09:34:29 +07:00 |
|
|
1a52864c4e
|
Throw an exception when xoshiro seed is completely zero
|
2025-03-05 09:31:28 +07:00 |
|
|
f19804dd4a
|
Provide better random seeds for random number generators
|
2025-03-05 09:10:23 +07:00 |
|
|
6b7f1fb949
|
andr oid
|
2025-03-05 07:08:49 +05:00 |
|
|
49f76c7bdd
|
Provide Xoshiro256StarStar random
|
2025-03-05 09:07:01 +07:00 |
|
|
6c087a278d
|
Don't store seed since it is of no use
|
2025-03-05 08:38:07 +07:00 |
|
|
e03d9b1a74
|
Provide LCG64 implementation as separate class
|
2025-03-05 08:37:43 +07:00 |
|
|
d326e45b32
|
Initialize carry using lcg instead of modulo divide seed
|
2025-03-05 08:20:39 +07:00 |
|
|
ffee09ec0f
|
Merge remote-tracking branch 'origin/1.21' into 1.21
|
2025-03-05 05:59:20 +05:00 |
|
|
5956b5d76f
|
a
|
2025-03-05 05:59:10 +05:00 |
|
|
f5036e6220
|
unempty
|
2025-03-05 00:36:54 +03:00 |
|