Skip to contents

Checks whether a Julia variable name is already defined in the Main module. If the name exists, appends random characters until a unique name is found.

Usage

check_sampler_is_defined(name)

Arguments

name

A character string representing a Julia object name.

Value

A unique name not currently defined in Julia.