
Language nl_BE
===============

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

::

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

	fake.street_name()
	# u'Jessicabaan'

	fake.address()
	# u'Brettring 1\n4462 Haren-Tongeren'

	fake.street_address()
	# u'Catherinestraat 412'

	fake.postcode()
	# u'9890'

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

	fake.country()
	# u'Saint-Barth\xe9lemy'

	fake.province()
	# u'Namen'

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

	fake.street_suffix()
	# u'ring'

	fake.city_suffix()
	# u'Ville'

	fake.building_number()
	# u'44'

	fake.country_code()
	# u'YE'

	fake.city()
	# u'Merbes-le-Ch\xe2teau'

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

::

	fake.license_plate()
	# u'YGG-0733'

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

::

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

	fake.ean13()
	# u'1774632911896'

	fake.ean8()
	# u'33938455'

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

::

	fake.rgb_css_color()
	# u'rgb(203,29,35)'

	fake.color_name()
	# u'OrangeRed'

	fake.rgb_color()
	# u'7,171,159'

	fake.safe_hex_color()
	# u'#dd3300'

	fake.safe_color_name()
	# u'lime'

	fake.hex_color()
	# u'#7c5d5b'

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

::

	fake.company()
	# u'May PLC'

	fake.company_suffix()
	# u'Ltd'

	fake.catch_phrase()
	# u'Synchronized bifurcated core'

	fake.bs()
	# u'extend clicks-and-mortar experiences'

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'JCB 15 digit\nElizabeth Robbins\n210091434754912 11/24\nCVC: 611\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'EMC'

	fake.currency_code()
	# 'JPY'

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

::

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2013, 9, 18, 1, 46, 38)

	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
	# datetime.datetime(2006, 11, 1, 21, 18, 41)

	fake.time(pattern="%H:%M:%S")
	# '11:16:31'

	fake.date_time_ad(tzinfo=None)
	# datetime.datetime(1790, 5, 19, 21, 27, 59)

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

	fake.day_of_week()
	# 'Sunday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2010, 5, 6, 21, 19, 5)

	fake.time_object()
	# datetime.time(11, 30, 2)

	fake.iso8601(tzinfo=None)
	# '1999-07-20T22:01:44'

	fake.time_delta()
	# datetime.timedelta(16858, 22682)

	fake.am_pm()
	# 'PM'

	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
	# datetime.datetime(2017, 9, 6, 20, 17, 18)

	fake.date_object()
	# date(2007, 10, 12)

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2017, 9, 27, 11, 21, 38)

	fake.date_time(tzinfo=None)
	# datetime(1971, 5, 11, 9, 44, 26)

	fake.date(pattern="%Y-%m-%d")
	# '2001-03-27'

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

	fake.month()
	# '05'

	fake.unix_time()
	# 917166019

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2017, 9, 6, 7, 57, 20)

	fake.day_of_month()
	# '07'

	fake.year()
	# '2006'

	fake.timezone()
	# u'Pacific/Enderbury'

	fake.century()
	# u'XVI'

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

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2017, 4, 2, 10, 48, 38)

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2017, 8, 11, 8, 31, 58)

	fake.month_name()
	# 'July'

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

::

	fake.file_path(depth=1, category=None, extension=None)
	# u'/in/earum.txt'

	fake.mime_type(category=None)
	# u'multipart/form-data'

	fake.file_name(category=None, extension=None)
	# u'totam.jpeg'

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

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

::

	fake.url()
	# u'http://lane.biz/'

	fake.company_email()
	# u'michaelwhite@chambers.com'

	fake.uri()
	# u'https://davis.org/explore/about/'

	fake.domain_word(*args, **kwargs)
	# u'morgan-hernandez'

	fake.ipv4(network=False)
	# '53.243.20.130'

	fake.domain_name(levels=1)
	# u'walker.com'

	fake.tld()
	# u'com'

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

	fake.free_email()
	# u'bellkyle@hotmail.com'

	fake.slug(*args, **kwargs)
	# u'alias-eveniet-aut'

	fake.free_email_domain()
	# u'gmail.com'

	fake.uri_extension()
	# u'.asp'

	fake.ipv6(network=False)
	# '3673:dfa6:eee5:73f8:aaf2:4930:9de9:d822'

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

	fake.image_url(width=None, height=None)
	# u'http://www.lorempixel.com/12/450'

	fake.email()
	# u'fishermatthew@taylor-valenzuela.com'

	fake.uri_page()
	# u'terms'

	fake.mac_address()
	# u'4f:f4:0b:c4:3d:9e'

	fake.safe_email()
	# u'canderson@example.com'

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

::

	fake.isbn10(separator="-")
	# u'1-354-07131-X'

	fake.isbn13(separator="-")
	# u'978-0-399-47650-1'

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

::

	fake.job()
	# 'Mudlogger'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Corporis soluta dignissimos cupiditate alias aliquam. Fugit ex nesciunt architecto optio occaecati a inventore architecto. Inventore ad dolores a aspernatur qui praesentium.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Fugit in accusantium ea voluptatum quidem magni. Enim perspiciatis enim modi saepe nobis. Dolore deleniti illum iure enim quia.',
	#     u'Quibusdam ad nisi nam dicta. Accusantium vel fuga dolores a id. Aliquid nostrum neque ullam pariatur placeat quia expedita. Sunt expedita atque non fugiat in ipsam officia.',
	#     u'Quidem enim sint id nostrum enim pariatur. Tempore aperiam eaque magni beatae molestias quia enim.']

	fake.words(nb=3, ext_word_list=None)
	# [u'et', u'nulla', u'doloribus']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Mollitia veritatis velit at neque deleniti.',
	#     u'Temporibus cupiditate labore vitae iusto.',
	#     u'Blanditiis ipsa ratione recusandae cupiditate explicabo sit.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Numquam fuga hic corporis qui. Placeat voluptatum optio praesentium quidem deserunt assumenda. Error quia tempore ut eos eum ad. Deserunt quaerat vero quia facilis.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Deleniti recusandae ipsam reiciendis perferendis incidunt ducimus quae.'

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

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'3h(#nE(Q%8'

	fake.locale()
	# u'eu_ES'

	fake.binary(length=1048576)
	# bytearray(b'\xa9\xca\x07\x8a\x1c\x87d\x07\xab\xc0#}\x0eT\x89\x83\xab\xe3\xa5\xf1-\x13\xbf\xa3L]\xb3\x81\xc6\xe1x)\xc9I\xfa\x08Z\xdet!\x06\xfd\x8f\xa5\xfey\x80\x07\x89\x8aC\xdd\x03X\xd7d\x01\x81\xf4\x0c-t\x0f-s\xef\x92Z\xee]\x1a\x9e\xa3a\xa2p2\xed\xed\x9385z\xc3\xa3\xac2z\x88\xa1\xd0\xdc\xebp\xe2\x03\xf2\xde%\xbfJ\xfe7\x8c\xab\xc3L\xbd\xa2\xc4\xe4o\xfa\xe7\x97<\xe9\x85\x9a\xfd\x83\xf1\xfa\x08U#\t\x17\xa2\xb2qxq\x8fLM\x9a\xf5\xeb\xa7\xc7{\x89\x0b\xfd\xd8\xd5\xbc\xe3\x9c[\x9a\xad\xf9\x9ag:\x93\xdb\xf7\xcf\x89?\xe6U"4\xc8\xda\x86[\x15\xc0|\x8d\xb7V\xd1H7E\xe8"%\x91\x9e\x18"\x85\xf8)ReDK\xfc\x8d>Z\xde\xb8!N\xed\xac\xc5\xadJYe\xcd\'6\xe2=)r\x98\x07aH{MY\x14\xc6n\xb2L\xb1\x07\xc3E\x01\xd7\x1f\xef*|\x00\x8e\xbf\xcb#\x1f_m\x9bs&ZT\xc5\xc3[g\xf6q\xb2\xed=\x98\xe9\xfe\x9eR\xbc\xc8\x16\x1e+F\xb9\x01Q\xd8=@\x02eg\x07\x01\x19\xea\x0e\x84\x1bj\x83\x1d\x1b8\xc8u\x83\xcfp\xd9\xa0\x85\xf6\xd2Y\x17\xcc\xb2\xbam{\xe8\xff\x1a\xb7d\x9a6?\x84g\x94S\xcba\x93~\x1f\xa1\xdc\xcf\xb8\xde&G\xce\xd8\xc1\x13\xe2\xcb\x98\x97\x90\x9c>\x81It\xf9l)\xd2^"\x19E\xde\xe5e\x89\xafw\xb9\xef \xc9\xf9\xfd\xe4\x87\xd8\x13\xd6\x9b\x7fOO\xfd\x11/^\x91\xb02\xe6\xc2\xe1\xb3b9\xfd2c\xcd\x8d\xd80\xf1\xc7x\x1a\xb3\xa9\xbe\xb3\'\xc2\xd8\xcaof\xe70Sh\x9c\x8aF\x92%\x1a\xdf\x01\xbbW8>A\xbd\xa7\x83oc/2o\x8c\x92\x14\xf8\xd9s\x05\xf9\xb4\xa7\x89\xcf\xee\xe2\xc6\xe3\x91GS\xe8)\xb3\xb3N\xb7\x8d\x90\xcb\xf1Q\xad\x87p\xb6(\x92y\\\xb3\xa3\xfd\x92\x8b\x8d\xeb\x9a\xca\xccVcI\xaf\xcdC\xcc*\x98\xa8\xce\xcec\x9f\x15\x9c\xa3H\x95\xa6"q\xe8\xc9\xbe5\x80J\xfb\xea%\x83\xc6\xa6\xd7Tg\x011\xad\xfa\xae\xcc\x9a\x8b4-Q\xc5P \xc8\x11R\xa8\x85\x1e\x12\xf8J\xa0\xcf\xb0\x95*\xbf,q\x90\xaa\xc8\xd1!\xc6\xdd\xd0\x7fB\xb7\x922 q\x0b\xe9\xde=R\x96\xbc\x808)\xf9\x1a~\x9e}\xebk\x9d\x07\xe6 #A\x90\x90-\xb9\xf2\x8aC!\x80\xe6\x05\xe3\x84\xb3\xfa\xc5\x87\x96\\\xe7&\xd8\x96"\x83A:\x1d\xc7U\x8fTM\xe6\x9a\x96\xec\x03\xdb\x1d\xbb\xef\x97O\xf6+\x91\xfc\xe7\x96t\xd2 \x85^\x93$\x8aX\xbd\xcd\xe5\x04#ri\xeb\xd8/\xd2\xde?\xbf>S][\xe8\xddA\x9f6$t\xfd\x9d2\xc9?:\x8e\xc2z\xc7\x1e\x90\xf2\x9d\n\x9e\x046\x00\x17\xd1\x07>\xa3\xd7FW`K#\xeb\xd1W\xd6\xf8\x16\xc5\x8a\xff\xef|/\x92YO\x0b\xf1\xce\xba\xa6"\xa6Y\x91F+\x1a;R\xb1\xe6G\x1fU \xc2\xad\x95\xd6Xbc*\xda\xf5\xbft\xdd2\x140e\\\xd5:z\x94\x07\xaa]\xe8]`\xb5\xb5O\xea\xaa\xbd\xbf\xd6\xe0M\x0fTd\xfa\xa7\x97\x06\xae\xc7\xf1J\xc5W\x8cC\x82?\xf8q\xa3_\x7f\x03nQ.P\x03\x84\n\x01\x0b"\x1e\x9a)!\x95\xc4\xfc\x86T\xb8\x93\xa6?\xe6!L[\xb3\xc5\x83\xb0\xf3R\xf4\x95,\xa9M\xcfV\xda\x99\xab\x1d\xf3\x7f\x98\x86\xfb\xfe+\x12\xd8\x8bO3\xa7\x16,+\xc8\xd3\xbb\x12\x0b/\x9b\xdcc\xeap\xc4BK\x1e\xb8]\xa0?G\xc5%U\x9f\x1b=\x9e\x14m\x9b\xcf\x1f"\xcb\xc2\xf8\xee\x80\x01\x9cXL\xcei3\xf9\x08\xcc\xb1nIksH\x96U\xf3\xa9\xee\x86\xcccBQ\xd3\xc2d\'<U\x86T.\xcd\x01\x18\xdf\x8aK\xd1\x8f\x9d\x03\xfc\xbeV5h\xd7\xbc\xcfl\x1b\x94<w\xf9\xc5_\xee\xa9p\xacu\xa6\r\xf8\xe6y\x98+t\xdd`\xce\xfaA\xaa\xeb\xc4\x00\xe1\xc8\x17\x07$\x1a\x17\xc0\xe4B{\xf0\x819}\x12\xa2U&q\xab\xb3_lB\x07\x8co\xe1\x08\x8do\x86\xbdC\xfd\xd1\xd7\xd5\xc0J\xa9g')

	fake.md5(raw_output=False)
	# 'da2db5ff37c214543b6b9415dec925fd'

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

	fake.null_boolean()
	# True

	fake.sha256(raw_output=False)
	# '488f53a2e60f27c4bffa447cec5aee8ad7292c51f1e1548952643068d8ecee23'

	fake.uuid4()
	# '2e2af3ff-5db1-1c21-f71d-36adb7c382cd'

	fake.language_code()
	# u'ml'

	fake.boolean(chance_of_getting_true=50)
	# False

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

::

	fake.last_name_male()
	# u'Contreras'

	fake.name_female()
	# u'Michelle Campbell'

	fake.prefix_male()
	# u'Mr.'

	fake.prefix()
	# u'Ms.'

	fake.name()
	# u'Kurt Flores'

	fake.suffix_female()
	# u'DVM'

	fake.name_male()
	# u'Gregory Meyer'

	fake.first_name()
	# u'Andrea'

	fake.suffix_male()
	# u'MD'

	fake.suffix()
	# u'DDS'

	fake.first_name_male()
	# u'James'

	fake.first_name_female()
	# u'Melissa'

	fake.last_name_female()
	# u'Neal'

	fake.last_name()
	# u'Hammond'

	fake.prefix_female()
	# u'Dr.'

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

::

	fake.phone_number()
	# u'+32233-495804'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'Monicabaan 2\n6396 Bagimont',
	#     'birthdate': '1984-11-16',
	#     'mail': u'kingsierra@yahoo.com',
	#     'name': u'James Wilson',
	#     'sex': 'M',
	#     'username': u'heatherwhitney'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'Raymondpad 3\n4608\nLendelede',
	#     'birthdate': '1979-04-22',
	#     'blood_group': '0-',
	#     'company': u'Lewis LLC',
	#     'current_location': (Decimal('-0.1351995'), Decimal('-177.726136')),
	#     'job': 'Accountant, chartered certified',
	#     'mail': u'gordonjade@gmail.com',
	#     'name': u'Jack Taylor',
	#     'residence': u'Annaring 1\n4494 Bierges',
	#     'sex': 'M',
	#     'ssn': u'83091586209',
	#     'username': u'stewartjessica',
	#     'website': [u'https://arnold.com/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   4960,
	#     3429,
	#     u'MHVMugqGyRsFlPZOdOpH',
	#     7824,
	#     u'QIlfJavsYkwFMHpsamhU',
	#     -3091811492503.1,
	#     u'zbuDUdPLwAYMaFbwSFuD',
	#     u'http://moses.com/post.asp',
	#     u'townsendkelly@gmail.com',
	#     u'sanchezdiane@hotmail.com',
	#     u'RtscRWzylNHLMbXHvYYn')

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

	fake.pystruct(count=10, *value_types)
	# (   [   u'hmason@blackburn.biz',
	#         Decimal('-5.84422047949E+13'),
	#         u'veBdGaSJdkQTUhHgwcbp',
	#         u'karen50@yahoo.com',
	#         -188930017292.5,
	#         u'djoseph@hotmail.com',
	#         u'martinshawn@gray.com',
	#         u'http://www.stanley-rivera.com/',
	#         u'gonzalezalyssa@yahoo.com',
	#         5402],
	#     {   u'dolorem': datetime(2014, 8, 21, 13, 40, 19),
	#         u'officiis': u'jon26@murphy-petersen.com',
	#         u'quas': 7550,
	#         u'quia': u'EZrxUWaDThnVKukJwjEz',
	#         u'quisquam': u'zavalajames@yahoo.com',
	#         u'rerum': u'https://www.jackson-cain.com/blog/category/wp-content/index/',
	#         u'tempore': 9154,
	#         u'voluptate': 200337108508.1,
	#         u'voluptates': 8736},
	#     {   u'alias': {   2: u'sPQlyTAVhkszbfzyNKPQ',
	#                       3: [   u'timothywebb@yahoo.com',
	#                              datetime(1980, 6, 21, 17, 7, 49),
	#                              6275717.0],
	#                       4: {   2: u'ENStLWCIhIKvLkfpgMES',
	#                              3: 6.415223003,
	#                              4: [5170, u'UguoOMRgHQxxYWACAgHW']}},
	#         u'aspernatur': {   8: 9895,
	#                            9: [   u'QSmDFWfMrrfvHpGGptSU',
	#                                   u'tosazpHAUEOegpiRNvjI',
	#                                   u'DxiRFlyLCYSauljPcpNQ'],
	#                            10: {   8: datetime(1987, 4, 14, 6, 39, 41),
	#                                    9: 3404,
	#                                    10: [   u'DQufdlWrLBhfyPRxrKlT',
	#                                            -24816199542.0]}},
	#         u'error': {   4: 3674,
	#                       5: [   u'BTnpdZlFkOyNKBFjXCmv',
	#                              -16725267300.0,
	#                              u'https://www.mitchell.com/posts/posts/about.html'],
	#                       6: {   4: u'CnbHUJRemGwRsqZFCNQp',
	#                              5: 4415,
	#                              6: [   u'http://williams-cook.net/wp-content/posts/privacy.asp',
	#                                     u'nHbfvDTqCrQugmDCLTNp']}},
	#         u'impedit': {   9: u'http://www.marquez.com/search.html',
	#                         10: [   datetime(1992, 4, 10, 23, 19, 53),
	#                                 u'urlFjRHQzDguBeOEcVwk',
	#                                 9021],
	#                         11: {   9: Decimal('-5.53929049396E+13'),
	#                                 10: datetime(1975, 2, 6, 12, 56, 51),
	#                                 11: [   u'xnNzkGIgkvKCqBGGXYKT',
	#                                         u'shannongonzales@williams.net']}},
	#         u'ipsam': {   5: 7689,
	#                       6: [   u'kevinperez@bass.biz',
	#                              7634,
	#                              u'OSuCrldKDmBfWPIpvAjZ'],
	#                       7: {   5: Decimal('0.955'),
	#                              6: Decimal('-740000.58059'),
	#                              7: [   u'gqtOboYEjOHloXDYLjwm',
	#                                     u'mxyhnoLasxsmxIQceOOE']}},
	#         u'libero': {   3: u'andrew54@rodriguez.com',
	#                        4: [   u'alyssabarr@gmail.com',
	#                               u'lJdGRuNYwhpOylRBfOAp',
	#                               2737],
	#                        5: {   3: u'ZvIAxXJZsGYilHsvECeE',
	#                               4: -1275130.549167,
	#                               5: [9847, 6125211249115.4]}},
	#         u'officiis': {   6: 5559,
	#                          7: [   u'qbzhBaDfPsXWZfCZanbB',
	#                                 6566,
	#                                 u'https://www.stephens.org/post/'],
	#                          8: {   6: u'BYWpuOWwfWvYUiGJaAHi',
	#                                 7: u'mdTPWDnVnXodDcPcQzlb',
	#                                 8: [   u'fWkGNHIhsiCOOpSMVuZn',
	#                                        u'cclark@yahoo.com']}},
	#         u'perspiciatis': {   7: Decimal('600083282872'),
	#                              8: [   u'vpqXEqrJPRwYFLXKZSmy',
	#                                     datetime(2013, 2, 2, 8, 56, 26),
	#                                     9733],
	#                              9: {   7: 1258,
	#                                     8: datetime(2010, 8, 7, 9, 1, 28),
	#                                     9: [   -299201570161.0,
	#                                            u'iDdNEipHqByNfCelDOWM']}},
	#         u'quia': {   1: Decimal('8.6734'),
	#                      2: [   8409,
	#                             datetime(2007, 4, 4, 23, 35, 45),
	#                             Decimal('984057956.114')],
	#                      3: {   1: u'http://rivera-adams.com/',
	#                             2: 5439,
	#                             3: [u'michellewilliams@cook.com', 9921]}},
	#         u'repellendus': {   0: u'nathan63@gmail.com',
	#                             1: [   5981.71453238463,
	#                                    -77320883306.5,
	#                                    u'SftRppYSAdgbKXtFCBnR'],
	#                             2: {   0: u'REAZHtkHcfRdZJLlLoJj',
	#                                    1: u'smithchristian@gmail.com',
	#                                    2: [   u'cQXKWktaAOVXTQSeJbWI',
	#                                           u'KwHpkCJfINnDWIoZPrgW']}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'cORSlZWAoDlvTeZCBeZT',
	#     -40102696196661.0,
	#     Decimal('-78743825329.6'),
	#     u'http://vincent.com/categories/register/',
	#     u'XwLPKdLhYcyBFdeDtMdW',
	#     u'https://pineda.com/',
	#     u'WukOEyRFlhPkwdAjkxQB']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   1568,
	#     -3165688150234.0,
	#     u'http://clark-pena.com/login.html',
	#     u'KatCoLFvKRWpufTaAJev',
	#     u'https://white.com/posts/app/posts/search.php',
	#     datetime(2006, 6, 15, 22, 58, 12),
	#     u'CiVoRkHNWbpBKIxvjPPe',
	#     u'zfKOFeTlpxYoyVJnhXKb',
	#     u'jqFsMSFLUCGUuXAxClef',
	#     u'RDcXVLYiuwbEKRTIGyky',
	#     9526)

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'jonathanberger@hotmail.com', u'SIlnmLExWwmXsqkVSiLH', datetime(1994, 1, 11, 15, 21, 58), u'OwWbBoPbpPtemdrymaba', Decimal('-2.41096778782E+12'), -5381145774.6678, Decimal('-5.44146558069E+12'), u'https://howell.biz/tag/home/'])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'deserunt': u'http://ramos.net/',
	#     u'error': -63782032.165,
	#     u'fugiat': u'oFrZPEynsYQlvOnLmNRt',
	#     u'illo': u'MbOeuDFKOOmrKRqWWaXI',
	#     u'iure': u'BzlGouDDvsYttfjleqca',
	#     u'magni': datetime(1981, 3, 3, 15, 55, 56),
	#     u'nostrum': -617971484401.41,
	#     u'optio': 5543,
	#     u'possimus': u'reginadaugherty@yahoo.com',
	#     u'quae': datetime(2016, 10, 31, 21, 12, 48),
	#     u'quia': u'NyKDtQkEFIZpeAuoXfVT',
	#     u'repellat': u'cqvukbtnOskbVmjuEYIx',
	#     u'sed': 1487,
	#     u'unde': u'rrjSJAqqgCHvozpXHvCS'}

	fake.pyint()
	# 127

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

::

	fake.ssn()
	# u'78012354324'

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

::

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

	fake.firefox()
	# u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_4; rv:1.9.5.20) Gecko/2017-05-05 15:05:16 Firefox/7.0'

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

	fake.opera()
	# u'Opera/8.43.(Windows CE; iw-IL) Presto/2.9.169 Version/12.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.1; Trident/3.0)'

	fake.user_agent()
	# u'Opera/8.80.(X11; Linux x86_64; csb-PL) Presto/2.9.163 Version/12.00'

	fake.chrome()
	# u'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/5362 (KHTML, like Gecko) Chrome/15.0.834.0 Safari/5362'

	fake.linux_processor()
	# u'i686'

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

	fake.safari()
	# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_4 rv:6.0; br-FR) AppleWebKit/533.33.4 (KHTML, like Gecko) Version/4.1 Safari/533.33.4'
