Language ro_RO

faker.providers.address

fake.address()
# 'USCGC Popescu\nFPO AE 81177'

fake.building_number()
# '84550'

fake.city()
# 'South Speranța'

fake.city_prefix()
# 'New'

fake.city_suffix()
# 'bury'

fake.country()
# 'Thailand'

fake.country_code(representation="alpha-2")
# 'DZ'

fake.military_apo()
# 'PSC 3127, Box 0844'

fake.military_dpo()
# 'Unit 4948 Box 3132'

fake.military_ship()
# 'USNS'

fake.military_state()
# 'AE'

fake.postalcode()
# '36009'

fake.postalcode_in_state(state_abbr=None)
# '96707'

fake.postalcode_plus4()
# '56622-1089'

fake.postcode()
# '30748'

fake.postcode_in_state(state_abbr=None)
# '41952'

fake.secondary_address()
# 'Apt. 038'

fake.state()
# 'Wyoming'

fake.state_abbr(include_territories=True)
# 'MA'

fake.street_address()
# '47978 Florea Summit Suite 481'

fake.street_name()
# 'Iustina Islands'

fake.street_suffix()
# 'Pines'

fake.zipcode()
# '84621'

fake.zipcode_in_state(state_abbr=None)
# '46239'

fake.zipcode_plus4()
# '55413-5953'

faker.providers.automotive

fake.license_plate()
# 'KOM 948'

faker.providers.bank

fake.bank_country()
# 'GB'

fake.bban()
# 'VPWZ1303407662676'

fake.iban()
# 'GB48ITLS9977050767836'

faker.providers.barcode

fake.ean(length=13)
# '9588404679349'

fake.ean13()
# '3179148768183'

fake.ean8()
# '11573463'

faker.providers.color

fake.color_name()
# 'MediumSlateBlue'

fake.hex_color()
# '#77f410'

fake.rgb_color()
# '181,89,68'

fake.rgb_css_color()
# 'rgb(202,31,18)'

fake.safe_color_name()
# 'aqua'

fake.safe_hex_color()
# '#778800'

faker.providers.company

fake.bs()
# 'orchestrate back-end experiences'

fake.catch_phrase()
# 'Multi-layered upward-trending process improvement'

fake.company()
# 'Ene-Niță'

fake.company_suffix()
# 'Group'

faker.providers.credit_card

fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '10/23'

fake.credit_card_full(card_type=None)
# 'American Express\nCelia Popa\n378374646324759 04/24\nCID: 6740\n'

fake.credit_card_number(card_type=None)
# '3514184830819723'

fake.credit_card_provider(card_type=None)
# 'VISA 19 digit'

fake.credit_card_security_code(card_type=None)
# '097'

faker.providers.currency

fake.cryptocurrency()
# ('SRN', 'Sirin Labs')

fake.cryptocurrency_code()
# 'TRX'

fake.cryptocurrency_name()
# 'Vertcoin'

fake.currency()
# ('KGS', 'Kyrgyzstani som')

fake.currency_code()
# 'CUP'

fake.currency_name()
# 'Mongolian tugrik'

faker.providers.date_time

fake.am_pm()
# 'AM'

fake.century()
# 'III'

fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '2018-06-19'

fake.date_between(start_date="-30y", end_date="today")
# datetime.date(1990, 10, 31)

fake.date_between_dates(date_start=None, date_end=None)
# datetime.date(2019, 11, 4)

fake.date_object(end_datetime=None)
# datetime.date(1988, 8, 17)

fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(1937, 3, 29)

fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2017, 1, 26)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2017, 2, 24)

fake.date_this_month(before_today=True, after_today=False)
# datetime.date(2019, 11, 1)

fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2019, 8, 30)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1988, 10, 5, 2, 37)

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(474, 2, 2, 2, 14, 58)

fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(2006, 12, 5, 0, 50, 16)

fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2019, 11, 4, 4, 46, 20)

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2003, 10, 28, 4, 15, 34)

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2014, 2, 7, 12, 56, 13)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 11, 3, 19, 40, 45)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2019, 9, 28, 11, 30, 40)

fake.day_of_month()
# '07'

fake.day_of_week()
# 'Monday'

fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2019, 11, 29)

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2019, 11, 20, 11, 27, 5)

fake.iso8601(tzinfo=None, end_datetime=None)
# '1979-02-20T18:32:16'

fake.month()
# '08'

fake.month_name()
# 'March'

fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2019, 10, 24)

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2019, 10, 23, 14, 57, 10)

fake.time(pattern="%H:%M:%S", end_datetime=None)
# '15:20:27'

fake.time_delta(end_datetime=None)
# datetime.timedelta(0)

fake.time_object(end_datetime=None)
# datetime.time(20, 27, 25)

fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None)
# <generator object Provider.time_series at 0x7f59e79e1c78>

fake.timezone()
# 'America/Panama'

fake.unix_time(end_datetime=None, start_datetime=None)
# 624540797

fake.year()
# '1975'

faker.providers.file

fake.file_extension(category=None)
# 'flac'

fake.file_name(category=None, extension=None)
# 'nulla.pptx'

fake.file_path(depth=1, category=None, extension=None)
# '/quas/quisquam.css'

fake.mime_type(category=None)
# 'text/csv'

fake.unix_device(prefix=None)
# '/dev/sdw'

fake.unix_partition(prefix=None)
# '/dev/xvdi3'

faker.providers.geo

fake.coordinate(center=None, radius=0.001)
# Decimal('175.790733')

fake.latitude()
# Decimal('-64.512075')

fake.latlng()
# (Decimal('72.573020'), Decimal('-136.883619'))

fake.local_latlng(country_code="US", coords_only=False)
# ('39.32011', '-76.51552', 'Rosedale', 'US', 'America/New_York')

fake.location_on_land(coords_only=False)
# ('50.75932', '25.34244', 'Lutsk', 'UA', 'Europe/Kiev')

fake.longitude()
# Decimal('-42.560893')

faker.providers.internet

fake.ascii_company_email(*args, **kwargs)
# 'oana70@albu.biz'

fake.ascii_email(*args, **kwargs)
# 'codrina17@tabacu-dobre.com'

fake.ascii_free_email(*args, **kwargs)
# 'cipriana07@yahoo.com'

fake.ascii_safe_email(*args, **kwargs)
# 'flavia71@example.com'

fake.company_email(*args, **kwargs)
# 'enerebeca@ene.info'

fake.domain_name(*args, **kwargs)
# 'ardelean.com'

fake.domain_word(*args, **kwargs)
# 'georgescu-marin'

fake.email(*args, **kwargs)
# 'upopa@hotmail.com'

fake.free_email(*args, **kwargs)
# 'hmarin@gmail.com'

fake.free_email_domain(*args, **kwargs)
# 'hotmail.com'

fake.hostname(*args, **kwargs)
# 'desktop-17.voinea-manole.com'

fake.image_url(width=None, height=None)
# 'https://placeimg.com/776/836/any'

fake.ipv4(network=False, address_class=None, private=None)
# '170.85.100.211'

fake.ipv4_network_class()
# 'b'

fake.ipv4_private(network=False, address_class=None)
# '172.17.15.59'

fake.ipv4_public(network=False, address_class=None)
# '203.0.112.40'

fake.ipv6(network=False)
# 'df0d:c759:5ea4:d3ae:1bcb:fe4:1cfd:dea2'

fake.mac_address()
# '91:ec:ad:2c:be:d7'

fake.safe_email(*args, **kwargs)
# 'octavia66@example.com'

fake.slug(*args, **kwargs)
# 'porro-corrupti'

fake.tld()
# 'com'

fake.uri()
# 'http://dima-nita.com/faq.htm'

fake.uri_extension()
# '.html'

fake.uri_page()
# 'main'

fake.uri_path(deep=None)
# 'tags'

fake.url(schemes=None)
# 'http://nistor-georgescu.biz/'

fake.user_name(*args, **kwargs)
# 'luminitadumitrescu'

faker.providers.isbn

fake.isbn10(separator="-")
# '1-996562-74-6'

fake.isbn13(separator="-")
# '978-1-4191-3670-2'

faker.providers.job

fake.job()
# 'Medical laboratory scientific officer'

faker.providers.lorem

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# ('Expedita quas veniam nulla dolorem perspiciatis. Delectus dolorum '
#  'consequatur. Labore ad ipsa amet earum.')

fake.paragraphs(nb=3, ext_word_list=None)
# [   'Doloribus inventore eos aliquam placeat. Iure similique est autem dolore.',
#     'Soluta et quidem nisi explicabo illum consequuntur. Quos nisi ea enim '
#     'ducimus reprehenderit.',
#     'Nemo laudantium labore esse itaque. Dolorem aspernatur earum repellat '
#     'officiis iure repellat minima. Necessitatibus incidunt laborum molestias '
#     'fuga reprehenderit natus. Saepe quos laboriosam.']

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# 'At delectus inventore esse velit voluptatem minus.'

fake.sentences(nb=3, ext_word_list=None)
# [   'Modi qui doloremque eligendi.',
#     'Est possimus earum.',
#     'Ea sint exercitationem nihil nemo.']

fake.text(max_nb_chars=200, ext_word_list=None)
# ('Culpa laudantium reiciendis. Voluptatem cum dolores voluptatibus eveniet.\n'
#  'Aspernatur ullam deleniti mollitia quisquam ipsam distinctio fugit.\n'
#  'Sequi placeat modi. Iste doloribus minima.')

fake.texts(nb_texts=3, max_nb_chars=200, ext_word_list=None)
# [   'Magni nisi dolores corporis error. Vitae repellat quae. Recusandae quo '
#     'quam vero nulla reiciendis sit.',
#     'Nemo illum aliquam ab nostrum sit. Maiores maxime deleniti optio '
#     'doloremque magnam. Aspernatur ducimus nobis aliquid nulla.\n'
#     'Quaerat nihil reprehenderit ad expedita asperiores. Delectus totam '
#     'maxime.',
#     'Adipisci numquam voluptatibus cum. Eos quaerat saepe. Tempora cupiditate '
#     'dolor vel accusantium nulla. Necessitatibus ex facilis necessitatibus '
#     'incidunt esse.']

fake.word(ext_word_list=None)
# 'illum'

fake.words(nb=3, ext_word_list=None, unique=False)
# ['exercitationem', 'praesentium', 'deleniti']

faker.providers.misc

fake.binary(length=1048576)
# (b'\xe3kTx\xf7\xe4\xaf\xaa_\xf3\xac\xba\x10!\xce\xd41R\xe7\xaf\xff\xfc\xa0\xbe'
#  b'\xa6\xc8\xa7\x95%y\xaf\xf8\x96\x9au\xce\xd1\x05\x1a\x18\x8e\x98\x9d\xd4'
#  b'=\x9f\xd3f#\xde\xc1\x061x\xec}!\x84\x1e\xba\xa1TU\x0b6\xbeI\xd0Vj\x15j'
#  b'f\xec\xe9d\xe5\xf9\xb1[#\xfe\x97\xbf<\xeeEI\x81\r]\xd0#`\xaf\x06'
#  b'\xe3\x91\x95HE\xdf\x1e\x19\x1f\x11i\xa2\xc0W\x8c7\xf2\x8c\xea\x96\xcam\x1cz'
#  b'\xc1\xd2\x13\x84\xaa\xf7\xde\x8a\xccd\x08\xba\xe8\xc9\x03e[\x04\xae\x1a'
#  b'Uy@\x84\xa9,@)\xe5\xc6\xff\xe7\x0f\x8f\xb6\xc4\x8a\xb9\x10>B\xe8)\xd7'
#  b'\xd0\xc9\xc6DI\x16\x93\xdbb%\xac\x14k\x9e\xc4\xbeU\xb1\xc8\xf2-\xb8\xf6\xc8'
#  b'\x17\xedD\xb0kQ\xf3\x8fc\xfa\xf1\xc8\x01|L(\x99\x9b\x93\xd3&R\x08\xff(}5\xac'
#  b'\\\xbd\x15\xeb%\xb3\x05>,\x19\xc0\xc3\x18\xe6\xcc\xfbA\xe7H\x86'
#  b'\xb3\x8e\x11\x92/\x1a(=\xa5\x14)\xf8\r\xbd\x81\xa0S\t\xd6\x9dJ\xc5\xb5\x86'
#  b'\x9dK\xbb\xd4$Q\xac)ls\xfb\x11+\xea\x16 /\xb3\xac\xa4?4\xb0h\x1fu\x1d\xf1'
#  b'E\xeba=\xd6\xa9h\xe8\xca\xf7w;\x0b\x8bk\x9d\x08D\xe17\xf7\x1b\r\xb1'
#  b'L\xc5\xb6\xe0++\x0b_\xa9/\xa7\x18>\x8e\xec\x9d\x97\xa1.@\x9d\xa3q.m1\x85\x17'
#  b'Q-\xc6\xf6He\xa2\xb6\x96\x1e@9\\\xa7\x00\x84;\xca[\x8b\xc3S\x823\xa2n\x9ea'
#  b'\xce\x08o\x82\x0f\xf7b\xb3k2\x8ai\x88g\xd0\xca\x82g@!<\xc5\xa7\x0b\xf04d\x81'
#  b"O\xed\xa6\x18K}'\x89\x95$\x1e\xe5\xaa\xef`\xceL>\xccD\x18\x10_r\xde\xca\x13r"
#  b'c\xb0x\xe9\xa3\xb1\x05a4\x9c\xa7\xe7\x800\xe7\r\xeb\xfa\xe9\xce4*\\\x82'
#  b'\x06\xb5\x10\xc7&f\xe0\x97\xddE\xe3\r\x00\x03\x11\xca}|\xb3c\x13H$1\x1aUZd'
#  b'\xdd\x14\xe5\x12\x8d\xd05A\x11xn\x9ah\xb3M(B)\xc4\xcf\xce\x8b\x06;'
#  b'c\x8f\xe7\x92\x87\x034sL\xce\xf4Kc\xd1y[\xb9r\xd0\xb8Z\xc3}\x19\x1f>\x96\x03'
#  b'\xad\x13u\xe3\xb6\xc5\xb6\xbb)2\x1a\xd4\x1fp\x86\rf\xd4\xda!K\xfc\x87\x7f'
#  b'\x1c7b\xbd\xfc\xd6\xa8\xb6\x11\nq\x8b\x05\x98n\x01\xdc\x1b\x94@@m\x95 '
#  b'&(\xc8\x8d\xa5\x94,\xa3\xbd-\xd1\xec\xadW=\xc9o~\xcbY\xa0\x14\x91^'
#  b'\xf55\xdd\xef=7\xcc1\xaeP\xa5\xe9C\x07$\xff\xb0\xa9^H\x05\xd5\xa9B'
#  b'v\xea\xaa\x1aI\x18dz\xa2\r\xb3\xf8\x81w\xb3l\xc7\xf6\x1d,\x80\xe6\xa8\xac'
#  b'b]G\xa4\xc0<\x96\xe7\xbdR+C\x0c\xc0\x96\xaa\xfe\x8dL\xc1\xae1\x9a)'
#  b'\xe7\x08\t\xe5\x0e\xe7\x03\t\x1d\x1e\xbf\xb1\xe0\xeb\xaa\x1fX\xaf\x88\x1f'
#  b'\xb7\x1f\x7f\xe9\x9d\x89\xb8j<"\xc3\x95\xcf\xa9\xa5|\xb1\xcf\x82\''
#  b'\x86s\x96\xc6!\x07\x88\xaf\xd8\t-%b,\xdb_\xbb\x1aga\xbc\x85\xac\x90`\xc71a'
#  b'e\xba\xb4\xe6"\xca\xba\xdf\x02;V\x03\xe0\xf5}\xed\x97\tJ\xe4\xc4\xf95\xa4'
#  b'7\xe5\xb5\\T\xf7*\x1dt(:\x8c\x19\x9a\x85a\x0b\xdd/V\xef7\x93\x11'
#  b'\x7f\x1e\x1f\x94\xfcY/\xb0\x0bY\xfd\x85\xec\xf9\xa3\x15\x16|A\x05$\xf2 \t'
#  b'\xeb\xb84\xcc\x86\x03\xf9\xeb\x93\x1d^Ya\x11\x82\xfb\n\xf3O\xfe'
#  b'\r\xe9\xc4\xb9\xff\xd8\xf7X\x07\xf7\x8f\xa6\xf9\xfe\x11\x1f\xf5\xc0\xfc]'
#  b'\xb7\xa2-\xfamO\x82PM\xab\xc4\x03\x17\xd1\xe5\xb6\xab\xf6\xd6M\xbc\x8c\rj'
#  b'mZ\xd1\xedj\xc1Df\xc4(\xc9\x85\\dK\xda\xdf\xe8\xdd\xc2\xe0\xd4)%A\xfco\xd8'
#  b'\n\xb1\x14\xb2\x07\x87\xf3k\x81\xff\x89~\xd2(\xbbd\xde_\xc4\x8d\xe3g\x94\x97'
#  b'\x03\x94|A\x81\x9d\n#\xc6oY*\x89)\x9dw\xe5\x8a\xc7b\x0c\xc2\xa1\xcb'
#  b"\xab\x1fI\x17\x9e5Z'\xa0\x18o7S\xdb\xdbp\x89\xf6\xe1\xfc\x07\xbe\x11\xe6"
#  b'\xf5\x15\xf6\x04k\xa0\xf4\xe7\x89\xf6\xad\xbaB\xacTS\x7f\xb6uQ-Y\xb6\xd9'
#  b'U.1\xd1\x8bHq\xb9\xcdC\xa6\xe8s\x04\xe1\x06\x86\xe3\xbf\x13\xe1k\x0c)')

fake.boolean(chance_of_getting_true=50)
# True

fake.md5(raw_output=False)
# '885bda5a65c6bdc0148257a01c1f1211'

fake.null_boolean()
# None

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# '@9OYOsWj^*'

fake.sha1(raw_output=False)
# 'c9b62902738f2d84353869c7d98045fd433bd63b'

fake.sha256(raw_output=False)
# '1dfa679a8cf24c2b87d48473920be1b28fbf5bad0c9258708fe13211527326ac'

fake.uuid4(cast_to=<class 'str'>)
# '53b9f49b-86da-4b87-a27c-0eb8f071dd91'

faker.providers.person

fake.first_name()
# 'Carol'

fake.first_name_female()
# 'Cornelia'

fake.first_name_male()
# 'Panait'

fake.last_name()
# 'Eftimie'

fake.last_name_female()
# 'Pușcașu'

fake.last_name_male()
# 'Pop'

fake.name()
# 'Silvian Diaconescu'

fake.name_female()
# 'Dariana Barbu'

fake.name_male()
# 'Zeno Gheorghiță Barbu'

fake.prefix()
# ''

fake.prefix_female()
# ''

fake.prefix_male()
# ''

fake.suffix()
# ''

fake.suffix_female()
# ''

fake.suffix_male()
# ''

faker.providers.phone_number

fake.msisdn()
# '5274986055314'

fake.phone_number()
# '537-773-4283x4880'

faker.providers.profile

fake.profile(fields=None, sex=None)
# {   'address': 'PSC 9100, Box 7383\nAPO AE 71715',
#     'birthdate': datetime.date(1920, 11, 3),
#     'blood_group': 'AB+',
#     'company': 'Popa and Sons',
#     'current_location': (Decimal('-71.049587'), Decimal('18.568747')),
#     'job': 'Energy engineer',
#     'mail': 'popmanuela@yahoo.com',
#     'name': 'Catrina Ioniță',
#     'residence': '96719 Doriana Park\nNorth Luminița, WA 52165',
#     'sex': 'F',
#     'ssn': '072-81-5332',
#     'username': 'arinapopa',
#     'website': [   'https://nemes.net/',
#                    'http://www.dinu.com/',
#                    'https://voinea.info/',
#                    'https://nemes.com/']}

fake.simple_profile(sex=None)
# {   'address': '6655 Pușcașu Hills Apt. 047\nOctaviufurt, VT 43709',
#     'birthdate': datetime.date(2010, 4, 12),
#     'mail': 'adonisflorea@hotmail.com',
#     'name': 'Pompiliu Agnos Popa',
#     'sex': 'M',
#     'username': 'nistormiruna'}

faker.providers.python

fake.pybool()
# False

fake.pydecimal(left_digits=None, right_digits=None, positive=False, min_value=None, max_value=None)
# Decimal('72446221819.7')

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   'architecto': 9835,
#     'commodi': 'GxSKleTtOjCDNGovhGnA',
#     'cumque': 'http://dumitrescu.com/',
#     'et': 6239594367611.0,
#     'fuga': 'luciadima@yahoo.com',
#     'ipsam': 'aeftimie@toma.com',
#     'temporibus': 'http://www.voinea-stancu.com/index.php',
#     'unde': Decimal('356508.7'),
#     'voluptatem': datetime.datetime(2019, 6, 9, 21, 8, 3)}

fake.pyfloat(left_digits=None, right_digits=None, positive=False, min_value=None, max_value=None)
# -12.1723798184

fake.pyint(min_value=0, max_value=9999, step=1)
# 2586

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# [   datetime.datetime(2002, 2, 6, 3, 18, 56),
#     'https://voinea.com/login/',
#     'https://www.preda.biz/home/',
#     2441,
#     'QwMoXpZuMcYpAfVpIYPU',
#     'oNkYiwUHfvpMPJIUJiVD',
#     'azyLZFeYgLYbCJzTrCIA',
#     'EKPybNKNhEPyOlIikLlF']

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   -639471488215.3,
#     datetime.datetime(1972, 10, 15, 2, 57, 43),
#     'puscasuiulia@eftimie.com',
#     'teofilstanescu@gmail.com',
#     'http://ionescu.com/author.html',
#     'PCYHbDxOiRaDXLbOGKQY',
#     -7903.7,
#     datetime.datetime(2017, 4, 3, 2, 51, 48),
#     5650,
#     'FkFvMzNMRAPeJLWIQYEi']

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# {'https://mocanu-stan.biz/category/faq.php', 2243, -8765.97, 'PqkxqaXObmFOmaPkeGgk', -1036568460.0, -1114850.18793}

fake.pystr(min_chars=None, max_chars=20)
# 'YboGHxcLboKVtsvcnyAj'

fake.pystruct(count=10, *value_types)
# (   [   'PLdFENVyygqdgVMAaCpJ',
#         8309,
#         'CUyOCaKvzSmGluCXjQLc',
#         Decimal('2072386.266658'),
#         'crin54@gmail.com',
#         'https://www.dobre.com/index/',
#         934139095787615.0,
#         Decimal('2314070952008.0'),
#         'https://tudor.net/wp-content/search/',
#         'lFeRRLJJapeLhArXmDdm'],
#     {   'adipisci': 'CaAXtzFBQuisJgEXzlTl',
#         'cumque': -713705909861.95,
#         'doloremque': 'xDZMfcbJFDSiCNTBxHbx',
#         'inventore': datetime.datetime(2008, 3, 11, 22, 30, 51),
#         'modi': datetime.datetime(1981, 12, 31, 10, 24, 3),
#         'nobis': 'fEJpnFnpZHEICycoCTUe',
#         'placeat': 'http://diaconu-nistor.com/category/category/category/privacy/',
#         'quibusdam': 'ORGldJXbNgjusAdGsQiJ',
#         'reiciendis': 'yQAUIwBAIJZSkOqyNuEE',
#         'voluptas': 'BkVcPeUoNANVIMHvbsAa'},
#     {   'beatae': {   5: 473,
#                       6: [3159, 'WsidOGQwTmfNRxuOSotr', 2863],
#                       7: {   5: 'jpopa@stanescu.info',
#                              6: 'XPeUyHJlSsETlKjzUiVy',
#                              7: [876417385.7, 5307]}},
#         'consequuntur': {   7: 'wFQQTcriNENMwRDVmxQx',
#                             8: [   'NZkSlpSEkyEOqxhrYveb',
#                                    'gcyNqvBtXtgIfWgjuoln',
#                                    'mMjtOiPtUqJrXfdWgCmV'],
#                             9: {   7: 'aTPlLWukeyUjOxebCiHz',
#                                    8: -8.0,
#                                    9: [4063, Decimal('-2019.99689309')]}},
#         'dolores': {   4: 'tyTqSGAOtfGTfrNPsvqr',
#                        5: [   -2389.198138,
#                               'http://www.popescu-popa.info/search/',
#                               Decimal('41865737567.792')],
#                        6: {   4: 'KroWGSsaUFkxqTjDeYxM',
#                               5: 'dgeorgescu@nistor-diaconu.org',
#                               6: [   'eOEkHriMyJqSnTtCOZDY',
#                                      'VaNUpYKAmorhtCPiXpYq']}},
#         'error': {   3: 'DAQrdQVhhvdyhuKTjVGr',
#                      4: [   Decimal('2.4634'),
#                             9019597732442.0,
#                             'OcwQZUYmbcEDCUBuiTrS'],
#                      5: {   3: 5695180.56667,
#                             4: 'traian67@hotmail.com',
#                             5: ['pBIhUOVNywvptIEDhAgA', 2283]}},
#         'itaque': {   2: datetime.datetime(2007, 1, 18, 6, 0, 5),
#                       3: [   'dEgQGRedOtEDHVxZuGlu',
#                              datetime.datetime(2005, 12, 2, 12, 35, 16),
#                              'SWJmDYSmKeXeEOOVnaRk'],
#                       4: {   2: 'AWVlyHjrJqWRuZMZnxRE',
#                              3: -3678902048.71,
#                              4: [   datetime.datetime(1996, 2, 15, 6, 32, 37),
#                                     'https://www.tudor.net/category/blog/post/']}},
#         'iure': {   8: 'https://suciu.com/author/',
#                     9: [   'OYltHZmFtNcdOkaBkNrt',
#                            Decimal('3994.5094'),
#                            Decimal('-31027118199903.0')],
#                     10: {   8: 1528,
#                             9: 'WzAFKmMIJlJSkgEoZHzI',
#                             10: ['HYfNejnOhqVwsohhJpyD', -211284.248524]}},
#         'occaecati': {   0: -70507091824.0,
#                          1: [   6980,
#                                 'EGqdZqwyPvwNQfKMWpfj',
#                                 'cstoica@gheorghiu-nita.com'],
#                          2: {   0: 'MHNBKBBeZbTOjRJNMSlk',
#                                 1: 'UkUYZSaIkPXIPLDXVivw',
#                                 2: [   'hZjapPynQcGeafdvyMuP',
#                                        'ldVleqxVOOALhtIYajgp']}},
#         'pariatur': {   9: 'pPdbdMrFPzBNMqfQeZUg',
#                         10: [   'aBYLhwCOcEBxthgtbSiH',
#                                 datetime.datetime(2017, 7, 22, 18, 0, 35),
#                                 datetime.datetime(2011, 6, 13, 13, 10, 43)],
#                         11: {   9: 310352257842868.0,
#                                 10: 'eufrosinastancu@oprea.biz',
#                                 11: [   Decimal('4.887847'),
#                                         'chVLsntrnCeXImMMKBEH']}},
#         'recusandae': {   1: 'codrina98@gmail.com',
#                           2: [   'VPCuYCNnYJwdXSLXgHSW',
#                                  2631,
#                                  'mDxFWZNTxUVzdPTlCRRr'],
#                           3: {   1: Decimal('6903306361.0'),
#                                  2: 'ZGtijvpNJKEcxYWwmbfd',
#                                  3: [   'ALlJvRNFlwmtzxGgqIbN',
#                                         Decimal('1003343401139.0')]}}})

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   'MtvmTIUXAQhhiKthlChn',
#     9480,
#     6441,
#     'tPyahxPVxGykXFRHpxPU',
#     291339.889085,
#     5673,
#     'NpgjqEOuiDRupLEIyETa')

faker.providers.ssn

fake.ssn()
# '214-11-7878'

fake.vat_id()
# 'RO7824216562'

faker.providers.user_agent

fake.android_platform_token()
# 'Android 3.2.4'

fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# ('Mozilla/5.0 (Windows NT 4.0) AppleWebKit/534.0 (KHTML, like Gecko) '
#  'Chrome/36.0.842.0 Safari/534.0')

fake.firefox()
# ('Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_9; rv:1.9.3.20) Gecko/2010-09-28 '
#  '06:53:37 Firefox/3.6.1')

fake.internet_explorer()
# 'Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 6.1; Trident/3.0)'

fake.ios_platform_token()
# 'iPad; CPU iPad OS 10_3_4 like Mac OS X'

fake.linux_platform_token()
# 'X11; Linux i686'

fake.linux_processor()
# 'i686'

fake.mac_platform_token()
# 'Macintosh; Intel Mac OS X 10_7_6'

fake.mac_processor()
# 'U; PPC'

fake.opera()
# 'Opera/8.71.(X11; Linux i686; bn-IN) Presto/2.9.179 Version/11.00'

fake.safari()
# ('Mozilla/5.0 (Windows; U; Windows NT 5.2) AppleWebKit/534.38.2 (KHTML, like '
#  'Gecko) Version/4.0.3 Safari/534.38.2')

fake.user_agent()
# 'Mozilla/5.0 (compatible; MSIE 5.0; Windows CE; Trident/3.0)'

fake.windows_platform_token()
# 'Windows 98; Win 9x 4.90'