Seed's icon

Seed 1.0.0 Misc 4.5 Community

Submitted by user shoyguer; MIT; 2025-10-05

Godot GDExtension Plugin for handling RNG seeds.

A simple Random seed generation system for Godot games. Perfect for creating reproducible randomization, procedural generation, seeded world creation, or any scenario where you need consistent random number generation.

Seed will add a new class called "Seed", for handling automated seed generation and instantiating RandomNumberGenerators you can use.
It comes with the possibility to create:
- Lower case only seeds
- Upper case only seeds
- Number only seeds
- Mixed seeds (upper, lower case, and numbers mixed)

Made to integrate Godot seamlessly, with optimization in focus.

Visit the repository for more information:
https://github.com/shoyguer/seed

Read the documentation for class reference, and code examples:
https://github.com/shoyguer/seed/wiki


View files Download Submit an issue Recent Edits