ling phd @ umd
stats and psycholinguistics janissary
makeActiveBinding("randnum", function() {
as.integer(system("curl -s 'https://www.random.org/integers/?num=1&min=10000000&max=99999999&col=1&base=10&format=plain&ind=new'", intern = TRUE))
}, .GlobalEnv)
makeActiveBinding("randnum", function() {
as.integer(system("curl -s 'https://www.random.org/integers/?num=1&min=10000000&max=99999999&col=1&base=10&format=plain&ind=new'", intern = TRUE))
}, .GlobalEnv)
or even better in your case.
set.seed(as.integer(system("get_seed", intern = TRUE)))
or even better in your case.
set.seed(as.integer(system("get_seed", intern = TRUE)))
a friend of mine wanted to generate data for splines. I was reading papers, and found a bird related one and thought it was funny
a friend of mine wanted to generate data for splines. I was reading papers, and found a bird related one and thought it was funny
It can build pdf and html from a quarto file, pushes relevant stuff to the github for git-pages publishing and pushes latex related stuff to overleaf if you have a git overleaf link.
It can build pdf and html from a quarto file, pushes relevant stuff to the github for git-pages publishing and pushes latex related stuff to overleaf if you have a git overleaf link.