
Language ro_RO
===============

``faker.providers.address``
---------------------------

::

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

	fake.building_number()
	# u'365'

	fake.street_address()
	# u'971 John Cape Apt. 481'

	fake.postalcode_plus4()
	# u'35159-4917'

	fake.city_prefix()
	# u'Lake'

	fake.military_ship()
	# u'USNV'

	fake.city()
	# u'Johnmouth'

	fake.zipcode_plus4()
	# u'71318-7649'

	fake.state_abbr()
	# u'WV'

	fake.latitude()
	# Decimal('14.574083')

	fake.street_suffix()
	# u'Turnpike'

	fake.city_suffix()
	# u'borough'

	fake.military_dpo()
	# u'Unit 4896 Box 2196'

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

	fake.country()
	# u'Montenegro'

	fake.secondary_address()
	# u'Suite 092'

	fake.geo_coordinate(center=None, radius=0.001)
	# Decimal('95.539163')

	fake.postalcode()
	# u'74119'

	fake.address()
	# u'6409 Jane Harbors\nJanechester, KS 24740'

	fake.state()
	# u'Hawaii'

	fake.military_state()
	# u'AP'

	fake.street_name()
	# u'Ene Throughway'

	fake.zipcode()
	# u'21367'

	fake.postcode()
	# u'37503-8556'

	fake.military_apo()
	# u'PSC 5483, Box 3121'

``faker.providers.automotive``
------------------------------

::

	fake.license_plate()
	# u'94R F60'

``faker.providers.bank``
------------------------

::

	fake.bban()
	# 'UIZD3241615095098'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB32VPIJ0486152104200'

``faker.providers.barcode``
---------------------------

::

	fake.ean(length=13)
	# u'7761918413421'

	fake.ean13()
	# u'8439900997974'

	fake.ean8()
	# u'05843404'

``faker.providers.color``
-------------------------

::

	fake.rgb_css_color()
	# u'rgb(114,82,11)'

	fake.color_name()
	# u'LimeGreen'

	fake.rgb_color()
	# u'137,12,214'

	fake.safe_hex_color()
	# u'#33dd00'

	fake.safe_color_name()
	# u'white'

	fake.hex_color()
	# u'#1bfc08'

``faker.providers.company``
---------------------------

::

	fake.company()
	# u'Dobre-Ardelean'

	fake.company_suffix()
	# u'Inc'

	fake.catch_phrase()
	# u'Profound leadingedge circuit'

	fake.bs()
	# u'optimize impactful vortals'

``faker.providers.credit_card``
-------------------------------

::

	fake.credit_card_security_code(card_type=None)
	# u'1099'

	fake.credit_card_provider(card_type=None)
	# u'American Express'

	fake.credit_card_full(card_type=None)
	# u'VISA 13 digit\nJohn Tabacu\n4617138598955 10/26\nCVC: 840\n'

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

	fake.credit_card_number(card_type=None)
	# u'4374518509490844'

``faker.providers.currency``
----------------------------

::

	fake.cryptocurrency_code()
	# 'UBQ'

	fake.currency_code()
	# 'GGP'

	fake.currency_name()
	# 'Tanzanian shilling'

	fake.cryptocurrency_name()
	# 'Bitcoin Cash'

	fake.cryptocurrency()
	# ('POT', 'PotCoin')

	fake.currency()
	# ('LKR', 'Sri Lankan rupee')

``faker.providers.date_time``
-----------------------------

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 9, 9, 14, 27, 58)

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

	fake.date_between_dates(date_start=None, date_end=None)
	# datetime.date(2018, 8, 16)

	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
	# datetime.datetime(2013, 9, 1, 9, 5, 36)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2015, 9, 11)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 11, 10, 34, 54)

	fake.past_date(start_date="-30d", tzinfo=None)
	# datetime.date(2018, 7, 21)

	fake.day_of_week()
	# 'Thursday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2016, 4, 28, 20, 13, 43)

	fake.date_between(start_date="-30y", end_date="today")
	# datetime.date(2009, 12, 12)

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2003, 10, 4, 6, 45, 52)

	fake.date(pattern="%Y-%m-%d", end_datetime=None)
	# '1998-10-27'

	fake.am_pm()
	# 'PM'

	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
	# datetime.datetime(2018, 8, 16, 9, 31, 22)

	fake.date_object(end_datetime=None)
	# datetime.date(1983, 2, 2)

	fake.date_this_year(before_today=True, after_today=False)
	# datetime.date(2018, 6, 8)

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '1992-05-08T19:45:25'

	fake.future_date(end_date="+30d", tzinfo=None)
	# datetime.date(2018, 9, 7)

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2001, 5, 17)

	fake.month()
	# '06'

	fake.year()
	# '1990'

	fake.day_of_month()
	# '04'

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

	fake.timezone()
	# u'Europe/Skopje'

	fake.century()
	# u'XX'

	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
	# datetime.date(1999, 9, 5)

	fake.time_object(end_datetime=None)
	# datetime.time(1, 4, 39)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 7, 29, 23, 53, 2)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(2016, 4, 3, 18, 25, 31)

	fake.time(pattern="%H:%M:%S", end_datetime=None)
	# '12:55:07'

	fake.date_this_month(before_today=True, after_today=False)
	# datetime.date(2018, 8, 4)

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 7, 22, 22, 19, 47)

	fake.month_name()
	# 'November'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(1429, 6, 28, 4, 32, 23)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(7568, 10484)

``faker.providers.file``
------------------------

::

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

	fake.mime_type(category=None)
	# u'model/x3d+xml'

	fake.file_path(depth=1, category=None, extension=None)
	# u'/laborum/dolores.png'

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

	fake.file_name(category=None, extension=None)
	# u'voluptatem.jpg'

	fake.file_extension(category=None)
	# u'txt'

``faker.providers.internet``
----------------------------

::

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

	fake.image_url(width=None, height=None)
	# u'https://www.lorempixel.com/54/508'

	fake.tld()
	# u'com'

	fake.email(*args, **kwargs)
	# u'john24@toma.com'

	fake.url(schemes=None)
	# u'https://toma.biz/'

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

	fake.user_name(*args, **kwargs)
	# u'predajohn'

	fake.uri_extension()
	# u'.html'

	fake.uri_page()
	# u'author'

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

	fake.safe_email(*args, **kwargs)
	# u'vcristea@example.net'

	fake.ascii_email(*args, **kwargs)
	# 'dimajane@dumitrescu-ionita.com'

	fake.ipv4_network_class()
	# u'c'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'johnmocanu@diaconescu.info'

	fake.domain_name(*args, **kwargs)
	# u'nistor-dochioiu.com'

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

	fake.domain_word(*args, **kwargs)
	# u'barbu'

	fake.slug(*args, **kwargs)
	# u'repellendus'

	fake.uri_path(deep=None)
	# u'category/category/category'

	fake.company_email(*args, **kwargs)
	# u'yababei@ionescu.biz'

	fake.uri()
	# u'https://barbu.net/blog/login.htm'

	fake.ipv6(network=False)
	# '848e:9600:6824:5fc6:2298:4e17:df86:e797'

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

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

	fake.mac_address()
	# u'f2:b6:0c:4d:64:9f'

``faker.providers.isbn``
------------------------

::

	fake.isbn10(separator="-")
	# u'0-615-17540-6'

	fake.isbn13(separator="-")
	# u'978-1-931394-34-5'

``faker.providers.job``
-----------------------

::

	fake.job()
	# 'Journalist, broadcasting'

``faker.providers.lorem``
-------------------------

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Beatae aliquid quam aperiam libero. Exercitationem commodi ut nam voluptates facilis velit.\nDolore aperiam expedita. Ipsum quidem quasi sit quae.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Aut et reiciendis vitae illo dolorum sapiente eum.',
	#     u'Fuga neque laborum ipsam beatae provident. Quis eveniet ratione maxime laborum magni dolores. Harum perspiciatis velit.',
	#     u'Officia velit doloribus numquam. Laudantium facere beatae. Modi ratione deserunt asperiores deleniti dolor ratione architecto.']

	fake.words(nb=3, ext_word_list=None)
	# [u'assumenda', u'dignissimos', u'animi']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Minus doloremque at incidunt dignissimos recusandae tempore.',
	#     u'Cupiditate corporis aliquid architecto porro.',
	#     u'Nostrum est laboriosam numquam voluptatum soluta eveniet.']

	fake.word(ext_word_list=None)
	# u'reprehenderit'

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Earum quasi maxime veritatis. Ratione sequi iusto cupiditate.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Tenetur consequatur debitis consequatur nostrum.'

``faker.providers.misc``
------------------------

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'5d#8DKvu&#'

	fake.locale()
	# u'tcy_IN'

	fake.binary(length=1048576)
	# bytearray(b'\xa1\xb5v\x04w\xcb\xbb4\xca\xc4vOM9zcP\xa5(\x82\xb0\x91\x89\xb8\x88M\xf4\xc5\xce\xefJ\xef{\x11\x04\xbe\xe3\'rt\xdb\xec\x8d\x10YU|\xb0>\xb2%s\x06\x88\x17\xce\xcb\xb4\xdd\x04\x81\x82\xcb\xb0{(\xdd\xcd\xa5#\xe8\x99\x0b\x142\x9b\x02\xf1\xcd\x90\x13\x0e\xb7\xafx|\xa4\x92\xccm\x1d\xb7\xc1\x8d\xac"\xd9>S\xfb\xb1\x93\x85t\xc9=\x17\x07\xce\x15\xf9\xb1\x86[\t\\\xc8\xed\x98\xe1P\x99z8\x9b\x93L\x17[\'\xc4\xf3/\x1a\xe6\xb3\x8e\x1e\xcd\x85\xab\x1bc,d8\x0b\xd7\xb3\xeen\xff\xe1\xa7\xa6[\xf9\x81\xbe\xa1_\xd6_X\xa4ZT;\x93\xdf\'\xc3`k\xe9\x1e\x00\xe5v$wv\xddrX\x18\xc1x\xab\xab_\x80\x1d\x9d\xa1\x98\xd5\xce`\xc9\xf3d\x9f\x9bb3\x11L-\xea\xd2\x0c7?x\xd2\xc1Hu\xdc#GA\xeb\xc4I\xd4a\xae\x06+Xe]\x85g;\x05\xc5/\x13\xbc}f\xe7\xa3\xfa\xf5\xe6\x0e\x9e)`\x88<\xd6\xd4Da\xc5\xfe\xd2\xe3\xaf\xbf#\x96\xf0\x1f0q\xe2\x02\xba\x15\xfb\x01=?\xfe\xe0\x03\x05}y4\x93kZ*x\xf0^\xf9\xfd\xa3\x17\xc2\xb6\x05Y}\xb4bx{\xc0`s\x8c\x08|?\x919\x9c,\x05@\xfe@XC\xa6jL}dH\xaa\xda%\x03\x86\xa2\xc1\x8e]\x8b\xde\xd1\x11\x1b]\xd8r\xf2\xa5:)\x10\xbf\xa5\xbd\x03\xe4`\x1f>\x05g4\xac\x8c\x87\xab\xd2\x9e\xc8\x9d$t\xa8d\xff\xac\x98\xf3\xaa\x89\x99\x053E \x991\x8b!Z\x06U\x89\xbe\x88\x8e\xc6\xc1\xd8\'\xb1\xccp!C@\xfaM\x17/`\x0c\x991\xd9\xb6\xc2=\x97\xcf\x15d^\xbf\xf3\xebF-#\x93\x8fr\x13I\xcf\x8dRH\xe3A~\x8c\xf1\xf9\xd5\x07\xa6,\xcd\xae\xda=\'\xcb\x7f\xb2\xbe\xe0\xa2Xn\x1b[3\x9b\xd3\xa7:\xecQ\x95\xe2\xcc\xe2\xd7\xbcBb\x99m8\xc9?>\xc0Q\xc5\xd0\x12\xb9\x8c!\xbd\x1a,r\xb6=,\xc2\xbc\xa4-|@\x02\xc9\xe8\x9f`\xab3\xc7\xb2:$I\x97\xe2\xdb`QGu\xd8T\xdd\xb1t@\x9e\xda\xad\x13\xa0Ee\xa1\xb7B\xea\xc7{\x1c\xec\xf6\xa5\x01B\xee\xf7 \x01F<N\xd1\xde5\x00^\xa1\xe2\xaf\x8a\x1f\x11\xd2\xb28\x9fTq\n|\xa4\xd6\xd2\xe5\xd4\xdc&O\xf4\xa3\x00\xe2+H\xb0\x7fe\\\xf8&\xfdo\xc9\xc6\xe4;\x85hL\xd3\xddj\xa4\xbe\x04\xc8\xecS\x81\xa8l\x8b\xd5\xaf*\x08\xac\xa5$a\xcc\xa2\xc8\x03P\x96\x8b\x81IW\x8fb\xda\x8a\x98\xc4\xf9\xd4\\B\x94~\xf4\xc3Z\xf2\xe8\x83\x97\xca\x00\xb2\x0c}A\xd8\x1f\xca\xb1\xa9c\xd3\xc0\xa6Kc\xe2\x14p\xdc\xf7\x1b\x9a\n\xa8\x10\xdb\xfc\x04\xf94\x94\x9akj\x9eu\x07d\xb3\x17\x7fx\x15\x19\xb2\xb4\xcd\x8c]}\xd2\n\x87\xbf\x8a\x11\xdd\xe9,R`\xb9\x98\xfe\xa1f\xd1#pV\xd2\xed\xa5\xdf\xedO\xfeY|\x1fQ\x16R\x80\x96-\xc9\x19\xbd\x97\xc5\xdf\x8d\x02\xb6<\xc2\x90\xe3\xe8\xae\x99~\x9f\xd2"+V\xe0\x1dW)\x80 +\xcex\x95L+\x1a\x9d\r\xfe\xcb\xff\ng3u3\xfa`e\xc6\xc2dB\x94\x1d_\x8dh#\x04z\xfa\xc2\xe7\x9e0\xf6\xcb\x80K\xee\xc6\xf5p\xcd \xfc\xaa\x1dt1\x94\x82\x11\xa6\x89\'\xc12\x83\xceV\xc6\x99\xe6\x15\x92""\xd5%\x1a\xca\x03\xaa0\x9d0\x90\xa9|\xed@\x91g}\xc6\xd0\xb0W\x00j\xc6\xb4\x96\x02$\r/\x18\xd3\x065\xf0\x7f6\xa1W&\x868\xf2y\xdbl\xca\x1bH;\xc8^\xda\x99\xcd\xd3_|L\xdd\xc2xK\x88\x1f?\x02\x82z\x81\x19Q/?\xe4\x8c\x13,\x9b\x9c\x05\xc8\xb0\x90\x1a\xab9\x83\x82\xc6\xcb%\xd05\xce\xf0\xad\x86/\x8d\x10\xcd\xf2\x06\xa2\xda\r\x00\xdf-\tt\x8b\xf5\x00\xa2-\x1as\xa1\xec\xcc\xb1\x08\x1e~m\x16\xbe\x10x\xa8\xb71\xbe\x1d\x18;v<\xbb\x16c-\xc2|\x8c!\xbd\xdc\x90\x9b&"\xc2\xeb\t\x9c\x98^\x8e\xa6\xba\x80\x8bu\xfa\xb8\xb2I\x03\x9eB\x9d\xde\xcb/\x17"\xa5\x9b0\xc0\xe7')

	fake.md5(raw_output=False)
	# '822d534d5b8b636b5bcf4922f40cc692'

	fake.sha1(raw_output=False)
	# '52a1213918f2e76f4e7cc87a3a166f0a05efd051'

	fake.null_boolean()
	# True

	fake.sha256(raw_output=False)
	# 'd98e3e8f5e764e879248674194cd458b9e0209b8d2cb975159610127c9a66487'

	fake.uuid4()
	# '3eb06497-db63-6590-ee1f-724da2b4c085'

	fake.language_code()
	# u'nds'

	fake.boolean(chance_of_getting_true=50)
	# True

``faker.providers.person``
--------------------------

::

	fake.last_name_male()
	# u'Ni\u021b\u0103'

	fake.name_female()
	# u'Dina Lioara Ababei'

	fake.prefix_male()
	# u''

	fake.prefix()
	# u''

	fake.name()
	# u'Jane Ioni\u021b\u0103'

	fake.suffix_female()
	# u''

	fake.name_male()
	# u'Emilian Barbu'

	fake.first_name()
	# u'Jane'

	fake.suffix_male()
	# u''

	fake.suffix()
	# u''

	fake.first_name_male()
	# u'Florin'

	fake.first_name_female()
	# u'Catinca'

	fake.last_name_female()
	# u'Toma'

	fake.last_name()
	# u'Stancu'

	fake.prefix_female()
	# u''

``faker.providers.phone_number``
--------------------------------

::

	fake.phone_number()
	# u'(747)171-9593'

	fake.msisdn()
	# '9624705150017'

``faker.providers.profile``
---------------------------

::

	fake.simple_profile(sex=None)
	# {   'address': u'2720 Nistor Prairie Suite 214\nMazilescuhaven, NE 94707',
	#     'birthdate': datetime.date(1938, 9, 3),
	#     'mail': u'dumitrescujohn@yahoo.com',
	#     'name': u'Claudiu Ionescu',
	#     'sex': 'M',
	#     'username': u'yionescu'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'7185 Jane Tunnel\nStanport, IN 16549-2744',
	#     'birthdate': datetime.date(1994, 2, 15),
	#     'blood_group': 'AB+',
	#     'company': u'Pu\u0219ca\u0219u, Toma and Pop',
	#     'current_location': (Decimal('-14.5289535'), Decimal('105.386886')),
	#     'job': 'Telecommunications researcher',
	#     'mail': u'dobrejane@yahoo.com',
	#     'name': u'Teodosia Nistor',
	#     'residence': u'00405 John Estates\nLake Johnshire, TN 28426-8931',
	#     'sex': 'F',
	#     'ssn': u'870-96-5577',
	#     'username': u'janeaanei',
	#     'website': [   u'https://www.voinea.com/',
	#                    u'http://www.stancu-nemes.biz/',
	#                    u'http://www.puscasu.com/']}

``faker.providers.python``
--------------------------

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'poOszzDDmGBGQDmIclTo',
	#     u'iBaJpreNSsToTfeXdbIr',
	#     u'ardeleanjohn@yahoo.com',
	#     u'cionita@hotmail.com',
	#     u'rCxKdnNMiaBkYBaZyaIe',
	#     Decimal('23.61505356'),
	#     -50249450.6165,
	#     u'pvoinea@ionita.info']

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

	fake.pystruct(count=10, *value_types)
	# (   [   -660487885996.52,
	#         -60727191.865,
	#         Decimal('192933645.435'),
	#         u'upop@hotmail.com',
	#         u'kJzOpDzikEuEesymcIrz',
	#         datetime.datetime(1977, 5, 29, 11, 5, 34),
	#         u'http://ardelean.com/app/category/app/search/',
	#         u'https://tomescu-toma.com/faq.php',
	#         -37118785.2,
	#         u'OJBEZdPOjCIdZUPpbbgL'],
	#     {   u'blanditiis': u'kFYGAyExdShhYrbVKdTA',
	#         u'distinctio': Decimal('-470.9'),
	#         u'dolore': datetime.datetime(2010, 1, 17, 16, 5, 7),
	#         u'iusto': Decimal('4411651050.0'),
	#         u'maxime': Decimal('9.95153338077'),
	#         u'molestiae': u'TDNOxfOaifaWWfQCQayw',
	#         u'non': u'tvIGGsdYDXryIZaHRpey',
	#         u'omnis': u'lLnKRVYTsMKgpuyTTybO',
	#         u'qui': 260394.25241861,
	#         u'quidem': Decimal('4426136.0')},
	#     {   u'ad': {   6: u'lMmCOXZTbtXfliraSdov',
	#                    7: [   u'sAooMAaChdShFBRAKvXZ',
	#                           Decimal('-2997279.561'),
	#                           191859.399],
	#                    8: {   6: u'http://www.marin.com/login.htm',
	#                           7: Decimal('571.547439492'),
	#                           8: [   u'CGqozSWTrVHMdLoGzcGP',
	#                                  u'stancujane@nemes.com']}},
	#         u'dicta': {   1: u'john29@dima.com',
	#                       2: [   u'https://www.tabacu.com/tag/homepage/',
	#                              u'ZtaSiPaQemUtpUvxWWya',
	#                              u'yOXyZiEWDebDHkwaZLyA'],
	#                       3: {   1: 1334,
	#                              2: u'FXzNsRbpWgoOEfMZQQRN',
	#                              3: [   datetime.datetime(2014, 11, 24, 1, 34, 59),
	#                                     u'CgqByKqRankWrNeAtdjV']}},
	#         u'dolorem': {   5: u'NOXQlKnENLLQgBFdFoZP',
	#                         6: [   datetime.datetime(1988, 11, 2, 8, 3, 4),
	#                                u'johnsuciu@georgescu.com',
	#                                u'YvvLjqOIxrXVgBTWYtJr'],
	#                         7: {   5: u'azfacnMmuPxXovSPtSHO',
	#                                6: u'EiTxsduaJXheaswazVaY',
	#                                7: [   u'fxFaGafhWxZWooBCpQrD',
	#                                       u'cwoelnJGaNzQKBXvJWXc']}},
	#         u'harum': {   7: u'stanjohn@ardelean.net',
	#                       8: [   u'http://www.albu.info/main.php',
	#                              u'gqtPWSyrukYotSvcYmOm',
	#                              4649],
	#                       9: {   7: 632,
	#                              8: u'https://www.dochioiu-cristea.com/',
	#                              9: [   u'OXRHhbzTxjPuJpCyXWQv',
	#                                     u'eGigczuwKREaaqSrkndX']}},
	#         u'impedit': {   9: datetime.datetime(1992, 4, 27, 23, 23, 34),
	#                         10: [   Decimal('-1701526.109'),
	#                                 u'suciujane@hotmail.com',
	#                                 u'DNTfyAehceMOPxKmbInE'],
	#                         11: {   9: 1156,
	#                                 10: Decimal('-6.87253473876E+13'),
	#                                 11: [   u'georgescujohn@cristea-stancu.com',
	#                                         58592455386.389]}},
	#         u'laborum': {   3: 6400,
	#                         4: [   4580,
	#                                datetime.datetime(1984, 10, 23, 22, 33, 12),
	#                                Decimal('9.1377584048')],
	#                         5: {   3: -83.469,
	#                                4: 7616,
	#                                5: [417580874878.511, 466797805.440933]}},
	#         u'pariatur': {   2: 6201,
	#                          3: [u'erzNLiKQJsWYfRodCRKK', 95406164.0, 2270],
	#                          4: {   2: u'http://www.gheorghiu.com/home.php',
	#                                 3: 3701,
	#                                 4: [   u'BVXPIRpUpStXIjBsoswX',
	#                                        u'AYVzwJfMjQDUsJARtTLx']}},
	#         u'placeat': {   4: 2564,
	#                         5: [   u'lpIlUvDHabFaopEFhtQQ',
	#                                3513727.863536,
	#                                u'http://barbu.com/wp-content/main/main.jsp'],
	#                         6: {   4: u'JJMrzoCsYUGQVDnwyJVg',
	#                                5: -673210993.267141,
	#                                6: [   u'wqWUJfMheOhDoSuHYRiD',
	#                                       Decimal('-181927729563')]}},
	#         u'possimus': {   0: u'ionitajane@tomescu.biz',
	#                          1: [   u'KXVVAHpYkZIspofcoCNr',
	#                                 Decimal('-406118.7'),
	#                                 -2642912.4],
	#                          2: {   0: Decimal('439.3565'),
	#                                 1: u'fqMcDyoqDIooHyYeysRu',
	#                                 2: [u'ardeleanjohn@gmail.com', 7800]}},
	#         u'ullam': {   8: Decimal('1.38416961238E+12'),
	#                       9: [4651, u'YFMSiFgCeeaITGPhEMmi', 9656],
	#                       10: {   8: 73.757,
	#                               9: Decimal('-3486036.9'),
	#                               10: [   u'https://tudor-toma.com/search/blog/posts/terms/',
	#                                       u'https://www.mocanu.com/explore/author/']}}})

	fake.pyfloat(left_digits=None, right_digits=None, positive=False)
	# 4390.558197

	fake.pydecimal(left_digits=None, right_digits=None, positive=False)
	# Decimal('-2590.136444')

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   -5853180187.3,
	#     5657,
	#     u'zTpFJGspUsMoECIvjFMd',
	#     u'vNdBLkXnCANbMVaNagdn',
	#     u'LZbMGTMpOciPMjMhpGAR',
	#     u'buIkThBTZrjVhuBNuzwM',
	#     5611276525.99,
	#     2189,
	#     u'FcNaKevRXBswubZXvbrk',
	#     Decimal('7108665.10319'),
	#     u'VvBBRuVkoAcyLIKNZlCA',
	#     u'UDRKhmyfWxnvTSPFZVxO']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'IBjXBdCbYTBHIuMlJcbL',
	#     u'elsungCQjprmNJPnszgD',
	#     datetime.datetime(1973, 3, 30, 14, 43, 39),
	#     u'ybUyqNoAPuUQHJkqkwXm',
	#     Decimal('717985833.666'),
	#     Decimal('335149989.87'))

	fake.pybool()
	# True

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'http://nistor.org/', u'RRLLpeFjxdjjKDoJDdLN', u'rHFWYdpqnHghCFLFZonS', u'deJgoBfHAiKDjOmPiUkM', u'JmOcnIREeZMbZbULCcsj', 8432, 407])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'deserunt': u'sYzEJWSpldJlkyneaMRt',
	#     u'facere': -288042057.0,
	#     u'laudantium': u'LXDQFSiGTDqtjBMjxWjL',
	#     u'maxime': 1925,
	#     u'minus': datetime.datetime(1975, 8, 19, 4, 21, 44),
	#     u'odit': u'https://www.ionita.com/index/',
	#     u'omnis': 4178,
	#     u'perferendis': u'laisPMnjORCvtCbZDrwr'}

	fake.pyint()
	# 1435

``faker.providers.ssn``
-----------------------

::

	fake.ssn(taxpayer_identification_number_type="SSN")
	# u'633-70-9873'

	fake.ein()
	# u'93-4078464'

	fake.itin()
	# u'952-70-4366'

``faker.providers.user_agent``
------------------------------

::

	fake.mac_processor()
	# u'PPC'

	fake.firefox()
	# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_7_0; rv:1.9.6.20) Gecko/2011-10-07 17:57:43 Firefox/3.6.8'

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

	fake.opera()
	# u'Opera/9.69.(X11; Linux i686; sl-SI) Presto/2.9.172 Version/10.00'

	fake.windows_platform_token()
	# u'Windows NT 6.2'

	fake.internet_explorer()
	# u'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 6.0; Trident/3.1)'

	fake.user_agent()
	# u'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/5.0)'

	fake.linux_processor()
	# u'i686'

	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
	# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_8) AppleWebKit/5341 (KHTML, like Gecko) Chrome/50.0.881.0 Safari/5341'

	fake.mac_platform_token()
	# u'Macintosh; U; Intel Mac OS X 10_8_7'

	fake.safari()
	# u'Mozilla/5.0 (Windows; U; Windows NT 5.0) AppleWebKit/532.46.6 (KHTML, like Gecko) Version/5.1 Safari/532.46.6'
