CBFalconer said:
Huh? How can you consider a 'random sequence' with 'controlled
distribution' to be a random number sequence? Or do those phrases
not mean what I attribute to them?
"Random" to a mathematician means a quantity whose value is not
completely predictable, and is influenced by chance. It is possible
that some values are more or less likely than others; this information
is expressed by the "distribution" of the quantity, which specifies the
probabilities of the possible outcomes. If every outcome is equally
likely, the distribution is said to be "uniform"; this is what
laypeople often have in mind when they use the word "random".
Rolling a die produces a random number between 1 and 6, distributed
uniformly. Rolling a pair of dice produces a random number between 2
and 12 whose distribution is not uniform (7 is six times more likely
than 2).
The OP wants to generate a random number such that the probability of
the value being x is given by some function f(x). f here would
technically be called a probability mass function.
The antonym of "random" is "deterministic".