I think you are looking for a psuedo random number generator http://en.wikipedia.org/wiki/Linear_congruential_generator
Where you supply an initial value and it always returns the same sequence. It should be pretty easy to find a javascript LCG script and convert it to as3. -Shannon --- In [email protected], "Christophe" <christophe_jacque...@...> wrote: > > Hello, > > I am searching a random number generator in AS3 where you can setup the seed. > > Thank you, > Christophe, >

