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.5.0] - 2023-08-07
11+
1012### Added
1113
1214- Distribution Tests
@@ -165,7 +167,8 @@ some CPUs don't support standard C# denormal epsilon.
165167- Default Int Uniform generator provider.
166168- Default Marsaglia generator provider.
167169
168- [ unreleased ] : https://github.com/ZorPastaman/Random-Generators/compare/v1.4.0...HEAD
170+ [ unreleased ] : https://github.com/ZorPastaman/Random-Generators/compare/v1.5.0...HEAD
171+ [ 1.5.0 ] : https://github.com/ZorPastaman/Random-Generators/releases/tag/v1.5.0
169172[ 1.4.0 ] : https://github.com/ZorPastaman/Random-Generators/releases/tag/v1.4.0
170173[ 1.3.1 ] : https://github.com/ZorPastaman/Random-Generators/releases/tag/v1.3.1
171174[ 1.3.0 ] : https://github.com/ZorPastaman/Random-Generators/releases/tag/v1.3.0
Original file line number Diff line number Diff line change 11{
22 "name" : " com.zor.random-generators" ,
3- "version" : " 1.4 .0" ,
3+ "version" : " 1.5 .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