diff options
Diffstat (limited to 'misc/examples/algorithms/random.c')
| -rw-r--r-- | misc/examples/algorithms/random.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/algorithms/random.c b/misc/examples/algorithms/random.c index ccd0711d..fd904b0f 100644 --- a/misc/examples/algorithms/random.c +++ b/misc/examples/algorithms/random.c @@ -4,7 +4,7 @@ int main(void) { - long long N = 1000000000; + const int N = 10000000; const uint64_t seed = (uint64_t)time(NULL), range = 1000000; crand_t rng = crand_init(seed); |
