CommonRandomNumbers

@Serializable
@SerialName(value = "commonRandomNumbers")
data object CommonRandomNumbers : StreamPolicy(source)

All design points start from the same random-stream block — the classical Common Random Numbers (CRN) variance-reduction technique. Reduces variance for cross-point comparisons (paired differences are correlated, not independent) but biases per-point variance estimates and inflates per-point standard errors.

Explicit opt-in only — the document defaults to Independent.