FloatObject
-
- 141 total downloads
- last updated 8/31/2025
- Latest version: 0.1.0-alpha.1 (prerelease)
Probability distributions for RNGenie (continuous and discrete) built on IDistribution<T>. Deterministic with any IRandomSource. Currently includes Uniform, Triangular, Gaussian. Designed to grow. -
- 139 total downloads
- last updated 8/31/2025
- Latest version: 0.1.0-alpha.1 (prerelease)
Core abstractions and RNG sources for RNGenie. Provides IRandomSource and IDistribution<T> plus fast, seedable generators (e.g. PCG). A small, zero-dependency foundation for RNGenie.Distributions,... More information -
- 137 total downloads
- last updated 8/31/2025
- Latest version: 0.1.0-alpha.1 (prerelease)
Utilities for randomly selecting items from collections. Supports uniform and weighted picks (e.g. loot tables, simulations, random encounters). Built on RNGenie.Core for reproducible results with... More information -
- 136 total downloads
- last updated 8/31/2025
- Latest version: 0.1.0-alpha.1 (prerelease)
Utilities for rolling RPG-style dice expressions (e.g. 3d6+2, 1d20). Built on RNGenie.Core for reproducible results with deterministic RNG sources.