
Language ar_EG
===============

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

::

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

	fake.building_number()
	# u'2277'

	fake.street_address()
	# u'5549 Sanders Ramp'

	fake.postalcode_plus4()
	# u'25409-8877'

	fake.city_prefix()
	# u'South'

	fake.military_ship()
	# u'USNV'

	fake.city()
	# u'West John'

	fake.zipcode_plus4()
	# u'47503-8839'

	fake.state_abbr()
	# u'MS'

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

	fake.street_suffix()
	# u'Meadow'

	fake.city_suffix()
	# u'bury'

	fake.military_dpo()
	# u'Unit 8930 Box 0574'

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

	fake.country()
	# u'South Georgia and the South Sandwich Islands'

	fake.secondary_address()
	# u'Suite 665'

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

	fake.postalcode()
	# u'73563'

	fake.address()
	# u'Unit 4882 Box 3510\nDPO AE 12284-5908'

	fake.state()
	# u'Arizona'

	fake.military_state()
	# u'AA'

	fake.street_name()
	# u'Griffith Brooks'

	fake.zipcode()
	# u'71587'

	fake.postcode()
	# u'75962-2869'

	fake.military_apo()
	# u'PSC 5912, Box 9089'

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

::

	fake.license_plate()
	# u'HYL 206'

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

::

	fake.bban()
	# 'UCPX1050060415600'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB49SUCF0194703802677'

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

::

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

	fake.ean13()
	# u'2406341352712'

	fake.ean8()
	# u'34314869'

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

::

	fake.rgb_css_color()
	# u'rgb(97,160,51)'

	fake.color_name()
	# u'Brown'

	fake.rgb_color()
	# u'247,242,107'

	fake.safe_hex_color()
	# u'#ff7700'

	fake.safe_color_name()
	# u'olive'

	fake.hex_color()
	# u'#4219f6'

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

::

	fake.company()
	# u'Price-Gonzales'

	fake.company_suffix()
	# u'Ltd'

	fake.catch_phrase()
	# u'Ergonomic modular groupware'

	fake.bs()
	# u're-contextualize interactive markets'

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'Maestro\nBrent Haynes\n675963303853 05/23\nCVV: 604\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'GRC'

	fake.currency_code()
	# 'ZMW'

	fake.currency_name()
	# 'Lesotho loti'

	fake.cryptocurrency_name()
	# 'Monero'

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

	fake.currency()
	# ('BAM', 'Bosnia and Herzegovina convertible mark')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 8, 24, 21, 47, 49)

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

	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, 7, 5, 21, 25, 39)

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

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 4, 3, 25, 37)

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

	fake.day_of_week()
	# u'\u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2017, 7, 5, 17, 40, 37)

	fake.date_between(start_date="-30y", end_date="today")
	# datetime.date(1996, 9, 20)

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2001, 11, 11, 20, 15, 53)

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

	fake.am_pm()
	# u'\u0645'

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

	fake.date_object(end_datetime=None)
	# datetime.date(1990, 6, 27)

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

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '2016-09-06T21:59:59'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2012, 2, 3)

	fake.month()
	# '11'

	fake.year()
	# '1996'

	fake.day_of_month()
	# '11'

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

	fake.timezone()
	# u'\u0623\u0645\u0631\u064a\u0643\u0627/\u063a\u064a\u0627\u0646\u0627'

	fake.century()
	# u'\u0627\u0644\u0631\u0627\u0628\u0639'

	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
	# datetime.date(1954, 1, 14)

	fake.time_object(end_datetime=None)
	# datetime.time(15, 49, 18)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 8, 13, 23, 57)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(1988, 9, 2, 12, 51, 25)

	fake.time(pattern="%H:%M:%S", end_datetime=None)
	# '17:30:33'

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

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 7, 28, 0, 12, 36)

	fake.month_name()
	# u'\u0623\u0643\u062a\u0648\u0628\u0631'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(1118, 2, 5, 15, 40, 6)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(919, 18590)

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

::

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

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

	fake.file_path(depth=1, category=None, extension=None)
	# u'/assumenda/nobis.numbers'

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

	fake.file_name(category=None, extension=None)
	# u'eos.mov'

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

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

::

	fake.ascii_free_email(*args, **kwargs)
	# 'dale72@gmail.com'

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

	fake.tld()
	# u'com'

	fake.email(*args, **kwargs)
	# u'kenneth78@gmail.com'

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

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

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

	fake.uri_extension()
	# u'.html'

	fake.uri_page()
	# u'author'

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

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

	fake.ascii_email(*args, **kwargs)
	# 'hinesmichelle@thomas-james.com'

	fake.ipv4_network_class()
	# u'b'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'brooke42@jones.com'

	fake.domain_name(*args, **kwargs)
	# u'rodgers-thomas.com'

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

	fake.domain_word(*args, **kwargs)
	# u'diaz-obrien'

	fake.slug(*args, **kwargs)
	# u'incidunt-voluptate'

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

	fake.company_email(*args, **kwargs)
	# u'ithomas@martinez.org'

	fake.uri()
	# u'http://www.carpenter.info/main/search/'

	fake.ipv6(network=False)
	# '4c10:e1d7:b3d1:95ac:bcf8:7fc8:56c1:3ce5'

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

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

	fake.mac_address()
	# u'f3:68:d2:e8:6d:07'

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

::

	fake.isbn10(separator="-")
	# u'1-141-08930-0'

	fake.isbn13(separator="-")
	# u'978-0-660-31839-4'

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

::

	fake.job()
	# 'Arts administrator'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Error sequi nemo dolorem. Eius a dolore aperiam qui fuga. Eligendi quae facilis eveniet quasi voluptates excepturi.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Voluptas labore vero quae. Quod repudiandae at harum enim sapiente ut. Labore odit tempora autem saepe qui debitis. In provident itaque quisquam ratione veniam quia dolore.',
	#     u'Reiciendis ipsum repudiandae voluptates totam maiores aut. Suscipit distinctio a inventore totam qui facilis.',
	#     u'Atque adipisci nesciunt exercitationem temporibus molestiae omnis. Labore quia odio voluptate praesentium. Iure exercitationem voluptate fugit repellendus dolore possimus.']

	fake.words(nb=3, ext_word_list=None)
	# [u'perspiciatis', u'praesentium', u'cum']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Officia ipsum natus voluptate.',
	#     u'Error veritatis dicta eius aliquam nulla.',
	#     u'Nihil dolore aliquam nemo ipsam.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Adipisci minima eius laudantium sint. Fugiat nesciunt similique placeat laborum reiciendis laudantium.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Molestias quos veritatis enim nisi facere deleniti repellendus.'

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

::

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

	fake.locale()
	# u'te_IN'

	fake.binary(length=1048576)
	# bytearray(b'\xb3\xd4\xf4J\xd5\x8c\x88\xcfe\xf1\x97\xa4Xy\x12\x7fT\xd2:\xf4Y\xfb\x06la\x82\xdf!:\xf7\x80\xd1\xa1\x98\x89\xf9p\x8dY\x89\x15\xf6v\x8c\xca\xf2\x15O9\xde\x00\xd8\xec\x1aU\x8f|\x11\x8e\r5w\xc1\xd8C\x90\xcf5\x87\x130\xb6\x1c4\xa0\xaa\xbd\xf1\x7f\xc6\xdbv\xef\x8d\x95\xf4\x16\xc7\xbb\x80\xa1\xd1\xdc\x0e\xf8*\xd5\xf7\xdbm\xc2\x889\xa5:?0~\xdd\xb8]\x93\x106\x95SI\xc4\x87,\x89v\x84\xc0\x9d\xe6\xe8\xfa\x97\xdd\xb9\x1d\x99\xc6\xf4\xcf\xc5r\n/#\xff\xba\x12\x85\x92\xfb\xe23%\xf4\xa9\x1d\x9c\x9e\x13\xae\xc3V\xf6\xe9>k\xaf \xd9m)U\xd0b\x17\xe1\'\xfe\xa3\xba\xfbX\xb3\x12\x1b{\x8b6\xd8\xfb\x84.\xc1:\xd2\n\\8\xce\xcc\xdc\x05\x06\xcd\xdf\x9e\xfeg\x90\x11\xfa\x98\x91{\xa6\xad\x14\xcf<_\xb6\xa0H[\xb5\xfb\x04y\rH\xe5lF\x90\x030=n3(\x17$-\xbe\xff$\x1b\x8e\xca\xb1\xc7\x1b\xfa\xc2Wm\xfcr\x94\x13\x0c\xd2xWG0\x1d#+\x06\x10\xe0\xbc\xaad\xe7\x88\x05\xb0\x84\xee\x7f\x8f\xfc(O{\xd8\xd5\x10\xf6\x92\x84F\xde;\\\xd5\xe0\x85n\xdf+\x13\xeb\xec\x84T\xbb^\xbd\x08,\xb6\x94\xa9E\x83\xa6\xc24\xb8h\x18\x8d\xe4\xee\x94@\x03\xc2\xc2\xf6\xa7\xc3%\x1d\xff\xc6ys4\xa7-*\x01\x9d3\xf9\x04\n\xf1\xady\x16yyf)a\xf1\xaf\xf6D\x94\xe4\x90\x11\x81AM8o`8\xf0\x9c\xc9T\x1f\xa1\xd3\x81\r\xd0\xacGm=E\xd3\xf5~\xe5\xd8\x91\xc4\\\xec`F\xb4\x8e\x8ej\x82>\xcc\xa3\xaa\x1e\t1\x977",v V\x0bJ\n\xb7\xdb\xdeZ\xcf\x1e\xf2y\xb8\x94{\xaf5s\x17\x14\xff\x85\xc8e\xf1h\xc7\x9d\xa2\xb1\xff\x10\xf1\xf8\x1fCu}\xee\xffu\x00\x80\xc1\x06\xe8X\xb7\xabx\xdb\xaa\xa4\xb1Z\xa2\x05\x08\xa1\xfb\n\x04eM+\x9f\xe2Did}\xacsP#\xba\xcb\x11\ti@\xd3\xb0\xa8_\xf5zj\x0f\x88\xc8\x84\xd4\x97\x06\x14\x95\xee6b\xbfG\xe1\xd3\x1d\x0e\xf2l#B\x9d\xa6\x16\xf4\xa87f\xd8\x05\xe3\xd6s\x9d;O6\x92\x1aKa\x83\xa1xIi\xa0A\xcedR?\xdc\xe2\x153\xd4w\x8fU\n\xe6\xf9\x07l/\xb4\x12w\x94\xf7\x9eDub\x0c\xaa\x9f8\x10\xf5\x05x"\xf4\x11\x15U\x15}e\x95L\xe6\xb9\x94m\xca\xacMb\xc8\xdarv8\x11\xdcq\x87\xf5n \xeb-\xfd1\x82\xaf\xc4\x9cA\xee\xc35\x02\xa7\x9b`!\xe5\xf9@\xa2\xaa8\xd7\xb7\xa1\xda\xf3\xc9\x93A\x98\xdd\x12\x98v\xf5@I\xef{\xe2\xae\xb3D\x10\xc0\x1cM J|5>\x885\x93/\x8f\x972{\xe4!Q\x7f\x8a\x85?\xfb\xc4\x85J\x8c\xef\xcd\x9eG\r\xc7\x04\xe7xY\x13\x077A\xfdD\xb4\x90\xa8e\xae\x9e\xce\xfbn\xc0\x184\xf3\xd0Qi\xab\xba\xa4\xf6R,\xed]\x97\x98\x15Zj\xae\x95\x8c\xca\xca\xcf\xa8\x94\xa6\xd3s \xfe\xfa\x12\xd1l\xdb#T\xa7Q\xa9J\xfe\xaf\xf7~\xc8ER\xd3i\xa5i\xfatbL=.f\x01\xd4\x87\xb0\xab\xa4n\x83\xc9\xca\xa5\xaf\xeeO\r\xef\x92UYU\xa1["\xf4\xde7\xc2\xb3\xe9`N\x8dS\xa8X=\x93\x9d\xaf\x80\x17\x9a\xa0\x03\xf2*0\x01]W\xa5\xae+-\xe7X0b[;\xa5t\xb9$7f\x1e\xd7\\F\xe3\x0f\x14n\x92\x99\xa0xy\x13\x89C2w\xe6\xa7\x81\xcf\xc7\x06\xa7\xfe\x1b\xa7]\x7f\xabz\xc1,\x9e\xfa\xf7\xb4\x83T\x84K\x00Q\x7fFO\xb2]\x02q\x1f\x81\xec)\xf12E1\xea\x04\xc4GD\xf0\x07\t*S\xf1\xd6X\xbb\xae\xd8\xa1\xf6\xfd&\x9c\x9c\xc6\x90\xba\x14\xe6\xd2\xe1N\xa1@_\xe3\xf1=\xf4\xad\x05\xbf\xed|\xfe\x9b\xc1y\x94\x16\x11mR*\t\x9e\xec0\xf2\x07c\xbbT\xc1Db\xf0\x03\xf1\xa1\x0f\x1f\xf4\xce\xc8q\xc95\xb8\xe2\xcc\x0e\x15;\x01\x98f94=f\xd8\xf5.\xfdsGA\x89\x85<Y\xc8\xe4j\xae\xb5\xe8\x85\x1b(u)\x1fc\x84>b9\xd7\x93A')

	fake.md5(raw_output=False)
	# '8473ef9fbb2901b3e69adf70460370a8'

	fake.sha1(raw_output=False)
	# '32aa72e9b45744757a6c9dbb83d570b7f277e406'

	fake.null_boolean()
	# None

	fake.sha256(raw_output=False)
	# '7877907c15f6273ac0d3760d19f42fee8e6b84a81cb96f998437193e4d54d1d3'

	fake.uuid4()
	# 'f863f567-d73d-597d-44a9-5d9e69907b9c'

	fake.language_code()
	# u'nl'

	fake.boolean(chance_of_getting_true=50)
	# True

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

::

	fake.last_name_male()
	# u'Stephens'

	fake.name_female()
	# u'Beverly Jennings'

	fake.prefix_male()
	# u'Mr.'

	fake.prefix()
	# u'Dr.'

	fake.name()
	# u'Raven Murphy'

	fake.suffix_female()
	# u'MD'

	fake.name_male()
	# u'Cameron Lee'

	fake.first_name()
	# u'Vanessa'

	fake.suffix_male()
	# u'Jr.'

	fake.suffix()
	# u'MD'

	fake.first_name_male()
	# u'Robert'

	fake.first_name_female()
	# u'Kayla'

	fake.last_name_female()
	# u'Gutierrez'

	fake.last_name()
	# u'Garcia'

	fake.prefix_female()
	# u'Dr.'

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

::

	fake.phone_number()
	# u'255-684-8212x869'

	fake.msisdn()
	# '9635982631943'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'7934 Sandra Parks\nStephanieshire, TX 52083-1883',
	#     'birthdate': datetime.date(1916, 12, 25),
	#     'mail': u'paulmartin@hotmail.com',
	#     'name': u'Tricia Welch',
	#     'sex': 'F',
	#     'username': u'michelle95'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'23152 Jones Trail Apt. 412\nGregoryville, ND 57219',
	#     'birthdate': datetime.date(1913, 4, 15),
	#     'blood_group': 'A-',
	#     'company': u'Morales Inc',
	#     'current_location': (Decimal('-56.5908775'), Decimal('55.330179')),
	#     'job': 'Conservation officer, nature',
	#     'mail': u'hellison@yahoo.com',
	#     'name': u'Richard Daugherty',
	#     'residence': u'0239 Bryan Turnpike\nNorth Stanley, ME 65840',
	#     'sex': 'M',
	#     'ssn': u'551-98-9906',
	#     'username': u'daniel33',
	#     'website': [   u'https://collins.com/',
	#                    u'http://mcclain.net/',
	#                    u'http://campbell.com/',
	#                    u'http://powell.com/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'mJEHFpNyLclpMvsMeysj', u'petersonthomas@hotmail.com', 8519, datetime.datetime(2009, 7, 21, 12, 34, 31), Decimal('2733320.91498'), datetime.datetime(2016, 10, 12, 1, 31, 41), u'tony66@hotmail.com', datetime.datetime(2015, 5, 16, 20, 33, 2), u'http://www.brown-bishop.com/list/tags/tags/homepage.html', datetime.datetime(2004, 9, 3, 1, 2, 22), 8149, 793220588.1, u'DwneNOVvFfpdbnQzlFlY'])

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

	fake.pystruct(count=10, *value_types)
	# (   [   u'cQpECyxdeHiRAEDsVqGj',
	#         u'WEcCGXnghiIhlhnPJlzB',
	#         2236,
	#         u'http://www.riley-vasquez.com/tags/main.htm',
	#         u'AJlEYqkihHNRmuArjzcJ',
	#         u'mark62@yahoo.com',
	#         6603,
	#         u'http://gardner.info/faq.html',
	#         u'vhernandez@gmail.com',
	#         u'DxTLJtRYOdiMcYMVoDAP'],
	#     {   u'cupiditate': datetime.datetime(1985, 8, 12, 4, 50, 16),
	#         u'dignissimos': 7309,
	#         u'enim': u'RzkdEXHHRmIorHQQcNJT',
	#         u'exercitationem': Decimal('28172.0'),
	#         u'necessitatibus': u'VeOHLMspUVSPBPoSZVvZ',
	#         u'officia': u'pzaiuxSnkiPqQFYiounl',
	#         u'soluta': u'nancyhansen@yahoo.com',
	#         u'ullam': u'http://www.casey.net/index/',
	#         u'unde': 516211703922327.0,
	#         u'veritatis': -9.145576},
	#     {   u'alias': {   1: 4180,
	#                       2: [   u'NkRbRwucnmisezWlJtFr',
	#                              88974644442844.0,
	#                              u'gMkFGfMzGThBWnqPanHR'],
	#                       3: {   1: u'eileenharris@gmail.com',
	#                              2: Decimal('410297383599'),
	#                              3: [   u'JDfeoQTrpJlYhmqqcLrt',
	#                                     u'LFfPSbvmmzjIJAVqdVpL']}},
	#         u'dignissimos': {   6: u'http://www.wood.info/wp-content/tags/posts/homepage/',
	#                             7: [   1538,
	#                                    u'NjPqudJQoQiEXuVZnFMB',
	#                                    u'jallen@gmail.com'],
	#                             8: {   6: u'yASQmKZuUqSDVbsXGXTP',
	#                                    7: u'azVhHadrbgzieoVmWtUD',
	#                                    8: [   4481,
	#                                           datetime.datetime(2005, 10, 20, 12, 21, 1)]}},
	#         u'esse': {   8: u'https://www.french.org/main/',
	#                      9: [   -34399009006.76,
	#                             u'tFSiBDCSeHFPYgMbUEqg',
	#                             u'DwPivEBfcodBcXJLXdNn'],
	#                      10: {   8: u'jonesdana@hotmail.com',
	#                              9: u'aaronnguyen@coleman-snyder.com',
	#                              10: [   752048260680644.0,
	#                                      u'jgomez@washington.info']}},
	#         u'fugit': {   0: u'KPwnebGIMffSqMOGiEpQ',
	#                       1: [6920, u'fTahzZexVdEIUIHBAWZY', 9054],
	#                       2: {   0: u'iXttZiojsAAWwniKQHHq',
	#                              1: Decimal('-9.75353443634E+13'),
	#                              2: [u'NnPnvdPNYlzgBNXpuoKj', 3259]}},
	#         u'laboriosam': {   7: Decimal('6109367.29'),
	#                            8: [   u'JBILslHiRrdNdGhmfHFH',
	#                                   645,
	#                                   -45218575.2312068],
	#                            9: {   7: u'MNGRTPNjqNNuAbiuUqlk',
	#                                   8: u'hgaaQouxVtxmABCLdyis',
	#                                   9: [   u'LWcnAGqekCAESzmWEYVr',
	#                                          u'vDeyLZBtJcJBemEWOkFD']}},
	#         u'nesciunt': {   5: 3038775185.324,
	#                          6: [   u'NHGLAgTPGCrjKoWmtgJr',
	#                                 8638,
	#                                 datetime.datetime(1974, 5, 2, 13, 59, 37)],
	#                          7: {   5: u'cbSxDBunZENKvPFwkxrg',
	#                                 6: datetime.datetime(2016, 4, 28, 5, 55, 17),
	#                                 7: [   u'PUQQsNwtqZnaprQJEvnm',
	#                                        u'JQIRYKSDqBlUwfIyVAgo']}},
	#         u'nihil': {   3: -2807128.35951,
	#                       4: [   u'https://shaffer-collins.org/posts/tag/search/faq/',
	#                              u'wWJkwNYVFhyOCVpNFlaV',
	#                              u'https://www.kerr.com/post.htm'],
	#                       5: {   3: u'pcSNoidQxAkNhHspyBIg',
	#                              4: u'ZujrMAkPiuMmZHsVfmTu',
	#                              5: [   u'OVTEQcHNsGeOoFDQXdzb',
	#                                     u'aellis@gmail.com']}},
	#         u'perspiciatis': {   9: u'UmWtoZNPZYQvEiuTZlrn',
	#                              10: [   7762,
	#                                      403718587380.0,
	#                                      u'https://roberts-cabrera.com/tag/index.php'],
	#                              11: {   9: u'tmay@hotmail.com',
	#                                      10: u'awpnqnGoYMRWAQYumPwv',
	#                                      11: [   5441,
	#                                              Decimal('-5.86956733529E+14')]}},
	#         u'quis': {   4: Decimal('-6.46408930531E+13'),
	#                      5: [51, u'XAKYUPbOnGUjiIhsfZbj', 3560],
	#                      6: {   4: 5254,
	#                             5: u'aekAhrKiKQREjlJtzARr',
	#                             6: [-77096530.97355, u'dFfEKyFlJksXNPZaTIDp']}},
	#         u'unde': {   2: u'RAXAvrhIMGMggPtUXYtX',
	#                      3: [   u'ilCEGQrzIQnZdGGLzPqz',
	#                             u'xcoDXWUtOvKnlFYoiESc',
	#                             u'http://clark.com/post.htm'],
	#                      4: {   2: -53316586795503.0,
	#                             3: u'fostertina@miller-jones.com',
	#                             4: [   u'DZktCcxNOblokNBtfrhJ',
	#                                    u'GfhYLwhHnrRvEkwknIZW']}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'bSlbkcYXtrsBlRvqAGBH',
	#     u'https://www.hernandez.org/list/category/blog/main/',
	#     4996,
	#     u'TskmkwUvUZkfxMKoCfRw',
	#     Decimal('28993190.6'),
	#     u'fstIlugAMYcUtCRGqaLt',
	#     u'MnlGxltItizTEgeAINKM',
	#     u'QJztiiEoyDMRdcGRsxnA',
	#     3872,
	#     7537,
	#     datetime.datetime(1992, 6, 19, 6, 25, 35),
	#     u'https://www.davis-mccullough.info/',
	#     5739]

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'http://mahoney-singh.com/wp-content/blog/posts/homepage.asp',
	#     u'QnwSoySLdnzHFdGtLSZD',
	#     8619,
	#     u'http://alvarez.com/tags/tags/explore/faq.htm',
	#     Decimal('-5100916378.41'),
	#     u'https://johnson.info/',
	#     Decimal('-7.652614'),
	#     1008,
	#     u'pWMYVIqQeQFYnntPcfza',
	#     u'http://hopkins.info/category.html',
	#     u'ROpjUHlxKnweuewzWtYC')

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([datetime.datetime(2005, 5, 21, 7, 38, 36), u'XUneRXMCygKNVybdyQzF', u'weueyUuvrSRdkOGCmDCG', u'ljohnson@yahoo.com', u'mWbEZCtFpEKWSZSZxsLw', u'SbzBrRrMcQgiSjtWTSbF', u'dojjQPovDGIUgZXoecQe', 9215])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'autem': u'zvSToEmBnDWHNzebRftB',
	#     u'corporis': -39604603190.16,
	#     u'cupiditate': u'BIhvirKZWFVJMIyyWFqO',
	#     u'ipsam': u'xgarcia@gonzales-peters.com',
	#     u'molestiae': u'https://allen-barron.com/faq.htm',
	#     u'nostrum': u'http://williams.net/category/',
	#     u'quam': u'fqFnaOfNpkZIrmukqdXc',
	#     u'recusandae': u'TwJOpSovUShRgmkOfQIm',
	#     u'repellat': 891,
	#     u'voluptatem': u'BRNUBVxIYFKwdqnTKXLM'}

	fake.pyint()
	# 726

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

::

	fake.ssn(taxpayer_identification_number_type="SSN")
	# u'135-88-7495'

	fake.ein()
	# u'77-7892853'

	fake.itin()
	# u'945-98-9054'

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

::

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

	fake.firefox()
	# u'Mozilla/5.0 (Windows NT 5.01; se-NO; rv:1.9.2.20) Gecko/2016-01-08 22:06:51 Firefox/9.0'

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

	fake.opera()
	# u'Opera/9.39.(Windows NT 6.2; bo-CN) Presto/2.9.186 Version/11.00'

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

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

	fake.user_agent()
	# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/2015-04-05 04:11:40 Firefox/3.8'

	fake.linux_processor()
	# u'x86_64'

	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
	# u'Mozilla/5.0 (X11; Linux i686) AppleWebKit/5361 (KHTML, like Gecko) Chrome/33.0.841.0 Safari/5361'

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

	fake.safari()
	# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_2 rv:5.0; hsb-DE) AppleWebKit/532.45.6 (KHTML, like Gecko) Version/5.0.5 Safari/532.45.6'
