Random Real Number/Float Value Generatorhttp://sqa.fyicenter.com/Online_Test_Tools/Random_Real_Number_Float_Value_Generator.phpIf you are software tester, you may need some random real numbers orfloat values to be used as part of application input, or test data ina database. This page allows you to generate large amount of realnumbers randomly for your test data need.
|
|
0
|
|
|
|
Reply
|
betsy_gate (39)
|
4/22/2007 7:27:16 PM |
|
Software Engineer wrote:> Random Real Number/Float Value Generator> http://sqa.fyicenter.com/Online_Test_Tools/Random_Real_Number_Float_Value_Generator.php> > > If you are software tester, you may need some random real numbers or> float values to be used as part of application input, or test data in> a database. This page allows you to generate large amount of real> numbers randomly for your test data need.How random? Truly random or pseudo-random? Cryptographically sound? What algorithms do you use? What is/are your entropy source(s)?-- Lew
|
|
0
|
|
|
|
Reply
|
Lew
|
4/22/2007 11:09:51 PM
|
|
On Apr 22, 4:09 pm, Lew <l...@nospam.lewscanon.com> wrote:> Software Engineer wrote:> > Random Real Number/Float Value Generator> >http://sqa.fyicenter.com/Online_Test_Tools/Random_Real_Number_Float_V...>> > If you are software tester, you may need some random real numbers or> > float values to be used as part of application input, or test data in> > a database. This page allows you to generate large amount of real> > numbers randomly for your test data need.>> How random? Truly random or pseudo-random? Cryptographically sound? What> algorithms do you use? What is/are your entropy source(s)?>> --> LewWhy not use SecureRandom? Or have a monkey bang on a keyboard.Eventually, you'll get a Shakespearean play :-)
|
|
0
|
|
|
|
Reply
|
Daniel
|
4/23/2007 2:48:17 AM
|
|