in the moment i tortue my brain (at least the rest which is function in my age...)
i need a random number between x and z.
when i use math.random (x,z) so i get a number between x and z, but this is not a real random number, every start its the same numer again.
so when i use math.random (0, os.time()) i ot a large number beween 0 and os.time...
any idea what i can do to get that down like 1 to 6 ?