We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff71d1d commit 4ddad7cCopy full SHA for 4ddad7c
RELEASE.md
@@ -1,3 +1,9 @@
1
+# Release 0.5.0
2
+
3
+In Seeder, add the ability to reseed generators with either
4
+ 1. a different seed for each worker (the existing functionality) or
5
+ 2. the same seed for each worker (added functionality).
6
7
# Release 0.4.0
8
9
## Enhanced Functionality
fwr13y/version.py
@@ -13,4 +13,4 @@
13
# limitations under the License.
14
# ========================================================================
15
16
-__version__ = "0.4.0"
+__version__ = "0.5.0"
0 commit comments