Redzen icon indicating copy to clipboard operation
Redzen copied to clipboard

General purpose C# code library.

Results 5 Redzen issues
Sort by recently updated
recently updated
newest added

Redzen originated as a collection of classes I had written for use elsewhere, and I wanted a central place where I could develop and maintain them. Going forward I think...

So, if I include the package in the commercial project, not providing the source code, it seems to cause a very serious problem. I don't care if TimSort is included,...

licensing

There are a few things I want to do with the Ziggurat Gaussian sampling code: 1) Consider switching to this faster variant: "A modified ziggurat algorithm for generating exponentially- and...

See https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-8/#random https://github.com/dotnet/runtime/pull/79790

Inspired by https://github.com/dotnet/runtime/pull/83488 The relates to where there are loops using Vector, and there are tail elements that don't completely fill a vector. Currently those loops all revert to scalar...