Files
Pumpkin/pumpkin-config
Omar Afet 17f80011d2 More Int & Float Providers (#837)
* cloned

* feat: Expand float and int provider implementations with comprehensive random distributions

- Add ConstantFloatProvider, ClampedNormalFloatProvider, and TrapezoidFloatProvider to NormalFloatProvider enum
- Add ConstantIntProvider, BiasedToBottomIntProvider, ClampedIntProvider, ClampedNormalIntProvider, and WeightedListIntProvider to NormalIntProvider enum
- Implement ToTokens trait for code generation support across all provider types
- Replace external rand dependency with internal RandomImpl trait for consistent randomization
- Fix UniformFloatProvider range semantics (max_inclusive → max_exclusive)
- Add comprehensive unit tests for all provider implementations
- Update block experience drop calculation to use new random provider system

* cargo fmt
2025-06-07 20:52:56 +02:00
..
2025-06-07 20:52:56 +02:00