Skip to content

v0.1.13

Compare
Choose a tag to compare
@akshayka akshayka released this 06 Oct 16:44
· 23 commits to main since this release

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