So you want to do some Elm but you're on the train, or without Internet somehow. How do you read all the docs for the packages you're using? Elmdoc. That's how.
(This will no doubt be easier when this is released properly, but for now...)
cargo install
-- now you have an elmdoc
elm-stuff
in your project)elmdoc pair
-- This should print out the docs for the Random.pair
function