BeeneticToolkit 0.11.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package BeeneticToolkit --version 0.11.0
                    
NuGet\Install-Package BeeneticToolkit -Version 0.11.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BeeneticToolkit" Version="0.11.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BeeneticToolkit" Version="0.11.0" />
                    
Directory.Packages.props
<PackageReference Include="BeeneticToolkit" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BeeneticToolkit --version 0.11.0
                    
#r "nuget: BeeneticToolkit, 0.11.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package BeeneticToolkit@0.11.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BeeneticToolkit&version=0.11.0
                    
Install as a Cake Addin
#tool nuget:?package=BeeneticToolkit&version=0.11.0
                    
Install as a Cake Tool

BeeneticToolkit

BeeneticToolkit

CI NuGet License: MIT

A set of small, focused .NET utility libraries by Beenetic Studios. Each ships as its own NuGet package, so you take only what you need. All target netstandard2.1 (modern .NET and Unity-friendly).

Packages

Package Version What it does
BeeneticToolkit.Random NuGet Deterministic, seedable RNG (xoshiro256** and more) with reproducible environments, rich selection helpers, coherent noise (value/Perlin, 2D & 3D, fractal/fBm), and probability tools (weighted bags, loot tables, dice, pity).
BeeneticToolkit.Collections NuGet Self-registering "smart enums" with attached data, O(1) lookups, flag sets and secondary indexes, plus general structures (ring buffer, priority queue, LRU cache) and a thread-safe object pool.
BeeneticToolkit.Numerics NuGet Mathf-style numeric helpers on one MathKit type — interpolation, splines, easing, remapping, angle math, smoothing, robust comparisons.
BeeneticToolkit.Logging NuGet Lightweight, zero-dependency logger — severity levels fanning out to console/debug/file sinks, caller context, object dumps, and an optional static facade.
BeeneticToolkit.Spatial NuGet 2D grids (hex & square), pathfinding (A*/Dijkstra/BFS, flow fields), field of view, and quadtree / spatial-hash queries — engine-agnostic, no Vector2 required.
BeeneticToolkit NuGet Meta-package that references all of the above.

Install an individual package, e.g.:

dotnet add package BeeneticToolkit.Random

…or the meta-package for everything:

dotnet add package BeeneticToolkit

Building from source

dotnet build BeeneticToolkit.sln -c Release
dotnet test  BeeneticToolkit.sln

License

MIT — see LICENSE.txt.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.12.1 91 7/15/2026
0.12.0 96 7/14/2026
0.11.0 93 7/14/2026
0.10.0 158 6/21/2026