Question: How to Change Vertex Labels of a Random Graph

I am using the RandomGraph() command from the GraphTheory[RandomGraphs] package to generate many random graphs of certain order (n) and size. The default labeling for vertices is based on the set {1,2,3,4,...n}. Is there a way to change the default labeling so that the vertices are labeled {v1, v2,...,vn}? I know how define the vertex labels for a predetermined graph, but I'm looking for a way to automatically apply these labels to a randomly generated graph. Thanks!

Please Wait...