generate random lettercombination

  • Thread starter Thread starter Rod
  • Start date Start date
R

Rod

Hi all,

I'm looking for something that can generate a random three-letter-
combination, where the output has to contain one vowel in a random place.
Any ideas ?
 
Rod said:
Hi all,

I'm looking for something that can generate a random three-letter-
combination, where the output has to contain one vowel in a random place.
Any ideas ?


tried using a password generator ?
 
Rod said:
Hi all,

I'm looking for something that can generate a random
three-letter- combination, where the output has to contain one
vowel in a random place. Any ideas ?

A simple Python script can do the trick easily.

Regards,
Wald
 
Rod said:
I'm looking for something that can generate a random three-letter-
combination, where the output has to contain one vowel in a random
place. Any ideas ?

I wrote an AutoIt script:
+ The script generates a random three-characters-combination
+ Charactres are in the range a-z and lower case.
+ The combination will contain exactly one vowel in a random place.
+ Output is to clipbord

You can download the zipped executable (+ script) here:
http://s5.yousendit.com/d.aspx?id=076GEJ6U74R7V1CK0BJIR329GW
 
I wrote an AutoIt script:
+ The script generates a random three-characters-combination
+ Charactres are in the range a-z and lower case.
+ The combination will contain exactly one vowel in a random place.
+ Output is to clipbord

You can download the zipped executable (+ script) here:
http://s5.yousendit.com/d.aspx?id=076GEJ6U74R7V1CK0BJIR329GW

Wow, this is fantastic, exactly what I need.
Thank you all for replying.
Sietse, thanks a lot for your time and effort. Rod happy.

Regards,
 
Back
Top