dr_data.randoms package

Module contents

class dr_data.randoms.Randoms[source]

Bases: object

static get_boolean()[source]
static get_custom_text(column_name)[source]
static get_datetime(min_year=1900, max_year=2022)[source]
static get_datetime_with_timezone(min_year=1900, max_year=2022)[source]
static get_hash(length)[source]
static get_number()[source]
static get_value_from_list(selected_list)[source]