Advertisements were blocked or nothing was served
We understand that advertisements are annoying, and fully support the usage with ads disabled. please support us in any way you can.
Browsing Testnet Chain
You are currently browsing the testnet chain on Gridcoin.

The following news story was loaded from an external source. The story is not related to this site.

Repeating Decoration Seeds v1

Tag: boinc:minecraft@home
Published 2025-07-27 05:42:13


Hi everyone,

We've had a new CUDA app in beta for around the last 24 hrs and it seems stable enough to push it out of beta at this time.

Here's the technical explanation from the lead developer of the app, MC "PseudoGravity":

While each Minecraft world possesses a single world seed, every 16x16 chunk within the world possesses its own derived seed, known as a decoration seed. Each chunk’s decoration seed is determined by the unique combination of world seed and chunk location. This decoration seed in turn guides the generation of features such as trees, ores, and portions of structures.
The decoration seed formula is as follows:
decorationSeed = (AX + BZ) ^ worldSeed
Here, A and B are 64-bit pseudorandom odd numbers generated from the world seed and are therefore the same throughout the world. Variables X and Z are the coordinates of the chunk and are always multiples of 16. This formula is designed to ensure that each chunk within the world has a different decoration seed and thus different trees and related features.
However….
Taking a closer look at this equation reveals that the portion AX+BZ is the only part that depends on the chunk coordinates. If this subexpression produces the same value at multiple locations within the same world, then those chunks will have the same decoration seed. Specifically, if NA=MB mod 2**64 for some small integers N and M, then
A(X+N) + B(Z-M) = AX+BZ mod 2**64
and we see that the decorations seeds repeat along a line formed by (N,-M). When N and M are very small, interesting effects occur, as chunks form stripes along which identical trees and related features repeat endlessly.
Participants in this GPU-based BOINC project will exhaustively comb through all 2**64 Minecraft world seeds to uncover those in which the pseudorandom values A and B produce repeating patterns. Preliminary searches have discovered a few diagonally-repeating worlds, including several which repeat every single chunk diagonally. This full-scale search will produce a complete list of all Minecraft worlds in which decoration seeds repeat within a distance of 8 chunks, including non-45-degree angles.



Read the story on the source
Disclaimer
All content provided herein our website, hyperlinked sites, associated applications, forums, blogs, social media accounts and other platforms is for your general information only, procured from third party sources. We make no warranties of any kind in relation to our content, including but not limited to accuracy and updatedness. No part of the content that we provide constitutes financial advice, legal advice or any other form of advice meant for your specific reliance for any purpose. Any use or reliance on our content is solely at your own risk and discretion. Sources are Berkeley Open Infrastructure for Network Computing or Gridcoin. Read on what and how you can remove yourself
Rendered in 0.0331s with 3 backend requests in 0.0254s
Memory Usage: 419.56 kb (1.68 mb)
App version: a1042c2@refs/heads/branch1
Updated on: