Skip to content

CUDA program to find all valid MineCraft randomly-generated seeds from a list of structure seeds

Notifications You must be signed in to change notification settings

elenaran/structure_to_random

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

CUDA program to find all valid MineCraft randomly-generated seeds from a list of structure seeds

Writes output seeds to files corresponding to the input files. Works in chunks of 1,048,576 seeds at a time to avoid any issues with keeping them all in memory at the same time. This can be adjusted with the BLOCKS & OUTPUT_CHUNK_SIZE paramters.

In theory should work with both Windows and Linux, but has only been tested on Windows thus far.

About

CUDA program to find all valid MineCraft randomly-generated seeds from a list of structure seeds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages