R/codemIpsum.R

Defines functions codemIpsum

# Generate Random Code
#
# Random code would be useful in this package to test the correctness of
# scheduling algorithms.
#
# Ethan talked about doing this. I wonder if we can put a probability
# distribution on how scripts write code?
#
codemIpsum = function()
{
}
clarkfitzg/makeParallel documentation built on Nov. 21, 2020, 2:35 a.m.