Skip to contents

This function will be called after an instance is built. User input will be stored in the environment.

Arguments

a

Numeric. Lower bound. Default is 0.

b

Numeric. Upper bound. Default is 1.

Value

Return the object itself.

Examples


# Instantiate
test <- rand_uniform(a = 1, b = 2)
test
#> 
#> ── <RAND_UNIFORM object>
#> [a: 1, b: 2]