package base_quickcheck
Randomized testing framework, designed for compatibility with Base
Install
Dune Dependency
Authors
Maintainers
Sources
base_quickcheck-v0.16.0.tar.gz
sha256=88f80a75d224ceed33d0f891e6bb931979ec24397871b3347b8be22ef96d2e7e
doc/CHANGES.html
Release v0.16.0
Add new geometric distributions for integer types to
Generator
:- All functions take a minimum value and a probability
p
as parameters, producing a geometric distribution - Raise an error if
p <. 0. || 1. <. p
- All functions take a minimum value and a probability
Add
string_like
function toGenerator
:- Produces strings similar to a given input with some number of edits
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>