
Language en_TH
===============

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

::

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

	fake.building_number()
	# u'66278'

	fake.street_address()
	# u'03486 Norramon Port'

	fake.postalcode_plus4()
	# u'40394-7850'

	fake.city_prefix()
	# u'East'

	fake.military_ship()
	# u'USCGC'

	fake.city()
	# u'Pachongrukbury'

	fake.zipcode_plus4()
	# u'50361-0145'

	fake.state_abbr()
	# u'GA'

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

	fake.street_suffix()
	# u'Spur'

	fake.city_suffix()
	# u'berg'

	fake.military_dpo()
	# u'Unit 5676 Box 5513'

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

	fake.country()
	# u'Netherlands Antilles'

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

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

	fake.postalcode()
	# u'12357'

	fake.address()
	# u'689 Sorawut Forks\nYouprasertshire, NC 64782'

	fake.state()
	# u'New Jersey'

	fake.military_state()
	# u'AP'

	fake.street_name()
	# u'Pitanuwat Neck'

	fake.zipcode()
	# u'10449'

	fake.postcode()
	# u'57705-0631'

	fake.military_apo()
	# u'PSC 4925, Box 3241'

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

::

	fake.license_plate()
	# u'GSA-413'

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

::

	fake.bban()
	# 'OBEL0250451478575'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB96ZLWG1436434320459'

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

::

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

	fake.ean13()
	# u'4591900197281'

	fake.ean8()
	# u'20527556'

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

::

	fake.rgb_css_color()
	# u'rgb(94,104,174)'

	fake.color_name()
	# u'Ivory'

	fake.rgb_color()
	# u'198,208,75'

	fake.safe_hex_color()
	# u'#771100'

	fake.safe_color_name()
	# u'gray'

	fake.hex_color()
	# u'#9e9551'

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

::

	fake.company()
	# u'Pitanuwat-Sireelert'

	fake.company_suffix()
	# u'PLC'

	fake.catch_phrase()
	# u'Integrated full-range neural-net'

	fake.bs()
	# u'innovate back-end relationships'

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'Maestro\nPattamon Boonpungbaramee\n581577711632 10/19\nCVV: 253\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'BCH'

	fake.currency_code()
	# 'GTQ'

	fake.currency_name()
	# 'Aruban florin'

	fake.cryptocurrency_name()
	# 'Monero'

	fake.cryptocurrency()
	# ('BTC', 'Bitcoin')

	fake.currency()
	# ('KRW', 'Western Krahn language')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 8, 19, 5, 3, 18)

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

	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(2016, 9, 24, 19, 54, 5)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2013, 7, 23)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 13, 1, 17, 41)

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

	fake.day_of_week()
	# 'Friday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2013, 8, 25, 14, 30, 22)

	fake.date_between(start_date="-30y", end_date="today")
	# datetime.date(2010, 4, 6)

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2015, 9, 12, 14, 4, 39)

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

	fake.am_pm()
	# 'AM'

	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
	# datetime.datetime(2018, 8, 16, 9, 27, 49)

	fake.date_object(end_datetime=None)
	# datetime.date(1989, 4, 29)

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

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '2003-07-24T02:13:42'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2008, 12, 4)

	fake.month()
	# '10'

	fake.year()
	# '1971'

	fake.day_of_month()
	# '12'

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

	fake.timezone()
	# u'Asia/Aden'

	fake.century()
	# u'X'

	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
	# datetime.date(1988, 10, 6)

	fake.time_object(end_datetime=None)
	# datetime.time(21, 9, 13)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 5, 2, 4, 47, 22)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(2010, 8, 20, 8, 46, 46)

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

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

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 7, 27, 18, 34, 3)

	fake.month_name()
	# 'March'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(1984, 9, 30, 13, 26, 47)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(8072, 13701)

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

::

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

	fake.mime_type(category=None)
	# u'text/html'

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

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

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

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

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

::

	fake.ascii_free_email(*args, **kwargs)
	# 'todsawun56@hotmail.com'

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

	fake.tld()
	# u'net'

	fake.email(*args, **kwargs)
	# u'xpianduangsri@kumsoontorn-thantananont.com'

	fake.url(schemes=None)
	# u'http://www.kumsoontorn-chowitunkit.info/'

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

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

	fake.uri_extension()
	# u'.asp'

	fake.uri_page()
	# u'search'

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

	fake.safe_email(*args, **kwargs)
	# u'trikasemmartpattatomporn@example.org'

	fake.ascii_email(*args, **kwargs)
	# 'uchomsri@prachayaroch.net'

	fake.ipv4_network_class()
	# u'b'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'teetatpasuk@sittisaowapak-kumsoontorn.com'

	fake.domain_name(*args, **kwargs)
	# u'chowitunkit-kongchayasukawut.info'

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

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

	fake.slug(*args, **kwargs)
	# u'vel-modi-nesciunt'

	fake.uri_path(deep=None)
	# u'categories/list'

	fake.company_email(*args, **kwargs)
	# u'chaiwut10@thantananont.com'

	fake.uri()
	# u'https://chowitunkit.com/category/posts/tags/about/'

	fake.ipv6(network=False)
	# 'e94d:4d4:bd93:ad56:70b6:4e8a:4ed5:5dae'

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

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

	fake.mac_address()
	# u'85:93:90:6f:2c:63'

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

::

	fake.isbn10(separator="-")
	# u'0-19-629033-3'

	fake.isbn13(separator="-")
	# u'978-0-696-49068-2'

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

::

	fake.job()
	# "Barrister's clerk"

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Natus velit dignissimos. Odit autem maxime optio laborum earum. Optio fugiat natus ex iste suscipit.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Non pariatur modi possimus minus fugit distinctio fugiat. Corporis cupiditate doloribus asperiores eius.',
	#     u'Fugiat distinctio consequuntur tempora accusantium accusantium quos. Explicabo dolore aliquam deleniti vitae. Similique pariatur placeat.',
	#     u'Nisi eveniet maxime voluptatem sint. Reiciendis libero aut veniam sint repellendus quam.']

	fake.words(nb=3, ext_word_list=None)
	# [u'reiciendis', u'deserunt', u'officiis']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Alias modi magni nam incidunt aperiam nostrum.',
	#     u'Quo libero quae nulla earum dolorum consectetur.',
	#     u'Architecto rem esse architecto animi molestiae fuga.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Velit error aperiam delectus aperiam aut nemo. Illum quidem nobis minus et velit dolore. Corrupti tempore non rerum deserunt ratione.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Ab rem illo harum aliquam.'

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

::

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

	fake.locale()
	# u'yue_HK'

	fake.binary(length=1048576)
	# bytearray(b'\xef\xe3\xa0\xfb\xb9\xe93 zT\xff\x98\x97\xe6R\xb6%\xc7P\xf9Zs\xe5\x98\xcc\x94c\x13\xfa\xb7\x8bY\x1esu]\xeb\xafI\xcd\xa5&\xf6\x92c\xddx\xff\xb7\xe9\tB;\xb0\x98\xa8\xaf\x0fC\xe9\x89\xc610\xea\xb49\x7fr}\xdb\xd2\xb2\xd34jZ5\xa8\xa9w\xc3X\x16\x94\x8e\x80\xbfXqq_]{U\xd3\x7f\'\xcdB*\x7f\x9c\xc7\xdf/\xcc\x07\x0fo[\xff*7\xc2\x87\xdd\xa8^\x1cj\x84\x8e\xa4\xe2t\r\x17\xe1i\xaa\xb4\xa0\xb2\xc40\x04\x80\x0bfy\xc1\x92\xf3\xea\x7f \xb8\xb0\xe5\x04\xcd\x8ds\xbe\xa8\x02\xc2\x9c\xf5\x91\xbfM\x04\xc7h\x9d\xfa\xe2\xc0\x03\xb3QH\xf1\xcc]\x11!l\x8e\xf1+\xa3\xfb\x8ewx\x8e\x9aml\xeb\x94X[%\xfb\xcaNd\xab\xcc4y\xb3!\t3\xc5\xa3\t\xc0\xe7\xed=\xa1V\xb7^\x1e\xa1/\xbcK\xf0\xd5\xd3\x97.A$\xb2\'\x9f\xee\x08\xe8\xff\xdb\xcb\xcb\x1aI a\xd0`H:\xec\t\x85\xb1\x93\xaap\xbf\x88\xc1\x1c]\xb8\xb8p\x82m\xf2#[\x88\xf2\xcfP}\xa0\x8f\xc9\x15\xcb\nT\x95\x91\x05\xbe.j\xddy\xd2\xf4\x0e\xdc\\\xc2\xad\x1b=\xf5T\x86\xa4\xa9D\xe9\x89"DH/s\xf0\x98Y9\x0bk\xaf7>\x89L\x9b\x91\xd9?9x<\xe4M\x87\x07*\xb0\x9b\xc4\x01\xc4\xfcl5\xef\xe2\xa1C}R\x9e)\xf8\xcc\x99\x05\xe0-11\xd9\xb3\xfcr\xd3v\xbd\xa0&6\xe4\x8c@\x05\x8aI~=M\xe9\x1c2\x17\xa4\x9d\x1b\x1c:`c \x8e\xacC\xb3\xb2Qc\xc2\xc0q\xcd\xad\xa2\x9e-\x8c>\xc0\t\xa1\xa0% .CWr8\xb1\xbf\xb4_{\xa0\xc4\xcb/dO7\x00F\xd4 \x94\xe4\xb4\xdd\x91Kb\xe2\x86\xe9\xe3!vJ\x11\xd7\xc1\xb9\x8fc\xac\xf8\x16p\x90\x01\xc6\x19/\x8f\xfd=\xec\xf3~\x19P\xf5\x96[\x1f\x0f\x9c\x05\xde\xb8h\xb2\t2\x12\xe6"ER\x83v\xff\x05\xb0x\\\x05 y\x16_F!\xdc\xdcm\xf0u{\x1a\x8d\xa9hw\xdd\xda\x04?r\xa3\x85\xa2YO_\x0fd\xb7\x0e\xa2\xa7\xb5K\xba\xfc\x1f\xad\xbd\xe5 \x1aN\xab\x07\xe2$D\x97=H\xf4\xaa&]\x8b\xffj\xd4\xb3e\xbf\xb3\xc8$"\x1f\x15E\xb2\x8df?\xa1\xa7\xd1\xcf\xe0|\xcfq\xf6\x01B\x8bh\xdbq\xc3\xc7@\xd6m\xedN\x8d\xe5\x8b\xf4#\x1fI\x9e\n\x9c\xf3WS\x8a\x92\xba\xd3~\xfep\xb5"O\xf0\xc4^5.\x06\n;\xd1\x04\xab\xaaekz\xaeA;\x1f\xe4\xb9o5#\xba\x85\xe2U\x7f\x9d;\xec\x9e$\xd5\x1af\x1cBC6Y\xa9\xc5\x14\xf0R\x1c{\xec\x17|\x8fd\x18\x84\xed\xa8\x04F\x98\xf9\xddc\\\x9a\xc1\x98\xa9\x01\x96Cg(11Xb\x88>\n\xe0\x04\x0f*\xe1\xa8\xee"\xc6\xed\x865`\x8cWU\xca\x01\x8a\xbd\xfd\x99S8\xa1\xe2R\xfd\xa50\xf1N\xc5\x82,\x04\x85_[\xe8\x85y?\xc2h\xc1\xedJ\xdb\xf2\xf1;\xff\x19\x9e]N(KV^\xb8sb,\xb2\xf3[{\xa1\x8c\xa7$\xa2Ql\x93\x80V\xa5\x95\xce\x96<\x9a|P\x97I\xb6C\xd0\\df\xbb\x00\x00\x123\xb7\x15\xc9\xfad\xc1\xcbO\x89\x14\xff\x12c\xb0\x11-\xef\x00\xb9\xde\x00e\xe5\xc9\xf2`=\n\x18\x19\x92\x8f%l\xbe\xb2\xa5\xc5H\x7f\xb5\xef&\xf0\xd4\x1c\xbfk\xb4X\xa6\xe5x\xc0\x80$;\xfdHN\x8c&.\x7f=\xae\x93\xb4\x03\xcfW\xed\xde\x0b\x92.![\x0b%yH\xe5,y\xbe|\xa5k"\xab\xa0g\xb7\x01\xf9\xd7&M\xdb;;\r\xdf\xc4\xf0\xc7\xd1|\x85\x94\x10I\xbf\x16#\x10\x13Zi\x0f^4x;[\xd9\x9e\x9f\xder\xc5\x10\xb2Hy\x19\xbb\xc5e[)\x88R^\xd7\x91w$\xb5h\xd4\xe9\xbbF\xf1\x0e2.jz(\xb6>\x9aB\xd3-iE.1\xe1!\x80\x0c\xd0\xe2\x9b3\x12#\xd5/W\xafc\x88Q\xc1\x12f`U\xe8\xba-\xd2\x87\xeb\xd8\x17\xa6\xac\xf2\xdc\xa2z:\xe3\x1c\xea\xb0T\xca\xec\xb8\x85I\x89\xa1\x97F\x86Uf')

	fake.md5(raw_output=False)
	# '8595dfd60bdb2d2fb3cfa71dfb84800d'

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

	fake.null_boolean()
	# True

	fake.sha256(raw_output=False)
	# '849c6df546dfceecb427984f803b7056d2b752747359daef44009c4cbe37bab3'

	fake.uuid4()
	# 'd29d88e8-8f8a-1e1d-23aa-5aac4effcbe3'

	fake.language_code()
	# u'pt'

	fake.boolean(chance_of_getting_true=50)
	# False

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

::

	fake.last_name_male()
	# u'Pitanuwat'

	fake.name_female()
	# u'Kunaporn Sireelert'

	fake.prefix_male()
	# u'LT JG'

	fake.prefix()
	# u'SAMANERA'

	fake.name()
	# u'Jaruwan Kamalanon'

	fake.suffix_female()
	# u''

	fake.name_male()
	# u'Tunradee Sireelert'

	fake.first_name()
	# u'Nutcha'

	fake.suffix_male()
	# u''

	fake.suffix()
	# u''

	fake.first_name_male()
	# u'Supasit'

	fake.first_name_female()
	# u'Sittikorn'

	fake.last_name_female()
	# u'Sireelert'

	fake.last_name()
	# u'Benchapatranon'

	fake.prefix_female()
	# u'POL CPL'

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

::

	fake.phone_number()
	# u'193.097.4062x6249'

	fake.msisdn()
	# '7471097134001'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'940 Permchart Knoll Suite 333\nKongchayasukawutfort, TN 86490-5332',
	#     'birthdate': datetime.date(1996, 4, 19),
	#     'mail': u'puntira14@gmail.com',
	#     'name': u'Chanikan Habpanom',
	#     'sex': 'M',
	#     'username': u'enorramon'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'PSC 8747, Box 6232\nAPO AE 94776-8938',
	#     'birthdate': datetime.date(2013, 3, 9),
	#     'blood_group': 'B+',
	#     'company': u'Sittisaowapak-Methavorakul',
	#     'current_location': (Decimal('61.9249085'), Decimal('-6.305683')),
	#     'job': 'Industrial/product designer',
	#     'mail': u'zphusilarungrueng@hotmail.com',
	#     'name': u'Tunchanok Suraprasert',
	#     'residence': u'452 Todsawun Row\nKitprapamouth, OK 37916-4886',
	#     'sex': 'M',
	#     'ssn': u'122-43-2875',
	#     'username': u'thantananontchaiwut',
	#     'website': [   u'https://lertsattayanusak-norramon.biz/',
	#                    u'http://pongpanitch-boonpungbaramee.com/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'https://methavorakul-boonpungbaramee.net/category/search/',
	#     u'VhdAQRxSLKGIsdlazMqL',
	#     8899,
	#     u'ksvMdkXiDOviMSRCfqCT',
	#     -880405824182366.0,
	#     u'http://wimolnot-habpanom.net/categories/app/author/',
	#     u'XLQahwnHpteUaCzjfCzk',
	#     u'http://www.pichpandecha-prachayaroch.com/',
	#     datetime.datetime(1974, 11, 8, 3, 15, 42),
	#     u'KGlGPRLDgEugAuguWhLT',
	#     3261)

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

	fake.pystruct(count=10, *value_types)
	# (   [   u'hPwgZIniQDkNzxCQLMkn',
	#         Decimal('70294.0'),
	#         u'turongkinanonjinjuta@thantananont.biz',
	#         6279,
	#         u'RGNUYFZyCOiqmnBQYwSg',
	#         datetime.datetime(1974, 11, 20, 15, 1),
	#         u'http://charoensuksopol.net/posts/register.php',
	#         u'PrccYerqwwQVokyoxljm',
	#         u'PCwAQGXiypvwJOHtLYdF',
	#         u'eFOPzBfrdqlmsdgvoNvL'],
	#     {   u'accusantium': 9246466873134.88,
	#         u'atque': Decimal('68192402249.8'),
	#         u'consectetur': datetime.datetime(1978, 6, 19, 15, 6, 18),
	#         u'ea': u'fbPVuSfYAnrgMMcZRtBP',
	#         u'et': u'gNxQMKhKkvYJMJQbZTqL',
	#         u'magni': 9208,
	#         u'nemo': u'uWjLfodxGSxSiaRzdUjO',
	#         u'quos': u'kdCWaAordfqeOFuLpbyK',
	#         u'saepe': -1351307745411.17,
	#         u'sequi': u'ItFvOdhaEZlrbYeTBBpy'},
	#     {   u'adipisci': {   3: -4085.608,
	#                          4: [1713, 9282, u'kMXefYBwaEafZMaSaWYc'],
	#                          5: {   3: u'kunaporntodsapornpitakul@lertsattayanusak-phusilarungrueng.com',
	#                                 4: u'http://www.sittisaowapak.com/categories/explore/home/',
	#                                 5: [   u'SVZgKwIloMjhacebghdM',
	#                                        u'iXGbepgqpOTBcNgtmnaV']}},
	#         u'aut': {   0: u'qtianvarich@gmail.com',
	#                     1: [   9007,
	#                            Decimal('-3717940999.0'),
	#                            u'IaCjEVuGsEUpvVTtInMh'],
	#                     2: {   0: u'IyoimLVzITUHsWGmnegd',
	#                            1: 9964,
	#                            2: [   u'eLRcTGpXAMqNQDIYCtnv',
	#                                   datetime.datetime(1975, 11, 20, 13, 54, 31)]}},
	#         u'culpa': {   4: Decimal('-1.888332492'),
	#                       5: [   u'https://www.phusilarungrueng.org/posts/wp-content/homepage.jsp',
	#                              u'dVRsBeiLAFVdcoRCuBVV',
	#                              6409],
	#                       6: {   4: datetime.datetime(1989, 1, 27, 18, 43, 37),
	#                              5: u'jLeyubLkQXogkHnCUNeI',
	#                              6: [u'jolnJLZxrEZJBdguxkVx', 75566324.9368]}},
	#         u'dolores': {   8: datetime.datetime(1975, 5, 28, 12, 10, 24),
	#                         9: [   u'grrFMCpGTcmPSRxOQOfm',
	#                                u'ZzLEFjIgzESvOCPzojve',
	#                                u'bEpVZoZVQmhorXCrEsXw'],
	#                         10: {   8: 9121,
	#                                 9: u'prachayarochwasin@hotmail.com',
	#                                 10: [322, 669341503846588.0]}},
	#         u'eveniet': {   6: u'parin31@prachayaroch.com',
	#                         7: [   8994,
	#                                u'skongsri@gmail.com',
	#                                u'aunyaporn58@gmail.com'],
	#                         8: {   6: u'bZnlIMXdaHaxRXcVdPJM',
	#                                7: u'FMOWEPghkNdynVVcHjqS',
	#                                8: [   u'http://turongkinanon-turongkinanon.com/categories/list/index/',
	#                                       749]}},
	#         u'fugit': {   5: u'kunapornpolpo@lertsattayanusak-sorattanachai.info',
	#                       6: [   u'tchaisatit@hotmail.com',
	#                              3681,
	#                              u'vyGtLtugVswzjeQZvxbh'],
	#                       7: {   5: datetime.datetime(1987, 1, 17, 20, 17, 3),
	#                              6: 11538.6711,
	#                              7: [   Decimal('-50206.7653818'),
	#                                     u'http://www.kongsri.com/about.htm']}},
	#         u'iusto': {   1: 5897,
	#                       2: [   u'todsapornpitakulpattamon@suraprachit.info',
	#                              u'http://www.chaihirankarn-pichpandecha.com/app/search/wp-content/category/',
	#                              u'VYWrHUpNhmYfLqWIprIk'],
	#                       3: {   1: u'IeVmehaByvQpBDudFaVA',
	#                              2: u'IuYvrtRNcItzOqzKEfts',
	#                              3: [   u'jEtfuuLSYJzGsSynLruD',
	#                                     u'https://wannapaitoonsri-todsapornpitakul.com/']}},
	#         u'qui': {   7: Decimal('-36.0'),
	#                     8: [   u'UidqALlfWuJhZEpIrYQc',
	#                            4871,
	#                            u'http://prayoonhong.net/privacy.html'],
	#                     9: {   7: u'chalisakongsri@gmail.com',
	#                            8: Decimal('-83.189018'),
	#                            9: [5293, u'ppyUkSGiZRFSmoktqpMh']}},
	#         u'quidem': {   2: u'WENHRaahQvzMyOcdwuJU',
	#                        3: [   6051149.555616,
	#                               u'RhdVfzVCnnXpDQhlVrUy',
	#                               u'NSizxrntbzSQdMtLxpDk'],
	#                        4: {   2: u'AhfXKpBVGtWEnZsSvuyl',
	#                               3: u'IEkFjBirzpDYDsqEAYti',
	#                               4: [   u'RvEndVQNxKOvaYvwkWRp',
	#                                      u'https://kamalanon-pikatsingkorn.biz/']}},
	#         u'ratione': {   9: u'http://www.pongpanitch.com/login.html',
	#                         10: [   u'gfWkUSqnmpFwvsthbkkw',
	#                                 u'LHMWbuxBFZnmqCKqLTpk',
	#                                 datetime.datetime(1977, 3, 26, 6, 22, 28)],
	#                         11: {   9: u'chaifah94@suraprachit.com',
	#                                 10: 7937,
	#                                 11: [8523, u'sjNvIzvEBSZIOaGWEkzI']}}})

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

	fake.pydecimal(left_digits=None, right_digits=None, positive=False)
	# Decimal('5.01060925288E+14')

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   datetime.datetime(1997, 11, 20, 15, 9, 40),
	#     8993,
	#     8158,
	#     -9.623,
	#     u'nutchachowitunkit@pongpanitch.net',
	#     958,
	#     u'FmizgyfJwEeKQsXyNCyA',
	#     7494,
	#     u'gGeYQsMKQdNQlFPSpIRl',
	#     u'http://www.choeychuen-kumsoontorn.com/posts/list/posts/terms.php',
	#     u'boqSIYvcHzuAuJhXXBkm',
	#     u'BaVkkVLghBmDVdCeCkMa',
	#     9224]

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   9889,
	#     u'EklnGIUQZifmXIdvZbqf',
	#     u'pawansireelert@gmail.com',
	#     u'hTuzZbEdnEXrDpfKfbrc',
	#     -735978.617,
	#     u'pikatsingkornyanisa@sooksawang.net',
	#     u'oPIFyOGhtNnGRhNOWeDN',
	#     Decimal('7229.808'))

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([datetime.datetime(1998, 5, 8, 21, 32, 15), u'xiuLUmBgTGNQBgXFgQDL', datetime.datetime(1980, 6, 28, 1, 33, 25), u'mpzflBlpbTvkxuLKGTWv', u'pLChWDsZBSoDPSMBamyp', u'AsenprThNizRZQhoGesX', u'xDNUgoIDxNYahBcLkKgD', u'todsawunlertsattayanusak@sireelert.com'])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'amet': u'QIprXDcNKXJxsegqDHfY',
	#     u'animi': u'http://chaihirankarn.com/tags/home/',
	#     u'atque': u'https://sujjaboriboon.com/',
	#     u'deserunt': -5.70225474772111,
	#     u'excepturi': u'vdJTHXVVJFgytmYxucEy',
	#     u'reprehenderit': u'ycRpyZSNyhubviNrjRbp',
	#     u'saepe': Decimal('1.44090718589'),
	#     u'vitae': u'LTzWewqSnpYPzXjcgabm',
	#     u'voluptas': u'https://www.kittakun.org/'}

	fake.pyint()
	# 2423

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

::

	fake.ssn(taxpayer_identification_number_type="SSN")
	# u'677-04-6830'

	fake.ein()
	# u'50-8550980'

	fake.itin()
	# u'994-83-5818'

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

::

	fake.mac_processor()
	# u'Intel'

	fake.firefox()
	# u'Mozilla/5.0 (X11; Linux i686; rv:1.9.5.20) Gecko/2015-05-30 06:05:06 Firefox/7.0'

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

	fake.opera()
	# u'Opera/9.80.(Windows NT 6.0; nan-TW) Presto/2.9.187 Version/11.00'

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

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

	fake.user_agent()
	# u'Mozilla/5.0 (X11; Linux i686; rv:1.9.7.20) Gecko/2011-08-10 04:35:22 Firefox/3.8'

	fake.linux_processor()
	# u'i686'

	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
	# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_7) AppleWebKit/5351 (KHTML, like Gecko) Chrome/53.0.861.0 Safari/5351'

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

	fake.safari()
	# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_12_3 rv:4.0; sv-FI) AppleWebKit/531.41.5 (KHTML, like Gecko) Version/4.0 Safari/531.41.5'
