
Language nl_NL
===============

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

::

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

	fake.street_name()
	# u'Felinestraat'

	fake.address()
	# u'Rowanbaan 67\n6770 XB\nWaalre'

	fake.street_address()
	# u'Elisasteeg 986'

	fake.postcode()
	# u'7240 TL'

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

	fake.country()
	# u'Tsjaad'

	fake.province()
	# u'Noord-Brabant'

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

	fake.street_suffix()
	# u'steeg'

	fake.city_suffix()
	# u'Ville'

	fake.building_number()
	# u'70'

	fake.country_code()
	# u'IN'

	fake.city()
	# u'Oost-Souburg'

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

::

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

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

::

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

	fake.ean13()
	# u'1271607863254'

	fake.ean8()
	# u'05520039'

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

::

	fake.rgb_css_color()
	# u'rgb(177,3,250)'

	fake.color_name()
	# u'Silver'

	fake.rgb_color()
	# u'138,84,196'

	fake.safe_hex_color()
	# u'#880000'

	fake.safe_color_name()
	# u'gray'

	fake.hex_color()
	# u'#10c4a9'

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

::

	fake.company()
	# u'Hazenveld-Mens'

	fake.company_suffix()
	# u'LLC'

	fake.catch_phrase()
	# u'Object-based human-resource project'

	fake.bs()
	# u'target real-time supply-chains'

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

::

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

	fake.credit_card_provider(card_type=None)
	# u'Diners Club / Carte Blanche'

	fake.credit_card_full(card_type=None)
	# u'JCB 16 digit\nBeau de Grote\n3096103073205297 05/21\nCVC: 650\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'XPM'

	fake.currency_code()
	# 'XOF'

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

::

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2010, 12, 1, 0, 14, 35)

	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
	# datetime.datetime(1999, 5, 6, 10, 58, 48)

	fake.time(pattern="%H:%M:%S")
	# '01:30:14'

	fake.date_time_ad(tzinfo=None)
	# datetime.datetime(1226, 6, 19, 9, 17, 43)

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

	fake.day_of_week()
	# 'Sunday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2015, 5, 5, 8, 0, 21)

	fake.time_object()
	# datetime.time(4, 8, 23)

	fake.iso8601(tzinfo=None)
	# '2014-03-18T14:22:24'

	fake.time_delta()
	# datetime.timedelta(11642, 29078)

	fake.am_pm()
	# 'PM'

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

	fake.date_object()
	# date(1970, 12, 14)

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2017, 9, 25, 0, 29, 1)

	fake.date_time(tzinfo=None)
	# datetime(1981, 1, 25, 9, 5, 53)

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

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

	fake.month()
	# '09'

	fake.unix_time()
	# 1380566672

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2017, 9, 5, 21, 19, 36)

	fake.day_of_month()
	# '28'

	fake.year()
	# '2000'

	fake.timezone()
	# u'America/Paramaribo'

	fake.century()
	# u'II'

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

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2017, 5, 6, 15, 22, 28)

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2017, 8, 30, 5, 52, 52)

	fake.month_name()
	# 'December'

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

::

	fake.file_path(depth=1, category=None, extension=None)
	# u'/eum/suscipit.webm'

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

	fake.file_name(category=None, extension=None)
	# u'tenetur.avi'

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

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

::

	fake.url()
	# u'http://lafleur.org/'

	fake.company_email()
	# u'pottersmirthe@verschuere.com'

	fake.uri()
	# u'https://www.waltrade.com/app/home/'

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

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

	fake.domain_name(levels=1)
	# u'le.net'

	fake.tld()
	# u'com'

	fake.uri_path(deep=None)
	# u'wp-content/wp-content/list'

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

	fake.slug(*args, **kwargs)
	# u'pariatur-officiis'

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

	fake.uri_extension()
	# u'.htm'

	fake.ipv6(network=False)
	# '301b:c0f4:e44e:1c88:9947:b505:284:6aa7'

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

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

	fake.email()
	# u'hpasschiers@van.net'

	fake.uri_page()
	# u'register'

	fake.mac_address()
	# u'11:3c:39:ac:7b:8c'

	fake.safe_email()
	# u'van-arkelarie@example.org'

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

::

	fake.isbn10(separator="-")
	# u'1-82610-560-3'

	fake.isbn13(separator="-")
	# u'978-1-168-26362-9'

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

::

	fake.job()
	# 'Journalist, newspaper'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Corporis soluta voluptas ab in sint. Modi illo mollitia officiis nam. Corrupti facere inventore fuga unde.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Incidunt mollitia deserunt ipsa laboriosam amet nostrum. Ex animi ab qui architecto culpa blanditiis.',
	#     u'Quibusdam saepe consequatur quaerat at numquam optio id minus. Omnis pariatur ratione rem sequi tenetur. Cum unde illo alias quam sapiente libero voluptatibus tempora.',
	#     u'Nesciunt commodi ab laudantium quae. Dolore voluptates suscipit recusandae. Debitis delectus nam labore esse saepe magnam consequuntur.']

	fake.words(nb=3, ext_word_list=None)
	# [u'quaerat', u'illum', u'earum']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Corrupti illum laborum totam iure incidunt.',
	#     u'Ducimus voluptate facilis non odio unde quos ipsum accusantium.',
	#     u'Optio placeat eos architecto aliquid cum.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Illo et nesciunt aliquam repudiandae provident eaque ipsa. Molestiae hic sequi sapiente repellat eligendi.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Numquam accusantium at doloribus molestias commodi.'

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

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'xrfLM$t!*9'

	fake.locale()
	# u'kk_KZ'

	fake.binary(length=1048576)
	# bytearray(b'A,\xff\t\x1c\xc6\xb7\x96\x91t5\xdc\xac\xb4x\x96\x98\x17\xb9\x8f\xa4\xe8\xb36\xd7\nq;p\xce\xaf;V2\x9bG\x16s\xc8}\x89\xcf\x16\xe2#\xd6\xdf{\xc3\xfb\x81\x7f6\x81W\xd6\xb7\xa73\x08t\xd5!\x1b\xf6\xd6qA\xd1F\xfa]\xf8)\xff)\x87j\xdd\xe4,nBcf\x97p\x10\x98\xe4v\xf5\xe1\xf9\xb6\x95y\t\xceE\xaa\xe4\x9b\xb1\x9a\xb7\x07\x1b\x00\x1b\xceZ\x1fw5\xf7\x8b\xc3\x9e\xb4\xdd\xaf\xb8\xa3D\x90^\xf3\x8a\xdf\xc7\tg\xa14\xfaE\xa2\xe2;\x01\\\xcb\x02\x93\xd0\xce\xcd4I\xddr\xbc\xc3"\x086\x15\xfc!\xac\xce\xd0\xa2Um2nN\xccf\xddR,\xfd\x0bZE\xce(\x9e\xf7\xd9\xb8\x0e\x88\x8f\x00<(6\xe1\x18\xac\x89\xea\xea\xcd\xbbG\xb6\xeb\xd3\xd4Uf\xca\xe0\xf7\xec\xdcX\x92p@\t\xd2\x07]\xbe\xcf\x82}\xcaGT\x9e\x17\xe0\xdf\xff%\x84?\x8d\xaf\xa1\xccE\x81,\x13[8A\x160\xa5(=\xf1\xd0z\xd75\xb9\xf8\xe02\xcb\x90\x92\xdd\x0e\x19\x13\xbe\x04\x8f\xa7\xfd\x96ZG\x0c\xcdQnU7 \xddM\x95\xc7*\x9b\x97\xd1a|\xfb\x82\xe0\xdby\x9az\x1f\x06\x1b\xf9\xa6\x04\xba\xb3I\xca\x90d7,\x0c\xf0\x01\x8c|\xe4$\xa33\xd0\xd0\xc8\xfe\xe72\xb2\x86 ,\x0f\xfe\xf2-\xd4\xb5.\xd3\xf9\xb7\xa0\xb7\xf0\xd2>\xa9v2VS\x03\xe0\x1e\x88\xc0&a\xcfN\xa1E\xda\x17Ph\x08\x8f\x1fS\xf8"\x96\xcf\xca\r\x9f\xa4PF\xe9\xa7X\x9c\xc1\x86\xa4{ ~\xce\x81\x18Y];\xbfX\xf0\xff6:H\xccv?f\xcf\xffXU\x110e\x9b\x7fP\xf3\xc8\x10\x96\x80\x05\xba\xfa\xcf\xc8\xed\xe5Q(\xaevg\xc0\x8e\xb2K\xcb\xa5\x8e\x01\xba{5\x16UM\x80/&U\xfb;\x08\xbb_\xdaz\xd8\xee\x9d\xa2+9\x95\xd4\x8dT8\xf6\xe3Za\xd2yg\x8aB\xbe\xdc\x97va+\x9d\xa2\x1fN\xce\xee\x07K\xaf\xc4{\x96\x99\xb7\xc2\xd2:\x8f4_=D\xfc\xc4P")\xdc\x14d\xbc\t\xc8K\xe9\t\xbb\x0b\xbe\\*\xed\xf0\xc7nf\xe07\x1b%\xecBp#\x04\x04^\xdf\xf28EV+\xc7\x8ec\xbc\x9a\xb1c\xb9_f\xee6\xa8\xdf\x17\xa6\x1e}NT+\xa6*\xaf@;D\xf2\x92\xb3\x9d\xafQ\x83D\r\xd4\xca\xca\x90t\xb0\x1f\x86\x02AI08\x1e\xa1\xb4P\xd36\x84\xca\xfd5#\xcd\xfc~\r\x85\xcd\tHu\x9a\xaf\x96\xe7C<\xba=h\xa8\xa60a\xfa^\xd7\xc11\x8b\xcbe\xc5\xc2\x06\xb54]\xb9i\x90\xd0\x05\x8c\x91\x1en\x11\x02\xa5\x9f\x84V\xdd\x054:\xc3\xfc;\xab\xe4M\x8f}\xb2\xb9\xc4]q\x80\x088\xcf\\NX5\x90\x14\n\x06\x97\xa8\x93\x93&R\xc8\xc6V\xbbL\xea\xc2\\\x06e\x14q\x9e\xa3\x99\xc6\xcf\x88\x0f\'\x95=\xa7nK\xb6\x03\x97\x0f iJ}"\xeau~C\xa0\x8d:\x9dVE\x1b&\x90\xb4\xe0\x8e\x15\xdb\x9b\xff9\xd268\x95\x8c\xd5\xcf\xa3\xd1\xe6v\xea\xa30\xdc\x01>\xdc\t\xaad%\xc2\x15N\x03\x95\xeaod\x1a\xe9\x07\n\x9b\xe7{?\xfc\x10\xfa\xa48\xc3\xb8\xdbN\xf5vd\xee\x0cnQ%\x8a\xdb\x9b\x03\xbd\x89\xaa\x98\xe3`\xb6\x99JX\xa5\xe3\x1a\x1eM\xa3\x85\xfbm$\xa6j6&\xed\xf1\xa7\xf3\x11\xbb\x8d\xa2\x9a\xc5\xb7~\xb6\tP\x1a\x01\x07he\xd0\xf6\x19;t-\xc7\xfe\x7f\xc6\xea\x1e\xcd,WBK\n21\x17\xee\r\xacD\x91u\xc2\xb6\x0ey\xd8\xeb\\\xf9F\xde&\x89\xa5\xaew&\xc4\xba\x19\x90\xd2\x7ff\x85\xa1,\xc1\xad(^nJ\xf3\xbf\xad\xb8i.n\x84J\xcck\xd3\xc0Y4\xbf\xd3`]+F\xb1.\xc1(\xe8\xb1\xd3\xb9\x95\xfe7\xea\xa73\xb2+J\xa2YE\xe2\xde\x895t\x8f\x17\xf6\xcf\x8a\xe1\xc5\x88\xc8\x83I\xd8&\xf3\xd3\rH\x0c4g\x07\xceWT\x05\'3n`daK{X\x80\xd3\xbfn\n\x9c\xa0"\x87\xa6K\x08\xe1\xd0\xf1\xb3{\xd9\xf5\xbf\xe9\x91\x82\xf3a\x8bD=\x81\x12\xcc\xd2y')

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

	fake.sha1(raw_output=False)
	# '3ca3c97ccfca779dffcfecbd624edb4ad89b66fc'

	fake.null_boolean()
	# False

	fake.sha256(raw_output=False)
	# '240a1bb5ec7af0058d6c6a9f8ab49c6a1e157266fecc6b241b8bd7eae99f0f8e'

	fake.uuid4()
	# '475e7222-4dc5-126a-f56e-d45af87b9cda'

	fake.language_code()
	# u'se'

	fake.boolean(chance_of_getting_true=50)
	# True

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

::

	fake.last_name_male()
	# u'Maas'

	fake.name_female()
	# u'Lynn Billung-Goudriaan'

	fake.prefix_male()
	# ''

	fake.prefix()
	# ''

	fake.name()
	# u'Nick Ansems'

	fake.suffix_female()
	# ''

	fake.name_male()
	# u'Dylano Loep'

	fake.first_name()
	# u'Stef'

	fake.suffix_male()
	# ''

	fake.suffix()
	# ''

	fake.first_name_male()
	# u'Youssef'

	fake.first_name_female()
	# u'Dewi'

	fake.last_name_female()
	# u'Hendricks'

	fake.last_name()
	# u'Nek'

	fake.prefix_female()
	# ''

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

::

	fake.phone_number()
	# u'(046)-2669146'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'Sanderboulevard 07\n5449WF\nTeerns',
	#     'birthdate': '1984-04-03',
	#     'mail': u'cvan-veen@gmail.com',
	#     'name': u'Lenn van Riet-van Saksen',
	#     'sex': 'F',
	#     'username': u'jde-hoogh'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'Fleursteeg 31\n7676 SJ\nWintelre',
	#     'birthdate': '2007-04-12',
	#     'blood_group': '0+',
	#     'company': u'van der Schuijt, Boudewijns and Kunen',
	#     'current_location': (Decimal('-63.5091275'), Decimal('-82.097136')),
	#     'job': 'Therapist, speech and language',
	#     'mail': u'furdanikki@yahoo.com',
	#     'name': u'Elisabeth van Voorhout',
	#     'residence': u'Sethboulevard 1\n8423 RM\nHuissen',
	#     'sex': 'M',
	#     'ssn': u'548739262',
	#     'username': u'ecrinbutselaar',
	#     'website': [   u'http://van.info/',
	#                    u'https://van.com/',
	#                    u'http://www.van.com/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'http://weylant-haack.com/about.php',
	#     u'luke84@van.com',
	#     7360,
	#     u'wcYkIhkUpzZnWFaINXDB',
	#     u'CSziRlzpxbHRZMFusIxf',
	#     u'DQABzMEnKavCIUrulnqV',
	#     u'LppOkRYqTCwRSWmtAwax',
	#     u'miGlrdMUdmDUATBWDcWp']

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

	fake.pystruct(count=10, *value_types)
	# (   [   u'WMPPfpIkRhdfeMouhvpF',
	#         u'ischenk@van.com',
	#         u'zuNiikmfDNZWYmYqKuZO',
	#         u'LmqTHPrUTnVKiETWVDln',
	#         4337,
	#         u'http://www.neuzerling.com/blog/main/wp-content/category.jsp',
	#         u'jake77@rijntjes-pasman.com',
	#         u'http://van.com/main.htm',
	#         4698,
	#         u'oxaEOkYHpEXIBdIWzNJr'],
	#     {   u'culpa': datetime(1984, 12, 5, 22, 42, 48),
	#         u'dolorum': 6809,
	#         u'eos': u'julie84@yahoo.com',
	#         u'ipsam': u'ZtjHuBbkezvhrEzzzEiP',
	#         u'ipsum': u'CSSebXqLfChjNmxVQzad',
	#         u'laboriosam': 8996,
	#         u'pariatur': u'DSMvWNBRqQuiIDFINphq',
	#         u'perspiciatis': 4990,
	#         u'quaerat': 1720,
	#         u'voluptatum': 4464},
	#     {   u'autem': {   3: u'nyzltcVCbztLLPmoigPI',
	#                       4: [   u'PvoSHeMTANWlpEltnTnJ',
	#                              u'TJrWFiCrhCYBiLTpFzSg',
	#                              4183],
	#                       5: {   3: 84459665.877334,
	#                              4: Decimal('1744197.6482'),
	#                              5: [48212448286157.0, u'wdRtOqOVbABxyZOEHxAi']}},
	#         u'beatae': {   8: u'https://www.cammel.com/blog/tags/category/',
	#                        9: [   u'DRYruoMKNdtpkMmRHbmH',
	#                               u'ecrinscherms@yahoo.com',
	#                               u'UdSCtYPHBMjRwWSmvBNJ'],
	#                        10: {   8: 5240,
	#                                9: datetime(1998, 11, 29, 13, 16, 20),
	#                                10: [u'lQsbNPylHmjrxWRCHbRj', 2121]}},
	#         u'distinctio': {   9: u'dani06@van.com',
	#                            10: [   Decimal('-4.33518442046E+12'),
	#                                    Decimal('-49.1'),
	#                                    7915],
	#                            11: {   9: u'DLBnQwzUtNOKDfmMjzrp',
	#                                    10: datetime(1997, 1, 20, 5, 23, 13),
	#                                    11: [1650, Decimal('20331777.2365')]}},
	#         u'dolorem': {   6: 7090,
	#                         7: [   8240,
	#                                u'http://waltrade.org/tags/categories/privacy.jsp',
	#                                datetime(1982, 4, 5, 15, 49, 6)],
	#                         8: {   6: u'QaGcvgFEalFBASPtglPJ',
	#                                7: u'IdvCvKGAPskfjEiIyxSJ',
	#                                8: [   u'oZyjwWAcFhcctfjXnTSh',
	#                                       datetime(2006, 10, 1, 0, 56, 39)]}},
	#         u'inventore': {   0: u'zakaria16@gmail.com',
	#                           1: [-702333040821.0, 5472, Decimal('2665802.265')],
	#                           2: {   0: u'NalBRnFpwLiHrMFGYJYA',
	#                                  1: u'TmXJAfDxlUsPnKpSibjB',
	#                                  2: [3966, Decimal('2580707.623')]}},
	#         u'laudantium': {   4: u'OvmJifSwavEsfjYvexZQ',
	#                            5: [   Decimal('-8.93324420158E+14'),
	#                                   datetime(1977, 1, 30, 10, 13, 59),
	#                                   u'eHtptLchnRWghlyIeaDl'],
	#                            6: {   4: u'OwJgdvebYDOgTZosGHuK',
	#                                   5: u'http://de.biz/app/posts/blog/category.php',
	#                                   6: [   u'YNpHdgHooQIXswyWWPJT',
	#                                          datetime(1984, 3, 31, 5, 39, 57)]}},
	#         u'omnis': {   2: u'NJPYzoCpURSaLATWkhhU',
	#                       3: [5117, 9907, u'nylKOyZZgmrRJMTGFfnt'],
	#                       4: {   2: Decimal('1.27747861986E+12'),
	#                              3: Decimal('-83639.548107'),
	#                              4: [   u'YqXLIMGeogwJDwXfOapJ',
	#                                     u'finnvan-bergen@hotmail.com']}},
	#         u'quasi': {   1: 4449,
	#                       2: [   u'qxAmoPxQhGbacfyTFlhv',
	#                              u'MJgQMHkwdpDEjrcGkNPp',
	#                              961],
	#                       3: {   1: u'LujKOKHnvuaHpJoDguwr',
	#                              2: u'OwrhTSiNJatcobeCEDHF',
	#                              3: [   u'loekcornelisse@yahoo.com',
	#                                     u'UkdvSZLoZJkiPeiGYMry']}},
	#         u'quos': {   7: u'znvueQXkQdnARYceZMaz',
	#                      8: [   u'https://www.van.com/register/',
	#                             u'WmdlSCvCkRjhIssTxDKX',
	#                             Decimal('69080757884.7')],
	#                      9: {   7: -47205048261.49,
	#                             8: u'http://haring-mathieu.info/terms/',
	#                             9: [   u'FlbAGrftRLENgjnxKTiU',
	#                                    u'QHPrtJEjNiWqTiIkHkdQ']}},
	#         u'tenetur': {   5: u'upieters@draaisma-van.info',
	#                         6: [   datetime(1992, 6, 2, 16, 28, 27),
	#                                8449052002.0,
	#                                datetime(1999, 2, 4, 7, 49)],
	#                         7: {   5: 1218,
	#                                6: u'NZlnxyHonQOnnyUGcVFu',
	#                                7: [   u'UeYmMWPHEDwcgCVWhFYb',
	#                                       u'van-berkumyoussef@hotmail.com']}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'NwNUgBqUhSduMFDzmswW',
	#     u'jZcwxDpjcHLOGQSDOiDV',
	#     u'rluLmdzFhbkyyAUYbWWN',
	#     u'de-bruinzakaria@gmail.com',
	#     6886,
	#     u'PGEoaNfyjQINALdzRNYF',
	#     u'byhCANrOmpojqEjGfGfl',
	#     u'van-geenennikki@gmail.com',
	#     u'http://kok-van.com/wp-content/explore/about/']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'ihendriks@stinis.com',
	#     u'dTRRkhMsKmRbgPqvZnAn',
	#     Decimal('444873.339799'),
	#     9484,
	#     Decimal('-9358.0'),
	#     3092,
	#     u'ywUpqbCOvnmDuMjUhOYX',
	#     u'hKSWMaETtbrLUcPmKURt',
	#     8734,
	#     u'DnEVylYNPxFxmngBCudZ')

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([1281, 2786, 2599, u'qjorrisen@hotmail.com', u'http://www.nedermeijer.com/login/', u'KvJSKiFOTjiRauVdWwsv', u'YHhecOUhYhYkageaWaMT', u'dhIdiMqvgShoHhxrZJno', Decimal('1295.494436')])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'ex': 1964,
	#     u'in': u'https://www.jonker.net/about.php',
	#     u'itaque': 555,
	#     u'natus': Decimal('68074408.762'),
	#     u'nulla': Decimal('-47992.25659'),
	#     u'odit': u'http://haring.net/main.jsp',
	#     u'placeat': Decimal('-8.16015397559E+13'),
	#     u'veritatis': Decimal('16495.917')}

	fake.pyint()
	# 9453

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

::

	fake.ssn()
	# u'274568317'

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

::

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

	fake.firefox()
	# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/2014-04-30 17:45:30 Firefox/3.6.12'

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

	fake.opera()
	# u'Opera/8.11.(Windows NT 6.2; tcy-IN) Presto/2.9.183 Version/10.00'

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

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

	fake.user_agent()
	# u'Mozilla/5.0 (compatible; MSIE 5.0; Windows 95; Trident/4.1)'

	fake.chrome()
	# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_8_8) AppleWebKit/5332 (KHTML, like Gecko) Chrome/15.0.851.0 Safari/5332'

	fake.linux_processor()
	# u'i686'

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

	fake.safari()
	# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2 like Mac OS X; tig-ER) AppleWebKit/532.9.3 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6532.9.3'
