[ieboilstart] add set type #280
Labels
enhancement
A new feature to be added to command
resolved but not yet published
Issue is fixed, but not yet published on SSC
Default var type
You can have different default values for when creating numeric vars. This actually can make a difference when generating random numbers as if the type is set to
float
you get more precision with more decimals on your random number. Withiesave
this should not lead to inefficiencies in disk space with storing data.set type float, permanently
Default random number generator
Include
set rng default
to make sure the default RNGmt64
is used.The text was updated successfully, but these errors were encountered: