
Language ar_JO
===============

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

::

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

	fake.building_number()
	# u'089'

	fake.street_address()
	# u'94058 Smith Flat Suite 218'

	fake.postalcode_plus4()
	# u'94626-1361'

	fake.city_prefix()
	# u'West'

	fake.military_ship()
	# u'USNV'

	fake.city()
	# u'Andersonfurt'

	fake.zipcode_plus4()
	# u'19872-5876'

	fake.state_abbr()
	# u'KS'

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

	fake.street_suffix()
	# u'Ridge'

	fake.city_suffix()
	# u'view'

	fake.military_dpo()
	# u'Unit 9895 Box 8351'

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

	fake.country()
	# u'Indonesia'

	fake.secondary_address()
	# u'Apt. 605'

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

	fake.postalcode()
	# u'37021'

	fake.address()
	# u'27671 Krystal Park\nNorth Timothy, MO 49976-7448'

	fake.state()
	# u'Arizona'

	fake.military_state()
	# u'AA'

	fake.street_name()
	# u'Jason Cape'

	fake.zipcode()
	# u'93959'

	fake.postcode()
	# u'28662'

	fake.military_apo()
	# u'PSC 3650, Box 2060'

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

::

	fake.license_plate()
	# u'90-2789'

	fake.initials()
	# u'1'

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

::

	fake.bban()
	# 'TTYY1825786548806'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB14XMYU5230460312892'

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

::

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

	fake.ean13()
	# u'3171009980123'

	fake.ean8()
	# u'94816594'

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

::

	fake.rgb_css_color()
	# u'rgb(74,210,59)'

	fake.color_name()
	# u'OliveDrab'

	fake.rgb_color()
	# u'197,105,213'

	fake.safe_hex_color()
	# u'#999900'

	fake.safe_color_name()
	# u'yellow'

	fake.hex_color()
	# u'#ca5537'

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

::

	fake.company()
	# u'Rice-Hays'

	fake.company_suffix()
	# u'and Sons'

	fake.catch_phrase()
	# u'Expanded intangible neural-net'

	fake.bs()
	# u'grow customized networks'

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'JCB 16 digit\nCynthia Lucas\n3595144741859558 10/19\nCVC: 133\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'WAVES'

	fake.currency_code()
	# 'LAK'

	fake.currency_name()
	# 'Indian rupee'

	fake.cryptocurrency_name()
	# 'Lisk'

	fake.cryptocurrency()
	# ('BCN', 'Bytecoin')

	fake.currency()
	# ('HRK', 'Croatian kuna')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 9, 13, 22, 41, 48)

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

	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(2016, 10, 26, 17, 19, 53)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2017, 1, 5)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 6, 10, 17, 57)

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

	fake.day_of_week()
	# 'Sunday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2014, 7, 26, 12, 43, 15)

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

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2014, 5, 22, 21, 58, 24)

	fake.date(pattern="%Y-%m-%d", end_datetime=None)
	# '1972-09-01'

	fake.am_pm()
	# 'PM'

	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
	# datetime.datetime(2018, 8, 16, 10, 57, 14)

	fake.date_object(end_datetime=None)
	# datetime.date(1986, 1, 10)

	fake.date_this_year(before_today=True, after_today=False)
	# datetime.date(2018, 1, 28)

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '2003-07-05T08:41:35'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2011, 8, 25)

	fake.month()
	# '08'

	fake.year()
	# '1987'

	fake.day_of_month()
	# '26'

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

	fake.timezone()
	# u'Australia/Broken_Hill'

	fake.century()
	# u'XIX'

	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
	# datetime.date(1965, 4, 2)

	fake.time_object(end_datetime=None)
	# datetime.time(22, 41, 2)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 4, 11, 4, 52, 48)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(2004, 1, 16, 12, 4, 50)

	fake.time(pattern="%H:%M:%S", end_datetime=None)
	# '13:05:34'

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

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 8, 8, 4, 2, 15)

	fake.month_name()
	# 'October'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(846, 6, 15, 15, 35, 51)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(2931, 35388)

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

::

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

	fake.mime_type(category=None)
	# u'message/rfc822'

	fake.file_path(depth=1, category=None, extension=None)
	# u'/mollitia/cupiditate.jpg'

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

	fake.file_name(category=None, extension=None)
	# u'quaerat.odp'

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

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

::

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

	fake.image_url(width=None, height=None)
	# u'https://placeholdit.imgix.net/~text?txtsize=55&txt=963x834&w=963&h=834'

	fake.tld()
	# u'com'

	fake.email(*args, **kwargs)
	# u'kevin87@pierce.biz'

	fake.url(schemes=None)
	# u'http://clements-hobbs.biz/'

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

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

	fake.uri_extension()
	# u'.htm'

	fake.uri_page()
	# u'main'

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

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

	fake.ascii_email(*args, **kwargs)
	# 'qmoyer@hotmail.com'

	fake.ipv4_network_class()
	# u'c'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'ericgreer@horn-bates.com'

	fake.domain_name(*args, **kwargs)
	# u'coleman-robertson.org'

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

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

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

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

	fake.company_email(*args, **kwargs)
	# u'rubenpeterson@reyes.com'

	fake.uri()
	# u'https://www.elliott.net/categories/categories/main/faq.html'

	fake.ipv6(network=False)
	# 'b342:d07a:f39:74f1:132e:52da:3acf:c5c5'

	fake.free_email(*args, **kwargs)
	# u'xaustin@hotmail.com'

	fake.ascii_safe_email(*args, **kwargs)
	# 'matthewjimenez@example.org'

	fake.mac_address()
	# u'f7:b8:43:32:7c:56'

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

::

	fake.isbn10(separator="-")
	# u'0-937983-24-1'

	fake.isbn13(separator="-")
	# u'978-1-4819-7002-0'

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

::

	fake.job()
	# 'Chiropodist'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Odit sunt doloribus dolore sint itaque expedita. Omnis atque perferendis libero totam.\nHic porro iure eveniet quia doloremque voluptate. Nostrum adipisci nemo voluptas.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Ipsam explicabo corrupti quasi. Numquam eum consequuntur ipsum odio. Dolor sapiente voluptatibus sit sit.',
	#     u'Corporis assumenda dolorum consequuntur eveniet explicabo temporibus distinctio. Commodi beatae aspernatur.',
	#     u'Quaerat aspernatur expedita aut accusamus dicta perspiciatis.']

	fake.words(nb=3, ext_word_list=None)
	# [u'libero', u'ducimus', u'libero']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Unde aliquid deleniti in tenetur.',
	#     u'Unde tenetur nostrum est repellendus nulla recusandae.',
	#     u'Nostrum magnam esse aliquid et.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Doloribus similique quos facere quisquam. Excepturi fuga occaecati illo.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Doloribus itaque quasi cupiditate odio.'

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

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u')7wIKNVmWz'

	fake.locale()
	# u'te_IN'

	fake.binary(length=1048576)
	# bytearray(b'\x0b\x93\x07n\xdd-\xda\x1b\x10\x9f@\x8f\xdd?7\xd5\xc7\xd1\xe1\x11\x86E\x11\xad\xcd?cBP\xdf\xbe-m\xf7(\x87\xab\x18)\xac\xee/2 b\xb3W\xd9j\xb9O\x19\x17\x1a\xd9\x80)q\xd6r\x81\x0bU\x87\xda\x1a*<\xd2\xe4\xbd\xf9\xeb2@N\xc4\xdfQ\x9e\xb3\xf1\x11\xbf?\xa1U\x80\xd6z\x0b\x94\x8eG\xfa\x88\x18\x89\x1cPql\x17\x16\x10\xe8\xb7\xad#\x12\xff\xb0+%\xa4\xb23\xde\x8cZ\x9f3\xcc\xb3\xd3\x861_\xe2u\xd35\x99\x00\x0c\xb5f\xf1\x8f#!\'\xc4\xdcZ\x01y\xfbPW\x10o\xf2\x89\x0cp:PH\xb9\x97\xaa<\xebto%\xc0\t"\xd3\x9fiG\xbf\xe5\xb3+\xa3\x91+_\x06\x95\xc0AeZ\xf3\xee\x8d\xfbB\xe3\xbc"\xb4\x10.\x95:a\x86k\xf6lD\xa3.6JhY\x8d\xdc\x80\xbcS/\x9d1\xfb\x0fN\t\xdc:5\xd5\xd4\x1a\xb4A\xe7\xc8U\xc7Y\xde\xc5\x96(\xa7\xeb\xd2*#\xba\x13\x96\xad\xd5\xc4\xe1\xee\xd5q\xfc\x99z\x9fBB$=8\x19\xb7\x0b\x98|\x18S\xaf\xe9\x1eU\xac\xa9f\x7f\x1d\x00\xc7\xf0|\xc6\xb9\xcf\xe7\xe8\x1d\xaas\xf8\x94\xe6\x00\x9a\xad\x85*Z\x12\xb1z\x8ald\xa1r\x16\x1b\x98+\xd6Q\xb5O\xc1\xd9\n\xfe9#\xc5\r\xe6\xabv\x02Z\xfd\x1fg\x85HE\xf5E/\x10g\x01\xfe<\x14$\x92Q;\xb9\x80\xabl\x8a\x0e_\xfa1\xd4\xc9\xf8\xd5\xcfW\x08\xfe(\xa9\x89-=@\x9b\xd6\x12\xdb8jP=>\xb7N\x0bh\x9e\xe14$\xc2\xd0kY8\xeb\xc0\x9e\xaa\xf5+]\xebV\xe0\xb3Z\x03\x0b\xaa\xf9^e#n\x93J\n\xa7\xbe\x12\xc7\xee\xb7)\xd6\x04\x95\xed_\xb6\xa67\\:)\x83\xf1\xfc\xe9\x88\xb3\xad\xd0\xd8\xc9\xcbU\x18t\x95\x06\xbf\x06\xf6J\x05!\xc4\xba\x95\xc0\xa53\x87\xe0\x04\xfc\x98\xd8\x94\xe4\xb8\x88\x86\xc1M]\x17!\xc5\xfe\xae\xb4\xca\xfa\xb4\xcbLAW\x8d\xb1\xed\x95?\xdaW\xff\x1aEH\x02\x82Z\x169\x8a\x1bC\xbe\xa71K\x1e\x8aY\xc8o\xe0\x8fC6\xe4-sU\x9cQ}\xa2\x17?\xdb`\xed9J\x1e\xb4Hm\\\xc7\x12\\9\x9aM1/\xe7U~5\xf5\xf4x\xb2\xdc\xef\x98\x90\\^\xf83\x8a\x82^\xe5\xdc\xcb\xd5QnS\xcf]n\'\xf8\x1b\xf5\xd3\x16\xadx\x99d\xa7\x9b\x1axM,\xbc7\xcc \xfcG\xaf\x93|\xf8\n<\x9f\xf1us\xe8\xc5P\xf9\x88\xef\x8a\xb7\r\xd7%}O\x90\x95\x13\x93S\xd0UL4\xfa\x11\xc0\xe5\xce]\x8e\x0ea\xd8@\xac\x8eE\x03\xf5\x8a\xcbq\x96\xd8\xaf\x00\x8d\x90\xae#\x95\xb6\x96\xc1\xc4\x96\xda42\xb3\x90\x9an\xfa*\x11N\xe5\x1c\xf5P\x8b\xdd,i\xd1\x05Q\r\xad\xe5\x19\xc3C<h\xad\\\xd9\xdc\x15\xf8\xa0\xac9\xaa]0\xff\x052Fw\xccL0\xdf\x98K\xd3\xd8\x08\x08\xb8\x07\xc4\x04\x1f\x023z\xcb\x85\x0e\xeb\x0b\xa3\xaa\xa0\x06\xf6!\xc72,|\xa0J1g/\xca\xfc7\xbf\xe0\xf5\x0c9\x86X1u\xb8\xa6(\xf7\xdbo@\xd3(\xf2\xa5\x92\x0e\x8a\xf8V\x83\xee\xbc;BbtH]\xb9\x17u\x0c\x89I\xf2`\xa0\x83\x99\x93\xff\x1f\x90\x1a\xf45w\xdb\xf3\x83\xdd\xdf\xbeN\x84\xa1\x8e\xdd\xd1\x1bl\xe0^y\xb6+\x07\x7f\xb6\x90\xf1\xcf \xa5]\x8cu\x9a\xce\x15\x02\t\'R\xe3G\xe9\xf2\xf3\xe0C,\x08\x8b\xe6\x0b~\xc1BMl|\xfaR\x88\x05Rr\x8c\xf5\xc2\xa2\x8d\x0b8\xbf\x1e\xa1h\xfd\x8aiG\x81\xb2\x9fvV\xb3d\x1d\x00\xa5\xce\x0bJ\xd7pL\xc24\xe4\x951\xf8&\xd07\xc1tp\xed\xada\xfe\xf05u]\xfa?\xc1\xe3V\xa5p\xbcS\xf9\xce\xac\xa0\x04\xde\x8f\xea\x0f\xf0\xb2\x1c!;\x94\xa2DMe\xc5\xdbJ\xf4\xe4\x82L\xf5D\xd2\xecE\x98"|\xc4\xa2\xbd\xc4\x0cX3\xb7\xb3\x99a\xfe\x1a6\xd5#\xe4\x8a/>\x87\x93\xb6u\x82G\xd0\xe3\xe6\xf9t\xb0\xdc\xd5b\xb3l\xd3\x03\xf46\xbf\xcd[X\xf9\xe5\xbcs\xc7\xb0\xef\xf6\xa5\x99sj\x05\xe68')

	fake.md5(raw_output=False)
	# '0add9fdf21ea752fca631d947b45dcc3'

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

	fake.null_boolean()
	# None

	fake.sha256(raw_output=False)
	# '95ea57e7dbb6b613842fea09560e0556dc858cb8a730a75a4adf988e257ce3a4'

	fake.uuid4()
	# '1620f4bd-7584-3e02-7f95-bcb32cc6b57f'

	fake.language_code()
	# u'csb'

	fake.boolean(chance_of_getting_true=50)
	# True

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

::

	fake.last_name_male()
	# u'Byrd'

	fake.name_female()
	# u'Debra Anderson'

	fake.prefix_male()
	# u'Dr.'

	fake.prefix()
	# u'Mr.'

	fake.name()
	# u'Curtis Bridges'

	fake.suffix_female()
	# u'DDS'

	fake.name_male()
	# u'Shawn Thompson'

	fake.first_name()
	# u'Christy'

	fake.suffix_male()
	# u'MD'

	fake.suffix()
	# u'MD'

	fake.first_name_male()
	# u'Joseph'

	fake.first_name_female()
	# u'Alice'

	fake.last_name_female()
	# u'Thompson'

	fake.last_name()
	# u'Jones'

	fake.prefix_female()
	# u'Dr.'

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

::

	fake.phone_number()
	# u'968'

	fake.operator_id()
	# u'4'

	fake.cellphone_number()
	# u'+962790874808'

	fake.telephone_number()
	# u'+96274136604'

	fake.area_code()
	# u'5'

	fake.service_phone_number()
	# u'1413'

	fake.msisdn()
	# '2290359416979'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'4036 Benitez Rue\nEast Morganhaven, KY 29919-0960',
	#     'birthdate': datetime.date(1921, 4, 11),
	#     'mail': u'michael10@gmail.com',
	#     'name': u'Alicia Key',
	#     'sex': 'F',
	#     'username': u'henry60'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'98623 Richard Village\nChristineville, WA 87652',
	#     'birthdate': datetime.date(1974, 10, 22),
	#     'blood_group': 'A+',
	#     'company': u'Jackson, Woodward and Vasquez',
	#     'current_location': (Decimal('-0.193680'), Decimal('-29.157229')),
	#     'job': 'Sports development officer',
	#     'mail': u'megan43@yahoo.com',
	#     'name': u'Katherine Martinez',
	#     'residence': u'041 Stewart Camp Apt. 008\nKimshire, SC 70176',
	#     'sex': 'F',
	#     'ssn': u'388-47-6772',
	#     'username': u'brownnathan',
	#     'website': [   u'http://www.jones.com/',
	#                    u'http://www.ward.org/',
	#                    u'https://shea.org/',
	#                    u'https://boone.com/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   -418231.836034,
	#     u'ryancooper@keller.org',
	#     u'uMpGGVxeqQjbuJlBRCvd',
	#     u'hhiZaAFbmCdVHaDlsVZB',
	#     u'EEkcaJSBBdSbRLTKGUeu',
	#     u'GDkITGBmhpVHLUOlUkCN',
	#     u'https://mccoy.biz/main/',
	#     -8.86,
	#     datetime.datetime(1980, 1, 2, 14, 23, 47),
	#     u'ZxrnRQNHTHLIYrlCYfXC')

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

	fake.pystruct(count=10, *value_types)
	# (   [   -86.1,
	#         u'tqaiEmgMFNXTrnPAClgL',
	#         datetime.datetime(1982, 5, 21, 3, 25, 6),
	#         u'fRTEqKbXewAKCbjijurv',
	#         9352,
	#         u'KfokWhRiErIAIPlpqYcS',
	#         u'https://www.potter.com/',
	#         644,
	#         Decimal('-10535725.6'),
	#         datetime.datetime(2011, 2, 19, 20, 55, 24)],
	#     {   u'a': 7154,
	#         u'dolorum': Decimal('-21402168.371'),
	#         u'et': u'https://pitts-burgess.com/post.asp',
	#         u'facere': u'TKLeZjVkwKTCPjtITsNV',
	#         u'illo': u'HBIaSUWNLWrKsJvafvyB',
	#         u'maiores': 500,
	#         u'nostrum': u'tylerkim@shepherd-hamilton.org',
	#         u'perferendis': u'rmHIyjIvzNltVcpBtEdB',
	#         u'porro': 4616325.493,
	#         u'velit': 7202},
	#     {   u'alias': {   8: u'allisongray@jones.com',
	#                       9: [-109321.58275872, u'PegTjPiqlFBZkVzjKmLm', 9139],
	#                       10: {   8: 2292,
	#                               9: u'XeELRBkOSUMuZRmGUfrr',
	#                               10: [u'gabrielsmith@smith.biz', -4752934.4]}},
	#         u'aliquam': {   2: Decimal('-2947.54'),
	#                         3: [   u'lvargas@ramos.org',
	#                                u'oNWGLeciaLUQdhaiWzKx',
	#                                u'gPJIMJioqnFrHPdVZYzO'],
	#                         4: {   2: 5490,
	#                                3: u'qBCrPoRgdkYiLrRrHGWH',
	#                                4: [   u'http://www.chambers.net/posts/categories/blog/homepage/',
	#                                       datetime.datetime(1996, 4, 11, 10, 52, 2)]}},
	#         u'consectetur': {   6: u'iHerYtpSBPIwXRjonpdt',
	#                             7: [   u'yortiz@yahoo.com',
	#                                    u'IgJrZSsCJLgnLYdRhYxR',
	#                                    9163],
	#                             8: {   6: 987,
	#                                    7: datetime.datetime(1991, 8, 26, 20, 38, 2),
	#                                    8: [2555, 4958]}},
	#         u'cupiditate': {   3: datetime.datetime(2017, 3, 4, 13, 16, 33),
	#                            4: [9297, 4868, 5377],
	#                            5: {   3: u'jVTfrWzQbWuAyiNxOSlb',
	#                                   4: Decimal('3.59894982429E+12'),
	#                                   5: [   u'https://riley-smith.com/search/faq.html',
	#                                          -181.29282]}},
	#         u'hic': {   0: u'oCQnUwJGvmIrFlJVAFTm',
	#                     1: [   6279,
	#                            u'rBCDfeZgRGzmjeSkdvJI',
	#                            datetime.datetime(2003, 9, 22, 10, 55, 30)],
	#                     2: {   0: 9850,
	#                            1: 10425561.5408,
	#                            2: [   104,
	#                                   u'http://green.com/tag/explore/wp-content/terms.htm']}},
	#         u'incidunt': {   5: u'kdVEAeGseaorWyrEOlaL',
	#                          6: [   Decimal('-6.44155071038E+14'),
	#                                 u'SsgdCuyeNjPCMOXLuewr',
	#                                 -987508787.8878],
	#                          7: {   5: u'https://www.lopez-murphy.info/',
	#                                 6: u'vdmVEHzhgdGhRzWbmIJx',
	#                                 7: [   u'oDnAyrtkwtkAapXaKySr',
	#                                        Decimal('601302.864721')]}},
	#         u'placeat': {   9: Decimal('43180039.1'),
	#                         10: [   Decimal('-1.56354727148E+12'),
	#                                 8280,
	#                                 u'CoyGizEgHQJkPHGELRcg'],
	#                         11: {   9: u'oTcVLRHiCJztZoMvcjfZ',
	#                                 10: u'YPaUfefbFEREMyScrkkJ',
	#                                 11: [u'cYcSJozxmWQDqMPCUGPi', 1598]}},
	#         u'quisquam': {   1: u'NFDqMikyvOzoglLjQpNJ',
	#                          2: [   u'qHtOAWQDsNrCYBBPPMNn',
	#                                 u'pkelly@odonnell.com',
	#                                 u'VopoKQrUKRAZPfUKuJvo'],
	#                          3: {   1: 3715,
	#                                 2: u'http://fox.com/categories/home/',
	#                                 3: [u'wEUtbeKQfDByUIjjElwx', 3071]}},
	#         u'sit': {   7: u'nWPadOVjgVlPrvNEjspf',
	#                     8: [   u'fwalker@hotmail.com',
	#                            datetime.datetime(1986, 12, 17, 10, 49, 44),
	#                            u'dQzdNTIOUPGdpXceUYjR'],
	#                     9: {   7: Decimal('-660602.79112'),
	#                            8: 112344834.2349,
	#                            9: [   u'http://woods-tran.com/login/',
	#                                   Decimal('-316498645952')]}},
	#         u'ullam': {   4: Decimal('-32355800665.4'),
	#                       5: [   u'xPmSyYkcqXRNWrHUjABd',
	#                              u'http://www.alexander-salazar.com/main/register/',
	#                              u'evansmarilyn@decker.com'],
	#                       6: {   4: u'YDDvGdMdKEWKUORMilVb',
	#                              5: u'http://www.greene.org/main/list/list/home.php',
	#                              6: [   datetime.datetime(1973, 4, 5, 19, 28, 14),
	#                                     u'UrihWQRCOEhfMJxTizHD']}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   6224,
	#     u'hjjZrNzDIyhbJFuKJEFd',
	#     Decimal('-15805607358.5'),
	#     u'mgSuWcWPgQKHXbYQvBDs',
	#     u'zKpgkxVOyJekZGlwvIAN',
	#     5690,
	#     u'abarber@yahoo.com']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   Decimal('-1.91825739726E+14'),
	#     u'thomas06@ryan-vincent.org',
	#     u'IrJywIhtLhxrGHOFQxab',
	#     u'kgnMuwffcqTTOFgvulKf',
	#     u'jNYWjcELFZaaeyIBxqKU',
	#     221,
	#     u'https://www.hernandez.org/terms/',
	#     u'kkAmoWBQBkGsKcgEjHLy',
	#     u'markandrews@rivera.com',
	#     -10798.570394,
	#     u'egraham@taylor.com',
	#     6141)

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([datetime.datetime(1986, 3, 19, 11, 54, 20), u'clexNQmnDGQqAQMATsfK', 756.170397626591, u'amason@hotmail.com', 5511, u'LXZcSmoLfKmoDymCdVpv', u'HVcaaHFieolzekAstOOo', u'https://www.reyes.com/terms/', 8410])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'aspernatur': 6610,
	#     u'corrupti': datetime.datetime(1985, 10, 3, 2, 30, 1),
	#     u'doloremque': u'EgOcPAIDNqHFPaKJqLcQ',
	#     u'incidunt': 5165711873.18115,
	#     u'inventore': Decimal('-4803.2'),
	#     u'ipsa': Decimal('-995.861432'),
	#     u'odio': u'https://gray.net/categories/category/about/',
	#     u'odit': 444186102948190.0,
	#     u'optio': 7589,
	#     u'placeat': u'hfiKaImDvgYDwnXbIgOm',
	#     u'sit': u'susan17@yahoo.com'}

	fake.pyint()
	# 8207

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

::

	fake.ssn(taxpayer_identification_number_type="SSN")
	# u'231-76-1863'

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

	fake.itin()
	# u'982-87-1413'

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

::

	fake.mac_processor()
	# u'U; Intel'

	fake.firefox()
	# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_0; rv:1.9.4.20) Gecko/2014-01-28 21:11:56 Firefox/3.6.12'

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

	fake.opera()
	# u'Opera/8.92.(X11; Linux i686; nb-NO) Presto/2.9.163 Version/10.00'

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

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

	fake.user_agent()
	# u'Mozilla/5.0 (compatible; MSIE 5.0; Windows 98; Win 9x 4.90; Trident/3.1)'

	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_6_4) AppleWebKit/5351 (KHTML, like Gecko) Chrome/53.0.845.0 Safari/5351'

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

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