FloatObject
-
- 263 total downloads
- last updated 9/12/2025
- Latest version: 0.1.0-alpha.2 (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 -
- 198 total downloads
- last updated 9/13/2025
- Latest version: 0.1.0-alpha.2 (prerelease)
Probability distributions for RNGenie (continuous and discrete) built on IDistribution<T>. Deterministic with any IRandomSource. Currently includes Uniform, Triangular, Gaussian. Designed to grow. -
- 191 total downloads
- last updated 9/13/2025
- Latest version: 0.1.0-alpha.2 (prerelease)
Utilities for rolling RPG-style dice expressions (e.g. 3d6+2, 1d20). Built on RNGenie.Core for reproducible results with deterministic RNG sources. -
- 188 total downloads
- last updated 9/13/2025
- Latest version: 0.1.0-alpha.2 (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 -
- 114 total downloads
- last updated 9/12/2025
- Latest version: 0.1.0-alpha.2 (prerelease)
Utilities for creating and manipulating standard playing cards and decks (52 cards + optional jokers). Includes shuffling, drawing, peeking, and resetting with deterministic RNG sources. Built on... More information