functions

Provides utility functions for the framework

Functions:

random_string()
generates a random string of characters
simulations.utils.functions.random_string(size=6, chars='ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789')[source]

Generates a random string of characters

Parameters:

size
the length of the string (default 6)
chars
the list of characters to use in the generation