When you seek for true randomness in computers, you need to ask if what you mean is randomness generated by computer alone, or with help of external environment. Thats crucial distinction, as for practical purposes, 'true' randomness is needed and taken from environment. But computer alone cannot generate 'true' randomness.
To get truly random numbers, many comps are using human keyboard input as initial conditions in chaotic algorithm. Like every time you type something, comp measures time between keystrokes and randomness depends on that heavily. Thats about simplest way to get randomness form environment.
In addition, thermal conditions affect frequency of operation abit, and if computer has 2 independent clocks, minute differences between them are independent on environment alone. The only task is to amplify these tiny changes by chaotic algorithm into randomness.