Value in using UVM sequencer & driver for PRBS generator?

Hello,

Generally the PRBS generator and driver are written using Verilog modules. Is there a way to use UVM components such as sequencer and driver to create PRBS generator? Does it add value such as re-usability, covering corner cases with UVM randomization, etc. if we use UVM to implement PRBS generator and driver over verilog modules?

Thanks!

In reply to VerifStudent:

I don’t understand why you want to use pseudo-random data if you can get real random data.
Of Course, you can implement your own PRBS generator using SystemVerilog.