Common Random Numbers
@Serializable
@SerialName(value = "commonRandomNumbers" )
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.