
Language dk_DK
===============

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

::

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

	fake.building_number()
	# u'31488'

	fake.street_address()
	# u'77400 Mathiesen Ports'

	fake.postalcode_plus4()
	# u'71507-2293'

	fake.city_prefix()
	# u'Lake'

	fake.military_ship()
	# u'USNS'

	fake.country_code()
	# u'ER'

	fake.city()
	# u'Jacobsenbury'

	fake.zipcode_plus4()
	# u'85717-6300'

	fake.state_abbr()
	# u'VT'

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

	fake.street_suffix()
	# u'Light'

	fake.city_suffix()
	# u'ville'

	fake.military_dpo()
	# u'Unit 3735 Box 9900'

	fake.country()
	# u'Azerbaijan'

	fake.secondary_address()
	# u'Apt. 556'

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

	fake.postalcode()
	# u'96992'

	fake.address()
	# u'20034 Stig Mews Apt. 015\nEast Malene, IA 22927-9372'

	fake.state()
	# u'Arkansas'

	fake.military_state()
	# u'AA'

	fake.street_name()
	# u'Richard Road'

	fake.zipcode()
	# u'30499'

	fake.postcode()
	# u'80680-7568'

	fake.military_apo()
	# u'PSC 9296, Box 8556'

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

::

	fake.license_plate()
	# u'EUW-304'

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

::

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

	fake.ean13()
	# u'3934469684396'

	fake.ean8()
	# u'39468130'

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

::

	fake.rgb_css_color()
	# u'rgb(195,58,166)'

	fake.color_name()
	# u'DarkOrchid'

	fake.rgb_color()
	# u'198,95,1'

	fake.safe_hex_color()
	# u'#77ee00'

	fake.safe_color_name()
	# u'aqua'

	fake.hex_color()
	# u'#c0916e'

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

::

	fake.company()
	# u'Carlsen, Christoffersen and Jespersen'

	fake.company_suffix()
	# u'Inc'

	fake.catch_phrase()
	# u'Multi-tiered needs-based portal'

	fake.bs()
	# u'repurpose collaborative platforms'

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'Maestro\nTroels Laursen\n630448066989 08/19\nCVV: 877\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'BURST'

	fake.currency_code()
	# 'LBP'

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

::

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2008, 6, 1, 9, 22, 24)

	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
	# datetime.datetime(2000, 1, 18, 11, 44, 22)

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

	fake.date_time_ad(tzinfo=None)
	# datetime.datetime(2006, 12, 3, 0, 51, 17)

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

	fake.day_of_week()
	# 'Saturday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2012, 4, 27, 8, 24, 24)

	fake.time_object()
	# datetime.time(13, 20, 25)

	fake.iso8601(tzinfo=None)
	# '1984-07-15T02:31:25'

	fake.time_delta()
	# datetime.timedelta(52, 47830)

	fake.am_pm()
	# 'AM'

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

	fake.date_object()
	# date(1998, 6, 22)

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2017, 9, 11, 1, 30, 56)

	fake.date_time(tzinfo=None)
	# datetime(1986, 9, 5, 3, 17, 51)

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

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

	fake.month()
	# '04'

	fake.unix_time()
	# 197918717

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2017, 9, 3, 7, 13, 40)

	fake.day_of_month()
	# '06'

	fake.year()
	# '2013'

	fake.timezone()
	# u'Africa/Maputo'

	fake.century()
	# u'I'

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

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2017, 3, 20, 23, 44, 37)

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2017, 8, 16, 0, 11, 32)

	fake.month_name()
	# 'November'

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

::

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

	fake.mime_type(category=None)
	# u'image/tiff'

	fake.file_name(category=None, extension=None)
	# u'alias.flac'

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

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

::

	fake.url()
	# u'https://n\xf8rgaard.com/'

	fake.company_email()
	# u'bachchristoffer@brandt-winther.com'

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

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

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

	fake.domain_name(levels=1)
	# u'kristoffersen-lassen.info'

	fake.tld()
	# u'com'

	fake.uri_path(deep=None)
	# u'category/main/app'

	fake.free_email()
	# u'arne14@yahoo.com'

	fake.slug(*args, **kwargs)
	# u'suscipit-sint'

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

	fake.uri_extension()
	# u'.html'

	fake.ipv6(network=False)
	# 'e4ef:51fd:6cda:a75d:9a03:65f8:378:c7e3'

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

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

	fake.email()
	# u's\xf8ndergaardjames@yahoo.com'

	fake.uri_page()
	# u'about'

	fake.mac_address()
	# u'ec:b0:75:77:3d:90'

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

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

::

	fake.isbn10(separator="-")
	# u'1-57907-871-0'

	fake.isbn13(separator="-")
	# u'978-1-315-88868-2'

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

::

	fake.job()
	# 'Ship broker'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Voluptas voluptatibus ex sint amet nesciunt ab. Atque quaerat minus ducimus. Repellat enim eaque recusandae. Voluptate quaerat sequi labore molestias delectus quae iusto doloremque.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Sit deleniti quod ea cupiditate neque quod consequatur. Rerum quaerat reiciendis voluptates corrupti. Eos repudiandae dignissimos explicabo esse veniam adipisci dignissimos minima. Minus voluptatum voluptate quidem accusantium vero libero.',
	#     u'Iure ullam consequatur laborum saepe quo quis labore. Laborum tempora ipsum eum possimus fugiat. Tempore quia quod impedit tempora. Ullam autem voluptatum nostrum voluptatibus corporis optio.',
	#     u'Dolores nam fugiat facere asperiores mollitia. Ratione rerum eius rerum magnam quaerat. Impedit itaque dolore ullam nisi consequatur dolor deleniti.']

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

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Eaque explicabo in fugiat saepe.',
	#     u'Officia numquam neque ipsam sequi aut eaque molestiae.',
	#     u'Aperiam optio omnis adipisci ipsam itaque voluptates maxime.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Accusamus doloribus facere alias minus non nisi. Vero assumenda cumque quae eos error. Et itaque commodi laudantium. Amet consequatur architecto quasi cupiditate modi sint dolore eaque.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Voluptas molestias minus eos culpa vel porro illo.'

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

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'57t%9Nob0!'

	fake.locale()
	# u'yi_US'

	fake.binary(length=1048576)
	# bytearray(b'\x82\x92\xda7\xf5\xben\x9e\xc7*K\xca\xb2F\'\x12\xc1\x8e>\xd2[\xa4\xb6\x82\xde\x82\x8f\xad\x8b;\x7f\xf7\xaaF\xbb\xf0\xc9k\x0f2\xd0a0\x98\xa4\x1e\\\xd9@`\xd5\xa7\xe2;^\xdb\xef]\x04g\xd9\xac\xe8=\x9f\x11X<xP\\\x04\xc3\xc0&\xca\\\xc2N\xe5ZhP\xc9\xae\xd0@\xb8M7\xc0\x1e\x8aw<\x84\xc7\x04\x81\xeb\xdcu\x19*\xd4\xddz\xee\x16^)\xac\x1d\xdd\xe7\x97\xe9\xc11\xd8\xd3\x94\xbd\x8e\xe8\x8f\x84g,j\xbb\xc5v\x1b\xec\x05H\x8f\x8f\xc8\xf48o\x97\xdd\xf3\x0e\x1e\x13\t\xf0(\x99\x7f:\x19b\'\x1ea\xcf\x01\xb6\xee\x165\xe9\xb3\xa6\xe2\x85\x16\xd0\xf6J\xf4\xd2\x92\xb8\xdd\xd9`\xef\xf2\xa0\xb0\xef\x83\xe6\xf82|:9\xbc<\x84\x98B\x92>\xe2\xc2P\xc6g\xbb\xe7\n\xe6\xd9\x84j"Z\xa0\x1d\x8aJ\xb7\x8b\xf7\x1a6n\x9a=e\x12\xcb\x8bhZ\xba7\xd2\xbb\x04+\x85\xecT\x86\x8f\xc2r\xe7O_a k\x9c!\xfa\x86\x01H\x1e\x9a\x93\x106\xe2/\x87W\x7f\xe1\xa6\x97\xc6\xc8\x1f\r\xa6\xce\xd7\xc5\xe0C"\x02\xdd_\xa6\xee\x81 \xae\xda\x89A\xa8\xb4\x17*\xf9:\xc1n\xfe\xe5\x17\x12\xdbO\xa3\xe1k\'\x8a\x1au\xde\xd8\xf3\x0b\r\xf5\xda\xf0\xf2\xb5p0\x03\xb5Kh\xa8x\xca@\xeb\x87\x82\x7fz\xa4S\xb8?\xb9\x00J$%\xb0\x83,hz\x10&3\x13\xf9e\xc5h\xfb!<\xad\x8ct\x19\xc2pm\xd8\xb8\xba\xb7g\xc9\xf9\x88\xfd\xfb(\xea!t\xd36\x87\xaa\xf0\xf5\x03\x03\xb9\x08\xa8\x87=\xf4p\x80}7\xce\xf8\x89\xa6\xe4\x9d\xb9\xf8\xc0\xf5\xdcrKJ"\x83\xd7\xd1\x1c\x9f\x90\x90\xbc1:\xc4\x98\xdd\xe5)\xcd\x9b\x90\x95Enjg\xf8zv\x9d0\x02c\xca\xfd\xa0\xe6W,\xd0\xa5\x00fB\xd5\x0b\x89\xc9\x10#\x1e\xf1\xf2v\xd0 \xc5\xee\x96\xe0\x8f\x1e&\xdc\xed\xe5\xee5\x87\x96G\x83T\xbb\xaa3\x0e\xfdX\xd7@;\x81\x89\xa0\x97\xa6\x19\xa6-\x8b\x96b\x94\xa6\x80\xc1\xe6f\x11\x10\xa2*F\xf6\xea\xd2\x9d\xb5\xcbR\xa3\xc8d\xe3\xedv\xa8v$\xafN\xb4\x0c\x8b\xf5g\x8d\\\x04\x8a\x8dm\x99\xdc\x9d)l\xaf\xc4\xd3w\xb5\xf7\x93.\x94\x0f\x95\xa5\x02\xf6\xf7\x96J\x1eZ\x8d\xd3\xd0y\x0e^\xee\x0b\xf3a~\x7f=\xe3R\xa285\x82\xaf\xc1r\xf76\x07\x87.\xbb\x14gXj\x154\xa2/\xbfjO\x9f7y\x83\x88\xd0]!5\x80\xd0\x82DD\x8b\x81\x86\xd3\x8b\x15z\xd9\xb9\x1e\x17E\x85[\xa6x\x97\x89\xadI\xb5\x9f!\x81\xed\x0c\x84\xdf\xfe\xa4N\x0f\xc6\xd0\x9e\xe7\xc8\xb1\x1a\xaen\xbb4e\xde\xa2\x04\x89\x96\r\xbeP\xfc?\xfa\x889\x91\xb4TL\x82u\x0f\xbf\x04\xa1\xddP\xcb\x03\xe2\xa7\x968?M7\xe8\xd3\xca\x06\xe9(\xca6\x12c\xa3\xbc\x91\x9b>\x83\x82\x9dY\xe4\x85\r\x9e\xcd\xe5\xf9N\xa5\x0e\xd81\xcf\xfc$Qu\x05\xfc\xa0)\x13\xc8\xab\x9c\xb3\xa5\xd5K\xc5\xf2\x83\xf5\xa2\x02\x1d\xf8.M\xd7\x94\x8f\xc2\x8bf\xf6T\xeb@j\xa5\xb2\x89\xbb\xef"\xce\xfaq\xf9[B\xb8dX\x0co\x9a\xd5\xd8\xd5\xfb@]\xfc0\x038\xd9\x9e\xe4K \xd9\xcc\xc2*jx\xcd\x17\xf2\xfc2\xa6\xef\xdd\xcd\x1d\x89o\x10\x90\xb1\x02\x1b\xde\xc1\xa9\xd5V&}\xea\x1a\xa3\'\xfb\xbb\xb1\xfa\xac\x04\x12\xab\xea\x9au0gI\xf4qZ\x85\xe9\'hS\x9dj\xb4\xcfR\x81\x9b\x8f\x80\x08(\xce\xe2\rB\x86\xd8<\xe1K)\xf1j\xd7[\xa9\x82;\nm\x08\x8f\x15\xac\xbee\xfb\xd4\xda\x19C\xe8\x97a^\x81\xc8\xf6\x15\xfb\x80\xa8\xbe*\x00\xa8\xfa\xf8\xcc\xd4\xb7O\x88C0_{^\x9d""\x80\xe2\x11\xec\xfa\xdd\x91f\xba\xdb\xd5\x97\xda\xa6#F\x93\xb8\xb4\xcc\xf3\xac\xec\x026S+rEd\x1c?\xe1V{\x9e\x02]\x8dS g\x10q\x81\x93m\xccO\x90i\x93\x99c\x9b\xf0\xb5\x7f[w\xa1\x8f\x08\x17|h\x8b\x198%\xaekD(\x01\xfa\xc2\rY\xab\xcf\xb5{\xc2\xa0\xf8F%LDy<')

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

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

	fake.null_boolean()
	# None

	fake.sha256(raw_output=False)
	# 'ad5eaf3a9b48c58da9b9574d21c45a01ca60bbfeaedf6eba52cb2c000eb800fd'

	fake.uuid4()
	# '9a2945f4-af73-9489-6882-02d7932de061'

	fake.language_code()
	# u'da'

	fake.boolean(chance_of_getting_true=50)
	# True

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

::

	fake.last_name_male()
	# u'Kristensen'

	fake.name_female()
	# u'Anne Jensen'

	fake.prefix_male()
	# u'Univ.Prof.'

	fake.prefix()
	# u'Hr'

	fake.name()
	# u'Josephine  Dahl'

	fake.suffix_female()
	# ''

	fake.name_male()
	# u'Lennarth Nielsen'

	fake.first_name()
	# u'Oskar'

	fake.suffix_male()
	# ''

	fake.suffix()
	# ''

	fake.first_name_male()
	# u'Erik'

	fake.first_name_female()
	# u'Nanna'

	fake.last_name_female()
	# u'N\xf8rgaard'

	fake.last_name()
	# u'Svendsen'

	fake.prefix_female()
	# u'Fru'

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

::

	fake.phone_number()
	# u'(07998) 485791'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'09491 Svendsen Station Apt. 041\nKnudsenville, MT 74472',
	#     'birthdate': '2013-05-26',
	#     'mail': u'jim16@yahoo.com',
	#     'name': u'Ane Frederiksen',
	#     'sex': 'F',
	#     'username': u'bergebbe'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'1201 Ingrid Junction Apt. 178\nLake Oscarburgh, OH 25509-9750',
	#     'birthdate': '1975-04-28',
	#     'blood_group': 'B+',
	#     'company': u'Winther Inc',
	#     'current_location': (Decimal('64.620663'), Decimal('-67.281586')),
	#     'job': 'Tax adviser',
	#     'mail': u'juliekrogh@hotmail.com',
	#     'name': u'Univ.Prof. Ronja J\xf8rgensen',
	#     'residence': u'Unit 6622 Box 9626\nDPO AP 04398',
	#     'sex': 'F',
	#     'ssn': u'499-96-7820',
	#     'username': u'noah08',
	#     'website': [u'http://schmidt.com/', u'http://www.laursen.org/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   2624,
	#     Decimal('3.33029563712E+14'),
	#     u'SYQgXihiHfgblcXYgslA',
	#     u'znilsson@yahoo.com',
	#     u'jKHooywEPvthJYDSHCVi',
	#     u'karlaclausen@gmail.com',
	#     u'aItYJPofAoslmQgloGzC',
	#     948,
	#     u'http://hansen-henriksen.com/tag/blog/app/faq.html',
	#     datetime(1975, 10, 12, 1, 32, 6),
	#     datetime(1973, 7, 24, 0, 3),
	#     65421935863273.6)

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

	fake.pystruct(count=10, *value_types)
	# (   [   Decimal('2.82956352958E+12'),
	#         u'ryGUjzajHVIOCGWPrOmG',
	#         u'DXTpAevPzNvNOQelrFPZ',
	#         u'uEXklJXwcgNHmSTlwDpy',
	#         u'kjeldthorsen@hotmail.com',
	#         5678,
	#         u'aLWMCNbDfjVuDcvRjqbe',
	#         datetime(1983, 12, 18, 20, 52, 53),
	#         u'aQnaAdwNcOyhREqhsMRu',
	#         datetime(1995, 9, 29, 15, 39, 50)],
	#     {   u'aut': u'https://lind.org/privacy/',
	#         u'beatae': u'ingebrandt@yahoo.com',
	#         u'eos': u'khermansen@hotmail.com',
	#         u'laboriosam': u'zkQKbHyYvhCqHgFgekhJ',
	#         u'molestias': 955,
	#         u'nam': 5479,
	#         u'optio': u'KLbxSUnAdNTLkfJSSHdv',
	#         u'perferendis': u'uImPaDShTbGHiBUckpVm',
	#         u'tenetur': u'nravn@hotmail.com',
	#         u'voluptatibus': u'thOSHpFxtOgfffNWOtcN'},
	#     {   u'eos': {   1: u'rVNcRvUFYrELbGYNahqj',
	#                     2: [   7809,
	#                            u'https://www.toft-lauridsen.net/about.php',
	#                            u'YtUAEgSPyCUcNLxHsXHY'],
	#                     3: {   1: 3688,
	#                            2: datetime(1998, 4, 28, 16, 16, 30),
	#                            3: [   u'kmCrLaukmYsnXZliEDlH',
	#                                   u'EgKlGUhQzwkBvEBeQEhm']}},
	#         u'ipsum': {   9: Decimal('-244.149474989'),
	#                       10: [   datetime(2005, 1, 23, 5, 34, 28),
	#                               u'daIYQUopnTKQwBEFrnlP',
	#                               u'JDNonhKfrthyvXnrVqXY'],
	#                       11: {   9: 733734.853642892,
	#                               10: u'XZUGicCPIcJnrnUIRwdT',
	#                               11: [   u'http://www.mogensen.com/app/main/wp-content/search.html',
	#                                       u'arne70@yahoo.com']}},
	#         u'itaque': {   4: u'WUQkyTQTXsTVVHmblxuR',
	#                        5: [   u'http://hermansen.com/tag/tags/register.html',
	#                               u'mpaulsen@mikkelsen.com',
	#                               u'holstchristian@yahoo.com'],
	#                        6: {   4: Decimal('88464.3213405'),
	#                               5: u'PdfOqCTvEHJFFLjggJOd',
	#                               6: [   datetime(1985, 9, 11, 22, 49, 4),
	#                                      u'WxccHbzudBUYymkDyuaV']}},
	#         u'pariatur': {   8: Decimal('736986829.805'),
	#                          9: [   u'gittedanielsen@steffensen.net',
	#                                 u'HjsylXpowatOKBvsTYpN',
	#                                 u'http://pedersen.com/login.php'],
	#                          10: {   8: -73947555092101.0,
	#                                  9: u'MzjgMNpxjZsBBaUyXUHC',
	#                                  10: [   datetime(1996, 6, 22, 19, 32, 49),
	#                                          Decimal('225050870383')]}},
	#         u'quis': {   7: u'RTiYrVNbQbWZSYNwbfLE',
	#                      8: [6379, -835.0, datetime(1986, 7, 28, 21, 41, 40)],
	#                      9: {   7: u'XmKsUGmJveNwVJBoHBSm',
	#                             8: -41319.2961177,
	#                             9: [u'WaQPOZbIOXqeBqXSqMqY', 6406]}},
	#         u'rem': {   0: u'sonny99@yahoo.com',
	#                     1: [   u'VuEDsPvUsdanYgxrnXdV',
	#                            u'uTbQDwsMUZikrMOMLykm',
	#                            u'kurtdanielsen@hotmail.com'],
	#                     2: {   0: u'http://schultz-olsen.biz/tag/main/home/',
	#                            1: u'TOPRYInuAhVJvwaRSYJQ',
	#                            2: [   Decimal('43440144256.9'),
	#                                   datetime(1990, 2, 9, 4, 45, 15)]}},
	#         u'sequi': {   6: datetime(1986, 3, 23, 8, 59, 6),
	#                       7: [   u'OahnKuSbUVfyvnpDSheO',
	#                              u'https://pedersen.com/author.html',
	#                              497],
	#                       8: {   6: u'http://poulsen-holm.com/tag/category/categories/privacy.php',
	#                              7: u'emmawinther@hotmail.com',
	#                              8: [   u'TaYikvnKmggXDfteHCcI',
	#                                     u'QbEegLghcmgNGhFPKwZF']}},
	#         u'soluta': {   2: u'mpGuLkQqAmVoFfEzqooH',
	#                        3: [   4619,
	#                               u'rOVEGojeiUCTtnnsmVaU',
	#                               datetime(2003, 12, 9, 17, 46, 40)],
	#                        4: {   2: u'vjeppesen@koch-jespersen.biz',
	#                               3: u'https://www.frandsen-iversen.com/tags/search.php',
	#                               4: [3673, u'http://www.kjeldsen.org/']}},
	#         u'tempora': {   5: u'FrndmVWHugGMDeqOdxFc',
	#                         6: [   u'uimIlDteJPDJvbIeHTAX',
	#                                1727,
	#                                u'GlFawMgqfiBjUTefSbLs'],
	#                         7: {   5: 88.9243475132531,
	#                                6: u'http://johansen.net/register.php',
	#                                7: [   u'wschultz@gmail.com',
	#                                       u'OrJthmKXgvQknXJsYdYH']}},
	#         u'voluptas': {   3: u'sVosHGTiOonZwLRiSdfD',
	#                          4: [   u'http://www.larsen-m\xf8ller.com/homepage/',
	#                                 u'UPLfkkLmAEURoeUJNzXd',
	#                                 datetime(2001, 8, 19, 18, 24, 6)],
	#                          5: {   3: u'jonnakarlsen@nilsson-s\xf8ndergaard.org',
	#                                 4: 4896,
	#                                 5: [   u'BhEqLTKgvxRNNLdzqsDT',
	#                                        Decimal('2131341.147')]}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   Decimal('100.0'),
	#     -27780.4842,
	#     u'fCUbtaRnMjTGnNlPvmIs',
	#     u'YjKNLDYZpyJfDtzbKTtO',
	#     u'sarah74@klausen-iversen.info',
	#     4442,
	#     u'lAbcBhaCJvvgAzuUzhJJ',
	#     u'btHlsFzlAxcuQVpwlMPj',
	#     u'poulsenronnie@thomsen-paulsen.info']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'JZPHoKXmFuUHaUqFbPDz',
	#     2630,
	#     Decimal('-8085120760.0'),
	#     9929,
	#     datetime(1987, 12, 18, 18, 55, 57),
	#     datetime(1995, 10, 13, 17, 45, 24),
	#     6126,
	#     1747,
	#     u'IkvZiIJZQQQJHchMKONB')

	fake.pybool()
	# True

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([datetime(1996, 7, 17, 11, 40, 13), u'http://koch-nielsen.biz/', u'CfPbMoZVIQlvTdmDewvg', u'TuhghXgsWCNcGGwFonHp', u'https://www.dahl-knudsen.org/blog/categories/wp-content/author/', u'WuyDaFRUNOPetkvXtQbh', u'fQnQKVOhzJdEOzVOCFSa', u'rqvXAchbVeKMQDytecJF', Decimal('-5069473349.0'), u'TCgFHrmXDtAKVMSKpGKZ', u'aUlnloiVfJwkJUGwRJtZ'])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'accusantium': 8555,
	#     u'animi': u'solvejolesen@hotmail.com',
	#     u'hic': u'dziTIugZjOwWISBNuQQa',
	#     u'inventore': Decimal('19.788725888'),
	#     u'ipsa': 1344,
	#     u'magni': Decimal('53701903490.3'),
	#     u'pariatur': Decimal('1936.0'),
	#     u'quasi': 317,
	#     u'quidem': u'jbCUrKPTrcgvTgoLQoUx',
	#     u'quis': 8349,
	#     u'quod': Decimal('-236.93372358')}

	fake.pyint()
	# 6306

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

::

	fake.ssn()
	# u'121-16-7811'

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

::

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

	fake.firefox()
	# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_7_5; rv:1.9.4.20) Gecko/2016-06-17 13:27:51 Firefox/3.6.6'

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

	fake.opera()
	# u'Opera/8.50.(X11; Linux x86_64; ca-IT) Presto/2.9.183 Version/11.00'

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

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

	fake.user_agent()
	# u'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 4.0; Trident/5.1)'

	fake.chrome()
	# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_2) AppleWebKit/5320 (KHTML, like Gecko) Chrome/13.0.834.0 Safari/5320'

	fake.linux_processor()
	# u'x86_64'

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

	fake.safari()
	# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7 rv:6.0; ar-SA) AppleWebKit/534.10.1 (KHTML, like Gecko) Version/5.0.2 Safari/534.10.1'
