Thorsten Sommer
|
262dd6cf1f
|
Prepared next release
|
2024-05-29 11:39:18 +02:00 |
|
Thorsten Sommer
|
b2d8e2b5ed
|
Added possibility to get integers out of the RNG
|
2024-05-29 11:39:08 +02:00 |
|
Thorsten Sommer
|
f9ea837f68
|
Added documentation
|
2024-05-29 11:37:59 +02:00 |
|
Thorsten Sommer
|
8ade2f5a5d
|
Addressed some warnings
|
2024-05-29 11:37:29 +02:00 |
|
Thorsten Sommer
|
817895015f
|
Spelling
|
2024-05-29 11:36:57 +02:00 |
|
Thorsten Sommer
|
a8121a306e
|
.NET 8 migration; closes #10
|
2024-05-29 11:34:37 +02:00 |
|
Thorsten Sommer
|
f1fe1de090
|
Increment version
|
2023-11-14 15:43:11 +01:00 |
|
Thorsten Sommer
|
a838dacf2a
|
Fixed rare index bug when using multiple multithreading consumers
|
2023-11-14 15:38:41 +01:00 |
|
Thorsten Sommer
|
e932df93cf
|
Increased version number
|
2023-10-26 09:27:42 +02:00 |
|
Thorsten Sommer
|
e98378f246
|
Refactored ShapeFunction
|
2023-10-25 15:21:16 +02:00 |
|
Thorsten Sommer
|
3b62152957
|
Allow users to implement their own distributions
|
2023-10-25 15:07:42 +02:00 |
|
|
|
2f836892d1
|
Include readme for NuGet releases
|
2023-07-10 20:00:08 +02: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 |
|
|
|
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 |
|
|
|
34fad9dddd
|
Added decision support
|
2020-11-07 22:43:57 +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 |
|
|
|
69e8715a4a
|
Refactored to improve performance by less locking
|
2020-11-07 12:40:03 +01:00 |
|
|
|
3f4c79a23d
|
Fixed rare issue with too high index for bucket
|
2020-11-01 13:47:33 +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 |
|
|
|
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 |
|
|
|
a710226941
|
Migrated log normal distribution to shape fitter
|
2020-10-31 19:42:52 +01:00 |
|
|
|
e2f292a6ff
|
Migrated laplace distribution to shape fitter
|
2020-10-31 16:20:38 +01:00 |
|
|
|
66d58e74d3
|
Migrated inverse gamma distribution to shape fitter
|
2020-10-31 15:43:08 +01:00 |
|
|
|
8b752c17ee
|
Migrated gamma distribution to shape fitter
|
2020-10-31 15:18:41 +01:00 |
|
|
|
5b184ad7e6
|
Implemented inverse exponential distributions
|
2020-10-31 14:27:45 +01:00 |
|
|
|
2f4c8b3cc9
|
Added exponential distributions
|
2020-10-31 14:00:25 +01:00 |
|