
Language ar_SA
===============

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

::

	fake.longitude()
	# Decimal('76.568585')

	fake.building_number()
	# u'150'

	fake.street_address()
	# u'1742 \u0628\u0627\u0647\u0631\u0629 Pine Apt. 079'

	fake.postalcode_plus4()
	# u'50762-4007'

	fake.city_prefix()
	# u'Lake'

	fake.military_ship()
	# u'USNS'

	fake.city()
	# u'\u0627\u0644\u062d\u062c\u0627\u0631town'

	fake.zipcode_plus4()
	# u'31848-2688'

	fake.state_abbr()
	# u'GA'

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

	fake.street_suffix()
	# u'Terrace'

	fake.city_suffix()
	# u'haven'

	fake.military_dpo()
	# u'Unit 2806 Box 4146'

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

	fake.country()
	# u'Northern Mariana Islands'

	fake.secondary_address()
	# u'Suite 780'

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

	fake.postalcode()
	# u'51921'

	fake.address()
	# u'62239 \u0639\u0628\u062f \u0627\u0644\u062d\u0641\u064a\u0638 Hollow Suite 801\n\u0634\u0639\u0644\u0627\u0646side, SD 64514-5977'

	fake.state()
	# u'Texas'

	fake.military_state()
	# u'AA'

	fake.street_name()
	# u'\u0627\u0644\u0639\u062c\u0644\u0627\u0646 Square'

	fake.zipcode()
	# u'52544'

	fake.postcode()
	# u'61286-0577'

	fake.military_apo()
	# u'PSC 2969, Box 2482'

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

::

	fake.license_plate()
	# (u'6523 XSU', u'\u0648 \u0633 \u0635 \u0666\u0665\u0662\u0663')

	fake.license_plate_en()
	# u'5423 DAK'

	fake.license_plate_ar()
	# u'\u0645 \u0644 \u062d \u0669\u0663\u0666\u0667'

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

::

	fake.bban()
	# 'HRNC0318366767066'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB83PKMP8812950482233'

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

::

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

	fake.ean13()
	# u'0763980978812'

	fake.ean8()
	# u'38932946'

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

::

	fake.rgb_css_color()
	# u'rgb(120,39,69)'

	fake.color_name()
	# u'LightSkyBlue'

	fake.rgb_color()
	# u'178,78,105'

	fake.safe_hex_color()
	# u'#221100'

	fake.safe_color_name()
	# u'teal'

	fake.hex_color()
	# u'#f08c8f'

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

::

	fake.company()
	# u'\u0622\u0644 \u0627\u0644\u0639\u0633\u0643\u0631\u064a, \u0622\u0644 \u0642\u0635\u064a\u0631 and \u062d\u0646\u0628\u0648\u0644\u064a'

	fake.company_suffix()
	# u'LLC'

	fake.catch_phrase()
	# u'Programmable secondary challenge'

	fake.bs()
	# u'harness real-time functionalities'

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'American Express\n\u062c\u0644\u0627\u0621 \u0622\u0644 \u0639\u0627\u064a\u0636\n370979408874466 02/23\nCID: 4816\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'FTH'

	fake.currency_code()
	# 'AUD'

	fake.currency_name()
	# 'Thai baht'

	fake.cryptocurrency_name()
	# 'Omni'

	fake.cryptocurrency()
	# ('STC', 'SwiftCoin')

	fake.currency()
	# ('IDR', 'Indonesian rupiah')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 8, 31, 16, 28, 21)

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

	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(1994, 4, 17, 16, 37, 7)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2013, 12, 12)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 16, 0, 9, 43)

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

	fake.day_of_week()
	# 'Saturday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2014, 2, 13, 21, 28, 46)

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

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2013, 8, 14, 14, 35, 23)

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

	fake.am_pm()
	# 'PM'

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

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

	fake.date_this_year(before_today=True, after_today=False)
	# datetime.date(2018, 2, 5)

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '1972-04-17T17:36:45'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2008, 7, 27)

	fake.month()
	# '07'

	fake.year()
	# '1971'

	fake.day_of_month()
	# '29'

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

	fake.timezone()
	# u'Asia/Manila'

	fake.century()
	# u'VIII'

	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
	# datetime.date(2002, 12, 8)

	fake.time_object(end_datetime=None)
	# datetime.time(10, 39, 44)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 2, 6, 2, 53, 40)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(2002, 7, 31, 12, 20, 48)

	fake.time(pattern="%H:%M:%S", end_datetime=None)
	# '18:24:41'

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

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 7, 17, 11, 3, 1)

	fake.month_name()
	# 'June'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(306, 5, 31, 22, 24, 56)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(608, 65932)

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

::

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

	fake.mime_type(category=None)
	# u'video/mp4'

	fake.file_path(depth=1, category=None, extension=None)
	# u'/recusandae/necessitatibus.avi'

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

	fake.file_name(category=None, extension=None)
	# u'assumenda.png'

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

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

::

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

	fake.image_url(width=None, height=None)
	# u'https://dummyimage.com/245x160'

	fake.tld()
	# u'com'

	fake.email(*args, **kwargs)
	# u'ial-khdyr@gmail.com'

	fake.url(schemes=None)
	# u'http://b.com/'

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

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

	fake.uri_extension()
	# u'.asp'

	fake.uri_page()
	# u'category'

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

	fake.safe_email(*args, **kwargs)
	# u'btl31@example.org'

	fake.ascii_email(*args, **kwargs)
	# 'nm48@yahoo.com'

	fake.ipv4_network_class()
	# u'c'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'flh38@al.com'

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

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

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

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

	fake.uri_path(deep=None)
	# u'search'

	fake.company_email(*args, **kwargs)
	# u'zlmhydb@al.com'

	fake.uri()
	# u'http://www.al.com/main/'

	fake.ipv6(network=False)
	# '9019:c0fa:4a9f:e172:b35:8c54:1d2f:ae17'

	fake.free_email(*args, **kwargs)
	# u'mal-wd@hotmail.com'

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

	fake.mac_address()
	# u'70:b7:47:5d:16:e0'

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

::

	fake.isbn10(separator="-")
	# u'0-8206-8186-5'

	fake.isbn13(separator="-")
	# u'978-1-74105-738-6'

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

::

	fake.job()
	# 'Financial manager'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Quos facilis perferendis doloremque magnam rerum. Repellendus sed similique culpa.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Aspernatur maxime quia quis nemo ipsam. Atque est quod nihil ratione dolorum id.',
	#     u'Unde nostrum sit. Illo corrupti consequuntur occaecati voluptates hic.',
	#     u'Maiores explicabo earum culpa iste nulla ipsa. Laboriosam temporibus incidunt perspiciatis voluptatibus.']

	fake.words(nb=3, ext_word_list=None)
	# [u'rerum', u'fugiat', u'voluptas']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Vel laborum earum fuga.',
	#     u'Laudantium adipisci libero repellat iste.',
	#     u'Reiciendis officia ducimus.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Accusantium sed optio aliquid. Explicabo ducimus enim assumenda quod. Eius corporis ab fugit sapiente.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Eligendi repudiandae quia tempora pariatur provident.'

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

::

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

	fake.locale()
	# u'tn_ZA'

	fake.binary(length=1048576)
	# bytearray(b'\\\xb1\xb3YCx\x8az\xbf\xe9\xc6\xdb$G\x94\xe2\x85vu3\xe3u\xfac$l\xda\xa9\xd3\xf3\xf1\x1f\xd7?\xcc2\xde\n2\t}n\xf5\x02\x11\x0f\x13\xc9\xb3HN \xd6\xe49\xf5\xd9;\x85b\xfc\xe0\x8d;\x16\x9fI\xf4\xe0\'e\x90\xa0\xda\x18\x14\xe6\xd9\x00\x05\x08a\x0e\xf4\x9f"\x82\xbcN6\x94\x9c~\xa4\xdf\x16\xe7\xf9\xce\xe2\x90\x03L\xde\xcc@\x01l\xa42\xe0\xe1\xff\x13Yj6\xc9e\xf736\xceq.\t\xeaQ3\\\xe3\xe8\xf4`\xdd\xf3&`\x82\r\xda\x1aF\xa1\xdd\xd3\xc4\xddc\xba \x86\xbd\xa3\xc6guV@]kH\x1c\xe5\xb9\x96\x93\xf7\xc9I\xaa\xe3\xf9{\xa3\xd0\x13\xc5d\x10\x9dO\xd4\xbc@\x8d[\x93\x91\xe8J8\x92g\xc4\x8d\x95\xa93\x81\xddR\xf0\xd4S\xfb0\xb4\xe4\xea\xc9~\x82s\x15\xc3\x9f\x81\xc4\xf9x\x00\xebb\xc3\x11\x9b\x8aJ\xae\x1d\xa3P\x14\x9e2\xae\x08\x99\xf2\x89>N\xac\x95\x89\xfb\xcfzT\xc5O\x1e\xe1\x9d\x17\xab\xbeU\xa3q\xc4\x11\x02L[\x9c\x14\x98\x9d\xfb\x1b\xbb\x0b\xc6\xa7\x9fb\x8e\\Dh\xb2\xa3\x19=\xeb\xad\x00\x8c\x1f+H\xc4\x1a\xa8LM-\xdf\xaa\xf4y\x02\xc4\x0e\x82\x9c\xddy\xb6\t\x03\ns\xeeh\xdb\xafH}\x15W\xac\xd2MK\xaaZ|\xafY\x02\x86.}\x1b\xbc`\xc0\xa5\xd3\xa9x2\x88\x9d\xeb\x80\xea+\xdc:\xe6P\xf8HLwy\xc9q}\x1eO\xd1`\xf6\x08a\x16L\xee\xcc3p\xda\x10P\xda\xa1i\xa9ie4#.\xf2\xe5/7?\x0b\xect\x86\x01\'\xe5\xe0\x0f\xc7\xd8G\xee\xc0\xa5\xde\xd3U\xae\xaaG`\xd5\x84\xa2\x93\xba\xfd\x8a\x1d\xf2\xa5\xe8+\xc8h\xbc\xb8k\xb1g\xb6\xecT\xa1_AiV\xe2\xd4^\xa1Es\xff\xa8E\xfc\x15\x99\x12I\x8a\xdf\x9e\x83\xc2|\xc6\x97\xee\x1aB\x1c\x99\xdb\xf9\xe6\x82\xb9\xa0\xf9\xbc\x83\x0ft\x18\xa6\x8e\x91\x12\xce\xf1\xba\x16M@\xec\x0f\xeeT\xfb\x94\xbcl\x1cC.\xf5\x8f3\xdeA\x9d\x82\n\x940:Q\x1f]\xab\xaak\x1e\xba2\xe4t\xff|\xdb,\x9b\xfda\x8a\xfeO\x7f\xd1\xa5\x86\x03\x8bIB\'\t\x1a] \\\x1e\xe9\xfb\xd9\x96\x89\xa2\x03\x8c.\x19\xa1\xc1\x1b \x1d&<\nC\xe9\x8ed\x14\xe7\xf1s?3\xa3u`8DN\xa1\x04G\xcd(\x0e\xd03\xa1\x17\x00\xf5\x0c\xcfB\xecW\xf5\x8d\x80E\xfa~\x850@c,\x81\x07\xfc4\xcf\xc2\x07\xaf2\x05Kas\xf8\xd7\xf7\x89\xc3p\x99\x116\x97"\xfa\x01\xf5j\x99\xc7\x035\xdd%\xae>\xb9\xbfK\xa4\xa3\xbf\xe5T\'\xa2\x9aC\x90\x0f\x84\x94y<os\xa0:b4[@Z\xe4+Fu\x90G\x06\x18\x110\xee\x12e\xe1\x8f\xe6%\xe4F\x9a\xf3{\x0e\'\x95kv\xe11<\xfc\xa3\xdab\xc0prD\xae\xf0~N\ruE\xa3 X\xbc\xe1\x99|\xae\xeb\x98\xa7][(\xf8O\x15\x9b]\xe0@\xb23\x91o\xdb\xc1OQ\xf2\x8b\xff=>i\x81\x89\xdc8zk\xd24G\xc4G"\xc4\xdb\r\xd0\x81H\x9cF\xd1pr\xef\x0b\x08\xf3\xf5\x8e\xd1\xb8|P\xd0\xc7\xb5\xcf|\xf0-W\xc2\xddg\xe7001KPd\xa9R8\xf0z\xa0\x81\xd3e\x81\xaa\xb5\x90\xbc\x8b\xd2E\xbb[^\xd6l \xa1\xcd\x19\x975\xa0{\xfb\xfa\xdf\xd0\x81\xad\xcfWv\xb2\xc7\xbe\xcf\xa13O\xd9tE\xbca\x07\x89\xd6\x04F\x8a[\x81/\x95\x06\x17\xd8hipm\xaa#\xa2\x13&\xf3\xa4\xfd\x90\xb8\x16\t\xb5\x0eJu\x1f\x1a\xba&X\xe6w\xfb7\x82]\x14\xe9\xed\xc9\x8a\xde1a\xf3\xc3\xed\xa2\x03h\xa4\xe1\xb8\xb7\xdd\t\xf6\x81\x02\x01\xc9\xc7\x9el#\xa5f\x83\x96\xf9b!8\x977\x9c\x933qA`eD\xa4\x985Q\xa9.\x87G\xdd\x89O}\x1cV\xb2U\xe7/\xa3\xb4[x\x86\xaa\xee2\t\x82\xa6\x8b\xba\xef\x89\xcc=\x8e\xcc\xee0\xe9\xde\xd9\x1e\x82qJ/t\xb2\xda1xRB\x0f\x07X\x8ec\xa3\xa9\xf2\x92\xc1O\xfd\xd3\x96RR\xd2\xd6?\xa0Y\xfcu')

	fake.md5(raw_output=False)
	# '03a9cf3b29f31f7e53d418d02f1973f2'

	fake.sha1(raw_output=False)
	# '02579f10734258510112602f75fc65d7e853a646'

	fake.null_boolean()
	# None

	fake.sha256(raw_output=False)
	# '59c7291e212fb242edfa79db8046697c12bcd413ef52e0d9171dee25846f9841'

	fake.uuid4()
	# 'fb1dd87a-fda4-8703-9587-ede892cba97b'

	fake.language_code()
	# u'nr'

	fake.boolean(chance_of_getting_true=50)
	# False

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

::

	fake.last_name_male()
	# u'\u0627\u0644\u0639\u0642\u064a\u0644'

	fake.name_female()
	# u'\u0627\u0644\u062f\u0643\u062a\u0648\u0631\u0629 \u064a\u0627\u0631\u0627 \u0622\u0644 \u0635\u0641\u0648\u0627\u0646'

	fake.prefix_male()
	# u'\u0627\u0644\u0645\u0647\u0646\u062f\u0633'

	fake.prefix()
	# u'\u0627\u0644\u0645\u0647\u0646\u062f\u0633\u0629'

	fake.name()
	# u'\u0641\u0627\u064a\u062f \u0627\u0644\u062e\u0631\u0627\u0641\u064a'

	fake.suffix_female()
	# u''

	fake.name_male()
	# u'\u0639\u0631\u0641\u0627\u062a \u0622\u0644 \u0645\u062d\u0645\u062f \u0628\u0646 \u0639\u0644\u064a \u0628\u0646 \u062c\u0645\u0627\u0632'

	fake.first_name()
	# u'\u0633\u0644\u0637\u0627\u0646'

	fake.suffix_male()
	# u''

	fake.suffix()
	# u''

	fake.first_name_male()
	# u'\u0644\u0647\u0641\u0627\u0646'

	fake.first_name_female()
	# u'\u0641\u0631\u0627\u062a'

	fake.last_name_female()
	# u'\u0645\u0647\u0646\u0627'

	fake.last_name()
	# u'\u0628\u0646 \u0644\u0627\u062f\u0646'

	fake.prefix_female()
	# u'\u0627\u0644\u0633\u064a\u062f\u0629'

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

::

	fake.phone_number()
	# u'406-173-3539x6988'

	fake.msisdn()
	# '0190228503799'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'153 \u0628\u0642\u0634\u0627\u0646 Views Apt. 341\n\u0628\u0646 \u0644\u0627\u062f\u0646chester, GA 18732-0262',
	#     'birthdate': datetime.date(1921, 8, 8),
	#     'mail': u'iknw@yahoo.com',
	#     'name': u'\u0627\u0644\u0633\u064a\u062f\u0629 \u0631\u064a\u0646\u0627\u062f \u0622\u0644 \u0642\u0635\u064a\u0631',
	#     'sex': 'F',
	#     'username': u'eal-bn-lfy'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'5242 \u0645\u0623\u0645\u0648\u0646 Shores\nNorth \u0646\u0627\u062f\u0631burgh, WI 55077',
	#     'birthdate': datetime.date(1956, 10, 11),
	#     'blood_group': 'A+',
	#     'company': u'\u0622\u0644 \u0639\u0627\u064a\u0636, \u0622\u0644 \u062e\u0636\u064a\u0631 and \u062d\u062c\u0627\u0631',
	#     'current_location': (Decimal('79.0249905'), Decimal('164.993841')),
	#     'job': 'Interior and spatial designer',
	#     'mail': u'hal-tf@gmail.com',
	#     'name': u'\u0645\u062d\u0633\u0646 \u0645\u0647\u0646\u0627',
	#     'residence': u'69359 \u0627\u0644\u062c\u0641\u0627\u0644\u064a Spur\nLake \u0639\u0631\u0641\u0647land, IL 60523',
	#     'sex': 'M',
	#     'ssn': u'419-98-5433',
	#     'username': u'bd-lswmd86',
	#     'website': [u'https://www.al.net/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'YEOlSBKIeVzoeyLNdVIw',
	#     u'mr10@gmail.com',
	#     u'qzMOmSEGrzqVMZlesfZR',
	#     u'BFPtVzsybfsRMdHbqrkU',
	#     datetime.datetime(2011, 4, 20, 13, 59, 55),
	#     2332,
	#     u'nswh53@al.info',
	#     u'AjfWLRPLwzZbdwbZHRwC',
	#     u'acsPQoeYkNRQvsvolAXl',
	#     Decimal('7.40254774764E+12'),
	#     u'GwgZyMMIrkdkltTxsyjW',
	#     u'eoSkdNqDWqsHfkwrmKlJ',
	#     u'BpXIuCtZfgpZUNlWaxkJ']

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

	fake.pystruct(count=10, *value_types)
	# (   [   u'http://lmshwl.biz/faq/',
	#         9859,
	#         3907,
	#         u'VYxNgahhrQsJLiaEeRhI',
	#         u'https://www.lmshwl.com/tag/app/main/category.html',
	#         Decimal('-3803659406.0'),
	#         u'http://hjr.com/',
	#         u'VSOLxpdmzSaPRTsbcJJN',
	#         -7770179605680.8,
	#         u'hqwyal-khdyr@gmail.com'],
	#     {   u'eligendi': datetime.datetime(2000, 7, 27, 9, 58, 59),
	#         u'maxime': u'davWDGXDEyunFGdsInrp',
	#         u'mollitia': u'btsm37@hotmail.com',
	#         u'officia': u'WMuzxSdRCqHkXFUrCbza',
	#         u'omnis': 4532,
	#         u'praesentium': 8488,
	#         u'reiciendis': u'BtrEDMXJXOUGrHoKUUMx',
	#         u'temporibus': 400,
	#         u'veniam': Decimal('3.81380804321E+12'),
	#         u'voluptate': 6309},
	#     {   u'accusantium': {   4: 3219,
	#                             5: [   Decimal('-2714.8994'),
	#                                    579,
	#                                    u'http://lmshwl.com/tags/homepage/'],
	#                             6: {   4: 214752824.754876,
	#                                    5: u'lmshwlzmy@mhn-hjr.info',
	#                                    6: [   u'yNeScGhDJIlPQspFurSe',
	#                                           5107.98849269362]}},
	#         u'consectetur': {   5: datetime.datetime(1972, 8, 1, 10, 8),
	#                             6: [   u'UmFCuQwrqTvMmhZsPLEI',
	#                                    u'shbnal-lskry@lmhn.com',
	#                                    2093],
	#                             7: {   5: datetime.datetime(2012, 4, 26, 3, 17, 54),
	#                                    6: u'dHFSYrrsyqWeTEzSUnTH',
	#                                    7: [u'IaUKOAWZhlWoGDIvwtIN', 7832]}},
	#         u'doloremque': {   9: 5003,
	#                            10: [   u'iqhsYRtfCwWCskjscWPy',
	#                                    3338,
	#                                    Decimal('-753209047527')],
	#                            11: {   9: u'ljflyshb@al.com',
	#                                    10: datetime.datetime(1989, 2, 20, 10, 22, 43),
	#                                    11: [u'http://www.ljbr.com/', 6980]}},
	#         u'ea': {   3: u'AxnnNRBtdtmNshMqlthV',
	#                    4: [   u'NpzlvuRvnsFVAdFyaZmE',
	#                           u'eqPThPPocFuKzBRykzcX',
	#                           u'iQhRdqhDZtEiicBbQDfR'],
	#                    5: {   3: 8402,
	#                           4: -10497965.0,
	#                           5: [u'GAEyjneeLqZlsQagsOwY', 2939]}},
	#         u'earum': {   8: 7.726,
	#                       9: [   u'nNaLzncgWYKwBNocvskE',
	#                              u'FBxcuLMREYrhrNzBPQaY',
	#                              3310],
	#                       10: {   8: u'AfyYJjbfdmonHzIMXPFc',
	#                               9: datetime.datetime(2006, 7, 30, 13, 13, 1),
	#                               10: [   Decimal('-819213466073'),
	#                                       datetime.datetime(2018, 3, 8, 12, 2, 30)]}},
	#         u'fugit': {   1: u'EXrdPuIsbjKBPJccmcnW',
	#                       2: [   2913,
	#                              u'https://www.mhn-al.com/homepage.php',
	#                              u'pLfdzTvfGykJyLugCTrP'],
	#                       3: {   1: u'jlhjr@gmail.com',
	#                              2: 8801,
	#                              3: [u'TqDdIphblZtHLGusekKi', 4929015506711.0]}},
	#         u'magnam': {   6: Decimal('144.536'),
	#                        7: [   u'WiILnvTSXtzAWUXhQvvr',
	#                               datetime.datetime(1998, 2, 25, 9, 11, 38),
	#                               u'gGupOwVXlrglggysJKvM'],
	#                        8: {   6: u'tzpQLzjTScvZZnMUrRuA',
	#                               7: 3802,
	#                               8: [   u'kLBhDKSBAjOdGVEyumVV',
	#                                      u'dgiEgnlqHyDcfAXkDtav']}},
	#         u'mollitia': {   0: datetime.datetime(1993, 2, 22, 10, 2),
	#                          1: [   u'vNajUDbkzdEaKtPdTpjB',
	#                                 u'ijlLryExBJxRNLZnFINb',
	#                                 u'nuvjbrPjbjHWXiOhRzwt'],
	#                          2: {   0: u'JWkmBaLpyGfuLOONFGwm',
	#                                 1: -8491753773.73,
	#                                 2: [   u'XBZTHWEQXHgvdbcXrziM',
	#                                        u'DilDgkVpvaarhFxUZqwD']}},
	#         u'quas': {   7: u'zn81@yahoo.com',
	#                      8: [   u'https://lmshwl-fsyl.org/homepage/',
	#                             u'TCDKRWDUWnAUeHabVqsc',
	#                             8394],
	#                      9: {   7: u'HIGdRMkZrmTtbiSdZTrq',
	#                             8: u'nEMQQLniuFwXGoIAeQsX',
	#                             9: [   datetime.datetime(1985, 4, 13, 15, 53, 11),
	#                                    215161622163.1]}},
	#         u'voluptas': {   2: Decimal('-9.63316694845E+14'),
	#                          3: [   u'JLeojiWwoVsmqJYCxcdE',
	#                                 u'nYGagxPakLSwzYdoOqwu',
	#                                 7474309580735.2],
	#                          4: {   2: u'https://al.com/category.html',
	#                                 3: 9594,
	#                                 4: [   datetime.datetime(1980, 11, 24, 19, 59, 13),
	#                                        datetime.datetime(1972, 7, 9, 0, 44, 13)]}}})

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

	fake.pydecimal(left_digits=None, right_digits=None, positive=False)
	# Decimal('1.02071763411E+13')

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'VZxyBYQIUuPLtGQWpDrj',
	#     3027,
	#     u'qGZVNdUHuuAKNfbXSWCT',
	#     Decimal('-92.3400828786'),
	#     8762,
	#     u'CGNUwIyYhTeSWkllUElk',
	#     datetime.datetime(1982, 2, 2, 7, 17, 18),
	#     datetime.datetime(1991, 10, 19, 23, 14, 14),
	#     u'OGIPZcuIZSZSTfEAnqhp']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   datetime.datetime(2014, 1, 30, 6, 23, 15),
	#     u'VNoLMmzNpIMEUMNnddXI',
	#     84918.78041,
	#     u'PjbGAlZxgwHcCjxeRfER',
	#     u'spbnHxZFqHCGEFZRSmtD',
	#     u'yal-bn-lfy@yahoo.com',
	#     datetime.datetime(1985, 3, 20, 4, 6, 56),
	#     u'qqTlHVWDdWYodlinnRDg')

	fake.pybool()
	# True

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([-830997.796436, u'http://www.bqshn.com/category/category/', 3277, -712627602.0, u'MAOjwVCcALyCjqTIbRAC', u'hiixZmSXUkEJEJmXnuvN'])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'commodi': 4643,
	#     u'corrupti': 1890981628568.5,
	#     u'deserunt': u'myr62@yahoo.com',
	#     u'dignissimos': u'qNQFfbjFVZIgBmjkcTow',
	#     u'eligendi': 2824,
	#     u'natus': u'LaLJuzhMAMBvbYpaTYCS',
	#     u'ut': u'http://al.info/',
	#     u'veritatis': datetime.datetime(1972, 1, 28, 22, 50, 38)}

	fake.pyint()
	# 4669

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

::

	fake.ssn(taxpayer_identification_number_type="SSN")
	# u'043-31-9985'

	fake.ein()
	# u'27-4676675'

	fake.itin()
	# u'946-85-7918'

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

::

	fake.mac_processor()
	# u'PPC'

	fake.firefox()
	# u'Mozilla/5.0 (Windows NT 6.2; hak-TW; rv:1.9.0.20) Gecko/2014-09-12 14:14:34 Firefox/3.6.4'

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

	fake.opera()
	# u'Opera/9.54.(Windows NT 5.0; kw-GB) Presto/2.9.175 Version/11.00'

	fake.windows_platform_token()
	# u'Windows CE'

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

	fake.user_agent()
	# u'Opera/8.14.(X11; Linux i686; ja-JP) Presto/2.9.166 Version/10.00'

	fake.linux_processor()
	# u'i686'

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

	fake.mac_platform_token()
	# u'Macintosh; PPC Mac OS X 10_6_2'

	fake.safari()
	# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_1 like Mac OS X; gu-IN) AppleWebKit/531.43.3 (KHTML, like Gecko) Version/4.0.5 Mobile/8B119 Safari/6531.43.3'
