Randomization

my concern is

class A;
  int I = $urandom;
endclass

and my question is both $random and $urandom are used inside the class? or only $urandom is permitted?