Added tag v0.5.0 for changeset 1ea1affbc82e
1ea1affbc82e — Michael Johnson v0.5.0 3 months ago
Add release notes for version 0.5.0
012e019f3ac4 — Michael Johnson 4 months ago
Fix NRE in Throughput Column with a framework of net8.0 and a runtime of net6.0
1c2b86d4a2a4 — Michael Johnson 4 months ago
Combine RandN.MersenneTwister and RandN.XorShift projects into a single RandN.ExtraRngs project

Multiple projects and packages is too granular and are difficult to maintain. It makes more sense to
combine them into one single package. Perhaps in the future if we have many algorithms, it'd
make sense to divide them into families of RNGs.
962100ffd05c — Michael Johnson 4 months ago
Clean up warnings
e8adb54ae855 — Michael Johnson 4 months ago
Disable big endian support by default

Since I have no access to a big endian processor supporting .NET, this code is completely untested. In the event that someone wants to test big-endian CPUs, RandN can be compiled with ENABLE_BIG_ENDIAN defined.
5edfa95d833f — Michael Johnson 4 months ago
Merge 'Add extra tests around ShuffleInPlace'
445db1d9ac2e — Michael Johnson 4 months ago
Add more tests for BigIntegers and disallow unsafe blocks in MersenneTwister
b04c6e73da7e — Michael Johnson 4 months ago
Add extra tests around ShuffleInPlace
cb8b5b81241e — Michael Johnson 4 months ago
Replace Unsafe.As<T> calls with `is` expressions
bf7f26747372 — Michael Johnson 4 months ago
Merge pull request #27 from steve7411/master
Merge pull request #27 from steve7411/master

Adding a ShuffleInPlace that takes in a Span
Adding a ShuffleInPlace that takes in a Span and forwarding to it when possible
f5c0a0c17c66 — Michael Johnson 1 year, 9 days ago
Add benchmark for large BigIntegers
d61ccbf51131 — Michael Johnson 1 year, 10 days ago
Add tests for averaging integer distributions
82db35f9fdbc — Michael Johnson 1 year, 10 days ago
Use TheoryData for Uniform.BigInteger and Uniform.Decimal tests
2c60d74304f2 — Michael Johnson 1 year, 11 days ago
Attempt to fix exception in Test Discovery on .NET Framework 4.8 for a fourth time
7a41d83609df — Michael Johnson 1 year, 11 days ago
Attempt to fix exception in Test Discovery on .NET Framework 4.8 for a third time
abe6eb09e0c1 — Michael Johnson 1 year, 11 days ago
Attempt to fix exception in Test Discovery on .NET Framework 4.8 again
e67df4e0feea — Michael Johnson 1 year, 11 days ago
Attempt to fix exception in Test Discovery on .NET Framework 4.8
Next