Values.DifferentialPrivacyTemplateParametersInputSourceThe epsilon and noise parameter values that you want to use for the differential privacy template.
type nonrec t = {epsilon : Epsilon.t;The epsilon value that you want to use.
*)usersNoisePerQuery : UsersNoisePerQuery.t;Noise added per query is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.
*)}