File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ## [ 1.4.0] - 2023-07-06
11+
1012### Added
1113
1214- Extreme Value distribution.
@@ -159,7 +161,8 @@ some CPUs don't support standard C# denormal epsilon.
159161- Default Int Uniform generator provider.
160162- Default Marsaglia generator provider.
161163
162- [ unreleased ] : https://github.com/ZorPastaman/Random-Generators/compare/v1.3.1...HEAD
164+ [ unreleased ] : https://github.com/ZorPastaman/Random-Generators/compare/v1.4.0...HEAD
165+ [ 1.4.0 ] : https://github.com/ZorPastaman/Random-Generators/releases/tag/v1.4.0
163166[ 1.3.1 ] : https://github.com/ZorPastaman/Random-Generators/releases/tag/v1.3.1
164167[ 1.3.0 ] : https://github.com/ZorPastaman/Random-Generators/releases/tag/v1.3.0
165168[ 1.2.0 ] : https://github.com/ZorPastaman/Random-Generators/releases/tag/v1.2.0
Original file line number Diff line number Diff line change 11{
22 "name" : " com.zor.random-generators" ,
3- "version" : " 1.3.1 " ,
3+ "version" : " 1.4.0 " ,
44 "displayName" : " Random Generators" ,
55 "description" : " A collection of random generators. The library contains different distributions, modificators and filters." ,
66 "unity" : " 2021.3" ,
You can’t perform that action at this time.
0 commit comments