Commit Graph

166 Commits

Author SHA1 Message Date
2f836892d1
Include readme for NuGet releases 2023-07-10 20:00:08 +02:00
146d524da8 Merge branch '1-migrate-to-inumber' into 'main'
Resolve "Migrate to INumber"

Closes #1 and #2

See merge request open-source/dotnet/FastRng!1
2023-07-10 17:42:08 +00:00
1ec7ba7bba
Fixed included documentation 2023-07-10 19:40:23 +02:00
88b4a19345
Formatting 2023-07-10 19:37:13 +02:00
df003facfd
Updated documentation 2023-07-10 19:36:31 +02:00
36c94be6d0
Renamed math tools 2023-07-10 19:26:25 +02:00
f39064dc05
Removed not used usings 2023-07-10 19:25:50 +02:00
Thorsten Sommer
7a14b60795
Added a multi-channel, multi-threaded rng for comparison 2023-07-10 16:39:56 +02:00
Thorsten Sommer
d0eca012ce
Increased performance by factor two by removing all async parts
Closes #2
2023-07-10 16:39:23 +02:00
Thorsten Sommer
1c28a57c06
Refactored to use generic TNum for any floating point type 2023-07-07 14:41:01 +02:00
Thorsten Sommer
6b656b90e3
Attempt to implement factorial calculation for generic math 2023-07-07 10:06:07 +02:00
Thorsten Sommer
e8cf1284d7
Applied .NET 7 syntax or feature changes 2023-07-06 10:26:12 +02:00
Thorsten Sommer
38764d5d97
Removed float namespace 2023-07-06 10:08:46 +02:00
Thorsten Sommer
7bc829482e
Removed double implementation 2023-07-06 10:02:38 +02:00
Thorsten Sommer
d1d89fc7f6
Updated package's meta data 2023-07-06 09:51:51 +02:00
Thorsten Sommer
944bdf36c1
Upgraded to .NET 7 2023-07-06 09:50:21 +02:00
Thorsten Sommer
9bc0fdf5a1
Update 2023-07-06 09:49:29 +02:00
488025ad6c Added test cases for interval checking 2020-11-08 16:23:55 +01:00
6b8a27b565 Made shape function private 2020-11-08 16:23:05 +01:00
37e846233d Added documentation 2020-11-08 16:22:40 +01:00
afcd2f3dc8 Enabled documentation 2020-11-08 16:22:23 +01:00
23ee9d4684 Added test to ensure deterministic behaviour 2020-11-08 11:57:21 +01:00
138bef5991 Updated 2020-11-07 23:01:30 +01:00
34fad9dddd Added decision support 2020-11-07 22:43:57 +01:00
1df9398746 Added test cases for abstract Distributions as well 2020-11-07 22:43:43 +01:00
0a88139c75 Excluded from coverage 2020-11-07 22:43:03 +01:00
c8cbe2cec8 Added test case for no rng 2020-11-07 22:42:14 +01:00
0f724991cd Refactored NextNumber into distributions 2020-11-07 15:46:00 +01:00
44abcc48b6 Refactored setting IRandom to distribution 2020-11-07 15:12:56 +01:00
c337fbeaae Adjusted thresholds 2020-11-07 12:42:13 +01:00
c58cb0d00c Added some performance tests 2020-11-07 12:41:44 +01:00
3fefdccdf2 Added tests for cancelling operations 2020-11-07 12:40:50 +01:00
69e8715a4a Refactored to improve performance by less locking 2020-11-07 12:40:03 +01:00
9c7e4664ce Added some performance tests 2020-11-01 14:04:57 +01:00
3f4c79a23d Fixed rare issue with too high index for bucket 2020-11-01 13:47:33 +01:00
f213ca64b0 Added distributions 2020-11-01 12:30:30 +01:00
582918ff04 Added distributions 2020-11-01 12:25:41 +01:00
1fb09009f4 Enabled Git LFS 2020-11-01 11:40:26 +01:00
54c9e790d9 Added float implementations 2020-11-01 10:52:42 +01:00
e5aa1db7ae Spelling 2020-11-01 09:46:54 +01:00
74da81e833 Added float implementations 2020-11-01 00:08:30 +01:00
d4e4e2c1c9 Added float implementations 2020-10-31 23:55:45 +01:00
1651fbaa2b Added float implementations 2020-10-31 23:49:37 +01:00
706f2552bc Refactored common code into abstract class 2020-10-31 23:44:23 +01:00
c340635c4a Added float implementations 2020-10-31 23:27:18 +01:00
01ee5900d5 Adjusted thresholds to ensure 5/6 successful runs 2020-10-31 23:05:44 +01:00
81b8467639 Migrated weibull distribution to shape fitter 2020-10-31 22:11:42 +01:00
d5404d65c8 Fixed case when operation gets cancelled 2020-10-31 22:11:20 +01:00
b662d08c9c Migrated StudentT distribution to shape fitter 2020-10-31 21:18:27 +01:00
3bf829d684 Renamed normal distribution 2020-10-31 19:44:18 +01:00