Skip to content

v15.0.0

Compare
Choose a tag to compare
@colgreen colgreen released this 22 Jul 18:36
· 15 commits to main since this release
  • Target framework updated to net7.0 from net6.0.
  • Generic Math
    • MathSpan: Use of generic math in method signatures and implementations.
    • FloatUtils supersedes DoubleUtils/SingleUtils.
    • DiscreteDistribution supersedes Double/Single.DiscreteDistribution.
    • DiscreteDistribution: added Sample() method, to replace DiscreteDistributionUtils/Sample() static method.
    • Added NumericsUtils.StochasticRound()
    • IRandomSource: Added NextHalf(), NextHalfNonZero(), NextUnitInterval(), NextUnitIntervalNonZero().
    • CircularBufferWithStats supersedes CircularBufferWithStats (that provided double precision stats only).