RandN.ChaCha provides the implementation of ChaCha for RandN, an alternative library for random number generation.
$ dotnet add package RandN.ChaChaProvides the implementation of ChaCha for RandN. Includes vectorized implementations for SIMD acceleration on supported platforms.
RandN is a .NET library for random number generation.
ChaCha is a stream cipher, used here as a cryptographically secure random number generator.