slang::ast::RandSequenceStatement class

Represents a randsequence statement.

Base classes

class Statement
The base class for all statements in SystemVerilog.

Public variables

const RandSeqProductionSymbol* firstProduction
A pointer to the first production that starts the random sequence, or nullptr if the sequence is empty.