Simulate random variates from the student-t distribution
rt0(n, df)
n
positive integer; the number of samples.
df
degrees of freedom (> 0, maybe non-integer). df = Inf is allowed.
n <- 10 rt0(10, df = 3)