[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Getting randomic integers
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 17 Jan 2010 21:31:22 -0200
> Btw., is there some decent, "resumable"- RNG for Lua around?
> What I want is essentially a "getrandomseed", which returns the current seed
> and can thus be used for resuming the generation of random numbers later,
> with perfectly predictable output.
My lrandom does not provide getrandomseed but it does provide a clone method
that can be used for the same purpose: clone the generator, use it at will,
then use the clone.
- References:
- Re: Getting randomic integers, startx
- Re: Getting randomic integers, Majic
- Re: Getting randomic integers, startx
- Re: Getting randomic integers, Klaus Ripke
- Re: Getting randomic integers, Luiz Henrique de Figueiredo
- Re: Getting randomic integers, Klaus Ripke
- Re: Getting randomic integers, Rob Kendrick
- Re: Getting randomic integers, Erik Lindroos
- Re: Getting randomic integers, Klaus Ripke
- Re: Getting randomic integers, Wolfgang Pupp