TODO: write docs
Return a span id.
Return a span id
5 6 7
# File 'lib/ddtrace/utils.rb', line 5 def self.next_id rand(Datadog::Span::MAX_ID) end