Randomly select built in ovm_rgm_sequences

First, If you are staring a testbench fromn scratch, we strongly recommend using the UVM register package that has been back-ported to OVM. This will make eventual migration to UVM much simpler. See http://go.mentor.com/uvm-register-for-ovm

To answer your question, simply put the desired sequences in an array and randomly select them. See Exploiting Sequence Polymorphism.