Releases: cvxgrp/pymde
Releases · cvxgrp/pymde
v0.1.18
v0.1.17
v0.1.16
v0.1.13
Adds a function pymde.seed()
for controlling randomness.
PyMDE's internal random state can be set by passing an integer seed
to this function (e.g., pymde.seed(0)
). This is useful when
exact reproducibility is required.
See https://pymde.org/getting_started/index.html#reproducibility