Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

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/seedRead the documentation for class reference, and code examples:https://github.com/shoyguer/seed/wiki
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
Reviews
Quick Information

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/seedRead the documentation for class reference, and code examples:https://github.com/shoyguer/seed/wiki