create words of various lengths
- From: "superprad@xxxxxxxxx" <superprad@xxxxxxxxx>
- Date: 13 May 2005 09:40:03 -0700
"X-No-Archive: yes"
what I am looking for is
1. To create a list of different words of various lengths(1-15) using
A-Z,a-z,0-9 and punctuations.Basically anything that could be found on
a text document.
2. The words formed need not be meaningful .FOr example 'ajf' or
'fcjgdtfhbs' or even 'gfdew!' or '#bang.' would be a valid entry in the
list.
3.So I am looking for a random set of words of sizes 1 to 15.The proble
might be the time complexity. I inderstand that there would be too many
permutations.
.
- Follow-Ups:
- Re: create words of various lengths
- From: Fredrik Lundh
- Re: create words of various lengths
- From: Robert Kern
- Re: create words of various lengths
- Prev by Date: Re: How to find the classname of an object? (was Python Documentation)
- Next by Date: creating words of diff lengths
- Previous by thread: Dynamic doctests?
- Next by thread: Re: create words of various lengths
- Index(es):
Relevant Pages
|