MarbleBag
by aravix | MIT
A class that makes your RNG feel more like the way your brain wants it to
MarbleBag MarbleBag is a way to control your randomness. This addon is a Godot recreation of the idea that candlesan originally came up with. You can see a video describing the idea behind it here on YouTube. Essentially, MarbleBag lets you send in a
GodotXoshiro256++
by souleat | MIT
A Godot 4 plugin that provides fast and high-quality pseudorandom number generation using the Xoshiro256++ algorithm. It includes easy-to-use random number utilities, deterministic seeding, and 64-bit arithmetic support for games, simulations, procedural
GodotXoshiro256PP An efficient and fully reproducible pseudo-random number generator for Godot 4.0+. The plugin implements Xoshiro256++ and uses SplitMix64 to initialize its state. It is written entirely in GDScript and requires no native libraries or
loading more results...