Constrainedrandom

Latest version: v1.2.0

Safety actively analyzes 623047 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.2.0

1.1.2

1.1.1

1.1.0

1.0.3

* Better testing and bug fixes for globally-seeded objects.
* Fixed issue where list objects weren't deterministic when resetting the global seed with `random.seed(x)`.
* Fixed issue that caused an unhandled exception when calling `copy.deepcopy` on a `RandObj` instance using global seeding.
* Split random list solver into naive and fast, add user-facing option to disable naive.
* Previously this was optimized manually, but in a stateful way that impacted determinism.
* Therefore this is considered a bug fix rather than a feature addition.
* Change benchmarking for this accordingly.

1.0.2

- Fix issues when trying to call ``copy.deepcopy`` on a ``RandObj`` instance.
- Fix determinism issues between copied ``RandObj`` instances.
- Minor performance improvement for ``MultiVarProblem``.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.