mirror of
https://github.com/boostorg/random.git
synced 2026-01-19 04:22:17 +00:00
Update reference values for seedseq constructors
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
// principal operation validated with CLHEP, values by experiment
|
||||
#define BOOST_RANDOM_VALIDATION_VALUE 0.91719108108351499
|
||||
#define BOOST_RANDOM_SEED_SEQ_VALIDATION_VALUE 0.34930769688746899
|
||||
#define BOOST_RANDOM_SEED_SEQ_VALIDATION_VALUE 0.68650209712672527
|
||||
|
||||
// Since we are using splitmix64 we need to allow 64 bit seeds
|
||||
// The test harness only allows for 32 bit seeds
|
||||
|
||||
@@ -19,6 +19,6 @@
|
||||
|
||||
// principal operation validated with CLHEP, values by experiment
|
||||
#define BOOST_RANDOM_VALIDATION_VALUE UINT64_C(2196391076106727935)
|
||||
#define BOOST_RANDOM_SEED_SEQ_VALIDATION_VALUE UINT64_C(3823370830110671407)
|
||||
#define BOOST_RANDOM_SEED_SEQ_VALIDATION_VALUE UINT64_C(8340052881247508375)
|
||||
|
||||
#include "test_generator.ipp"
|
||||
|
||||
@@ -19,6 +19,6 @@
|
||||
|
||||
// principal operation validated with CLHEP, values by experiment
|
||||
#define BOOST_RANDOM_VALIDATION_VALUE UINT64_C(8911602566162972150)
|
||||
#define BOOST_RANDOM_SEED_SEQ_VALIDATION_VALUE UINT64_C(11693002297289060464)
|
||||
#define BOOST_RANDOM_SEED_SEQ_VALIDATION_VALUE UINT64_C(9091783836875527177)
|
||||
|
||||
#include "test_generator.ipp"
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
// principal operation validated with CLHEP, values by experiment
|
||||
#define BOOST_RANDOM_VALIDATION_VALUE 0.85594919700533156
|
||||
#define BOOST_RANDOM_SEED_SEQ_VALIDATION_VALUE 0.25120475433393952
|
||||
#define BOOST_RANDOM_SEED_SEQ_VALIDATION_VALUE 0.77731098639989704
|
||||
|
||||
// Since we are using splitmix64 we need to allow 64 bit seeds
|
||||
// The test harness only allows for 32 bit seeds
|
||||
|
||||
@@ -19,6 +19,6 @@
|
||||
|
||||
// principal operation validated with CLHEP, values by experiment
|
||||
#define BOOST_RANDOM_VALIDATION_VALUE UINT64_C(9446215307655316885)
|
||||
#define BOOST_RANDOM_SEED_SEQ_VALIDATION_VALUE UINT64_C(13183137209047681026)
|
||||
#define BOOST_RANDOM_SEED_SEQ_VALIDATION_VALUE UINT64_C(7700017102361224222)
|
||||
|
||||
#include "test_generator.ipp"
|
||||
|
||||
@@ -19,6 +19,6 @@
|
||||
|
||||
// principal operation validated with CLHEP, values by experiment
|
||||
#define BOOST_RANDOM_VALIDATION_VALUE UINT64_C(11685388408145467864)
|
||||
#define BOOST_RANDOM_SEED_SEQ_VALIDATION_VALUE UINT64_C(15400500895396352743)
|
||||
#define BOOST_RANDOM_SEED_SEQ_VALIDATION_VALUE UINT64_C(6773570493308843014)
|
||||
|
||||
#include "test_generator.ipp"
|
||||
|
||||
Reference in New Issue
Block a user