StudentTVariable.isRandomVariable

Defines a compile-time enum constant `isRandomVariable` set to `true` for the StudentTVariable struct. (community summary)

struct StudentTVariable(T)
enum isRandomVariable = true;