I use Java 8.0 (IDE Eclipse). And sometimes want to drill-down into specific implementation (fields, methods) of which original developers (of language internals itself) have chosen. In many times Wikipedia is too general (helps, but not enough), while other sources answer to just-near, but not exact my question. And besides it - I am sometimes curious to see by myself (for both "want to be more independent" and "seeing by myself eyes is best to understand and be convinced" reasons).
How can I see inside, like this ?
My specific questions for now (as example and I ask to really know how-to): How internally random numbers generated in Java, I mean what the exact algorithm for output Java uses (using Math.random()) ?