R/random_values.R

#' Random 20 Numerical Values.
#'
#' A dataset containing 20 numberical values for test Euclidean Algorithm.
#'
#' @format A data frame with 20 random variables:
#' \describe{
#'   \item{Value_One}{First Numerical Value}
#'   \item{Value_Two}{Second Numerical Value}
#'
#' }
#' @source Generated Random Values for  test Gratest common divisor. \url{https://en.wikipedia.org/wiki/Euclidean_algorithm}
"random_values"
abkw/lab03 documentation built on Oct. 31, 2019, 1:55 a.m.