Observe the following function:
Y = (X/3)+(X^(2n))/2
Y is the total experience gained in one specific instance.
X is the base amount of experience gained, which in most games is set to one value per specific action.
n is a random value between 0 and 1.
Figure 1.1 is this formula assuming X is 10.

This shows both ends of the spectrum being a maximum and a minimum amount of experience gained in one instance.
This method would render the act of letting the user read their experience obsolete, as it is completely unpredictable to tell how much experience is gained in any act.
I feel that this is the answer to the stuffy linearality that gets in the way of so many games.
(Also, the actual formula is not relevant. I just found it suited my example very well. If I were to change anything, it would be
Y=X/3+(X^(2n))/3 rather than
Y=X/3+(X^(2n))/2.)
Also also, there's a RABBIT IN THE COURTYARD!!!!