Exact

data class Exact(val maxAttemptsPerElement: Int = 16) : UniqueElementStrategy

Retries candidate generation until the requested number of distinct values is reached.

Generation fails if fewer than the requested number of distinct values are produced after requestedSize * maxAttemptsPerElement attempts.

Constructors

Link copied to clipboard
constructor(maxAttemptsPerElement: Int = 16)

Properties

Link copied to clipboard