StudentTVariable.isRandomVariable

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

struct StudentTVariable(T)
enum isRandomVariable = true;