# File lib/uuidtools.rb, line 296
  def random_node_id?
    return false if self.version != 1
    return ((self.nodes.first & 0x01) == 1)
  end