This function will be called after an instance is built. User input will be stored in the environment.
Examples
# Instantiate
test <- rand_uniform(a = 1, b = 2)
test
#>
#> ── <RAND_UNIFORM object>
#> [a: 1, b: 2]
This function will be called after an instance is built. User input will be stored in the environment.
# Instantiate
test <- rand_uniform(a = 1, b = 2)
test
#>
#> ── <RAND_UNIFORM object>
#> [a: 1, b: 2]