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