This is the complete list of members for class svt_randomize_assistant, including all inherited members.
| svt_randomize_assistant | static function svt_randomize_assistant | get ( ) | Singleton accessor method |
| svt_randomize_assistant | function real | get_rand_range_real ( real min_value, real max_value ) | Returns a 'real' value that falls between the provided values. The weightings applied to the returned value can be set using set_range_weight. |
| svt_randomize_assistant | function void | new ( ) | local * |
| svt_randomize_assistant | static uvm_report_object | reporter = uvm_root; | UVM Reporter instance |
| svt_randomize_assistant | function void | set_range_weight ( int unsigned max = 33, int unsigned min = 33, int unsigned mid = 25 ) | Sets the distribution control for this class. These values are used by the get_rand_range_real method. |