
Language ar_PS
===============

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

::

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

	fake.building_number()
	# u'87922'

	fake.street_address()
	# u'47489 \u0634\u0639\u0644\u0627\u0646 Roads Apt. 648'

	fake.postalcode_plus4()
	# u'31107-6078'

	fake.city_prefix()
	# u'South'

	fake.military_ship()
	# u'USNV'

	fake.city()
	# u'\u0623\u0628\u0648 \u063a\u0644\u064a\u0648\u0646mouth'

	fake.zipcode_plus4()
	# u'56578-7069'

	fake.state_abbr()
	# u'MD'

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

	fake.street_suffix()
	# u'Ville'

	fake.city_suffix()
	# u'haven'

	fake.military_dpo()
	# u'Unit 1504 Box 0412'

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

	fake.country()
	# u'Netherlands Antilles'

	fake.secondary_address()
	# u'Suite 924'

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

	fake.postalcode()
	# u'52491'

	fake.address()
	# u'14818 \u0635\u0628\u064a\u062d Forks\n\u0645\u0634\u0631\u0641land, ID 98036'

	fake.state()
	# u'North Dakota'

	fake.military_state()
	# u'AE'

	fake.street_name()
	# u'\u0630\u0631\u064a\u0639 View'

	fake.zipcode()
	# u'16237'

	fake.postcode()
	# u'21707'

	fake.military_apo()
	# u'PSC 2717, Box 7646'

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

::

	fake.license_plate()
	# u'4-8924-45'

	fake.district()
	# u'9'

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

::

	fake.bban()
	# 'VUXN3031672332863'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB38IYGM1563745546572'

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

::

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

	fake.ean13()
	# u'8739828315301'

	fake.ean8()
	# u'42633259'

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

::

	fake.rgb_css_color()
	# u'rgb(200,18,115)'

	fake.color_name()
	# u'\u0623\u0628\u064a\u0636 \u0648\u0631\u062f\u064a'

	fake.rgb_color()
	# u'46,154,110'

	fake.safe_hex_color()
	# u'#223300'

	fake.safe_color_name()
	# u'\u0623\u0635\u0641\u0631'

	fake.hex_color()
	# u'#f6b698'

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

::

	fake.company()
	# u'\u062f\u0644\u0627\u0634\u0629, \u062a\u0631\u0627\u0628\u064a\u0646 and \u0637\u0648\u0642\u0627\u0646'

	fake.company_suffix()
	# u'Ltd'

	fake.catch_phrase()
	# u'Mandatory mission-critical hierarchy'

	fake.bs()
	# u'morph wireless deliverables'

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

::

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

	fake.credit_card_provider(card_type=None)
	# u'JCB 15 digit'

	fake.credit_card_full(card_type=None)
	# u'VISA 13 digit\n\u0645\u0633\u0644\u0645 \u062d\u0648\u0633\u0629\n4220757004593 01/22\nCVC: 368\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'XMR'

	fake.currency_code()
	# 'PEN'

	fake.currency_name()
	# 'Falkland Islands pound'

	fake.cryptocurrency_name()
	# 'NEO'

	fake.cryptocurrency()
	# ('XRP', 'Ripple')

	fake.currency()
	# ('NGN', 'Nigerian naira')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 8, 21, 7, 25, 8)

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

	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(2004, 8, 16, 10, 24, 33)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2016, 2, 22)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 2, 16, 54, 19)

	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(2011, 7, 5, 5, 41, 5)

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

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2009, 10, 18, 15, 45, 13)

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

	fake.am_pm()
	# 'AM'

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

	fake.date_object(end_datetime=None)
	# datetime.date(1985, 9, 13)

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

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '1983-09-21T21:13:41'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2018, 2, 7)

	fake.month()
	# '09'

	fake.year()
	# '1977'

	fake.day_of_month()
	# '01'

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

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

	fake.century()
	# u'XX'

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

	fake.time_object(end_datetime=None)
	# datetime.time(1, 51, 26)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 3, 24, 18, 23, 9)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(1992, 8, 5, 0, 27, 35)

	fake.time(pattern="%H:%M:%S", end_datetime=None)
	# '04:43:47'

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

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 7, 31, 19, 39, 20)

	fake.month_name()
	# 'March'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(264, 6, 10, 10, 28, 56)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(10379, 49474)

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

::

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

	fake.mime_type(category=None)
	# u'audio/L24'

	fake.file_path(depth=1, category=None, extension=None)
	# u'/adipisci/totam.html'

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

	fake.file_name(category=None, extension=None)
	# u'quae.txt'

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

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

::

	fake.ascii_free_email(*args, **kwargs)
	# 'thbt10@hotmail.com'

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

	fake.tld()
	# u'com'

	fake.email(*args, **kwargs)
	# u'bshr93@yahoo.com'

	fake.url(schemes=None)
	# u'http://ljnydy.net/'

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

	fake.user_name(*args, **kwargs)
	# u'vbw-glywn'

	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'dhrylhsyny@example.org'

	fake.ascii_email(*args, **kwargs)
	# 'rftyr@trbyn.com'

	fake.ipv4_network_class()
	# u'a'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'mshrfbw-shqdm@khwry.com'

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

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

	fake.domain_word(*args, **kwargs)
	# u'lkhzn-hshm'

	fake.slug(*args, **kwargs)
	# u'rerum-sed-molestiae'

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

	fake.company_email(*args, **kwargs)
	# u'zbw-shlbk@jzr.com'

	fake.uri()
	# u'http://ljnydy-twqn.biz/faq.php'

	fake.ipv6(network=False)
	# 'cebb:a9e8:91ef:7358:fe56:bb34:e920:b745'

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

	fake.ascii_safe_email(*args, **kwargs)
	# 'ldgmlwjyn@example.net'

	fake.mac_address()
	# u'90:ef:68:36:8b:e3'

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

::

	fake.isbn10(separator="-")
	# u'0-234-67463-6'

	fake.isbn13(separator="-")
	# u'978-1-4962-6514-2'

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

::

	fake.job()
	# 'Health and safety adviser'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Consectetur ratione dolor voluptas. Minima assumenda earum quos repellendus. Laboriosam esse harum libero est quae.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Commodi qui eaque nostrum nobis. Explicabo omnis praesentium corporis fugit repudiandae quisquam.',
	#     u'Sequi eos quisquam sit. Blanditiis possimus amet ab.',
	#     u'Minima dolorum reprehenderit nostrum quaerat officiis sapiente.']

	fake.words(nb=3, ext_word_list=None)
	# [u'aliquam', u'qui', u'sit']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Exercitationem id totam dolor quo reiciendis fugit.',
	#     u'Soluta minus dignissimos minus itaque tenetur est.',
	#     u'Inventore quae veniam.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Sunt autem enim. Ipsa itaque nobis ea. Dolorem veritatis ipsum provident.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Ad placeat ut blanditiis laborum.'

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

::

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

	fake.locale()
	# u'ka_GE'

	fake.binary(length=1048576)
	# bytearray(b'\xa6n\xea\xa2v\x86\r\xb4\xdf:B\xb1\xcc6\xab\xeb\x8f\xe1\xb2\x81\x17\x10\x18\x91A&\xd9^\xd3v\x82\xd4\x91!\xd7\xad?\xf5\x94\x9c\xb2$\x9c\xc0\xb3\xb8\xde\xa4\x0b\x1c4\xdci\x17\xc6H\xa1\n\xbdj\x03FgM\x08p\xc9\xc1y\xc02\xcd/\xcc\xf3\n\x1c\xd5\xc8\x83R\xf4/\xfc\x0e\xdc\x9e\xb7\xc0d\xd7\x0f\x8c\xef\xe0\x0b\xe7\x89?\xdb\x1c\xecN\xe8\xe4\x08\xa2\x86*\xe5F\xe1\x1a\xe2\xfd\xb5\xf7!\x9a\x87\x97Yi\xc5\x15\xf9\xca7\x95\xdeS\xdc\x1d\x04\x12\xb5\x1b\xc0\x18C \x8f8T\xbf\x1b)X\xcd\xadiMz~w\xce\x9c\xa0\xae\x16R\xb6,\x12\x91\'\xc8\xdd\xde\xceb\xe5\xff\x01\x0c\x83\x0c7\x99\n\xe5\xd41\xdd\xc6\xc6q\xab\xa5\x15+\x19X\xdf\xc5\xf6\xa0n\x88\x9e\xfc*\xfd\x87}\x16\xa3t\x00Z\x10\xe1Z\xa1?\xa5\xde\x18\tS\xe4\xb4\xbdh/\'U\xf3[\xe5OU\xf6\x82\xe8:\xef0ah\x88,c"C]\xf0P\xcaI\x0fA?\x89`\xeaS\x9dd\xdc\xd2\x80\x98H\x91\xb1sH\xff\x9d\xa8\xdbn\x10{\x13\xd7\xdb\x9d\xaf\x19\xa9\xcb\xf7s`C\xc9.x\xee`H\xbf\xa1t\x08\x16\xef^3\xe3|/\xad\x8e\x91\xe6\'\xdb\xa2\x9aH|\xd2v\'2\xaf!\x03|0\t\rq\'\xda\xc4\x89\x16:\x9f<\xdf?#;\x17\xb3\x0bZ\xd5\xfcx\xa0\x0bbP\xfb\x19\xc7\x81S\xaf"\x14t:\xea\xfa\\\x93pI\xc9\xc3-[\x7f\x14d\x97\xbd\xa9\x8b\xd3\xc4M\xb2czr\x9b\x89b\x05\xa3\xa9\x16@\x02\xd9\xcaq\x038\x85\x92\x11<\xa5\xbc\xe2W\xb0\x80\xc8EM\xbbu(\xe0\xe1l\x00\xa7\x9e\xab\x15\xa6\x03vS\xa8\xbe\x8a\x9a\x8f\x9c\x84\x9a\xaaK\x00>z\x90\xf4DW(\x8e\xa6\xd3\xf7\xa0\xf2zX\x94\'\x95,\xfbe\xe9U\xea\x92N\xc8\xb7?o\xed&\xacFJ\x8f\x17C\xa7Z\xa3Z52~?\x03\x9eq\x00\x7fSO\xd3B)3P\xa6\x13\x95/\xbd\x88\xcd\x90\x0f\xf6\xdb~J\x1c\xb7\x82\x80\xba\xd5o\x0f\xc1\xa4\xa1M\xaea\xae\xf5\xb5#\x91\xa1\xf7\xcc\x11\xe6\xfc\x98\x9f\xd0\xe3\xa4[\xf0\xda\x97\x01\x19\xf5\xd0\xdf\x8f\x8d\x9e\xe6\xed\xc8u\xe8P\xb2~\x0e+%l\xb3<\xb9K@9$\xc4\xe3\xb8$\x0fJ\xe7\xe9\xe5R\x13]\xb3\xfawT\xbe\'\x19P\x8e\x91\xb25\xf6Lo\x00\xbe\n\xed\xa0*5\x92\xe2\xb6\xc8r\x83\xb7\x16\xeb\x12\xca]\xa3\x11\xa1\xea\xb0\xe7\xeb7Q\x17\t@Z\x07)s\x0b\xc6"q&\x93\x9a\x95\xfe@6\xb3^G\xd1\xd9\x17\x17Y\re\x98(a\xff}\xe2\xcf\xd1\rEq\x96*\x18\xe1\xb1\x81I\xc5V\xe6\xd7n\x1b\x03|\x9c1\xef4\xeb\xa97\xd9\xb5\xe6\xaf\x84C{\xdcql\x92o\xbb\x14:\x7f"\xf4\x8a\x98-E\x84\x7f\x14\xb3\x1e\xb2\xc4\xceR\x96\x93\x17\xc8d\xd6\xcc\xcf\xe5\x80\xe9\xc8\xf1wS\x08\x0b7\xf7x6IJ\xd6\xe3`9\x1d\xee\x81\xe8\xcc\xd5$&\x9f2\xb8\xe9\xa4\xca\xf7\x11\xe8\xf5\xc8m.\x82\xfc\xb6~\xeau\xc4\xb7\xd0N\x96\xbe\\\x1a/\\\x94\xc6I\x88SK\x02\xdc\xf3v\xf9\'O?\xc5=\xdd\x96\xe9V\x1e\xe8V\xe1\xdb\xf8\x96h\'$\xadln\xb9\x1c\xb1\x04\xf5\xfd\xfd\xcd\xb1\xeb\xff\x12\x10\xbf<\x99\x1b\xef\xa3r\xa2\xda\xa4\x89\xf3\xddar\xfd8\x8fj\xb9jX\xf2-qt\xb5\xcf\xd1\xa6\x19\xf8\xd7\x9a\x98\xcdF\xdb\x19\x13\xc2P\xaf\xc4u\xeb\x00\x13\x9f\xbe\x1e\xdc\xec)\xc5\x11P\x95\xc4\x1al\x92\xdb#\xd6\xb1\xe4\x1b\x81i\'t\xf6\xb1\x95,0n4#\xfc0\xa58F\xcc\xb4\x17\x03\xa0\xab;g\xef\x16@\x8a@\x99\xacI\xc4\x9f\x12\xf3\xaeD\xcb\x15\xdaK\xad\xf1J\x08S\xff#E\xc9\x87}I\x1a\xf2\xf2@\x8b\x0e\xfdA\xc9\xd7w*\xf7\x16f\xa3\xa1(\x10l\xda\x07\xfc#:\x87\xad\x80\r\x83\x88\x8f/W\xef5]\x01\xed;\xce\xea\x91\xe7\xbb=\xa4\x85yW\xe4\x8b|\x9d\x19\xc7%W\xb5Y\x01\xdb o_cd\xc3\xfa\x9d\x07Xh\x8a8T')

	fake.md5(raw_output=False)
	# '8d6cd13fd5d957e6db2b2738e93784ab'

	fake.sha1(raw_output=False)
	# '1ac7d522b4b31e6b74222283fed388a73b4b54d6'

	fake.null_boolean()
	# False

	fake.sha256(raw_output=False)
	# '2588ca38ca6920db6975d67bcb4a5438ae7a0835d9096f7bb3aba90d6bacb513'

	fake.uuid4()
	# '9fc4ae48-88d1-c8b5-8552-93e38eeb800e'

	fake.language_code()
	# u'mag'

	fake.boolean(chance_of_getting_true=50)
	# False

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

::

	fake.last_name_male()
	# u'\u0623\u0628\u0648 \u0642\u0645\u0631'

	fake.name_female()
	# u'\u0641\u0631\u0627\u062a \u0627\u0644\u0646\u0634\u0627\u0634\u064a\u0628\u064a'

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

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

	fake.name()
	# u'\u0627\u0644\u0633\u064a\u062f\u0629 \u064a\u0633\u0631\u0649 \u0627\u0644\u062c\u0646\u064a\u062f\u064a'

	fake.suffix_female()
	# u''

	fake.name_male()
	# u'\u064a\u062d\u064a\u0649 \u0627\u0644\u062d\u0646\u0628\u0644\u064a'

	fake.first_name()
	# u'\u063a\u0627\u0644\u0628'

	fake.suffix_male()
	# u''

	fake.suffix()
	# u''

	fake.first_name_male()
	# u'\u0645\u0627\u0647\u0631'

	fake.first_name_female()
	# u'\u0632\u0643\u064a\u0629'

	fake.last_name_female()
	# u'\u0627\u0644\u0632\u064a\u062a\u0627\u0648\u064a'

	fake.last_name()
	# u'\u0627\u0644\u062e\u0627\u0632\u0646'

	fake.prefix_female()
	# u'\u0627\u0644\u0622\u0646\u0633\u0629'

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

::

	fake.phone_number()
	# u'02 297 6197'

	fake.cellphone_number()
	# u'059 803 4348'

	fake.service_phone_number()
	# u'101'

	fake.msisdn()
	# '9148257374057'

	fake.toll_number()
	# u'1 700 384 980'

	fake.telephone_number()
	# u'02 291 3769'

	fake.provider_code()
	# u'56'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'1089 \u0635\u0627\u0626\u0628 Stravenue\nLake \u0643\u0631\u0645\u0629ton, MS 96480',
	#     'birthdate': datetime.date(1954, 12, 19),
	#     'mail': u'wshhyn@gmail.com',
	#     'name': u'\u0627\u0644\u0623\u0633\u062a\u0627\u0630 \u0646\u062f\u064a\u0645 \u0627\u0644\u0633\u0643\u0627\u0643\u064a\u0646\u064a',
	#     'sex': 'M',
	#     'username': u'bdrldwjhshm'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'489  Meadow Apt. 981\n\u0644\u0642\u0627\u0621town, OH 99768',
	#     'birthdate': datetime.date(2004, 1, 20),
	#     'blood_group': '0+',
	#     'company': u'\u062f\u0644\u0627\u0634\u0629-\u062c\u0632\u0627\u0631',
	#     'current_location': (Decimal('-29.5550245'), Decimal('102.987232')),
	#     'job': 'Dietitian',
	#     'mail': u'bshrbw-snyn@yahoo.com',
	#     'name': u'\u0637\u0627\u0626\u0639 \u0627\u0644\u0623\u062f\u063a\u0645',
	#     'residence': u'PSC 8952, Box 3557\nAPO AE 11606',
	#     'sex': 'M',
	#     'ssn': u'791-94-7967',
	#     'username': u'jstyty',
	#     'website': [u'http://www.dlsh.org/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([-8283729023469.35, u'rOWoLJiTWtwCJhHxFKsp', u'hNfWfuQuRLdubLLcPCCk', u'udlNpiCatRWTVmBNDMhc', u'sGyKlamCFLZwQWaFHuOq', u'http://www.trbyn.net/categories/app/search.html', u'xCzbjrrzPXUqytOQVCWn', u'bw-shqdmrynd@lkhzn.com', Decimal('9692840924.59'), 2497615799.958, 8447])

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

	fake.pystruct(count=10, *value_types)
	# (   [   u'http://www.trbyn.com/category/author.php',
	#         Decimal('7.58137971308E+14'),
	#         u'http://ltmymy.org/faq.htm',
	#         u'QTsfaIbJwTmnhkqQvLjN',
	#         u'gWYMmyAfnwGmgLGLyzss',
	#         u'NSluGJKTOlefZQJshzZx',
	#         u'yhy00@lkhmsh-jrr.com',
	#         Decimal('-4959176865.0'),
	#         87687164.45548,
	#         u'bcRsETafIZIIyzIiHvJi'],
	#     {   u'ad': u'GcxMxNMfugRmplInMKRw',
	#         u'corporis': u'iSyceXkjWigSIyDhkwqm',
	#         u'dolores': datetime.datetime(2004, 7, 29, 18, 31, 42),
	#         u'ea': u'BdmWfTkHeQLIfsAqdxGs',
	#         u'error': Decimal('-214331768972'),
	#         u'in': u'EzkierxofrKkwUmyQxHP',
	#         u'modi': u'KZDYQhsgTfzUfPJiDwtj',
	#         u'quaerat': u'byJObtkulwWQAZilLKeb',
	#         u'repellendus': u'http://www.lkhyt-qrd.com/',
	#         u'sapiente': 7435},
	#     {   u'aliquam': {   5: 2833912949500.92,
	#                         6: [   Decimal('55021440141.5'),
	#                                datetime.datetime(2003, 8, 28, 18, 21, 8),
	#                                datetime.datetime(1984, 8, 19, 15, 17, 57)],
	#                         7: {   5: u'pgAFjVUptLaubCmYUgXE',
	#                                6: u'HoMazCpamNZLMtQYdaLH',
	#                                7: [-83.508, u'LgASBknMimpqgLZdUYpv']}},
	#         u'autem': {   0: 3319,
	#                       1: [   u'bdrysr@lzydny.org',
	#                              u'wdwh46@gmail.com',
	#                              Decimal('3.0507002875E+13')],
	#                       2: {   0: 2148,
	#                              1: 9072,
	#                              2: [-53.58, u'amWOkXmugYCioBWAcsra']}},
	#         u'beatae': {   2: u'xcNObBgyNDARBSHNraLQ',
	#                        3: [   u'lhDCmGvFfBbOzfGLJUMA',
	#                               Decimal('367.8734'),
	#                               1714],
	#                        4: {   2: u'JUpathBHBsMarzGpSsKc',
	#                               3: u'http://www.bw.net/',
	#                               4: [   316,
	#                                      datetime.datetime(1973, 11, 28, 18, 5, 45)]}},
	#         u'dolor': {   8: Decimal('20.0'),
	#                       9: [   u'ePyQoKfUQxyQcckWOfyc',
	#                              datetime.datetime(1998, 7, 10, 3, 28, 24),
	#                              8114],
	#                       10: {   8: 8158,
	#                               9: 510.9022,
	#                               10: [   Decimal('-5411725.76942'),
	#                                       u'WVSxDdAIxgLlkmKUFJAn']}},
	#         u'minus': {   6: u'https://www.hshm-shhyn.com/',
	#                       7: [   946700466472863.0,
	#                              Decimal('-70257548.7'),
	#                              u'XUKSwmwbhwtQEJtXakMN'],
	#                       8: {   6: u'WnDYvSSVjvJSpSUzhoYh',
	#                              7: Decimal('480.3031845'),
	#                              8: [   Decimal('1.22247245297'),
	#                                     u'PDuMHfoCgfdwfQSeaTOE']}},
	#         u'officiis': {   1: u'CCQwiqWsxCXVZzLorcQG',
	#                          2: [   u'lcAfpUHnxXlRbfDqrOhN',
	#                                 Decimal('-6.2218'),
	#                                 datetime.datetime(1996, 11, 19, 5, 14, 35)],
	#                          3: {   1: 8955,
	#                                 2: u'MzsbBBHDzdowOAniNnGD',
	#                                 3: [   Decimal('-834538.846'),
	#                                        datetime.datetime(1986, 6, 5, 4, 42, 44)]}},
	#         u'reiciendis': {   4: u'XmMdGTBMglbVkPvNepsM',
	#                            5: [   326482368.0,
	#                                   datetime.datetime(1990, 7, 18, 18, 15, 28),
	#                                   u'MRVPuafUCquctGinpQjj'],
	#                            6: {   4: u'wbNXHlUnlgAJJxceDhsY',
	#                                   5: u'XBTuXnlIiXXtyCMPgJTx',
	#                                   6: [   u'VpVfQhFJgXZEQuZZtBLP',
	#                                          Decimal('-8.5534481525E+14')]}},
	#         u'repudiandae': {   3: u'http://bw.com/search.php',
	#                             4: [   u'njdt63@jzr.biz',
	#                                    u'https://www.bw.com/',
	#                                    u'dgmshnshwn@yahoo.com'],
	#                             5: {   3: u'http://slyb.org/',
	#                                    4: 3307,
	#                                    5: [7370, u'ckpucKHofdydzmWORjPj']}},
	#         u'voluptatem': {   9: u'dXXGJylWPsRlYHgIiUSl',
	#                            10: [   u'DvWQaYNrvZdSKiEEUHls',
	#                                    9010,
	#                                    datetime.datetime(1990, 2, 16, 19, 13, 45)],
	#                            11: {   9: 6309,
	#                                    10: u'GiJBVtBTmSTawhmEIQEo',
	#                                    11: [   datetime.datetime(1979, 4, 13, 8, 25, 2),
	#                                            u'njhOAZidJcaxFINuUXpv']}}})

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

	fake.pydecimal(left_digits=None, right_digits=None, positive=False)
	# Decimal('-4.32971888954E+12')

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   datetime.datetime(1980, 4, 25, 0, 38, 35),
	#     u'http://www.lkhyt-hshm.com/faq/',
	#     Decimal('714.21'),
	#     u'bkZqSQOZlAhBBmWElqUs',
	#     u'tfJXVBpNXjTyAlXCuQny',
	#     5524,
	#     datetime.datetime(2017, 3, 22, 19, 54, 29),
	#     8609]

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   datetime.datetime(1982, 1, 3, 0, 4, 32),
	#     u'XIHGkvatFiesVdmKXVrT',
	#     Decimal('8.71902794673E+14'),
	#     42.7022765421,
	#     u'bisFNrBFFdXktUNVaFep',
	#     u'TcCkkxHKpaHWTWyGqoza')

	fake.pybool()
	# True

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'http://www.dgmsh-khwry.com/explore/app/tag/search/', u'YIZjtNkyCphpausdkzzo', 2827, -22.38309, datetime.datetime(1981, 4, 25, 18, 1, 31), u'HcsYEHDyfoZSOVFNljgv', u'oFFDVICAgJSubusmTqCf', u'LSFuDGjiioiusJGuKhMQ', 5470])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'aperiam': 8452,
	#     u'culpa': u'awjssoGKDvcknerElhiY',
	#     u'eaque': u'OfEylSSICjWHAdMAKamZ',
	#     u'in': u'cJsUBTPEHiOZNuclBJfE',
	#     u'maxime': u'nbVQaTaYoGpDONrwlyTI',
	#     u'molestias': 6358,
	#     u'perferendis': datetime.datetime(2006, 1, 25, 12, 58, 2),
	#     u'quia': u'amZxOMRSciSTfUWugtHa',
	#     u'quo': 72,
	#     u'repudiandae': u'AHMUkQafNVTKJzUIvbjW',
	#     u'sapiente': 4397}

	fake.pyint()
	# 7483

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

::

	fake.ssn(taxpayer_identification_number_type="SSN")
	# u'797-98-8223'

	fake.ein()
	# u'72-9914757'

	fake.itin()
	# u'934-99-3894'

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

::

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

	fake.firefox()
	# u'Mozilla/5.0 (X11; Linux i686; rv:1.9.6.20) Gecko/2013-03-08 16:13:32 Firefox/8.0'

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

	fake.opera()
	# u'Opera/9.51.(Windows NT 5.1; ca-AD) Presto/2.9.184 Version/12.00'

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

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

	fake.user_agent()
	# u'Mozilla/5.0 (Windows NT 5.2; ug-CN; rv:1.9.0.20) Gecko/2010-01-16 09:21:20 Firefox/3.6.14'

	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_11_3) AppleWebKit/5322 (KHTML, like Gecko) Chrome/52.0.890.0 Safari/5322'

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

	fake.safari()
	# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_3 like Mac OS X; fur-IT) AppleWebKit/531.1.1 (KHTML, like Gecko) Version/4.0.5 Mobile/8B111 Safari/6531.1.1'
