Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Random Word generator
#7
It can be difficult, expecially 1 that doesn't just create chaos Tongue

a technique i use is to put all const and vowel combinations in 2 arrays C() and V() and randomly select thru em to get a word

example:

C(0) = "B"
C(1) = "C"
.....
C(30) = "Bl"
C(31) = "Br"
....

V(0) = "A"
V(1) = "E"
...
V(?) = "aa"
V(?) = "ae"

it's up to u after this Tongue
very F***ing song remains the same
To everyone who sucks-up for the fame
Out of strength you know we speak the truth
Every trend that dies is living proof

MasterMinds Software
Reply


Messages In This Thread
Random Word generator - by BinarySHOCK - 11-02-2004, 01:08 PM
Random Word generator - by computerkid14 - 11-02-2004, 06:24 PM
Random Word generator - by BinarySHOCK - 11-03-2004, 02:45 PM
Random Word generator - by TheBigBasicQ - 11-03-2004, 11:31 PM
Random Word generator - by BinarySHOCK - 11-04-2004, 12:56 AM
Random Word generator - by computerkid14 - 11-04-2004, 01:26 AM
Random Word generator - by BinarySHOCK - 11-04-2004, 02:25 AM
Random Word generator - by dtamonis - 11-05-2004, 12:42 AM
Random Word generator - by BinarySHOCK - 11-05-2004, 03:15 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)