This list seem to be based on production based accounting if emissions. Consumption-based per-capita emissions are available here for those curious: https://ourworldindata.org/grapher/consumption-co2-per-capit...
julia> @which randn(1000)
randn(dims::Integer...) in Random at ~/Software/Julia/share/julia/stdlib/v1.5/Random/src/normal.jl:210
julia> @edit randn(1000)
# Opens the normal.jl file in your editor
julia> @run randn(1000)
# Starts the debugger in VSCode
Digging deeper, at least one of the PRs [1] is based on a 2018 paper [2]