
Language en_AU
===============

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

::

	fake.state_abbr()
	# u'TAS'

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

	fake.street_name()
	# u'Jennifer Junction'

	fake.address()
	# u'Apt. 890\n 43 Johnson Estate\nWest Joshuafort, ACT, 2696'

	fake.street_address()
	# u'2 White Range'

	fake.postcode()
	# u'2619'

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

	fake.country()
	# u'Hungary'

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

	fake.secondary_address()
	# u'8 /'

	fake.street_suffix()
	# u'Heights'

	fake.city_prefix()
	# u'Port'

	fake.city_suffix()
	# u'view'

	fake.building_number()
	# u'8'

	fake.country_code()
	# u'KZ'

	fake.city()
	# u'Lake Bryanshire'

	fake.state()
	# u'South Australia'

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

::

	fake.license_plate()
	# u'SGI 3926'

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

::

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

	fake.ean13()
	# u'8694567701900'

	fake.ean8()
	# u'85556980'

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

::

	fake.rgb_css_color()
	# u'rgb(189,46,107)'

	fake.color_name()
	# u'Coral'

	fake.rgb_color()
	# u'214,28,100'

	fake.safe_hex_color()
	# u'#000000'

	fake.safe_color_name()
	# u'silver'

	fake.hex_color()
	# u'#3be740'

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

::

	fake.company()
	# u'Moreno, Richard and Proctor'

	fake.company_suffix()
	# u'Ltd'

	fake.catch_phrase()
	# u'Diverse local parallelism'

	fake.bs()
	# u'cultivate customized channels'

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

::

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

	fake.credit_card_provider(card_type=None)
	# u'JCB 15 digit'

	fake.credit_card_full(card_type=None)
	# u'Voyager\nAndrew Lowe\n869901833226748 11/22\nCVC: 963\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'SIL'

	fake.currency_code()
	# 'GNF'

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

::

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2009, 9, 19, 9, 8, 10)

	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
	# datetime.datetime(1997, 12, 7, 6, 17, 35)

	fake.time(pattern="%H:%M:%S")
	# '15:10:05'

	fake.date_time_ad(tzinfo=None)
	# datetime.datetime(131, 12, 19, 4, 34, 15)

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

	fake.day_of_week()
	# 'Thursday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2010, 6, 11, 7, 31, 4)

	fake.time_object()
	# datetime.time(12, 15, 38)

	fake.iso8601(tzinfo=None)
	# '2017-07-05T05:02:12'

	fake.time_delta()
	# datetime.timedelta(7612, 32177)

	fake.am_pm()
	# 'PM'

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

	fake.date_object()
	# date(2007, 11, 1)

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2017, 9, 23, 18, 1, 16)

	fake.date_time(tzinfo=None)
	# datetime(2012, 11, 3, 3, 2, 48)

	fake.date(pattern="%Y-%m-%d")
	# '1975-05-14'

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

	fake.month()
	# '12'

	fake.unix_time()
	# 1166914707

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2017, 9, 1, 12, 7, 30)

	fake.day_of_month()
	# '05'

	fake.year()
	# '1997'

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

	fake.century()
	# u'VII'

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

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2017, 4, 27, 15, 0, 56)

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2017, 8, 22, 2, 55, 4)

	fake.month_name()
	# 'August'

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

::

	fake.file_path(depth=1, category=None, extension=None)
	# u'/minima/beatae.pdf'

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

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

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

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

::

	fake.url()
	# u'http://gibson-alvarez.com/'

	fake.company_email()
	# u'kathleen44@kennedy.biz'

	fake.uri()
	# u'https://cordova.info/index.php'

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

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

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

	fake.tld()
	# u'net.au'

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

	fake.free_email()
	# u'tmalone@gmail.com'

	fake.slug(*args, **kwargs)
	# u'cupiditate-quasi'

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

	fake.uri_extension()
	# u'.html'

	fake.ipv6(network=False)
	# '1ad9:b117:5e59:98c8:9ec9:2abe:2e9c:728a'

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

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

	fake.email()
	# u'aliciadiaz@patterson.net.au'

	fake.uri_page()
	# u'main'

	fake.mac_address()
	# u'29:64:1c:92:29:16'

	fake.safe_email()
	# u'jensenjonathan@example.org'

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

::

	fake.isbn10(separator="-")
	# u'0-472-68650-X'

	fake.isbn13(separator="-")
	# u'978-0-7527-9480-8'

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

::

	fake.job()
	# 'Geoscientist'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Molestiae delectus iste atque recusandae tenetur voluptatem quibusdam. Dicta dolore totam aut cum quae reprehenderit eligendi. Possimus aut cumque exercitationem officia.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Itaque reprehenderit itaque corporis laudantium quidem. Ratione consectetur debitis dicta aliquid aspernatur. Beatae amet sit rem illo accusamus. Ipsa officia nobis iure libero corrupti nam beatae libero.',
	#     u'Laudantium magnam velit illo ab molestiae. Doloribus sunt nam maiores culpa quae eligendi nisi. Ex mollitia corrupti error quis omnis harum. Dicta expedita modi at quam.',
	#     u'Temporibus ducimus itaque dolorum aut. Numquam recusandae iure nulla reprehenderit. Laudantium repudiandae doloribus quaerat in placeat. Eaque adipisci quia delectus.']

	fake.words(nb=3, ext_word_list=None)
	# [u'ab', u'magni', u'magni']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Ad possimus enim quidem recusandae incidunt.',
	#     u'Vitae ipsum ipsam sunt iure ipsa ab.',
	#     u'Porro natus id nam laborum doloribus ullam perspiciatis.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Alias a laudantium rerum quos totam corrupti. Quisquam dignissimos quaerat fuga rerum neque officiis magnam. Cupiditate aperiam placeat illo ad itaque. Aspernatur inventore labore facilis magnam quos vitae.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Modi magni culpa nobis aliquam.'

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

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'fb(0SvNi@B'

	fake.locale()
	# u'unm_US'

	fake.binary(length=1048576)
	# bytearray(b'\x9ebd?F\x9b\x08C\xa5\xe0\x87\xe9\x8c\xac#i;\xfc\xb3\x82\xdc\xfa\x02m\xb1\xfa\xf1g\xf4n\xc4\xaa\xffb\x07\x8cc\xfd~\x00\xb3\xf0\x1f\x01}H\x0c)\x81B\xa8g\xb3\xa7g*\x9f=\tYM\r\t\xcd\x8d\xb38\x04\x91\xe7z\x1c\x1a\n\xe4h\x9b\xab\x9fM\x95\xc6\x05\x04\xd7\xbaO5\xae\xb4\xcf\xe8\x19[\xba\xecXH\xf3\x92t\xef\x8c\xe0\x00Zz\xcc\x8b\xed\x1b\xe9h\xc9\xc2r\x1e\x02\x13\xde\x8e\x1b94\x97\x92\x0et\t{T\xa2z\x8d\x137\xc0(\x92\xbb\xc6\xfc\x06\x8a\x9bl\x9c{\xac\xb2\xb6\xf0\x90\x176\xb8\x14D\'47\x12\xd1\xf7/\xb5\x8d\x90\xcb\xf2s\\\xd0\xa1\x1ex\x87)\x87\t\x85\xe5KRY\xb0\xdb*@\xaf\x92\xbc&\xfc\xb7\x8a\xa5\xfb\xe9\xd2C\xe6\xba\xb1\xe2K\x01\xfa\xb3J\x8c\xf6df8~Tr\xd7m/8~\x0e\xe1$E\xfb\xc7Y\xdcY8u\x0e\xcd\xa4@\x16K\xe2\xd2\x14\xb7\xec!\xe8\xa6\xdc\xba\xa4\xe7\xac\xa9\x86\x16\x9d~\x11\xfd\xd9\x17\xe7\x04\x81\xec\x9fq\xcay\x1c\xccRc^\xed\xf2\x10\x9d\xbeu:\xd5\xaa\x9f\x03\x873&\xd5\xd5n\xc0\x893+NK\xe84\xed\xadaYAGP\x16\x80\xad\x16\x85\xac\x8eW#\x9a@\xe5y{\xa0\xf5\xf3I\x82E\x91\xa1!a\xec@\x0c\xc8#\xb3\xda_\xa6/$\xc5\xdc\xb4EW\xf0z\x88BG\xc8\xb3\xa5t\x83\xd2\xa1\xb1\x8a!\xd5u\xefn\xff\x1d\xd0\xaf-\xab\x9fp\x84\xee\x88l\xad\x05\x82bT\xea\xe0\xcczRz\xbd\xa61o\x9fhau+2\x0f\x8e\xb3\x8f\xbd\xb0\xb0\xc4\x8e\xe1\xefh\xd5\xc5\x1a\xf7\xad\x08\x8cZ-\xf8\x88\xc9\xed \x85\xb1\x91l\x12\xa3\x0b\xb25\xe7\x01\xb5\x80\xbf\xea\x0e?\xee\xec4\xdb\xcfe\x14f\xea\xff\xd9N\x10\xf9\x934\x86\x01\xa5\xbc\x9b\xbd\xce8c\xac\xa0\x8bH\x07`\xcd.\xf7\xb0\xb8\x963\xfc\xde\x0f\xd4O\\+\x1f\x87;\xae\xb1\x9f\xa8w\xcb"}y[0\xc8\x07\xa3\xe8\x99@\x18\xbc\n\xc0Sb\x11\xce,\x82n\xea^\xbd\x95\x07"\x9b\xd5\xd9\xe5^\x16\xb7b:%\n/\xac\xa1\xc3Q\xfe\x909L\x0b\x9c\xbf\x9d$T\xc1y\xd5\x812\xed\xa1\xc4 \r\xe2\x1f2\xf9\xf8X#R\xdaC\x1a\xb9\x1eG\xc3\xe5R<ey\n\xe2\xe7\xa2H\x02\x92\x88\x1a\x17\x02/\xca\xf9\xf1\xd4\x1a)\x01\t\x8b_:\xab\xc1\x04\x9a)\x13t|r3\xfdOV&\x81#\x8fQN|\x9cRcc\'Mvj\x99\xa9\xbc\x89\xf9\x01\xf4YMv\xc2\x1f\xf1\xf52\x02,T\x03^\xca\xa5y\x02;\xcej\xb9g\xcb9_\x9f\x9d\x11\xd6\xee~\xe7A\xca\xd9\x13\xd5q\xc8\xe5v\xf4\xc5t\xcc\x18X\xc7\tcLu\xf2\xe8\xcb\x9a\xff\x0e\xd8Z-\xf9|y\xd3\x8b\xfd\x9fc]\x97\xd1"\xd1\x17\xb7\xb1?\xfa\x8b\xddG\xd6!U\x1ct\xe1)\xc0\xa8\x99\x1b\x0cNMc\xa2\xc5\xe4s/\x84\xf8\x0f\xd1J\xb7p\xb3oFx\xf5\xeb\x9d\x8b\x8f\xbcU\xf1&\xb0\x8a\xeb4\x9a\x03\x87\xd7\xbao\xbf"lW\xeb)Oc\xb4\xdc\xa4\x00"\x02\xd4\x04\xde\x8aq\xd6\x9d\xee6\xb0\xcd\x11 \x83t\xde\xbe\x18i\xf4\x9d4e>-\x9a\xbe\xee\xf0\x03\xf3\x94\xcb\xcb~7E}\xa5T\xb0N2\xc6\xee-\xca\x9by?h\x85\xd5\xff\xd4|\x84i\xba\xc6\xe5\xd1\xb8\xc1\xfd\x19\xd2\x91\xa6\xde\xcdR\xdfH\n\xa1\xd2x+\x01\xed:\xa3\x9c\xb7\xb8\x8e!D\xee\xc5\xe3{c\xb73\x92\xaa\xf4\x08\x86\xbcR\xf3\x9a\xca\x94d4\x0c\xb8}`p\xbcPW_\x85\xf8\x88\x13\xa20p\xd8\r\xb3\xb5\x11\x98P6\xe7\\\xd7{\x98\xac!\xe7j\x18x=g\xca\x18\xfdQz=\x00\xfc\xea\x88\xf2\xf4\xc5\xdaW^\x91\xbc[\xd8\xd8\xf9)\xda\xb4H\xadY\t0V\x0f\xea/\xd5\xeb9\x86\n\x9e\'\xf8\xe7\x94E0`\xcd\xbbqE\xa5VPQ\x07\xd6\x07u~\xabJ\x95\x1fEG\x8c\xd8X\x97\xc14.\xb8\x95\x99H\xc3\xf3\xb9\x8cg\xfdu\xaf\x1b\xd8\x8d<\xda\xdcf\xcc\x8e')

	fake.md5(raw_output=False)
	# '5d5ffe6aa0ecf3b1c771213855f4f219'

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

	fake.null_boolean()
	# None

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

	fake.uuid4()
	# '68128904-6d28-1837-f557-a7010e374e50'

	fake.language_code()
	# u'mhr'

	fake.boolean(chance_of_getting_true=50)
	# True

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

::

	fake.last_name_male()
	# u'Nelson'

	fake.name_female()
	# u'Lori Stevenson'

	fake.prefix_male()
	# u'Mr.'

	fake.prefix()
	# u'Dr.'

	fake.name()
	# u'Matthew Roberts'

	fake.suffix_female()
	# u'DVM'

	fake.name_male()
	# u'Randy Sanford'

	fake.first_name()
	# u'Donna'

	fake.suffix_male()
	# u'MD'

	fake.suffix()
	# u'MD'

	fake.first_name_male()
	# u'Dustin'

	fake.first_name_female()
	# u'Jessica'

	fake.last_name_female()
	# u'Anderson'

	fake.last_name()
	# u'Phillips'

	fake.prefix_female()
	# u'Mrs.'

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

::

	fake.area_code()
	# u'8'

	fake.phone_number()
	# u'(07).5537.2922'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'9 Graham Turn\nBrownville, ACT, 4073',
	#     'birthdate': '1971-06-19',
	#     'mail': u'rachel41@hotmail.com.au',
	#     'name': u'Kelsey Cochran',
	#     'sex': 'F',
	#     'username': u'iespinoza'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'Flat 32\n 8 Perkins Ring\nJameshaven, TAS, 2655',
	#     'birthdate': '1978-06-30',
	#     'blood_group': 'B-',
	#     'company': u'Rowland Inc',
	#     'current_location': (Decimal('-32.5047965'), Decimal('-40.541377')),
	#     'job': 'Mudlogger',
	#     'mail': u'walterruiz@gmail.com',
	#     'name': u'Steven Arnold',
	#     'residence': u'Level 8\n 7 Weiss Viaduct\nNorth Javier, SA, 2964',
	#     'sex': 'M',
	#     'ssn': u'368-64-8375',
	#     'username': u'wwhite',
	#     'website': [   u'http://valdez.net.au/',
	#                    u'https://www.murphy.edu/',
	#                    u'https://bailey.biz/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   704026780080594.0,
	#     8381037316.3365,
	#     254.67,
	#     u'amberthomas@howard-gay.info',
	#     794,
	#     u'dsmith@cunningham-eaton.org',
	#     u'http://evans.org.au/privacy.html')

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

	fake.pystruct(count=10, *value_types)
	# (   [   u'HoynWXQikUCpkhAXBZFD',
	#         u'JthNnkwfMAWTBHqVmHmo',
	#         u'DzrRcOBJBjbVwUrxmyqb',
	#         datetime(1984, 4, 2, 15, 23, 9),
	#         Decimal('4232895787.0'),
	#         u'timothy47@yahoo.com.au',
	#         9876,
	#         u'rrtMqCSdGyGYSrPQXryR',
	#         -3263572842895.68,
	#         u'uwmwvfdYbEYYWKQPibkR'],
	#     {   u'a': u'http://patterson.biz/explore/categories/about.jsp',
	#         u'accusamus': 9934,
	#         u'esse': u'hrSNeibXJUQwecyeVVwj',
	#         u'est': u'GjCtAfpMmkkbzyfZxRvN',
	#         u'nobis': u'ngHDxWhEiyZBWWddRgDq',
	#         u'nulla': 8642,
	#         u'odit': u'QoUchbYwOkiJEjuwMCWN',
	#         u'provident': u'skZxoIjfrsxCTrFJbQDZ',
	#         u'quas': 62590625568940.7,
	#         u'saepe': u'http://www.williams-guerrero.info/'},
	#     {   u'accusamus': {   3: Decimal('-4321206.60918'),
	#                           4: [   u'pihIZaRgJuctNKuBHybQ',
	#                                  datetime(1985, 1, 8, 18, 17, 19),
	#                                  u'FvxSVMFWBxeKjmJblutT'],
	#                           5: {   3: 2522,
	#                                  4: 7278,
	#                                  5: [2061, u'WmvYRfivWiuztdceOeij']}},
	#         u'accusantium': {   4: datetime(1990, 12, 8, 20, 53, 4),
	#                             5: [   u'pDxoAsGNeaxyxhoEKagl',
	#                                    u'fvCczwbZFlymLxHMWQUG',
	#                                    -8772636155400.0],
	#                             6: {   4: u'hixUdPsfnkMJsqkcBuwC',
	#                                    5: datetime(1980, 10, 30, 7, 51, 34),
	#                                    6: [   datetime(1992, 9, 26, 8, 46, 40),
	#                                           -6.38904]}},
	#         u'aut': {   7: Decimal('36477812.41'),
	#                     8: [   u'https://www.stewart.org.au/',
	#                            Decimal('-4.39017615534E+12'),
	#                            -2587980450.6],
	#                     9: {   7: 4744, 8: -996.0, 9: [-2622082072.38234, 3207]}},
	#         u'distinctio': {   5: u'riAmRWemHGewNwrckyNc',
	#                            6: [   2065,
	#                                   u'GeEJZUiJOulyjEQhbnfG',
	#                                   u'bXbrLVfFUojufdHOZacG'],
	#                            7: {   5: u'FihAenxfdouudNrPnlkc',
	#                                   6: u'http://www.johnson-arnold.net/register.html',
	#                                   7: [   u'QqZorOQTXTCKOCYJjoPY',
	#                                          u'NvZZTmRtguKIrDvRlqyp']}},
	#         u'dolore': {   6: -594180311407682.0,
	#                        7: [   u'iMkKUNyOkHJFFXlhTFSJ',
	#                               u'GALFcVFvmZtEuXyQVDzY',
	#                               u'MKZqYudoPRyQXqlKICVz'],
	#                        8: {   6: u'annachaney@best.edu.au',
	#                               7: 4534,
	#                               8: [   u'http://www.sutton.org.au/home/',
	#                                      Decimal('2.728')]}},
	#         u'fuga': {   0: 2021,
	#                      1: [   u'GxnTwVZLEfSetilESitr',
	#                             datetime(2000, 12, 7, 13, 50, 55),
	#                             u'gfWurvOpnBMoFYRSNsiW'],
	#                      2: {   0: u'AqoEdwCDsBQPWDOGwZXO',
	#                             1: 3993,
	#                             2: [Decimal('8.87665223431E+14'), 2299]}},
	#         u'impedit': {   8: u'YlEKJEdNLGmiuOqXnDPK',
	#                         9: [   u'fHszRjTzSmLuBocoGuim',
	#                                Decimal('8.115'),
	#                                u'spuAyizHfpwamioNOERd'],
	#                         10: {   8: u'andersonmargaret@yahoo.com.au',
	#                                 9: -6537.0,
	#                                 10: [   u'max25@wilson.edu',
	#                                         datetime(2014, 5, 9, 14, 11, 58)]}},
	#         u'maiores': {   2: 2779,
	#                         3: [2538, 6852, 3286331.60264],
	#                         4: {   2: Decimal('-745.21668651'),
	#                                3: -97.604,
	#                                4: [   u'xYscbXmFxZTVfJOrdKmn',
	#                                       Decimal('-2.77967248738E+13')]}},
	#         u'similique': {   9: u'nwvjYZjgLVyYkshRxZJf',
	#                           10: [   u'https://hodge.edu.au/homepage/',
	#                                   u'https://www.carter.net/homepage.html',
	#                                   u'https://lopez.net/category/'],
	#                           11: {   9: u'https://www.anderson.com/home/',
	#                                   10: 848,
	#                                   11: [   u'xKLvgTsSwqUkYpHGPdiY',
	#                                           Decimal('6.70021243031')]}},
	#         u'veritatis': {   1: 1465,
	#                           2: [   u'ZSbjBGyUSiLsxmSzDTRT',
	#                                  u'yBseDlUzLlUxrxkuDpNr',
	#                                  6.55213],
	#                           3: {   1: u'KctwwVTySjHeLTURqddh',
	#                                  2: -56.306713,
	#                                  3: [   29166.13195198,
	#                                         u'AiINYzDCOAVgiNYyrPDt']}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   6117,
	#     217,
	#     u'https://www.casey-murphy.info/',
	#     u'tKQVoFpJkwIwyVRRrqRa',
	#     u'PiEJBPiCAEpkVhpEHKml',
	#     8331,
	#     u'BZfyepGpzHpieSRhjkur',
	#     u'GCYInAKDwmLQBUHXysOx']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   Decimal('5804673.75'),
	#     Decimal('49156206.3'),
	#     u'YBcbQkEqAzwRsrEhJjTo',
	#     datetime(1970, 11, 9, 8, 18, 7),
	#     Decimal('5212.9994'),
	#     u'QGxkZrlhZRpgnfJkTTbb',
	#     u'ZDGpQOmVUQGZDzkkWrqI',
	#     5072,
	#     7538,
	#     u'uNLeXQQBLBIxagbsDOkN',
	#     u'https://www.cochran.net/explore/posts/search/search.asp')

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'qKIdjRjxoFCsEtKBOqOQ', u'dApgkzzxFUYRMQBOHmGC', datetime(1971, 11, 3, 0, 1, 16), u'johnsonjohn@yahoo.com.au', u'rJDsZvyngUQlHdlKHQMR', -68.2548, 1967, 4421, u'https://www.smith.com.au/privacy/', 6168, 6363, 901])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'dolorem': 9554,
	#     u'dolorum': datetime(1985, 1, 14, 15, 2, 18),
	#     u'eaque': u'VEiDnxiocOarRQBXulsY',
	#     u'harum': u'vfrank@small.biz',
	#     u'minus': 58.34485533,
	#     u'optio': u'NgIuRCOYlPOCXmxiNKOB',
	#     u'placeat': u'xCaWpCFuzkbkgplhfyre',
	#     u'quidem': datetime(2003, 6, 27, 10, 21, 47),
	#     u'quisquam': u'GoiuaXRdKxmCaOEUQYmY',
	#     u'sequi': u'xZvjRjCKRoGTPxeoawsf',
	#     u'ut': -13851730750.2289,
	#     u'velit': u'rnGRNvqUxhyvfaKwoBfz',
	#     u'vitae': datetime(2014, 12, 12, 4, 17, 26)}

	fake.pyint()
	# 5314

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

::

	fake.ssn()
	# u'074-83-7716'

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

::

	fake.mac_processor()
	# u'Intel'

	fake.firefox()
	# u'Mozilla/5.0 (Windows NT 5.1; es-AR; rv:1.9.2.20) Gecko/2016-08-28 23:56:22 Firefox/3.6.19'

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

	fake.opera()
	# u'Opera/9.77.(X11; Linux i686; hi-IN) Presto/2.9.173 Version/10.00'

	fake.windows_platform_token()
	# u'Windows 95'

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

	fake.user_agent()
	# u'Opera/8.85.(X11; Linux i686; sr-RS) Presto/2.9.166 Version/10.00'

	fake.chrome()
	# u'Mozilla/5.0 (Windows 98; Win 9x 4.90) AppleWebKit/5321 (KHTML, like Gecko) Chrome/15.0.867.0 Safari/5321'

	fake.linux_processor()
	# u'i686'

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

	fake.safari()
	# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; nl-BE) AppleWebKit/534.43.2 (KHTML, like Gecko) Version/3.0.5 Mobile/8B117 Safari/6534.43.2'
