-
Notifications
You must be signed in to change notification settings - Fork 81
Closed
Labels
enhancementA new feature to be added to commandA new feature to be added to commandresolved but not yet publishedIssue is fixed, but not yet published on SSCIssue is fixed, but not yet published on SSC
Description
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. With iesave
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 RNG mt64
is used.
Metadata
Metadata
Assignees
Labels
enhancementA new feature to be added to commandA new feature to be added to commandresolved but not yet publishedIssue is fixed, but not yet published on SSCIssue is fixed, but not yet published on SSC