randommultiples
Randommultiples is a term used to describe a random variable that yields values which are integer multiples of a fixed base number. Formally, let b be a nonzero integer. If M is a discrete random variable taking integer values, then X = b · M is a randommultiple with support determined by the support of M. For example, if M is uniformly distributed over {m1, m2, ..., mk}, then X is uniformly distributed over {b·m1, b·m2, ..., b·mk}.
Generation and variants: To generate a randommultiple, one selects a multiplier M according to a specified
Properties: If X = b · M, then the mean and variance satisfy E[X] = b · E[M] and Var(X)
Applications: Randommultiples appear in simulations and randomized algorithms where numbers with a divisibility structure are desirable.
Examples: With base b = 7 and M uniform on {0, 1, 2, 3}, X takes values 0,