
Language id_ID
===============

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

::

	fake.state_abbr()
	# u'Sumsel'

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

	fake.street_name()
	# u'Lr. Raya Setiabudhi'

	fake.address()
	# u'Jalan Raya Setiabudhi No. 068\nTanjungpinang, Kaltim 64321'

	fake.street_address()
	# u'Gg. Jend. Sudirman No. 94'

	fake.postcode()
	# u'11647'

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

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

	fake.country()
	# u'Saint Kitts dan Nevis'

	fake.city_name()
	# u'Sabang'

	fake.street_suffix()
	# u'Street'

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

	fake.street()
	# u'Raya Setiabudhi'

	fake.city_suffix()
	# u'Ville'

	fake.building_number()
	# u'608'

	fake.street_prefix_short()
	# u'Gg.'

	fake.city()
	# u'Tasikmalaya'

	fake.street_prefix_long()
	# u'Jalan'

	fake.state()
	# u'Aceh'

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

::

	fake.license_plate()
	# u'UV 824 MA'

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

::

	fake.bban()
	# 'FJDL9472915703532'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB69YFTB1959640568589'

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

::

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

	fake.ean13()
	# u'1520404112998'

	fake.ean8()
	# u'23647947'

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

::

	fake.rgb_css_color()
	# u'rgb(146,150,140)'

	fake.color_name()
	# u'LawnGreen'

	fake.rgb_color()
	# u'211,203,79'

	fake.safe_hex_color()
	# u'#ffbb00'

	fake.safe_color_name()
	# u'aqua'

	fake.hex_color()
	# u'#c0f4e3'

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

::

	fake.company_suffix()
	# u'Tbk'

	fake.company()
	# u'CV Waskita'

	fake.company_prefix()
	# u'CV'

	fake.catch_phrase()
	# u'Realigned contextually-based moderator'

	fake.bs()
	# u'brand proactive e-tailers'

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'VISA 16 digit\nJane Adriansyah\n4698894300308298 11/18\nCVC: 156\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'XRP'

	fake.currency_code()
	# 'OMR'

	fake.currency_name()
	# 'Papua New Guinean kina'

	fake.cryptocurrency_name()
	# 'Ubiq'

	fake.cryptocurrency()
	# ('ETH', 'Ethereum')

	fake.currency()
	# ('RSD', 'Serbian dinar')

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

::

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

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

	fake.date_between_dates(date_start=None, date_end=None)
	# datetime.date(2018, 8, 17)

	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
	# datetime.datetime(2003, 6, 3, 12, 31, 20)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2012, 8, 12)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 15, 9, 1, 58)

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

	fake.day_of_week()
	# u'Senin'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2010, 8, 23, 16, 30, 13)

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

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2003, 7, 31, 21, 13, 59)

	fake.date(pattern="%Y-%m-%d", end_datetime=None)
	# '2001-03-13'

	fake.am_pm()
	# 'PM'

	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
	# datetime.datetime(2018, 8, 17, 8, 10, 2)

	fake.date_object(end_datetime=None)
	# datetime.date(2004, 10, 1)

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

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '2010-02-14T04:40:07'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2004, 8, 17)

	fake.month()
	# '02'

	fake.year()
	# '1978'

	fake.day_of_month()
	# '15'

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

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

	fake.century()
	# u'XVII'

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

	fake.time_object(end_datetime=None)
	# datetime.time(20, 6, 29)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 6, 16, 19, 50, 13)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(2012, 12, 20, 20, 18, 48)

	fake.time(pattern="%H:%M:%S", end_datetime=None)
	# '14:24:39'

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

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 7, 21, 16, 8, 57)

	fake.month_name()
	# u'Oktober'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(751, 8, 5, 7, 5, 47)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(4450, 12390)

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

::

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

	fake.mime_type(category=None)
	# u'model/iges'

	fake.file_path(depth=1, category=None, extension=None)
	# u'/veritatis/omnis.docx'

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

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

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

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

::

	fake.ascii_free_email(*args, **kwargs)
	# 'salahudinhani@yahoo.com'

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

	fake.tld()
	# u'biz.id'

	fake.email(*args, **kwargs)
	# u'galihmarbun@hotmail.com'

	fake.url(schemes=None)
	# u'https://ud.int/'

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

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

	fake.uri_extension()
	# u'.html'

	fake.uri_page()
	# u'home'

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

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

	fake.ascii_email(*args, **kwargs)
	# 'ivanyulianti@yahoo.com'

	fake.ipv4_network_class()
	# u'c'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'zsinaga@perum.edu'

	fake.domain_name(*args, **kwargs)
	# u'pd.gov'

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

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

	fake.slug(*args, **kwargs)
	# u'modi-tempora-facere'

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

	fake.company_email(*args, **kwargs)
	# u'tambataufik@pd.go.id'

	fake.uri()
	# u'http://perum.net.id/author.html'

	fake.ipv6(network=False)
	# '6dc9:3197:8eea:6ca:de3b:331d:c200:4826'

	fake.free_email(*args, **kwargs)
	# u'simanjuntakkamidin@gmail.com'

	fake.ascii_safe_email(*args, **kwargs)
	# 'hfirgantoro@example.org'

	fake.mac_address()
	# u'59:3e:f8:a7:b5:34'

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

::

	fake.isbn10(separator="-")
	# u'0-08-006168-0'

	fake.isbn13(separator="-")
	# u'978-1-67116-220-4'

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

::

	fake.job()
	# 'Estate manager/land agent'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Reprehenderit quisquam adipisci iusto. Necessitatibus atque eius nisi id.\nEarum rem numquam voluptates odio veritatis. Mollitia debitis nobis.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Fugit eum velit dignissimos debitis aliquid. Quam officiis pariatur nisi harum laboriosam in quidem. Necessitatibus sequi repellat corporis.',
	#     u'Unde asperiores optio. Nam cupiditate reprehenderit repellendus corporis libero vel. Repellendus quam labore quae excepturi possimus veritatis. Minima temporibus voluptatibus quis consequatur error veniam qui.',
	#     u'Commodi velit itaque a. Eveniet doloremque consequatur placeat. Illo vel doloribus pariatur tempore voluptatum magnam.']

	fake.words(nb=3, ext_word_list=None)
	# [u'maiores', u'nihil', u'suscipit']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Magni ipsam aut accusantium commodi itaque blanditiis.',
	#     u'A nostrum minima corrupti.',
	#     u'Harum beatae veniam dolorem nostrum eos.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Accusantium quas quis nesciunt neque sunt. Neque doloremque dolore quia quidem.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Nobis placeat optio quidem vitae earum.'

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

::

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

	fake.locale()
	# u'lij_IT'

	fake.binary(length=1048576)
	# bytearray(b'\x19\x88vq\x83\xb4\xeaT\xb3\xc7\xccv\x04\x1d\xff\xe6p\xf4o8m4\xbc\x97.8*\x1f\x8fv#)6i-Z\xee\xafW5v\xa9\x85\x9f\x11M\xb8Q\xec\x96\xe9\x0c\x86\x8b\xae(\x1d\xab\x81\xef@\x19\xeb\xfd\xb0G7\xaa^\xeb\xe6y\xbaEl\x1bdENG2\xe5\xbb\xe7\xb3\xa6\xd3w\xbb\xb7\x80z\xe2\x98\xc0\x9a\xd9\x1d9\xc9\xd3\xf8@\xeb\xcc\x04$\xe6\x9d\x87Aj\x80\xa7\xc5\xd5F\t\x8c\x14\x08\x00k\x05>\x02\xdf\xe3c3r\x92"\xc2g>k\'\xf3\xf6\x8d\x88VB\x8cu\x83\xf7\xbd\x1d\xf0\x9cG}\x17_\xfb\xbdk\x01\xb4\xb6\xf3.1^/y\x11!\xf8\x7f\xb6\x87\xea\x0f\xc1\xd8\xf7\x1cs\x06\xbf]\x17\x08+\x8f\t;\x8a7\xd6/\xf0\xa3\xce\x91VF1\xc8\xcbMye\xbb\xb1T\xfc\xa2\xe8\x18\xd9-\xec/k\x86\x07t\x1a\x92\x14(\xb4\x93\xe52\xef\xdb%\xba\x16<q!Ww\x1d=a\x96\xc42W\xd8\xff\xf0z\x1bR(F\xde\xb9\xeb#s\xda\xcb\xd2@B\x8b\xd5p\x8e\'\r\xd6\x85xO7S\xaaK\x99\xfc\xbb\x1d\xfb\xcd\x1cF\xe2lp\x11\xfeb&"\xe9\x7f\x8d\xb9\xe2\xa9$\xdbs\xc7y\x15\xda\x8a\xdd76\x8bqX\xc0\x18\x1b|hE23\x06k,\x8d\xcd\x1f\xe1`\xa8N\xd7\x08Bb\xf3\x8c\xc2ro\x865"\xf4*F\xbf(&h\xc0\xd5L\x18\xf7\x85Qm\x94\x93T\xd39\x9b\xc5\xcd\xd2\x19\xe6?\x1a>\xbf\xd8\xf5\x87\xc0\xea\x0e\xb1\x16\xf1\xb6D\x14\xc6\xefhU|\xac\r\x8a\xa7-\x18\xd3E\x0b,h\x8az\xe9\x95-\x1b}W\x18\xcfC\xa3\x9dY\xad\x17G\xf3u\x88\xc8J)\xfd\xe7\x91\x1d\x02:\x14\xdd\x81Wd\x946\x90\xc6\xab:\xab\xc0e\xa2\xfb\xd5z6\xc8h\xc4\xfbu\xbc\xb1\x1d\xff!\xca5\x91\xcd\xf1\xc8Q\\\xd08\xad\x04k\xef\xba\xe4I|2\x99?\xbd\x1a\xd2\xa7\xa7\xb0XX\x06\x84\xa6\xea\xe0\x95\xda$\x1f\x90\xeb\xb1\x8b\xd2\x8c\xf4O8\x18\x98d\xc20\xa5\xbd\\!R\xe5P,\x80\x03\xa3\xf9\x95\xde@\xec\xb7\x95%\xa3^\xdc\x04\x81\xb2\x1e\xb8\xba\xa9BJmP\x95\xf5%T.\x8d\xcc#A\xac\xa5\x8a\xef\x0e\x93\n\xfe\xc4\xf2\x9d\xf1\x9f\xb5g\x0c\xb5\xac\xedk:\xc1m\xc0\xdb\x0cnD#n\xdf\x00i4g1\x0e|\x01`\xe7\x14]\xca\x06\x8c\xf4\xd1\xa6\x02\xc1F\x01\x1e\x9f\\\x93\xc0j\x06\xa8\x96\xa0B\x95u\x15%\x12\xeah\xb3\x07\xe4(c\x8e\xdf\xf7\xb1\xd6\x8f\xb0\x1d\x88!_L%"\xdd\xcb\x10{\xf3U\xc5\xd35\xfb\x9c\t\xd0qG4\xe4\x8ew\xbdG\xdd\xe4\xf5\x04\x99*/\x07\x9bM\x01\x87\xe4\xebq\xe9\x0b\xef\xea!;\xc0\xf5\r>\x15\xc9\x0f\xdd\x10\xb1\x92\xe7\x8ei\xe0\x99\x11J\xd6X\xdd\xc6)\xad\xf2\xa3"\x80\xa3\x98[g\x8e\x1c\xd1\x8c"\xffp\xd0\xb1\xfcD\rW\x02r\xb9\x88\xd50\xcc\x8e\x13\x03Y\xd5~P?\xa3&\xf4\x88\xd6Jt\xc8\xf6\xf8\x1e\xcfH\xf3\x99\xe6\x0f\xa3\xbf\x15\xe1Z\xc8\x83t\xa2\xbe%\x04\xac}\xabg\x9a=\x14\xaf!\xb5\xe8\xa5w\xb1\xf6I\xbdPO\xea\xb2!%\xcaS[\xcf\xc7~\xcf#\xa5O,\xea8\xcaks\xea\xff+V~\xaaQ o\x9cS\x8cF\x19P\x14\xd6\x1a\xd9\x82b\xc1{\x15Yw\xe0\x89\xb94R\x1el\x17<8\x82\xc5\xa2\xa5\xf8\xcb7\xb6\x17&\xcfU\x95\x81\x98\xe9cyBe\xfc\x90Q\'M\x1e\xc2@)\x9f(e<\xa1\xf7\xc6\x971\xb1TZ\xb0\x80\xc0/y>\xbb\xc7 c)y\x12\x8b-\xb2\xbbi\xe7\xe7\x7fF\xd1ER\x98\xdf(\x91\xda\xbc\xb7Y\xb3\x9b\x99\xb41,\xb2\x8d\x83V\xa8Ki\x9e\xab\x7f\xebSj\x8d*\xcf\xaa\xa8\xc4HH\xe6=\x0e\xf2\x1b\x92;\x07\xe5\x95\xe1\xc1+\xe8\x97\x12\xc0\xf3\xee\x00\xde\x17\xc1\xbf\xf3\xf3\x84\xefI\xa0\x9e\xc0\xf7,\xb1:\xd5L\x96\x15L\xc1\xbckF\xce{1%\xfa\n}\x96dX\x9e\xd9\x7f\x17\xf5y\x13\x06\xa9x\xa5\\(V\xb1\xf4\xb2d')

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

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

	fake.null_boolean()
	# False

	fake.sha256(raw_output=False)
	# '23e21b86f36a6b80f0fcda10e747699915a47233bcab4ebd39560fae9988ef98'

	fake.uuid4()
	# '6fc2787f-916f-21bf-2c9a-2bdc76e5b2d0'

	fake.language_code()
	# u'lg'

	fake.boolean(chance_of_getting_true=50)
	# False

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

::

	fake.last_name_male()
	# u'Saragih'

	fake.name_female()
	# u'Candrakanta Marbun'

	fake.prefix_male()
	# u'Sutan'

	fake.prefix()
	# u'Ir.'

	fake.name()
	# u'Drs. Kasiyah Nuraini, S.I.Kom'

	fake.suffix_female()
	# u'M.M.'

	fake.name_male()
	# u'Jane Nugroho'

	fake.first_name()
	# u'Argono'

	fake.suffix_male()
	# u'M.Farm'

	fake.suffix()
	# u'S.Ked'

	fake.first_name_male()
	# u'Purwanto'

	fake.first_name_female()
	# u'Alika'

	fake.last_name_female()
	# u'Zulaika'

	fake.last_name()
	# u'Halimah'

	fake.prefix_female()
	# u'R.A.'

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

::

	fake.phone_number()
	# u'+62-101-699-2313'

	fake.msisdn()
	# '0161607334766'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'Gg. Siliwangi No. 37\nPematangsiantar, Sulawesi Barat 16344',
	#     'birthdate': datetime.date(2013, 4, 3),
	#     'mail': u'purwantoyulianti@hotmail.com',
	#     'name': u'Mursinin Marbun',
	#     'sex': 'F',
	#     'username': u'kurnia48'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'Jalan Ciwastra No. 1\nPalopo, Kalsel 08319',
	#     'birthdate': datetime.date(1921, 9, 7),
	#     'blood_group': 'A-',
	#     'company': u'PT Hartati',
	#     'current_location': (Decimal('-81.3688975'), Decimal('-14.635720')),
	#     'job': 'Ophthalmologist',
	#     'mail': u'maheswaraprasetyo@hotmail.com',
	#     'name': u'Lulut Utama, S.T.',
	#     'residence': u'Jalan Pasirkoja No. 2\nBandar Lampung, Sumatera Utara 83306',
	#     'sex': 'F',
	#     'ssn': u'543-27-9335',
	#     'username': u'asirwandahasanah',
	#     'website': [u'https://www.cv.co.id/', u'https://www.pd.net.id/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'tTWJHlwbocRqKzjZFtzy',
	#     datetime.datetime(1979, 6, 3, 10, 10, 23),
	#     768969900.54725,
	#     datetime.datetime(1995, 10, 7, 7, 30, 46),
	#     datetime.datetime(2010, 4, 2, 14, 7, 52),
	#     u'pRkyiXvfdzvLRxdHQCpP',
	#     -398971244755.9,
	#     0.0,
	#     u'dimazsiregar@pt.int']

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

	fake.pystruct(count=10, *value_types)
	# (   [   u'EevDaABCDgHaYyGqVkBn',
	#         u'dfybQeVTUtORbSzABgza',
	#         u'pwaluyo@yahoo.com',
	#         u'adamanik@gmail.com',
	#         -5653762.96909308,
	#         -1111757.3918,
	#         u'mLYibeeBzCtftmIkVTDo',
	#         u'fdOPautoSPHEDynXciIC',
	#         u'http://www.cv.mil.id/main/search/',
	#         3523],
	#     {   u'dolorum': u'aPksacuRMJWihfdSHoey',
	#         u'et': u'ebkAsyZdQKwyCQTcvzuK',
	#         u'fuga': u'iKVQNOkkNARoiehmJMyU',
	#         u'natus': 1789,
	#         u'nemo': datetime.datetime(1989, 1, 3, 4, 22, 23),
	#         u'nihil': 6326,
	#         u'quae': 4009,
	#         u'repellat': Decimal('-71955524892.2'),
	#         u'rerum': u'XtClPsBlpJqLMGwTQIjF',
	#         u'sapiente': 158},
	#     {   u'blanditiis': {   8: 5560,
	#                            9: [   u'IbnlrcPioEtAJKNuBEMI',
	#                                   906,
	#                                   u'PEvZZSMJLijcGAhcVeqg'],
	#                            10: {   8: 6128,
	#                                    9: u'DnHHbUKionQGdXpOsfMO',
	#                                    10: [7125, Decimal('-73916465092.5')]}},
	#         u'deserunt': {   7: datetime.datetime(1980, 9, 3, 9, 17, 25),
	#                          8: [u'HUktvdeTwJGvoTMLtZiE', 452, 5620],
	#                          9: {   7: datetime.datetime(1982, 8, 27, 12, 58, 45),
	#                                 8: u'qixUMYSVxQYmrxxWGqzy',
	#                                 9: [6893, 600775227755.0]}},
	#         u'ea': {   2: Decimal('2.02458534648E+13'),
	#                    3: [   u'http://pt.net.id/login.asp',
	#                           3853.0,
	#                           Decimal('-539122672382')],
	#                    4: {   2: 6562,
	#                           3: u'lapHsZAvKzkLyiOhzIsq',
	#                           4: [   u'NecQZkZIqwtVvdzXDNlb',
	#                                  u'jiLcZBffmLMEnrovCXOm']}},
	#         u'eum': {   9: datetime.datetime(2015, 5, 25, 18, 54, 39),
	#                     10: [   u'nhtUlNGBTufvHUAvPKtR',
	#                             u'http://www.pt.com/index.htm',
	#                             3389],
	#                     11: {   9: u'acTnjYqMSfODDRfMxZbw',
	#                             10: u'nMOOdIgbmMKBcACIRnPt',
	#                             11: [   datetime.datetime(2003, 5, 5, 21, 35, 27),
	#                                     5246970067.9875]}},
	#         u'id': {   6: u'UTjnKNPFITdBezfWUzBv',
	#                    7: [524, u'RRcJPYSixVKVvfIykwgW', 4779],
	#                    8: {   6: u'GesdvrFzjGWaFHqvqxKa',
	#                           7: 9838,
	#                           8: [1016, Decimal('1.72603528319E+13')]}},
	#         u'ipsa': {   0: u'VTbvGcyAgzGLXSveDVqs',
	#                      1: [   datetime.datetime(1984, 5, 4, 7, 34),
	#                             3726,
	#                             u'https://perum.or.id/'],
	#                      2: {   0: u'nFxxsfRZdeVwfhMKePkX',
	#                             1: u'hidayantoyuni@yahoo.com',
	#                             2: [   -95722.351,
	#                                    datetime.datetime(1997, 10, 17, 17, 11, 8)]}},
	#         u'minima': {   1: -152601630.531,
	#                        2: [   u'ZQfzksdZVQCFCIjrGoJr',
	#                               u'fRywOvJNRdmdxfjOJprn',
	#                               9861],
	#                        3: {   1: 1003,
	#                               2: 3037,
	#                               3: [u'nnOeisNmPzzxgLxRrwWc', 8469]}},
	#         u'odio': {   3: u'DChOHvnalGDzlryOnWpC',
	#                      4: [   u'lailasariratna@perum.int',
	#                             u'yWXicgHJbeYgbtGbpqbl',
	#                             2441],
	#                      5: {   3: 9791,
	#                             4: u'iOKpryzCkAfHQgkdCTds',
	#                             5: [   Decimal('-340166853.975'),
	#                                    u'https://ud.ac.id/tag/main.html']}},
	#         u'quae': {   5: Decimal('-263515470377'),
	#                      6: [   u'qQOOkoiGkhrmKRmEyjIG',
	#                             u'https://perum.com/search.html',
	#                             u'FTahdNZkoLTfiRmtfeQL'],
	#                      7: {   5: u'nshoFDGcJQJyThtpaqkS',
	#                             6: Decimal('84175.6'),
	#                             7: [3187, u'eDIBdkZNhEFffACyUXpr']}},
	#         u'sit': {   4: u'KfBugJiJTlZULtuotYVK',
	#                     5: [   u'wYuXdxaAdzBbSBxJNZEl',
	#                            Decimal('-2737.69381409'),
	#                            1885],
	#                     6: {   4: u'pangestuhidayanto@perum.int',
	#                            5: u'https://www.ud.net/privacy/',
	#                            6: [269.30543, u'bUNgPwGFMlQqbuJZGoIp']}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'llwLxnylLvAxFpOJeByd',
	#     u'NPazRaOUOfxrMbHLHSvz',
	#     2470,
	#     8020,
	#     u'https://perum.mil/search/home.html',
	#     u'ZJIRrrFQBZmQtDJKiHFw']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'FJnegKDWOWrtIwVaSckb',
	#     Decimal('-8263171011.83'),
	#     u'dxOLdisXaPRizNkxfcLI',
	#     764160742.25719,
	#     8348593397110.0,
	#     7613,
	#     u'xcgVwOdJHQjQOyvcWeBX',
	#     u'EgeTqMtNMbbwsRbSaAcz',
	#     datetime.datetime(1991, 4, 21, 20, 12, 5),
	#     Decimal('466.7538631'),
	#     u'YddAkbYnCXcSwuwdOoOT')

	fake.pybool()
	# True

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'wkDsttaVYhcpFotouXPp', u'rMZWFBuGypXTHibMKohI', datetime.datetime(2018, 4, 4, 9, 5, 21), datetime.datetime(1998, 1, 28, 20, 3, 10), datetime.datetime(1992, 8, 7, 17, 2, 47), 7408, 4757507746772.7, u'tdSDHmWokOJirFvVtKCT', datetime.datetime(1974, 4, 4, 10, 7, 30), u'SEaaHQXpaAaytRYfocWo', datetime.datetime(1997, 11, 17, 14, 56, 20), Decimal('4.17627531125E+12')])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'dolores': u'gprasetya@hotmail.com',
	#     u'eveniet': 2584,
	#     u'facere': Decimal('6856040811.0'),
	#     u'illum': u'XFZfJCTIVNRzQBOhyKSu',
	#     u'ipsum': -5019280108666.7,
	#     u'sit': 4944}

	fake.pyint()
	# 6051

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

::

	fake.ssn(taxpayer_identification_number_type="SSN")
	# u'447-37-5745'

	fake.ein()
	# u'03-9448039'

	fake.itin()
	# u'967-81-1122'

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

::

	fake.mac_processor()
	# u'Intel'

	fake.firefox()
	# u'Mozilla/5.0 (Windows NT 4.0; byn-ER; rv:1.9.0.20) Gecko/2012-10-27 02:48:26 Firefox/4.0'

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

	fake.opera()
	# u'Opera/8.88.(Windows 98; ht-HT) Presto/2.9.165 Version/12.00'

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

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

	fake.user_agent()
	# u'Mozilla/5.0 (X11; Linux i686; rv:1.9.6.20) Gecko/2017-09-03 23:06:17 Firefox/3.6.16'

	fake.linux_processor()
	# u'i686'

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

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

	fake.safari()
	# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_9 rv:5.0; iu-CA) AppleWebKit/535.4.5 (KHTML, like Gecko) Version/5.0.5 Safari/535.4.5'
