diff options
| author | Tyge Løvset <[email protected]> | 2021-10-29 20:59:51 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-10-29 20:59:51 +0200 |
| commit | 0a290000211562ffc5b39a7842a7f7fedb48baea (patch) | |
| tree | db9cb2946352f4737f8de39f4628fc0278870a6c | |
| parent | ead0b1d0c6cc724e7f2d7eb2ed9273dd7a18935f (diff) | |
| parent | 7e8f50e8f36a07ba14bd937a35a6ef1b26b3f412 (diff) | |
| download | STC-modified-0a290000211562ffc5b39a7842a7f7fedb48baea.tar.gz STC-modified-0a290000211562ffc5b39a7842a7f7fedb48baea.zip | |
Merge branch 'master' of github.com:tylov/STC into subtypes
| -rw-r--r-- | benchmarks/shootout4_crand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/shootout4_crand.cpp b/benchmarks/shootout4_crand.cpp index 455fcb80..e3524766 100644 --- a/benchmarks/shootout4_crand.cpp +++ b/benchmarks/shootout4_crand.cpp @@ -98,7 +98,7 @@ using namespace std; int main(void)
{
enum {N = 2000000000};
- uint64_t* recipient = new uint64_t[N];
+ uint16_t* recipient = new uint16_t[N];
static stc64_t rng;
init_state(rng.state, 12345123);
std::mt19937 mt(12345123);
|
