in reply to
Predictable random sequence
How many random numbers do you need for the unit tests? More specifically, is the number small enough that you could create a file of them as data for said tests?
Comment on
Re: Predictable random sequence
Replies are listed 'Best First'.
Re^2: Predictable random sequence
by
vsespb
(Chaplain)
on Sep 17, 2013 at 14:04 UTC
I need it in several places, 100 or 1000 probably. Yes, creating a file would work (for now, not sure about future).
[reply]
In Section
Seekers of Perl Wisdom