Custom Shortcode – Register Shortcode

public function register_shortcode() {
    cptui_register_shortcode( array( $this, 'random' ) );
}