Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- env-llmeval/lib/python3.10/site-packages/attrs/__pycache__/__init__.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/attrs/__pycache__/converters.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/attrs/__pycache__/exceptions.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/attrs/__pycache__/filters.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/attrs/__pycache__/setters.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/numpy/lib/tests/data/py2-objarr.npy +3 -0
- env-llmeval/lib/python3.10/site-packages/numpy/lib/tests/data/py2-objarr.npz +3 -0
- env-llmeval/lib/python3.10/site-packages/numpy/lib/tests/data/py3-objarr.npz +3 -0
- env-llmeval/lib/python3.10/site-packages/numpy/lib/tests/data/python3.npy +3 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/__pycache__/__init__.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/__pycache__/_pickle.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/_examples/cffi/__pycache__/extending.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/_examples/cffi/__pycache__/parse.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/_examples/cffi/extending.py +40 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/_examples/cffi/parse.py +54 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/_examples/cython/extending.pyx +78 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/_examples/cython/extending_distributions.pyx +117 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/_examples/cython/meson.build +45 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/_examples/numba/__pycache__/extending.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/_examples/numba/__pycache__/extending_distributions.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/_examples/numba/extending.py +84 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/_examples/numba/extending_distributions.py +67 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/tests/__pycache__/__init__.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/tests/__pycache__/test_direct.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/tests/__pycache__/test_extending.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/tests/__pycache__/test_generator_mt19937.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/tests/__pycache__/test_generator_mt19937_regressions.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/tests/__pycache__/test_random.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/tests/__pycache__/test_randomstate.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/tests/__pycache__/test_randomstate_regression.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/tests/__pycache__/test_regression.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/tests/__pycache__/test_seed_sequence.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/tests/__pycache__/test_smoke.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/tests/data/__pycache__/__init__.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/tests/data/mt19937-testset-2.csv +1001 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/tests/data/pcg64-testset-1.csv +1001 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/tests/data/pcg64dxsm-testset-1.csv +1001 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/tests/data/pcg64dxsm-testset-2.csv +1001 -0
- env-llmeval/lib/python3.10/site-packages/numpy/random/tests/data/philox-testset-2.csv +1001 -0
- env-llmeval/lib/python3.10/site-packages/triton/__init__.py +68 -0
- env-llmeval/lib/python3.10/site-packages/triton/common/__init__.py +3 -0
- env-llmeval/lib/python3.10/site-packages/triton/common/__pycache__/__init__.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/triton/common/__pycache__/backend.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/triton/common/__pycache__/build.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/triton/common/backend.py +183 -0
- env-llmeval/lib/python3.10/site-packages/triton/common/build.py +140 -0
- env-llmeval/lib/python3.10/site-packages/triton/compiler/__pycache__/__init__.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/triton/compiler/__pycache__/code_generator.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/triton/compiler/__pycache__/compiler.cpython-310.pyc +0 -0
- env-llmeval/lib/python3.10/site-packages/triton/compiler/__pycache__/errors.cpython-310.pyc +0 -0
env-llmeval/lib/python3.10/site-packages/attrs/__pycache__/__init__.cpython-310.pyc
ADDED
Binary file (1.01 kB). View file
|
|
env-llmeval/lib/python3.10/site-packages/attrs/__pycache__/converters.cpython-310.pyc
ADDED
Binary file (204 Bytes). View file
|
|
env-llmeval/lib/python3.10/site-packages/attrs/__pycache__/exceptions.cpython-310.pyc
ADDED
Binary file (204 Bytes). View file
|
|
env-llmeval/lib/python3.10/site-packages/attrs/__pycache__/filters.cpython-310.pyc
ADDED
Binary file (198 Bytes). View file
|
|
env-llmeval/lib/python3.10/site-packages/attrs/__pycache__/setters.cpython-310.pyc
ADDED
Binary file (198 Bytes). View file
|
|
env-llmeval/lib/python3.10/site-packages/numpy/lib/tests/data/py2-objarr.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:178732502fbf4c1f504852c0a3673b738e2b0ba35460882b7c6c7d3ea58f48a9
|
3 |
+
size 258
|
env-llmeval/lib/python3.10/site-packages/numpy/lib/tests/data/py2-objarr.npz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c68d771c14f415b159daabd9cf42d61836f74ae40049269787baca7d57098f1e
|
3 |
+
size 366
|
env-llmeval/lib/python3.10/site-packages/numpy/lib/tests/data/py3-objarr.npz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a90474812e7b7bdb5ad7a77fbc242369a28cef880f765c023e4a79e4ffaaaddc
|
3 |
+
size 449
|
env-llmeval/lib/python3.10/site-packages/numpy/lib/tests/data/python3.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f469dde101a2c65e283d2ed487028f8180ebcb9457cf60c9d9b952314668fed
|
3 |
+
size 96
|
env-llmeval/lib/python3.10/site-packages/numpy/random/__pycache__/__init__.cpython-310.pyc
ADDED
Binary file (7.43 kB). View file
|
|
env-llmeval/lib/python3.10/site-packages/numpy/random/__pycache__/_pickle.cpython-310.pyc
ADDED
Binary file (2.23 kB). View file
|
|
env-llmeval/lib/python3.10/site-packages/numpy/random/_examples/cffi/__pycache__/extending.cpython-310.pyc
ADDED
Binary file (940 Bytes). View file
|
|
env-llmeval/lib/python3.10/site-packages/numpy/random/_examples/cffi/__pycache__/parse.cpython-310.pyc
ADDED
Binary file (1.2 kB). View file
|
|
env-llmeval/lib/python3.10/site-packages/numpy/random/_examples/cffi/extending.py
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"""
|
2 |
+
Use cffi to access any of the underlying C functions from distributions.h
|
3 |
+
"""
|
4 |
+
import os
|
5 |
+
import numpy as np
|
6 |
+
import cffi
|
7 |
+
from .parse import parse_distributions_h
|
8 |
+
ffi = cffi.FFI()
|
9 |
+
|
10 |
+
inc_dir = os.path.join(np.get_include(), 'numpy')
|
11 |
+
|
12 |
+
# Basic numpy types
|
13 |
+
ffi.cdef('''
|
14 |
+
typedef intptr_t npy_intp;
|
15 |
+
typedef unsigned char npy_bool;
|
16 |
+
|
17 |
+
''')
|
18 |
+
|
19 |
+
parse_distributions_h(ffi, inc_dir)
|
20 |
+
|
21 |
+
lib = ffi.dlopen(np.random._generator.__file__)
|
22 |
+
|
23 |
+
# Compare the distributions.h random_standard_normal_fill to
|
24 |
+
# Generator.standard_random
|
25 |
+
bit_gen = np.random.PCG64()
|
26 |
+
rng = np.random.Generator(bit_gen)
|
27 |
+
state = bit_gen.state
|
28 |
+
|
29 |
+
interface = rng.bit_generator.cffi
|
30 |
+
n = 100
|
31 |
+
vals_cffi = ffi.new('double[%d]' % n)
|
32 |
+
lib.random_standard_normal_fill(interface.bit_generator, n, vals_cffi)
|
33 |
+
|
34 |
+
# reset the state
|
35 |
+
bit_gen.state = state
|
36 |
+
|
37 |
+
vals = rng.standard_normal(n)
|
38 |
+
|
39 |
+
for i in range(n):
|
40 |
+
assert vals[i] == vals_cffi[i]
|
env-llmeval/lib/python3.10/site-packages/numpy/random/_examples/cffi/parse.py
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import os
|
2 |
+
|
3 |
+
|
4 |
+
def parse_distributions_h(ffi, inc_dir):
|
5 |
+
"""
|
6 |
+
Parse distributions.h located in inc_dir for CFFI, filling in the ffi.cdef
|
7 |
+
|
8 |
+
Read the function declarations without the "#define ..." macros that will
|
9 |
+
be filled in when loading the library.
|
10 |
+
"""
|
11 |
+
|
12 |
+
with open(os.path.join(inc_dir, 'random', 'bitgen.h')) as fid:
|
13 |
+
s = []
|
14 |
+
for line in fid:
|
15 |
+
# massage the include file
|
16 |
+
if line.strip().startswith('#'):
|
17 |
+
continue
|
18 |
+
s.append(line)
|
19 |
+
ffi.cdef('\n'.join(s))
|
20 |
+
|
21 |
+
with open(os.path.join(inc_dir, 'random', 'distributions.h')) as fid:
|
22 |
+
s = []
|
23 |
+
in_skip = 0
|
24 |
+
ignoring = False
|
25 |
+
for line in fid:
|
26 |
+
# check for and remove extern "C" guards
|
27 |
+
if ignoring:
|
28 |
+
if line.strip().startswith('#endif'):
|
29 |
+
ignoring = False
|
30 |
+
continue
|
31 |
+
if line.strip().startswith('#ifdef __cplusplus'):
|
32 |
+
ignoring = True
|
33 |
+
|
34 |
+
# massage the include file
|
35 |
+
if line.strip().startswith('#'):
|
36 |
+
continue
|
37 |
+
|
38 |
+
# skip any inlined function definition
|
39 |
+
# which starts with 'static inline xxx(...) {'
|
40 |
+
# and ends with a closing '}'
|
41 |
+
if line.strip().startswith('static inline'):
|
42 |
+
in_skip += line.count('{')
|
43 |
+
continue
|
44 |
+
elif in_skip > 0:
|
45 |
+
in_skip += line.count('{')
|
46 |
+
in_skip -= line.count('}')
|
47 |
+
continue
|
48 |
+
|
49 |
+
# replace defines with their value or remove them
|
50 |
+
line = line.replace('DECLDIR', '')
|
51 |
+
line = line.replace('RAND_INT_TYPE', 'int64_t')
|
52 |
+
s.append(line)
|
53 |
+
ffi.cdef('\n'.join(s))
|
54 |
+
|
env-llmeval/lib/python3.10/site-packages/numpy/random/_examples/cython/extending.pyx
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/usr/bin/env python3
|
2 |
+
#cython: language_level=3
|
3 |
+
|
4 |
+
from libc.stdint cimport uint32_t
|
5 |
+
from cpython.pycapsule cimport PyCapsule_IsValid, PyCapsule_GetPointer
|
6 |
+
|
7 |
+
import numpy as np
|
8 |
+
cimport numpy as np
|
9 |
+
cimport cython
|
10 |
+
|
11 |
+
from numpy.random cimport bitgen_t
|
12 |
+
from numpy.random import PCG64
|
13 |
+
|
14 |
+
np.import_array()
|
15 |
+
|
16 |
+
|
17 |
+
@cython.boundscheck(False)
|
18 |
+
@cython.wraparound(False)
|
19 |
+
def uniform_mean(Py_ssize_t n):
|
20 |
+
cdef Py_ssize_t i
|
21 |
+
cdef bitgen_t *rng
|
22 |
+
cdef const char *capsule_name = "BitGenerator"
|
23 |
+
cdef double[::1] random_values
|
24 |
+
cdef np.ndarray randoms
|
25 |
+
|
26 |
+
x = PCG64()
|
27 |
+
capsule = x.capsule
|
28 |
+
if not PyCapsule_IsValid(capsule, capsule_name):
|
29 |
+
raise ValueError("Invalid pointer to anon_func_state")
|
30 |
+
rng = <bitgen_t *> PyCapsule_GetPointer(capsule, capsule_name)
|
31 |
+
random_values = np.empty(n)
|
32 |
+
# Best practice is to acquire the lock whenever generating random values.
|
33 |
+
# This prevents other threads from modifying the state. Acquiring the lock
|
34 |
+
# is only necessary if the GIL is also released, as in this example.
|
35 |
+
with x.lock, nogil:
|
36 |
+
for i in range(n):
|
37 |
+
random_values[i] = rng.next_double(rng.state)
|
38 |
+
randoms = np.asarray(random_values)
|
39 |
+
return randoms.mean()
|
40 |
+
|
41 |
+
|
42 |
+
# This function is declared nogil so it can be used without the GIL below
|
43 |
+
cdef uint32_t bounded_uint(uint32_t lb, uint32_t ub, bitgen_t *rng) nogil:
|
44 |
+
cdef uint32_t mask, delta, val
|
45 |
+
mask = delta = ub - lb
|
46 |
+
mask |= mask >> 1
|
47 |
+
mask |= mask >> 2
|
48 |
+
mask |= mask >> 4
|
49 |
+
mask |= mask >> 8
|
50 |
+
mask |= mask >> 16
|
51 |
+
|
52 |
+
val = rng.next_uint32(rng.state) & mask
|
53 |
+
while val > delta:
|
54 |
+
val = rng.next_uint32(rng.state) & mask
|
55 |
+
|
56 |
+
return lb + val
|
57 |
+
|
58 |
+
|
59 |
+
@cython.boundscheck(False)
|
60 |
+
@cython.wraparound(False)
|
61 |
+
def bounded_uints(uint32_t lb, uint32_t ub, Py_ssize_t n):
|
62 |
+
cdef Py_ssize_t i
|
63 |
+
cdef bitgen_t *rng
|
64 |
+
cdef uint32_t[::1] out
|
65 |
+
cdef const char *capsule_name = "BitGenerator"
|
66 |
+
|
67 |
+
x = PCG64()
|
68 |
+
out = np.empty(n, dtype=np.uint32)
|
69 |
+
capsule = x.capsule
|
70 |
+
|
71 |
+
if not PyCapsule_IsValid(capsule, capsule_name):
|
72 |
+
raise ValueError("Invalid pointer to anon_func_state")
|
73 |
+
rng = <bitgen_t *>PyCapsule_GetPointer(capsule, capsule_name)
|
74 |
+
|
75 |
+
with x.lock, nogil:
|
76 |
+
for i in range(n):
|
77 |
+
out[i] = bounded_uint(lb, ub, rng)
|
78 |
+
return np.asarray(out)
|
env-llmeval/lib/python3.10/site-packages/numpy/random/_examples/cython/extending_distributions.pyx
ADDED
@@ -0,0 +1,117 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/usr/bin/env python3
|
2 |
+
#cython: language_level=3
|
3 |
+
"""
|
4 |
+
This file shows how the to use a BitGenerator to create a distribution.
|
5 |
+
"""
|
6 |
+
import numpy as np
|
7 |
+
cimport numpy as np
|
8 |
+
cimport cython
|
9 |
+
from cpython.pycapsule cimport PyCapsule_IsValid, PyCapsule_GetPointer
|
10 |
+
from libc.stdint cimport uint16_t, uint64_t
|
11 |
+
from numpy.random cimport bitgen_t
|
12 |
+
from numpy.random import PCG64
|
13 |
+
from numpy.random.c_distributions cimport (
|
14 |
+
random_standard_uniform_fill, random_standard_uniform_fill_f)
|
15 |
+
|
16 |
+
|
17 |
+
@cython.boundscheck(False)
|
18 |
+
@cython.wraparound(False)
|
19 |
+
def uniforms(Py_ssize_t n):
|
20 |
+
"""
|
21 |
+
Create an array of `n` uniformly distributed doubles.
|
22 |
+
A 'real' distribution would want to process the values into
|
23 |
+
some non-uniform distribution
|
24 |
+
"""
|
25 |
+
cdef Py_ssize_t i
|
26 |
+
cdef bitgen_t *rng
|
27 |
+
cdef const char *capsule_name = "BitGenerator"
|
28 |
+
cdef double[::1] random_values
|
29 |
+
|
30 |
+
x = PCG64()
|
31 |
+
capsule = x.capsule
|
32 |
+
# Optional check that the capsule if from a BitGenerator
|
33 |
+
if not PyCapsule_IsValid(capsule, capsule_name):
|
34 |
+
raise ValueError("Invalid pointer to anon_func_state")
|
35 |
+
# Cast the pointer
|
36 |
+
rng = <bitgen_t *> PyCapsule_GetPointer(capsule, capsule_name)
|
37 |
+
random_values = np.empty(n, dtype='float64')
|
38 |
+
with x.lock, nogil:
|
39 |
+
for i in range(n):
|
40 |
+
# Call the function
|
41 |
+
random_values[i] = rng.next_double(rng.state)
|
42 |
+
randoms = np.asarray(random_values)
|
43 |
+
|
44 |
+
return randoms
|
45 |
+
|
46 |
+
# cython example 2
|
47 |
+
@cython.boundscheck(False)
|
48 |
+
@cython.wraparound(False)
|
49 |
+
def uint10_uniforms(Py_ssize_t n):
|
50 |
+
"""Uniform 10 bit integers stored as 16-bit unsigned integers"""
|
51 |
+
cdef Py_ssize_t i
|
52 |
+
cdef bitgen_t *rng
|
53 |
+
cdef const char *capsule_name = "BitGenerator"
|
54 |
+
cdef uint16_t[::1] random_values
|
55 |
+
cdef int bits_remaining
|
56 |
+
cdef int width = 10
|
57 |
+
cdef uint64_t buff, mask = 0x3FF
|
58 |
+
|
59 |
+
x = PCG64()
|
60 |
+
capsule = x.capsule
|
61 |
+
if not PyCapsule_IsValid(capsule, capsule_name):
|
62 |
+
raise ValueError("Invalid pointer to anon_func_state")
|
63 |
+
rng = <bitgen_t *> PyCapsule_GetPointer(capsule, capsule_name)
|
64 |
+
random_values = np.empty(n, dtype='uint16')
|
65 |
+
# Best practice is to release GIL and acquire the lock
|
66 |
+
bits_remaining = 0
|
67 |
+
with x.lock, nogil:
|
68 |
+
for i in range(n):
|
69 |
+
if bits_remaining < width:
|
70 |
+
buff = rng.next_uint64(rng.state)
|
71 |
+
random_values[i] = buff & mask
|
72 |
+
buff >>= width
|
73 |
+
|
74 |
+
randoms = np.asarray(random_values)
|
75 |
+
return randoms
|
76 |
+
|
77 |
+
# cython example 3
|
78 |
+
def uniforms_ex(bit_generator, Py_ssize_t n, dtype=np.float64):
|
79 |
+
"""
|
80 |
+
Create an array of `n` uniformly distributed doubles via a "fill" function.
|
81 |
+
|
82 |
+
A 'real' distribution would want to process the values into
|
83 |
+
some non-uniform distribution
|
84 |
+
|
85 |
+
Parameters
|
86 |
+
----------
|
87 |
+
bit_generator: BitGenerator instance
|
88 |
+
n: int
|
89 |
+
Output vector length
|
90 |
+
dtype: {str, dtype}, optional
|
91 |
+
Desired dtype, either 'd' (or 'float64') or 'f' (or 'float32'). The
|
92 |
+
default dtype value is 'd'
|
93 |
+
"""
|
94 |
+
cdef Py_ssize_t i
|
95 |
+
cdef bitgen_t *rng
|
96 |
+
cdef const char *capsule_name = "BitGenerator"
|
97 |
+
cdef np.ndarray randoms
|
98 |
+
|
99 |
+
capsule = bit_generator.capsule
|
100 |
+
# Optional check that the capsule if from a BitGenerator
|
101 |
+
if not PyCapsule_IsValid(capsule, capsule_name):
|
102 |
+
raise ValueError("Invalid pointer to anon_func_state")
|
103 |
+
# Cast the pointer
|
104 |
+
rng = <bitgen_t *> PyCapsule_GetPointer(capsule, capsule_name)
|
105 |
+
|
106 |
+
_dtype = np.dtype(dtype)
|
107 |
+
randoms = np.empty(n, dtype=_dtype)
|
108 |
+
if _dtype == np.float32:
|
109 |
+
with bit_generator.lock:
|
110 |
+
random_standard_uniform_fill_f(rng, n, <float*>np.PyArray_DATA(randoms))
|
111 |
+
elif _dtype == np.float64:
|
112 |
+
with bit_generator.lock:
|
113 |
+
random_standard_uniform_fill(rng, n, <double*>np.PyArray_DATA(randoms))
|
114 |
+
else:
|
115 |
+
raise TypeError('Unsupported dtype %r for random' % _dtype)
|
116 |
+
return randoms
|
117 |
+
|
env-llmeval/lib/python3.10/site-packages/numpy/random/_examples/cython/meson.build
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
project('random-build-examples', 'c', 'cpp', 'cython')
|
2 |
+
|
3 |
+
py_mod = import('python')
|
4 |
+
py3 = py_mod.find_installation(pure: false)
|
5 |
+
|
6 |
+
cc = meson.get_compiler('c')
|
7 |
+
cy = meson.get_compiler('cython')
|
8 |
+
|
9 |
+
if not cy.version().version_compare('>=0.29.35')
|
10 |
+
error('tests requires Cython >= 0.29.35')
|
11 |
+
endif
|
12 |
+
|
13 |
+
_numpy_abs = run_command(py3, ['-c',
|
14 |
+
'import os; os.chdir(".."); import numpy; print(os.path.abspath(numpy.get_include() + "../../.."))'],
|
15 |
+
check: true).stdout().strip()
|
16 |
+
|
17 |
+
npymath_path = _numpy_abs / 'core' / 'lib'
|
18 |
+
npy_include_path = _numpy_abs / 'core' / 'include'
|
19 |
+
npyrandom_path = _numpy_abs / 'random' / 'lib'
|
20 |
+
npymath_lib = cc.find_library('npymath', dirs: npymath_path)
|
21 |
+
npyrandom_lib = cc.find_library('npyrandom', dirs: npyrandom_path)
|
22 |
+
|
23 |
+
py3.extension_module(
|
24 |
+
'extending_distributions',
|
25 |
+
'extending_distributions.pyx',
|
26 |
+
install: false,
|
27 |
+
include_directories: [npy_include_path],
|
28 |
+
dependencies: [npyrandom_lib, npymath_lib],
|
29 |
+
)
|
30 |
+
py3.extension_module(
|
31 |
+
'extending',
|
32 |
+
'extending.pyx',
|
33 |
+
install: false,
|
34 |
+
include_directories: [npy_include_path],
|
35 |
+
dependencies: [npyrandom_lib, npymath_lib],
|
36 |
+
)
|
37 |
+
py3.extension_module(
|
38 |
+
'extending_cpp',
|
39 |
+
'extending_distributions.pyx',
|
40 |
+
install: false,
|
41 |
+
override_options : ['cython_language=cpp'],
|
42 |
+
cython_args: ['--module-name', 'extending_cpp'],
|
43 |
+
include_directories: [npy_include_path],
|
44 |
+
dependencies: [npyrandom_lib, npymath_lib],
|
45 |
+
)
|
env-llmeval/lib/python3.10/site-packages/numpy/random/_examples/numba/__pycache__/extending.cpython-310.pyc
ADDED
Binary file (2.18 kB). View file
|
|
env-llmeval/lib/python3.10/site-packages/numpy/random/_examples/numba/__pycache__/extending_distributions.cpython-310.pyc
ADDED
Binary file (2.11 kB). View file
|
|
env-llmeval/lib/python3.10/site-packages/numpy/random/_examples/numba/extending.py
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import numpy as np
|
2 |
+
import numba as nb
|
3 |
+
|
4 |
+
from numpy.random import PCG64
|
5 |
+
from timeit import timeit
|
6 |
+
|
7 |
+
bit_gen = PCG64()
|
8 |
+
next_d = bit_gen.cffi.next_double
|
9 |
+
state_addr = bit_gen.cffi.state_address
|
10 |
+
|
11 |
+
def normals(n, state):
|
12 |
+
out = np.empty(n)
|
13 |
+
for i in range((n + 1) // 2):
|
14 |
+
x1 = 2.0 * next_d(state) - 1.0
|
15 |
+
x2 = 2.0 * next_d(state) - 1.0
|
16 |
+
r2 = x1 * x1 + x2 * x2
|
17 |
+
while r2 >= 1.0 or r2 == 0.0:
|
18 |
+
x1 = 2.0 * next_d(state) - 1.0
|
19 |
+
x2 = 2.0 * next_d(state) - 1.0
|
20 |
+
r2 = x1 * x1 + x2 * x2
|
21 |
+
f = np.sqrt(-2.0 * np.log(r2) / r2)
|
22 |
+
out[2 * i] = f * x1
|
23 |
+
if 2 * i + 1 < n:
|
24 |
+
out[2 * i + 1] = f * x2
|
25 |
+
return out
|
26 |
+
|
27 |
+
# Compile using Numba
|
28 |
+
normalsj = nb.jit(normals, nopython=True)
|
29 |
+
# Must use state address not state with numba
|
30 |
+
n = 10000
|
31 |
+
|
32 |
+
def numbacall():
|
33 |
+
return normalsj(n, state_addr)
|
34 |
+
|
35 |
+
rg = np.random.Generator(PCG64())
|
36 |
+
|
37 |
+
def numpycall():
|
38 |
+
return rg.normal(size=n)
|
39 |
+
|
40 |
+
# Check that the functions work
|
41 |
+
r1 = numbacall()
|
42 |
+
r2 = numpycall()
|
43 |
+
assert r1.shape == (n,)
|
44 |
+
assert r1.shape == r2.shape
|
45 |
+
|
46 |
+
t1 = timeit(numbacall, number=1000)
|
47 |
+
print(f'{t1:.2f} secs for {n} PCG64 (Numba/PCG64) gaussian randoms')
|
48 |
+
t2 = timeit(numpycall, number=1000)
|
49 |
+
print(f'{t2:.2f} secs for {n} PCG64 (NumPy/PCG64) gaussian randoms')
|
50 |
+
|
51 |
+
# example 2
|
52 |
+
|
53 |
+
next_u32 = bit_gen.ctypes.next_uint32
|
54 |
+
ctypes_state = bit_gen.ctypes.state
|
55 |
+
|
56 |
+
@nb.jit(nopython=True)
|
57 |
+
def bounded_uint(lb, ub, state):
|
58 |
+
mask = delta = ub - lb
|
59 |
+
mask |= mask >> 1
|
60 |
+
mask |= mask >> 2
|
61 |
+
mask |= mask >> 4
|
62 |
+
mask |= mask >> 8
|
63 |
+
mask |= mask >> 16
|
64 |
+
|
65 |
+
val = next_u32(state) & mask
|
66 |
+
while val > delta:
|
67 |
+
val = next_u32(state) & mask
|
68 |
+
|
69 |
+
return lb + val
|
70 |
+
|
71 |
+
|
72 |
+
print(bounded_uint(323, 2394691, ctypes_state.value))
|
73 |
+
|
74 |
+
|
75 |
+
@nb.jit(nopython=True)
|
76 |
+
def bounded_uints(lb, ub, n, state):
|
77 |
+
out = np.empty(n, dtype=np.uint32)
|
78 |
+
for i in range(n):
|
79 |
+
out[i] = bounded_uint(lb, ub, state)
|
80 |
+
|
81 |
+
|
82 |
+
bounded_uints(323, 2394691, 10000000, ctypes_state.value)
|
83 |
+
|
84 |
+
|
env-llmeval/lib/python3.10/site-packages/numpy/random/_examples/numba/extending_distributions.py
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
r"""
|
2 |
+
Building the required library in this example requires a source distribution
|
3 |
+
of NumPy or clone of the NumPy git repository since distributions.c is not
|
4 |
+
included in binary distributions.
|
5 |
+
|
6 |
+
On *nix, execute in numpy/random/src/distributions
|
7 |
+
|
8 |
+
export ${PYTHON_VERSION}=3.8 # Python version
|
9 |
+
export PYTHON_INCLUDE=#path to Python's include folder, usually \
|
10 |
+
${PYTHON_HOME}/include/python${PYTHON_VERSION}m
|
11 |
+
export NUMPY_INCLUDE=#path to numpy's include folder, usually \
|
12 |
+
${PYTHON_HOME}/lib/python${PYTHON_VERSION}/site-packages/numpy/core/include
|
13 |
+
gcc -shared -o libdistributions.so -fPIC distributions.c \
|
14 |
+
-I${NUMPY_INCLUDE} -I${PYTHON_INCLUDE}
|
15 |
+
mv libdistributions.so ../../_examples/numba/
|
16 |
+
|
17 |
+
On Windows
|
18 |
+
|
19 |
+
rem PYTHON_HOME and PYTHON_VERSION are setup dependent, this is an example
|
20 |
+
set PYTHON_HOME=c:\Anaconda
|
21 |
+
set PYTHON_VERSION=38
|
22 |
+
cl.exe /LD .\distributions.c -DDLL_EXPORT \
|
23 |
+
-I%PYTHON_HOME%\lib\site-packages\numpy\core\include \
|
24 |
+
-I%PYTHON_HOME%\include %PYTHON_HOME%\libs\python%PYTHON_VERSION%.lib
|
25 |
+
move distributions.dll ../../_examples/numba/
|
26 |
+
"""
|
27 |
+
import os
|
28 |
+
|
29 |
+
import numba as nb
|
30 |
+
import numpy as np
|
31 |
+
from cffi import FFI
|
32 |
+
|
33 |
+
from numpy.random import PCG64
|
34 |
+
|
35 |
+
ffi = FFI()
|
36 |
+
if os.path.exists('./distributions.dll'):
|
37 |
+
lib = ffi.dlopen('./distributions.dll')
|
38 |
+
elif os.path.exists('./libdistributions.so'):
|
39 |
+
lib = ffi.dlopen('./libdistributions.so')
|
40 |
+
else:
|
41 |
+
raise RuntimeError('Required DLL/so file was not found.')
|
42 |
+
|
43 |
+
ffi.cdef("""
|
44 |
+
double random_standard_normal(void *bitgen_state);
|
45 |
+
""")
|
46 |
+
x = PCG64()
|
47 |
+
xffi = x.cffi
|
48 |
+
bit_generator = xffi.bit_generator
|
49 |
+
|
50 |
+
random_standard_normal = lib.random_standard_normal
|
51 |
+
|
52 |
+
|
53 |
+
def normals(n, bit_generator):
|
54 |
+
out = np.empty(n)
|
55 |
+
for i in range(n):
|
56 |
+
out[i] = random_standard_normal(bit_generator)
|
57 |
+
return out
|
58 |
+
|
59 |
+
|
60 |
+
normalsj = nb.jit(normals, nopython=True)
|
61 |
+
|
62 |
+
# Numba requires a memory address for void *
|
63 |
+
# Can also get address from x.ctypes.bit_generator.value
|
64 |
+
bit_generator_address = int(ffi.cast('uintptr_t', bit_generator))
|
65 |
+
|
66 |
+
norm = normalsj(1000, bit_generator_address)
|
67 |
+
print(norm[:12])
|
env-llmeval/lib/python3.10/site-packages/numpy/random/tests/__pycache__/__init__.cpython-310.pyc
ADDED
Binary file (183 Bytes). View file
|
|
env-llmeval/lib/python3.10/site-packages/numpy/random/tests/__pycache__/test_direct.cpython-310.pyc
ADDED
Binary file (17.5 kB). View file
|
|
env-llmeval/lib/python3.10/site-packages/numpy/random/tests/__pycache__/test_extending.cpython-310.pyc
ADDED
Binary file (3.14 kB). View file
|
|
env-llmeval/lib/python3.10/site-packages/numpy/random/tests/__pycache__/test_generator_mt19937.cpython-310.pyc
ADDED
Binary file (88.9 kB). View file
|
|
env-llmeval/lib/python3.10/site-packages/numpy/random/tests/__pycache__/test_generator_mt19937_regressions.cpython-310.pyc
ADDED
Binary file (7.61 kB). View file
|
|
env-llmeval/lib/python3.10/site-packages/numpy/random/tests/__pycache__/test_random.cpython-310.pyc
ADDED
Binary file (52.9 kB). View file
|
|
env-llmeval/lib/python3.10/site-packages/numpy/random/tests/__pycache__/test_randomstate.cpython-310.pyc
ADDED
Binary file (65.6 kB). View file
|
|
env-llmeval/lib/python3.10/site-packages/numpy/random/tests/__pycache__/test_randomstate_regression.cpython-310.pyc
ADDED
Binary file (9.31 kB). View file
|
|
env-llmeval/lib/python3.10/site-packages/numpy/random/tests/__pycache__/test_regression.cpython-310.pyc
ADDED
Binary file (6.56 kB). View file
|
|
env-llmeval/lib/python3.10/site-packages/numpy/random/tests/__pycache__/test_seed_sequence.cpython-310.pyc
ADDED
Binary file (2.57 kB). View file
|
|
env-llmeval/lib/python3.10/site-packages/numpy/random/tests/__pycache__/test_smoke.cpython-310.pyc
ADDED
Binary file (25.1 kB). View file
|
|
env-llmeval/lib/python3.10/site-packages/numpy/random/tests/data/__pycache__/__init__.cpython-310.pyc
ADDED
Binary file (188 Bytes). View file
|
|
env-llmeval/lib/python3.10/site-packages/numpy/random/tests/data/mt19937-testset-2.csv
ADDED
@@ -0,0 +1,1001 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
seed, 0x0
|
2 |
+
0, 0x7ab4ea94
|
3 |
+
1, 0x9b561119
|
4 |
+
2, 0x4957d02e
|
5 |
+
3, 0x7dd3fdc2
|
6 |
+
4, 0x5affe54
|
7 |
+
5, 0x5a01741c
|
8 |
+
6, 0x8b9e8c1f
|
9 |
+
7, 0xda5bf11a
|
10 |
+
8, 0x509226
|
11 |
+
9, 0x64e2ea17
|
12 |
+
10, 0x82c6dab5
|
13 |
+
11, 0xe4302515
|
14 |
+
12, 0x8198b873
|
15 |
+
13, 0xc3ec9a82
|
16 |
+
14, 0x829dff28
|
17 |
+
15, 0x5278e44f
|
18 |
+
16, 0x994a7d2c
|
19 |
+
17, 0xf1c89398
|
20 |
+
18, 0xaf2fddec
|
21 |
+
19, 0x22abc6ee
|
22 |
+
20, 0x963dbd43
|
23 |
+
21, 0xc29edffb
|
24 |
+
22, 0x41c1ce07
|
25 |
+
23, 0x9c90034d
|
26 |
+
24, 0x1f17a796
|
27 |
+
25, 0x3833caa8
|
28 |
+
26, 0xb8795528
|
29 |
+
27, 0xebc595a2
|
30 |
+
28, 0xf8f5b5dd
|
31 |
+
29, 0xc2881f72
|
32 |
+
30, 0x18e5d3f0
|
33 |
+
31, 0x9b19ac7a
|
34 |
+
32, 0xb9992436
|
35 |
+
33, 0xc00052b3
|
36 |
+
34, 0xb63f4475
|
37 |
+
35, 0x962642d9
|
38 |
+
36, 0x63506c10
|
39 |
+
37, 0x2be6b127
|
40 |
+
38, 0x569bdbc6
|
41 |
+
39, 0x7f185e01
|
42 |
+
40, 0xebb55f53
|
43 |
+
41, 0x1c30198c
|
44 |
+
42, 0x7c8d75c6
|
45 |
+
43, 0xd3f2186b
|
46 |
+
44, 0xaca5b9b1
|
47 |
+
45, 0xbc49ff45
|
48 |
+
46, 0xc4a802af
|
49 |
+
47, 0x2cecd86f
|
50 |
+
48, 0x8e0da529
|
51 |
+
49, 0x1f22b00e
|
52 |
+
50, 0x4559ea80
|
53 |
+
51, 0x60f587d8
|
54 |
+
52, 0x7c7460e9
|
55 |
+
53, 0x67be0a4a
|
56 |
+
54, 0x987a0183
|
57 |
+
55, 0x7bd30f1
|
58 |
+
56, 0xab18c4ac
|
59 |
+
57, 0xffdbfb64
|
60 |
+
58, 0x9ea917f9
|
61 |
+
59, 0x1239dab7
|
62 |
+
60, 0x38efabeb
|
63 |
+
61, 0x5da91888
|
64 |
+
62, 0x8f49ed62
|
65 |
+
63, 0x83f60b1e
|
66 |
+
64, 0x5950a3fc
|
67 |
+
65, 0xd8911104
|
68 |
+
66, 0x19e8859e
|
69 |
+
67, 0x1a4d89ec
|
70 |
+
68, 0x968ca180
|
71 |
+
69, 0x9e1b6da3
|
72 |
+
70, 0x3d99c2c
|
73 |
+
71, 0x55f76289
|
74 |
+
72, 0x8fa28b9e
|
75 |
+
73, 0x9fe01d33
|
76 |
+
74, 0xdade4e38
|
77 |
+
75, 0x1ea04290
|
78 |
+
76, 0xa7263313
|
79 |
+
77, 0xaafc762e
|
80 |
+
78, 0x460476d6
|
81 |
+
79, 0x31226e12
|
82 |
+
80, 0x451d3f05
|
83 |
+
81, 0xd0d2764b
|
84 |
+
82, 0xd06e1ab3
|
85 |
+
83, 0x1394e3f4
|
86 |
+
84, 0x2fc04ea3
|
87 |
+
85, 0x5b8401c
|
88 |
+
86, 0xebd6c929
|
89 |
+
87, 0xe881687c
|
90 |
+
88, 0x94bdd66a
|
91 |
+
89, 0xabf85983
|
92 |
+
90, 0x223ad12d
|
93 |
+
91, 0x2aaeeaa3
|
94 |
+
92, 0x1f704934
|
95 |
+
93, 0x2db2efb6
|
96 |
+
94, 0xf49b8dfb
|
97 |
+
95, 0x5bdbbb9d
|
98 |
+
96, 0xba0cd0db
|
99 |
+
97, 0x4ec4674e
|
100 |
+
98, 0xad0129e
|
101 |
+
99, 0x7a66129b
|
102 |
+
100, 0x50d12c5e
|
103 |
+
101, 0x85b1d335
|
104 |
+
102, 0x3efda58a
|
105 |
+
103, 0xecd886fb
|
106 |
+
104, 0x8ecadd3d
|
107 |
+
105, 0x60ebac0f
|
108 |
+
106, 0x5e10fe79
|
109 |
+
107, 0xa84f7e5d
|
110 |
+
108, 0x43931288
|
111 |
+
109, 0xfacf448
|
112 |
+
110, 0x4ee01997
|
113 |
+
111, 0xcdc0a651
|
114 |
+
112, 0x33c87037
|
115 |
+
113, 0x8b50fc03
|
116 |
+
114, 0xf52aad34
|
117 |
+
115, 0xda6cd856
|
118 |
+
116, 0x7585bea0
|
119 |
+
117, 0xe947c762
|
120 |
+
118, 0x4ddff5d8
|
121 |
+
119, 0xe0e79b3b
|
122 |
+
120, 0xb804cf09
|
123 |
+
121, 0x84765c44
|
124 |
+
122, 0x3ff666b4
|
125 |
+
123, 0xe31621ad
|
126 |
+
124, 0x816f2236
|
127 |
+
125, 0x228176bc
|
128 |
+
126, 0xfdc14904
|
129 |
+
127, 0x635f5077
|
130 |
+
128, 0x6981a817
|
131 |
+
129, 0xfd9a0300
|
132 |
+
130, 0xd3fa8a24
|
133 |
+
131, 0xd67c1a77
|
134 |
+
132, 0x903fe97a
|
135 |
+
133, 0xf7c4a4d5
|
136 |
+
134, 0x109f2058
|
137 |
+
135, 0x48ab87fe
|
138 |
+
136, 0xfd6f1928
|
139 |
+
137, 0x707e9452
|
140 |
+
138, 0xf327db9e
|
141 |
+
139, 0x7b80d76d
|
142 |
+
140, 0xfb6ba193
|
143 |
+
141, 0x454a1ad0
|
144 |
+
142, 0xe20b51e
|
145 |
+
143, 0xb774d085
|
146 |
+
144, 0x6b1ed574
|
147 |
+
145, 0xb1e77de4
|
148 |
+
146, 0xe2a83b37
|
149 |
+
147, 0x33d3176f
|
150 |
+
148, 0x2f0ca0fc
|
151 |
+
149, 0x17f51e2
|
152 |
+
150, 0x7c1fbf55
|
153 |
+
151, 0xf09e9cd0
|
154 |
+
152, 0xe3d9bacd
|
155 |
+
153, 0x4244db0a
|
156 |
+
154, 0x876c09fc
|
157 |
+
155, 0x9db4fc2f
|
158 |
+
156, 0xd3771d60
|
159 |
+
157, 0x25fc6a75
|
160 |
+
158, 0xb309915c
|
161 |
+
159, 0xc50ee027
|
162 |
+
160, 0xaa5b7b38
|
163 |
+
161, 0x4c650ded
|
164 |
+
162, 0x1acb2879
|
165 |
+
163, 0x50db5887
|
166 |
+
164, 0x90054847
|
167 |
+
165, 0xfef23e5b
|
168 |
+
166, 0x2dd7b7d5
|
169 |
+
167, 0x990b8c2e
|
170 |
+
168, 0x6001a601
|
171 |
+
169, 0xb5d314c4
|
172 |
+
170, 0xfbfb7bf9
|
173 |
+
171, 0x1aba997d
|
174 |
+
172, 0x814e7304
|
175 |
+
173, 0x989d956a
|
176 |
+
174, 0x86d5a29c
|
177 |
+
175, 0x70a9fa08
|
178 |
+
176, 0xc4ccba87
|
179 |
+
177, 0x7e9cb366
|
180 |
+
178, 0xee18eb0a
|
181 |
+
179, 0x44f5be58
|
182 |
+
180, 0x91d4af2d
|
183 |
+
181, 0x5ab6e593
|
184 |
+
182, 0x9fd6bb4d
|
185 |
+
183, 0x85894ce
|
186 |
+
184, 0x728a2401
|
187 |
+
185, 0xf006f6d4
|
188 |
+
186, 0xd782741e
|
189 |
+
187, 0x842cd5bd
|
190 |
+
188, 0xfb5883aa
|
191 |
+
189, 0x7e5a471
|
192 |
+
190, 0x83ff6965
|
193 |
+
191, 0xc9675c6b
|
194 |
+
192, 0xb6ced3c7
|
195 |
+
193, 0x3de6425b
|
196 |
+
194, 0x25e14db4
|
197 |
+
195, 0x69ca3dec
|
198 |
+
196, 0x81342d13
|
199 |
+
197, 0xd7cd8417
|
200 |
+
198, 0x88d15e69
|
201 |
+
199, 0xefba17c9
|
202 |
+
200, 0x43d595e6
|
203 |
+
201, 0x89d4cf25
|
204 |
+
202, 0x7cae9b9b
|
205 |
+
203, 0x2242c621
|
206 |
+
204, 0x27fc3598
|
207 |
+
205, 0x467b1d84
|
208 |
+
206, 0xe84d4622
|
209 |
+
207, 0xa26bf980
|
210 |
+
208, 0x80411010
|
211 |
+
209, 0xe2c2bfea
|
212 |
+
210, 0xbc6ca25a
|
213 |
+
211, 0x3ddb592a
|
214 |
+
212, 0xdd46eb9e
|
215 |
+
213, 0xdfe8f657
|
216 |
+
214, 0x2cedc974
|
217 |
+
215, 0xf0dc546b
|
218 |
+
216, 0xd46be68f
|
219 |
+
217, 0x26d8a5aa
|
220 |
+
218, 0x76e96ba3
|
221 |
+
219, 0x7d5b5353
|
222 |
+
220, 0xf532237c
|
223 |
+
221, 0x6478b79
|
224 |
+
222, 0x9b81a5e5
|
225 |
+
223, 0x5fc68e5c
|
226 |
+
224, 0x68436e70
|
227 |
+
225, 0x2a0043f9
|
228 |
+
226, 0x108d523c
|
229 |
+
227, 0x7a4c32a3
|
230 |
+
228, 0x9c84c742
|
231 |
+
229, 0x6f813dae
|
232 |
+
230, 0xfcc5bbcc
|
233 |
+
231, 0x215b6f3a
|
234 |
+
232, 0x84cb321d
|
235 |
+
233, 0x7913a248
|
236 |
+
234, 0xb1e6b585
|
237 |
+
235, 0x49376b31
|
238 |
+
236, 0x1dc896b0
|
239 |
+
237, 0x347051ad
|
240 |
+
238, 0x5524c042
|
241 |
+
239, 0xda0eef9d
|
242 |
+
240, 0xf2e73342
|
243 |
+
241, 0xbeee2f9d
|
244 |
+
242, 0x7c702874
|
245 |
+
243, 0x9eb3bd34
|
246 |
+
244, 0x97b09700
|
247 |
+
245, 0xcdbab1d4
|
248 |
+
246, 0x4a2f6ed1
|
249 |
+
247, 0x2047bda5
|
250 |
+
248, 0x3ecc7005
|
251 |
+
249, 0x8d0d5e67
|
252 |
+
250, 0x40876fb5
|
253 |
+
251, 0xb5fd2187
|
254 |
+
252, 0xe915d8af
|
255 |
+
253, 0x9a2351c7
|
256 |
+
254, 0xccc658ae
|
257 |
+
255, 0xebb1eddc
|
258 |
+
256, 0xc4a83671
|
259 |
+
257, 0xffb2548f
|
260 |
+
258, 0xe4fe387a
|
261 |
+
259, 0x477aaab4
|
262 |
+
260, 0x8475a4e4
|
263 |
+
261, 0xf8823e46
|
264 |
+
262, 0xe4130f71
|
265 |
+
263, 0xbdb54482
|
266 |
+
264, 0x98fe0462
|
267 |
+
265, 0xf36b27b8
|
268 |
+
266, 0xed7733da
|
269 |
+
267, 0x5f428afc
|
270 |
+
268, 0x43a3a21a
|
271 |
+
269, 0xf8370b55
|
272 |
+
270, 0xfade1de1
|
273 |
+
271, 0xd9a038ea
|
274 |
+
272, 0x3c69af23
|
275 |
+
273, 0x24df7dd0
|
276 |
+
274, 0xf66d9353
|
277 |
+
275, 0x71d811be
|
278 |
+
276, 0xcc4d024b
|
279 |
+
277, 0xb8c30bf0
|
280 |
+
278, 0x4198509d
|
281 |
+
279, 0x8b37ba36
|
282 |
+
280, 0xa41ae29a
|
283 |
+
281, 0x8cf7799e
|
284 |
+
282, 0x5cd0136a
|
285 |
+
283, 0xa11324ef
|
286 |
+
284, 0x2f8b6d4b
|
287 |
+
285, 0x3657cf17
|
288 |
+
286, 0x35b6873f
|
289 |
+
287, 0xee6e5bd7
|
290 |
+
288, 0xbeeaa98
|
291 |
+
289, 0x9ad3c581
|
292 |
+
290, 0xe2376c3f
|
293 |
+
291, 0x738027cc
|
294 |
+
292, 0x536ac839
|
295 |
+
293, 0xf066227
|
296 |
+
294, 0x6c9cb0f9
|
297 |
+
295, 0x84082ae6
|
298 |
+
296, 0xab38ae9d
|
299 |
+
297, 0x493eade9
|
300 |
+
298, 0xcb630b3a
|
301 |
+
299, 0x64d44250
|
302 |
+
300, 0xe5efb557
|
303 |
+
301, 0xea2424d9
|
304 |
+
302, 0x11a690ba
|
305 |
+
303, 0x30a48ae4
|
306 |
+
304, 0x58987e53
|
307 |
+
305, 0x94ec6076
|
308 |
+
306, 0x5d3308fa
|
309 |
+
307, 0xf1635ebb
|
310 |
+
308, 0x56a5ab90
|
311 |
+
309, 0x2b2f2ee4
|
312 |
+
310, 0x6f9e6483
|
313 |
+
311, 0x8b93e327
|
314 |
+
312, 0xa7ce140b
|
315 |
+
313, 0x4c8aa42
|
316 |
+
314, 0x7657bb3f
|
317 |
+
315, 0xf250fd75
|
318 |
+
316, 0x1edfcb0f
|
319 |
+
317, 0xdb42ace3
|
320 |
+
318, 0xf8147e16
|
321 |
+
319, 0xd1992bd
|
322 |
+
320, 0x64bb14d1
|
323 |
+
321, 0x423e724d
|
324 |
+
322, 0x7b172f7c
|
325 |
+
323, 0x17171696
|
326 |
+
324, 0x4acaf83b
|
327 |
+
325, 0x7a83527e
|
328 |
+
326, 0xfc980c60
|
329 |
+
327, 0xc8b56bb
|
330 |
+
328, 0x2453f77f
|
331 |
+
329, 0x85ad1bf9
|
332 |
+
330, 0x62a85dfe
|
333 |
+
331, 0x48238c4d
|
334 |
+
332, 0xbb3ec1eb
|
335 |
+
333, 0x4c1c039c
|
336 |
+
334, 0x1f37f571
|
337 |
+
335, 0x98aecb63
|
338 |
+
336, 0xc3b3ddd6
|
339 |
+
337, 0xd22dad4
|
340 |
+
338, 0xe49671a3
|
341 |
+
339, 0xe3baf945
|
342 |
+
340, 0xb9e21680
|
343 |
+
341, 0xda562856
|
344 |
+
342, 0xe8b88ce4
|
345 |
+
343, 0x86f88de2
|
346 |
+
344, 0x986faf76
|
347 |
+
345, 0x6f0025c3
|
348 |
+
346, 0x3fe21234
|
349 |
+
347, 0xd8d3f729
|
350 |
+
348, 0xc2d11c6f
|
351 |
+
349, 0xd4f9e8f
|
352 |
+
350, 0xf61a0aa
|
353 |
+
351, 0xc48bb313
|
354 |
+
352, 0xe944e940
|
355 |
+
353, 0xf1801b2e
|
356 |
+
354, 0x253590be
|
357 |
+
355, 0x981f069d
|
358 |
+
356, 0x891454d8
|
359 |
+
357, 0xa4f824ad
|
360 |
+
358, 0x6dd2cc48
|
361 |
+
359, 0x3018827e
|
362 |
+
360, 0x3fb329e6
|
363 |
+
361, 0x65276517
|
364 |
+
362, 0x8d2c0dd2
|
365 |
+
363, 0xc965b48e
|
366 |
+
364, 0x85d14d90
|
367 |
+
365, 0x5a51623c
|
368 |
+
366, 0xa9573d6a
|
369 |
+
367, 0x82d00edf
|
370 |
+
368, 0x5ed7ce07
|
371 |
+
369, 0x1d946abc
|
372 |
+
370, 0x24fa567b
|
373 |
+
371, 0x83ef5ecc
|
374 |
+
372, 0x9001724a
|
375 |
+
373, 0xc4fe48f3
|
376 |
+
374, 0x1e07c25c
|
377 |
+
375, 0xf4d5e65e
|
378 |
+
376, 0xb734f6e9
|
379 |
+
377, 0x327a2df8
|
380 |
+
378, 0x766d59b7
|
381 |
+
379, 0x625e6b61
|
382 |
+
380, 0xe82f32d7
|
383 |
+
381, 0x1566c638
|
384 |
+
382, 0x2e815871
|
385 |
+
383, 0x606514aa
|
386 |
+
384, 0x36b7386e
|
387 |
+
385, 0xcaa8ce08
|
388 |
+
386, 0xb453fe9c
|
389 |
+
387, 0x48574e23
|
390 |
+
388, 0x71f0da06
|
391 |
+
389, 0xa8a79463
|
392 |
+
390, 0x6b590210
|
393 |
+
391, 0x86e989db
|
394 |
+
392, 0x42899f4f
|
395 |
+
393, 0x7a654ef9
|
396 |
+
394, 0x4c4fe932
|
397 |
+
395, 0x77b2fd10
|
398 |
+
396, 0xb6b4565c
|
399 |
+
397, 0xa2e537a3
|
400 |
+
398, 0xef5a3dca
|
401 |
+
399, 0x41235ea8
|
402 |
+
400, 0x95c90541
|
403 |
+
401, 0x50ad32c4
|
404 |
+
402, 0xc1b8e0a4
|
405 |
+
403, 0x498e9aab
|
406 |
+
404, 0xffc965f1
|
407 |
+
405, 0x72633485
|
408 |
+
406, 0x3a731aef
|
409 |
+
407, 0x7cfddd0b
|
410 |
+
408, 0xb04d4129
|
411 |
+
409, 0x184fc28e
|
412 |
+
410, 0x424369b0
|
413 |
+
411, 0xf9ae13a1
|
414 |
+
412, 0xaf357c8d
|
415 |
+
413, 0x7a19228e
|
416 |
+
414, 0xb46de2a8
|
417 |
+
415, 0xeff2ac76
|
418 |
+
416, 0xa6c9357b
|
419 |
+
417, 0x614f19c1
|
420 |
+
418, 0x8ee1a53f
|
421 |
+
419, 0xbe1257b1
|
422 |
+
420, 0xf72651fe
|
423 |
+
421, 0xd347c298
|
424 |
+
422, 0x96dd2f23
|
425 |
+
423, 0x5bb1d63e
|
426 |
+
424, 0x32e10887
|
427 |
+
425, 0x36a144da
|
428 |
+
426, 0x9d70e791
|
429 |
+
427, 0x5e535a25
|
430 |
+
428, 0x214253da
|
431 |
+
429, 0x2e43dd40
|
432 |
+
430, 0xfc0413f4
|
433 |
+
431, 0x1f5ea409
|
434 |
+
432, 0x1754c126
|
435 |
+
433, 0xcdbeebbe
|
436 |
+
434, 0x1fb44a14
|
437 |
+
435, 0xaec7926
|
438 |
+
436, 0xb9d9a1e
|
439 |
+
437, 0x9e4a6577
|
440 |
+
438, 0x8b1f04c5
|
441 |
+
439, 0x19854e8a
|
442 |
+
440, 0x531080cd
|
443 |
+
441, 0xc0cbd73
|
444 |
+
442, 0x20399d77
|
445 |
+
443, 0x7d8e9ed5
|
446 |
+
444, 0x66177598
|
447 |
+
445, 0x4d18a5c2
|
448 |
+
446, 0xe08ebf58
|
449 |
+
447, 0xb1f9c87b
|
450 |
+
448, 0x66bedb10
|
451 |
+
449, 0x26670d21
|
452 |
+
450, 0x7a7892da
|
453 |
+
451, 0x69b69d86
|
454 |
+
452, 0xd04f1d1c
|
455 |
+
453, 0xaf469625
|
456 |
+
454, 0x7946b813
|
457 |
+
455, 0x1ee596bd
|
458 |
+
456, 0x7f365d85
|
459 |
+
457, 0x795b662b
|
460 |
+
458, 0x194ad02d
|
461 |
+
459, 0x5a9649b5
|
462 |
+
460, 0x6085e278
|
463 |
+
461, 0x2cf54550
|
464 |
+
462, 0x9c77ea0b
|
465 |
+
463, 0x3c6ff8b
|
466 |
+
464, 0x2141cd34
|
467 |
+
465, 0xb90bc671
|
468 |
+
466, 0x35037c4b
|
469 |
+
467, 0xd04c0d76
|
470 |
+
468, 0xc75bff8
|
471 |
+
469, 0x8f52003b
|
472 |
+
470, 0xfad3d031
|
473 |
+
471, 0x667024bc
|
474 |
+
472, 0xcb04ea36
|
475 |
+
473, 0x3e03d587
|
476 |
+
474, 0x2644d3a0
|
477 |
+
475, 0xa8fe99ba
|
478 |
+
476, 0x2b9a55fc
|
479 |
+
477, 0x45c4d44a
|
480 |
+
478, 0xd059881
|
481 |
+
479, 0xe07fcd20
|
482 |
+
480, 0x4e22046c
|
483 |
+
481, 0x7c2cbf81
|
484 |
+
482, 0xbf7f23de
|
485 |
+
483, 0x69d924c3
|
486 |
+
484, 0xe53cd01
|
487 |
+
485, 0x3879017c
|
488 |
+
486, 0xa590e558
|
489 |
+
487, 0x263bc076
|
490 |
+
488, 0x245465b1
|
491 |
+
489, 0x449212c6
|
492 |
+
490, 0x249dcb29
|
493 |
+
491, 0x703d42d7
|
494 |
+
492, 0x140eb9ec
|
495 |
+
493, 0xc86c5741
|
496 |
+
494, 0x7992aa5b
|
497 |
+
495, 0xb8b76a91
|
498 |
+
496, 0x771dac3d
|
499 |
+
497, 0x4ecd81e3
|
500 |
+
498, 0xe5ac30b3
|
501 |
+
499, 0xf4d7a5a6
|
502 |
+
500, 0xac24b97
|
503 |
+
501, 0x63494d78
|
504 |
+
502, 0x627ffa89
|
505 |
+
503, 0xfa4f330
|
506 |
+
504, 0x8098a1aa
|
507 |
+
505, 0xcc0c61dc
|
508 |
+
506, 0x34749fa0
|
509 |
+
507, 0x7f217822
|
510 |
+
508, 0x418d6f15
|
511 |
+
509, 0xa4b6e51e
|
512 |
+
510, 0x1036de68
|
513 |
+
511, 0x1436986e
|
514 |
+
512, 0x44df961d
|
515 |
+
513, 0x368e4651
|
516 |
+
514, 0x6a9e5d8c
|
517 |
+
515, 0x27d1597e
|
518 |
+
516, 0xa1926c62
|
519 |
+
517, 0x8d1f2b55
|
520 |
+
518, 0x5797eb42
|
521 |
+
519, 0xa90f9e81
|
522 |
+
520, 0x57547b10
|
523 |
+
521, 0xdbbcca8e
|
524 |
+
522, 0x9edd2d86
|
525 |
+
523, 0xbb0a7527
|
526 |
+
524, 0x7662380c
|
527 |
+
525, 0xe7c98590
|
528 |
+
526, 0x950fbf3f
|
529 |
+
527, 0xdc2b76b3
|
530 |
+
528, 0x8a945102
|
531 |
+
529, 0x3f0a1a85
|
532 |
+
530, 0xeb215834
|
533 |
+
531, 0xc59f2802
|
534 |
+
532, 0xe2a4610
|
535 |
+
533, 0x8b5a8665
|
536 |
+
534, 0x8b2d9933
|
537 |
+
535, 0x40a4f0bc
|
538 |
+
536, 0xaab5bc67
|
539 |
+
537, 0x1442a69e
|
540 |
+
538, 0xdf531193
|
541 |
+
539, 0x698d3db4
|
542 |
+
540, 0x2d40324e
|
543 |
+
541, 0x1a25feb2
|
544 |
+
542, 0xe8cc898f
|
545 |
+
543, 0xf12e98f5
|
546 |
+
544, 0xc03ad34c
|
547 |
+
545, 0xf62fceff
|
548 |
+
546, 0xdd827e1e
|
549 |
+
547, 0x7d8ccb3b
|
550 |
+
548, 0xab2d6bc1
|
551 |
+
549, 0xc323a124
|
552 |
+
550, 0x8184a19a
|
553 |
+
551, 0xc3c4e934
|
554 |
+
552, 0x5487424d
|
555 |
+
553, 0xd6a81a44
|
556 |
+
554, 0x90a8689d
|
557 |
+
555, 0xe69c4c67
|
558 |
+
556, 0xbdae02dd
|
559 |
+
557, 0x72a18a79
|
560 |
+
558, 0x2a88e907
|
561 |
+
559, 0x31cf4b5d
|
562 |
+
560, 0xb157772f
|
563 |
+
561, 0x206ba601
|
564 |
+
562, 0x18529232
|
565 |
+
563, 0x7dac90d8
|
566 |
+
564, 0x3a5f8a09
|
567 |
+
565, 0x9f4b64a3
|
568 |
+
566, 0xae373af9
|
569 |
+
567, 0x1d79447c
|
570 |
+
568, 0x2a23684b
|
571 |
+
569, 0x41fb7ba4
|
572 |
+
570, 0x55e4bb9e
|
573 |
+
571, 0xd7619d3e
|
574 |
+
572, 0xc04e4dd8
|
575 |
+
573, 0x8418d516
|
576 |
+
574, 0x2b2ca585
|
577 |
+
575, 0xfa8eedf
|
578 |
+
576, 0x5bafd977
|
579 |
+
577, 0x31974fb0
|
580 |
+
578, 0x9eb6697b
|
581 |
+
579, 0xc8be22f5
|
582 |
+
580, 0x173b126a
|
583 |
+
581, 0x8809becf
|
584 |
+
582, 0x3e41efe1
|
585 |
+
583, 0x3d6cbbb8
|
586 |
+
584, 0x278c81d8
|
587 |
+
585, 0xa6f08434
|
588 |
+
586, 0xa0e6601d
|
589 |
+
587, 0x2fccd88d
|
590 |
+
588, 0x3cbc8beb
|
591 |
+
589, 0x5f65d864
|
592 |
+
590, 0xa1ff8ddf
|
593 |
+
591, 0x609dcb7c
|
594 |
+
592, 0x4a4e1663
|
595 |
+
593, 0xeae5531
|
596 |
+
594, 0x962a7c85
|
597 |
+
595, 0x1e110607
|
598 |
+
596, 0x8c5db5d0
|
599 |
+
597, 0xc7f2337e
|
600 |
+
598, 0xc94fcc9c
|
601 |
+
599, 0xe7f62629
|
602 |
+
600, 0x6c9aa9f8
|
603 |
+
601, 0x2e27fe0e
|
604 |
+
602, 0x4d0dae12
|
605 |
+
603, 0x9eecf588
|
606 |
+
604, 0x977ba3f2
|
607 |
+
605, 0xed0a51af
|
608 |
+
606, 0x3f3ec633
|
609 |
+
607, 0xc174b2ec
|
610 |
+
608, 0x590be8a9
|
611 |
+
609, 0x4f630d18
|
612 |
+
610, 0xf579e989
|
613 |
+
611, 0xe2a55584
|
614 |
+
612, 0xee11edcd
|
615 |
+
613, 0x150a4833
|
616 |
+
614, 0xc0a0535c
|
617 |
+
615, 0xb5e00993
|
618 |
+
616, 0xb6435700
|
619 |
+
617, 0xa98dbff
|
620 |
+
618, 0x315716af
|
621 |
+
619, 0x94395776
|
622 |
+
620, 0x6cbd48d9
|
623 |
+
621, 0xab17f8fc
|
624 |
+
622, 0xa794ffb7
|
625 |
+
623, 0x6b55e231
|
626 |
+
624, 0x89ff5783
|
627 |
+
625, 0x431dcb26
|
628 |
+
626, 0x270f9bf8
|
629 |
+
627, 0x2af1b8d0
|
630 |
+
628, 0x881745ed
|
631 |
+
629, 0x17e1be4e
|
632 |
+
630, 0x132a0ec4
|
633 |
+
631, 0x5712df17
|
634 |
+
632, 0x2dfb3334
|
635 |
+
633, 0xf5a35519
|
636 |
+
634, 0xcafbdac6
|
637 |
+
635, 0x73b6189d
|
638 |
+
636, 0x10107cac
|
639 |
+
637, 0x18c1045e
|
640 |
+
638, 0xbc19bbad
|
641 |
+
639, 0x8b4f05ac
|
642 |
+
640, 0x5830d038
|
643 |
+
641, 0x468cd98a
|
644 |
+
642, 0x5b83a201
|
645 |
+
643, 0xf0ccdd9c
|
646 |
+
644, 0xcb20c4bd
|
647 |
+
645, 0x1ff186c9
|
648 |
+
646, 0xcdddb47f
|
649 |
+
647, 0x5c65ce6
|
650 |
+
648, 0xb748c580
|
651 |
+
649, 0x23b6f262
|
652 |
+
650, 0xe2ba8e5c
|
653 |
+
651, 0x9a164a03
|
654 |
+
652, 0x62d3322e
|
655 |
+
653, 0x918d8b43
|
656 |
+
654, 0x45c8b49d
|
657 |
+
655, 0xce172c6e
|
658 |
+
656, 0x23febc6
|
659 |
+
657, 0x84fdc5b7
|
660 |
+
658, 0xe7d1fd82
|
661 |
+
659, 0xf0ddf3a6
|
662 |
+
660, 0x87050436
|
663 |
+
661, 0x13d46375
|
664 |
+
662, 0x5b191c78
|
665 |
+
663, 0x2cbd99c0
|
666 |
+
664, 0x7686c7f
|
667 |
+
665, 0xcff56c84
|
668 |
+
666, 0x7f9b4486
|
669 |
+
667, 0xefc997fe
|
670 |
+
668, 0x984d4588
|
671 |
+
669, 0xfa44f36a
|
672 |
+
670, 0x7a5276c1
|
673 |
+
671, 0xcfde6176
|
674 |
+
672, 0xcacf7b1d
|
675 |
+
673, 0xcffae9a7
|
676 |
+
674, 0xe98848d5
|
677 |
+
675, 0xd4346001
|
678 |
+
676, 0xa2196cac
|
679 |
+
677, 0x217f07dc
|
680 |
+
678, 0x42d5bef
|
681 |
+
679, 0x6f2e8838
|
682 |
+
680, 0x4677a24
|
683 |
+
681, 0x4ad9cd54
|
684 |
+
682, 0x43df42af
|
685 |
+
683, 0x2dde417
|
686 |
+
684, 0xaef5acb1
|
687 |
+
685, 0xf377f4b3
|
688 |
+
686, 0x7d870d40
|
689 |
+
687, 0xe53df1c2
|
690 |
+
688, 0xaeb5be50
|
691 |
+
689, 0x7c92eac0
|
692 |
+
690, 0x4f00838c
|
693 |
+
691, 0x91e05e84
|
694 |
+
692, 0x23856c80
|
695 |
+
693, 0xc4266fa6
|
696 |
+
694, 0x912fddb
|
697 |
+
695, 0x34d42d22
|
698 |
+
696, 0x6c02ffa
|
699 |
+
697, 0xe47d093
|
700 |
+
698, 0x183c55b3
|
701 |
+
699, 0xc161d142
|
702 |
+
700, 0x3d43ff5f
|
703 |
+
701, 0xc944a36
|
704 |
+
702, 0x27bb9fc6
|
705 |
+
703, 0x75c91080
|
706 |
+
704, 0x2460d0dc
|
707 |
+
705, 0xd2174558
|
708 |
+
706, 0x68062dbf
|
709 |
+
707, 0x778e5c6e
|
710 |
+
708, 0xa4dc9a
|
711 |
+
709, 0x7a191e69
|
712 |
+
710, 0xc084b2ba
|
713 |
+
711, 0xbb391d2
|
714 |
+
712, 0x88849be
|
715 |
+
713, 0x69c02714
|
716 |
+
714, 0x69d4a389
|
717 |
+
715, 0x8f51854d
|
718 |
+
716, 0xaf10bb82
|
719 |
+
717, 0x4d5d1c77
|
720 |
+
718, 0x53b53109
|
721 |
+
719, 0xa0a92aa0
|
722 |
+
720, 0x83ecb757
|
723 |
+
721, 0x5325752a
|
724 |
+
722, 0x114e466e
|
725 |
+
723, 0x4b3f2780
|
726 |
+
724, 0xa7a6a39c
|
727 |
+
725, 0x5e723357
|
728 |
+
726, 0xa6b8be9b
|
729 |
+
727, 0x157c32ff
|
730 |
+
728, 0x8b898012
|
731 |
+
729, 0xd7ff2b1e
|
732 |
+
730, 0x69cd8444
|
733 |
+
731, 0x6ad8030c
|
734 |
+
732, 0xa08a49ec
|
735 |
+
733, 0xfbc055d3
|
736 |
+
734, 0xedf17e46
|
737 |
+
735, 0xc9526200
|
738 |
+
736, 0x3849b88a
|
739 |
+
737, 0x2746860b
|
740 |
+
738, 0xae13d0c1
|
741 |
+
739, 0x4f15154f
|
742 |
+
740, 0xd65c3975
|
743 |
+
741, 0x6a377278
|
744 |
+
742, 0x54d501f7
|
745 |
+
743, 0x81a054ea
|
746 |
+
744, 0x143592ba
|
747 |
+
745, 0x97714ad6
|
748 |
+
746, 0x4f9926d9
|
749 |
+
747, 0x4f7ac56d
|
750 |
+
748, 0xe87ca939
|
751 |
+
749, 0x58b76f6f
|
752 |
+
750, 0x60901ad8
|
753 |
+
751, 0x3e401bb6
|
754 |
+
752, 0xa058468e
|
755 |
+
753, 0xc0bb14f6
|
756 |
+
754, 0x2cb8f02a
|
757 |
+
755, 0x7c2cf756
|
758 |
+
756, 0x34c31de5
|
759 |
+
757, 0x9b243e83
|
760 |
+
758, 0xa5c85ab4
|
761 |
+
759, 0x2741e3b3
|
762 |
+
760, 0x1249000e
|
763 |
+
761, 0x3fc4e72b
|
764 |
+
762, 0xa3e038a2
|
765 |
+
763, 0x952dd92c
|
766 |
+
764, 0x2b821966
|
767 |
+
765, 0xfa81b365
|
768 |
+
766, 0x530919b9
|
769 |
+
767, 0x4486d66f
|
770 |
+
768, 0xccf4f3c1
|
771 |
+
769, 0xa8bddd1d
|
772 |
+
770, 0xcc295eb9
|
773 |
+
771, 0xfccbe42f
|
774 |
+
772, 0x38bacd8d
|
775 |
+
773, 0x2261854f
|
776 |
+
774, 0x56068c62
|
777 |
+
775, 0x9bdaeb8
|
778 |
+
776, 0x555fa5b6
|
779 |
+
777, 0x20fe615e
|
780 |
+
778, 0x49fb23d3
|
781 |
+
779, 0xd093bad6
|
782 |
+
780, 0x54919e86
|
783 |
+
781, 0x7373eb24
|
784 |
+
782, 0xfbaa7a98
|
785 |
+
783, 0x5f62fb39
|
786 |
+
784, 0xe03bc9ec
|
787 |
+
785, 0xa5074d41
|
788 |
+
786, 0xa1cefb1
|
789 |
+
787, 0x13912d74
|
790 |
+
788, 0xf6421b8
|
791 |
+
789, 0xfcb48812
|
792 |
+
790, 0x8f1db50b
|
793 |
+
791, 0xc1654b87
|
794 |
+
792, 0x948b43c2
|
795 |
+
793, 0xf503ef77
|
796 |
+
794, 0x117d891d
|
797 |
+
795, 0x5493ffa
|
798 |
+
796, 0x171313b1
|
799 |
+
797, 0xa4b62e1e
|
800 |
+
798, 0x77454ea6
|
801 |
+
799, 0xbea0aff0
|
802 |
+
800, 0x13c36389
|
803 |
+
801, 0xe3b60bac
|
804 |
+
802, 0xa176bed3
|
805 |
+
803, 0x2863d428
|
806 |
+
804, 0xe2314f46
|
807 |
+
805, 0xa85cd3d4
|
808 |
+
806, 0x7866e57
|
809 |
+
807, 0x8f03f5bc
|
810 |
+
808, 0x239ae
|
811 |
+
809, 0x46f279fb
|
812 |
+
810, 0xcca00559
|
813 |
+
811, 0xaa07a104
|
814 |
+
812, 0x89123d08
|
815 |
+
813, 0x2e6856ba
|
816 |
+
814, 0x43a9780d
|
817 |
+
815, 0x676cff25
|
818 |
+
816, 0x6744b87d
|
819 |
+
817, 0xee260d4f
|
820 |
+
818, 0xb98d8b77
|
821 |
+
819, 0x9b0ca455
|
822 |
+
820, 0x659f6fe
|
823 |
+
821, 0x28d20d1c
|
824 |
+
822, 0x601f2657
|
825 |
+
823, 0xdec3073e
|
826 |
+
824, 0x61263863
|
827 |
+
825, 0x1a13435a
|
828 |
+
826, 0x27497d1e
|
829 |
+
827, 0x17a8458e
|
830 |
+
828, 0xdddc407d
|
831 |
+
829, 0x4bb2e8ac
|
832 |
+
830, 0x16b2aedb
|
833 |
+
831, 0x77ccd696
|
834 |
+
832, 0x9d108fcd
|
835 |
+
833, 0x25ad233e
|
836 |
+
834, 0xaa9bc370
|
837 |
+
835, 0xa873ab50
|
838 |
+
836, 0xaf19c9d9
|
839 |
+
837, 0x696e1e6b
|
840 |
+
838, 0x1fdc4bf4
|
841 |
+
839, 0x4c2ebc81
|
842 |
+
840, 0xde4929ed
|
843 |
+
841, 0xf4d0c10c
|
844 |
+
842, 0xb6595b76
|
845 |
+
843, 0x75cbb1b3
|
846 |
+
844, 0xbcb6de49
|
847 |
+
845, 0xe23157fd
|
848 |
+
846, 0x5e596078
|
849 |
+
847, 0xa69b0d29
|
850 |
+
848, 0x2118a41
|
851 |
+
849, 0x7088c16
|
852 |
+
850, 0xc75e1e1
|
853 |
+
851, 0x6a4af2d6
|
854 |
+
852, 0xf19c6521
|
855 |
+
853, 0xaff7b3b1
|
856 |
+
854, 0x615295c7
|
857 |
+
855, 0xbda3a8d7
|
858 |
+
856, 0x5b5ca72e
|
859 |
+
857, 0xdad9d80f
|
860 |
+
858, 0xfa81c084
|
861 |
+
859, 0xf4703fa
|
862 |
+
860, 0x3ca54540
|
863 |
+
861, 0xa8961d51
|
864 |
+
862, 0x53d1ecc2
|
865 |
+
863, 0x808d83b6
|
866 |
+
864, 0x68e8c48e
|
867 |
+
865, 0x89be2039
|
868 |
+
866, 0x9088ea11
|
869 |
+
867, 0xb8665d12
|
870 |
+
868, 0x91272f9
|
871 |
+
869, 0x53dddff2
|
872 |
+
870, 0xb7a54ab
|
873 |
+
871, 0xd2b645ca
|
874 |
+
872, 0x99fb8590
|
875 |
+
873, 0x5315c8e
|
876 |
+
874, 0x2a913806
|
877 |
+
875, 0x7f15eb2b
|
878 |
+
876, 0xa7f1cc5d
|
879 |
+
877, 0xbb2ee836
|
880 |
+
878, 0xd9fafd60
|
881 |
+
879, 0x17448d6f
|
882 |
+
880, 0x999ec436
|
883 |
+
881, 0x482ec606
|
884 |
+
882, 0x9b403c0e
|
885 |
+
883, 0x569eb51b
|
886 |
+
884, 0xb275d1a6
|
887 |
+
885, 0xadd29c31
|
888 |
+
886, 0xb7ebdb15
|
889 |
+
887, 0xdfef3662
|
890 |
+
888, 0x51aba6db
|
891 |
+
889, 0x6d41946d
|
892 |
+
890, 0x77bf8896
|
893 |
+
891, 0xcafa6fab
|
894 |
+
892, 0x976ab40f
|
895 |
+
893, 0x49a6d86b
|
896 |
+
894, 0x56639e55
|
897 |
+
895, 0x9945b996
|
898 |
+
896, 0x81459b50
|
899 |
+
897, 0xbce97542
|
900 |
+
898, 0xe397c9c9
|
901 |
+
899, 0x247a5955
|
902 |
+
900, 0xb72b1573
|
903 |
+
901, 0x86306f86
|
904 |
+
902, 0x34f65dc5
|
905 |
+
903, 0x909360c0
|
906 |
+
904, 0xf3f696ef
|
907 |
+
905, 0xcb9faae5
|
908 |
+
906, 0x93daecd9
|
909 |
+
907, 0xde1af7af
|
910 |
+
908, 0x43a1f2d
|
911 |
+
909, 0x6d75cde5
|
912 |
+
910, 0x9e412b6
|
913 |
+
911, 0x5673fed
|
914 |
+
912, 0x16bb511a
|
915 |
+
913, 0x35ef4cca
|
916 |
+
914, 0x4e615aca
|
917 |
+
915, 0x5cdaf47a
|
918 |
+
916, 0x26676047
|
919 |
+
917, 0x8c199325
|
920 |
+
918, 0x2adf0cb9
|
921 |
+
919, 0x84f2e6fd
|
922 |
+
920, 0x5e627f64
|
923 |
+
921, 0xb7cee354
|
924 |
+
922, 0x542ab4a6
|
925 |
+
923, 0xe59cd83b
|
926 |
+
924, 0x89cc3f10
|
927 |
+
925, 0x92b0f5f
|
928 |
+
926, 0xc1328370
|
929 |
+
927, 0x8208d9f7
|
930 |
+
928, 0x68eb00cf
|
931 |
+
929, 0xfadd4ac4
|
932 |
+
930, 0x2517784f
|
933 |
+
931, 0x4042b99
|
934 |
+
932, 0x75ce0230
|
935 |
+
933, 0x97c5a1b4
|
936 |
+
934, 0x1a97f709
|
937 |
+
935, 0x4c62781e
|
938 |
+
936, 0xf530a83
|
939 |
+
937, 0x75776413
|
940 |
+
938, 0x321c7240
|
941 |
+
939, 0x6afe4e36
|
942 |
+
940, 0xad00a2b4
|
943 |
+
941, 0xbc05477d
|
944 |
+
942, 0xb0911e80
|
945 |
+
943, 0x9935b87d
|
946 |
+
944, 0xd535eec5
|
947 |
+
945, 0x149af45e
|
948 |
+
946, 0x786934b0
|
949 |
+
947, 0xbc13cdac
|
950 |
+
948, 0x208bfa2e
|
951 |
+
949, 0xcf4b39cc
|
952 |
+
950, 0x6ac6c172
|
953 |
+
951, 0xbfa9a37
|
954 |
+
952, 0x42d28db6
|
955 |
+
953, 0x2bf1ea63
|
956 |
+
954, 0xbed6e677
|
957 |
+
955, 0x50325d27
|
958 |
+
956, 0xa79d3b8b
|
959 |
+
957, 0x52448bb1
|
960 |
+
958, 0xefaad1bd
|
961 |
+
959, 0x833a2e54
|
962 |
+
960, 0xd9de549a
|
963 |
+
961, 0x9f59672f
|
964 |
+
962, 0x9d5f5f16
|
965 |
+
963, 0x1c914489
|
966 |
+
964, 0xc08fa058
|
967 |
+
965, 0xb188698b
|
968 |
+
966, 0xdc4672b5
|
969 |
+
967, 0x594f720e
|
970 |
+
968, 0x56ed428f
|
971 |
+
969, 0x9b0898af
|
972 |
+
970, 0x8a64d3d5
|
973 |
+
971, 0x773308d6
|
974 |
+
972, 0x84d62098
|
975 |
+
973, 0x46da7cf9
|
976 |
+
974, 0x1114eae7
|
977 |
+
975, 0xf9f2a092
|
978 |
+
976, 0x5363a28
|
979 |
+
977, 0xf2db7b3a
|
980 |
+
978, 0x102c71a9
|
981 |
+
979, 0xe8e76aaf
|
982 |
+
980, 0x77a97b3b
|
983 |
+
981, 0x77b090d
|
984 |
+
982, 0x1099620e
|
985 |
+
983, 0xa6daaae6
|
986 |
+
984, 0x86ff4713
|
987 |
+
985, 0xc0ef85b8
|
988 |
+
986, 0xf621d409
|
989 |
+
987, 0xfd1561e2
|
990 |
+
988, 0x4bcc687d
|
991 |
+
989, 0x596f760
|
992 |
+
990, 0x7c8819f9
|
993 |
+
991, 0x8cb865b8
|
994 |
+
992, 0xadea115a
|
995 |
+
993, 0x56609348
|
996 |
+
994, 0xb321ac14
|
997 |
+
995, 0x1bac7db2
|
998 |
+
996, 0x5fe6ee2
|
999 |
+
997, 0xe9bfe072
|
1000 |
+
998, 0x15549e74
|
1001 |
+
999, 0xad8c191b
|
env-llmeval/lib/python3.10/site-packages/numpy/random/tests/data/pcg64-testset-1.csv
ADDED
@@ -0,0 +1,1001 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
seed, 0xdeadbeaf
|
2 |
+
0, 0x60d24054e17a0698
|
3 |
+
1, 0xd5e79d89856e4f12
|
4 |
+
2, 0xd254972fe64bd782
|
5 |
+
3, 0xf1e3072a53c72571
|
6 |
+
4, 0xd7c1d7393d4115c9
|
7 |
+
5, 0x77b75928b763e1e2
|
8 |
+
6, 0xee6dee05190f7909
|
9 |
+
7, 0x15f7b1c51d7fa319
|
10 |
+
8, 0x27e44105f26ac2d7
|
11 |
+
9, 0xcc0d88b29e5b415
|
12 |
+
10, 0xe07b1a90c685e361
|
13 |
+
11, 0xd2e430240de95e38
|
14 |
+
12, 0x3260bca9a24ca9da
|
15 |
+
13, 0x9b3cf2e92385adb7
|
16 |
+
14, 0x30b5514548271976
|
17 |
+
15, 0xa3a1fa16c124faf9
|
18 |
+
16, 0xf53e17e918e45bb6
|
19 |
+
17, 0x26f19faaeb833bfc
|
20 |
+
18, 0x95e1d605730cce1b
|
21 |
+
19, 0xa7b520c5c093c1aa
|
22 |
+
20, 0x4b68c010c9b106a3
|
23 |
+
21, 0x25e19fe91df703f0
|
24 |
+
22, 0x898364bb0bf593cb
|
25 |
+
23, 0x5bd6ab7dbaa125db
|
26 |
+
24, 0xd1fe47f25152045c
|
27 |
+
25, 0x3bb11919addf2409
|
28 |
+
26, 0x26a8cb7b3f54af8
|
29 |
+
27, 0xe6a27ee11200aa24
|
30 |
+
28, 0x7cb585ab01e22000
|
31 |
+
29, 0x78e60028676d2ef3
|
32 |
+
30, 0x5c32535e5a899528
|
33 |
+
31, 0x83e8b6f8c4a46fb3
|
34 |
+
32, 0xe56ef7668a161246
|
35 |
+
33, 0x36dcbc15aeb73055
|
36 |
+
34, 0x5ea247f0bd188acb
|
37 |
+
35, 0x438b547b84601a80
|
38 |
+
36, 0x8acda2a1273e9e3d
|
39 |
+
37, 0x2b05e30a4b40c24c
|
40 |
+
38, 0xfd87236bd13af032
|
41 |
+
39, 0x471df211d8d985ef
|
42 |
+
40, 0x18e8a5609a793292
|
43 |
+
41, 0x46f0951fab6dc4e3
|
44 |
+
42, 0x6c199c4e700f6795
|
45 |
+
43, 0xf04aa16bfb7d22cb
|
46 |
+
44, 0xd763d269fbaffc89
|
47 |
+
45, 0x9991930cefbe5c2b
|
48 |
+
46, 0xb2a11b953f824c96
|
49 |
+
47, 0x63fd9f52172c44b0
|
50 |
+
48, 0x183bdad907b1d848
|
51 |
+
49, 0xe17953cddb931c52
|
52 |
+
50, 0x515cf16726ec205a
|
53 |
+
51, 0x88c327605150711a
|
54 |
+
52, 0xc7090dd79cbc8dc3
|
55 |
+
53, 0xcb487cedeb00a350
|
56 |
+
54, 0xc8abf254d87b657
|
57 |
+
55, 0xd43cc4cbfb493d1a
|
58 |
+
56, 0x8705452e5d9ed1e
|
59 |
+
57, 0xcecd11446769cf43
|
60 |
+
58, 0xde72156c8d65bc69
|
61 |
+
59, 0x796a8f0f47d52ee8
|
62 |
+
60, 0xb4c0da443917d6c3
|
63 |
+
61, 0xe07ad7568a8e3dc3
|
64 |
+
62, 0xc24a8da39ce6dc21
|
65 |
+
63, 0x92b21ea80a8556eb
|
66 |
+
64, 0x572f21e531edf3af
|
67 |
+
65, 0x9b917ed56bbed198
|
68 |
+
66, 0xe65fd8ddc5ab3d7d
|
69 |
+
67, 0xf55a80a8ec84fa18
|
70 |
+
68, 0x18fc22e1a5227b61
|
71 |
+
69, 0x72305dc7eeaa79d3
|
72 |
+
70, 0x47ce58a36e7592cf
|
73 |
+
71, 0x14c6374340c0f7cc
|
74 |
+
72, 0x6f98273d4eb5a2c
|
75 |
+
73, 0x59a8702c46fe8f8a
|
76 |
+
74, 0xb67cbd8113cfe57f
|
77 |
+
75, 0xaa03c5db5f5b7690
|
78 |
+
76, 0x3fb0f77ea4568013
|
79 |
+
77, 0x756530990398b26e
|
80 |
+
78, 0x4c1952b2a3a6a343
|
81 |
+
79, 0x1da15c5383074582
|
82 |
+
80, 0xb405b21c81c274f7
|
83 |
+
81, 0xbe664677a16788b
|
84 |
+
82, 0x9d2e37550bcee656
|
85 |
+
83, 0x8b4589f0d9defe02
|
86 |
+
84, 0x2935f018ee06a59
|
87 |
+
85, 0x3834bf88be97ed11
|
88 |
+
86, 0xa610d049cea79b6d
|
89 |
+
87, 0xd49ffc0d09a59ea9
|
90 |
+
88, 0x4073365b76567adf
|
91 |
+
89, 0x499eefb9bb7513e2
|
92 |
+
90, 0x74a743ee6b0138a9
|
93 |
+
91, 0x3bf0880f2d947594
|
94 |
+
92, 0x555d1c0498600a99
|
95 |
+
93, 0x923b32a88ef2ffa4
|
96 |
+
94, 0x7325411065fbedea
|
97 |
+
95, 0x9f4129ff8b79d300
|
98 |
+
96, 0xab2b0a9b8a3785dc
|
99 |
+
97, 0x11734bdfba3a1713
|
100 |
+
98, 0xc8333398841ba585
|
101 |
+
99, 0xee2409cc234e6742
|
102 |
+
100, 0xf6638e700872ecd2
|
103 |
+
101, 0x10875300c13cd284
|
104 |
+
102, 0x27a9bbed7c15b2d3
|
105 |
+
103, 0x3c87f8fef31ce9bd
|
106 |
+
104, 0x92be263cd0914a95
|
107 |
+
105, 0xa7b0f11bc742307e
|
108 |
+
106, 0x4a56f788cc1c1a3c
|
109 |
+
107, 0x4a130fa32257a48b
|
110 |
+
108, 0x5d4d9eda16e90286
|
111 |
+
109, 0x7cc2af564844bedc
|
112 |
+
110, 0x2532867bfe7cda1a
|
113 |
+
111, 0xb1c504676611fd17
|
114 |
+
112, 0xce8e86cfb4189aee
|
115 |
+
113, 0x99685898980d1970
|
116 |
+
114, 0x8c3b67db23bcf1e
|
117 |
+
115, 0x73e14c93905b135f
|
118 |
+
116, 0xf0271b64ac2bd4d3
|
119 |
+
117, 0xf4beba82f3ec1b2d
|
120 |
+
118, 0x1cdbf3ee9f210af
|
121 |
+
119, 0x2e938557c09c3ea6
|
122 |
+
120, 0x2d314ccfa6ffd81d
|
123 |
+
121, 0x31ad47079950ade4
|
124 |
+
122, 0x342b27547b900872
|
125 |
+
123, 0x171b0e20b9ef1a76
|
126 |
+
124, 0xdf10ce6318b03654
|
127 |
+
125, 0x1d625df4aa718897
|
128 |
+
126, 0x8712715a9f6e02ec
|
129 |
+
127, 0xb4a072da725bca3b
|
130 |
+
128, 0x19d346cb7734bd42
|
131 |
+
129, 0xfd4281d311cb2958
|
132 |
+
130, 0x58274c9519fc8789
|
133 |
+
131, 0x4cacf29d885fd544
|
134 |
+
132, 0x784b14d1c2523b80
|
135 |
+
133, 0x2d25242131bb2373
|
136 |
+
134, 0xcd2a5e43a7d9abf9
|
137 |
+
135, 0x15eda3806e650ecb
|
138 |
+
136, 0xdaac5e277d764d96
|
139 |
+
137, 0xdc5a5dd59aaa94e0
|
140 |
+
138, 0x40d00237a46d5999
|
141 |
+
139, 0x6205dd35a692743f
|
142 |
+
140, 0xbbd8236740361f09
|
143 |
+
141, 0x1625c9f4e7288bf9
|
144 |
+
142, 0xb74f12df1479e3ce
|
145 |
+
143, 0xb2d72a51b43d7131
|
146 |
+
144, 0xf006a324b3707c83
|
147 |
+
145, 0x28e8ab4abe7655b8
|
148 |
+
146, 0xfb480093ad7ab55
|
149 |
+
147, 0x3f8abd0d6ff8d272
|
150 |
+
148, 0xc81a94177ac26bb7
|
151 |
+
149, 0x3cdc178307751b14
|
152 |
+
150, 0x9de84cc2b10ba025
|
153 |
+
151, 0x3f8ab5aefcd046e2
|
154 |
+
152, 0x43bdb894e1ee83b2
|
155 |
+
153, 0xe288a40f3f06ac9d
|
156 |
+
154, 0xdab62a7d04b4f30f
|
157 |
+
155, 0x49f4e20295e1a805
|
158 |
+
156, 0x3643764805e0edef
|
159 |
+
157, 0x9449954618b6b
|
160 |
+
158, 0x6c87e0d4508e0ce0
|
161 |
+
159, 0x3a334be688a9dd7b
|
162 |
+
160, 0xb35c39228776e499
|
163 |
+
161, 0xc4118bfff938490e
|
164 |
+
162, 0x88cbde3dcbb034b2
|
165 |
+
163, 0xf91b287793c417c3
|
166 |
+
164, 0x42b15f731a59f5b3
|
167 |
+
165, 0xffa27104bbe4814d
|
168 |
+
166, 0x1b6789d138beccde
|
169 |
+
167, 0x542c2c1440d0ceb9
|
170 |
+
168, 0x367294504d18fa0d
|
171 |
+
169, 0xf918b60e804a1b58
|
172 |
+
170, 0xd390964e33a9d0e3
|
173 |
+
171, 0x23bb1be7c4030fe8
|
174 |
+
172, 0x9731054d039a8afb
|
175 |
+
173, 0x1a6205026b9d139b
|
176 |
+
174, 0x2fa13b318254a07e
|
177 |
+
175, 0x69571de7d8520626
|
178 |
+
176, 0x641a13d7c03332b7
|
179 |
+
177, 0x76a6237818f7a441
|
180 |
+
178, 0x4e77860d0c660d81
|
181 |
+
179, 0x4441448a1c1cbdb2
|
182 |
+
180, 0xccd7783a042046e5
|
183 |
+
181, 0xf620d8e0805e3200
|
184 |
+
182, 0x7de02971367fdd0c
|
185 |
+
183, 0x539c263c5914cab1
|
186 |
+
184, 0x9c3b9ba1a87bbf08
|
187 |
+
185, 0x6d95baa34cda215f
|
188 |
+
186, 0x2db3f83ace0bac5f
|
189 |
+
187, 0x7f5af1da2dc670a4
|
190 |
+
188, 0xfcc098d16c891bfb
|
191 |
+
189, 0x81a33df1d7a5ab12
|
192 |
+
190, 0x767b0f863c8e9882
|
193 |
+
191, 0x7a92983830de483d
|
194 |
+
192, 0xfa7598c37a79ac25
|
195 |
+
193, 0xb89b3ca42ce03053
|
196 |
+
194, 0x457a542b8efed4f7
|
197 |
+
195, 0x571b7737fd0eeda7
|
198 |
+
196, 0xa0f59e524485c0a
|
199 |
+
197, 0x82dca766b7901efd
|
200 |
+
198, 0xa68243caf6a3bd5d
|
201 |
+
199, 0x1bac981c6c740e5e
|
202 |
+
200, 0xbcd51bedf9103e44
|
203 |
+
201, 0x4e197efd3ae5a7bf
|
204 |
+
202, 0x523568efd782268b
|
205 |
+
203, 0x5ec4ef1191fef09
|
206 |
+
204, 0xed751ed5e31c9ab
|
207 |
+
205, 0x44eac24de03e1b29
|
208 |
+
206, 0x9237d57c011d3fb3
|
209 |
+
207, 0xa8c6da0f7692f235
|
210 |
+
208, 0x9f9eb6bc15d6cac7
|
211 |
+
209, 0x34bb8e0c93427aad
|
212 |
+
210, 0x115febd738eaac4a
|
213 |
+
211, 0xa439991ed139d27a
|
214 |
+
212, 0x45c7c2633d8710a2
|
215 |
+
213, 0x48b7475f3405a3ce
|
216 |
+
214, 0x80158497c77bd00b
|
217 |
+
215, 0x935c316a5b1657cb
|
218 |
+
216, 0x59c5d54440e9695e
|
219 |
+
217, 0x337c78c5b3d0ede2
|
220 |
+
218, 0x8c46bb956b93790d
|
221 |
+
219, 0xbf1dd03e471d71c5
|
222 |
+
220, 0x2d375e90a4bef583
|
223 |
+
221, 0xd0365428331b3790
|
224 |
+
222, 0xfcd3969ac827ecd4
|
225 |
+
223, 0x392fb6c580498410
|
226 |
+
224, 0x6d6db4ceab5ea6c0
|
227 |
+
225, 0x9bf84f1972e24786
|
228 |
+
226, 0x798dfd820959dcc5
|
229 |
+
227, 0x2e425095e65e8bfb
|
230 |
+
228, 0x8c1aa11536b1c9c3
|
231 |
+
229, 0xd28e2ef9b12f6f74
|
232 |
+
230, 0x86583bc98c8f78d2
|
233 |
+
231, 0x489877530e3f93e7
|
234 |
+
232, 0xb1d9430631104a15
|
235 |
+
233, 0x1814f6098e6263bd
|
236 |
+
234, 0x8e2658a4e0d4cd53
|
237 |
+
235, 0x5afe20e2531cdb2a
|
238 |
+
236, 0x30d02f7c4755c9bf
|
239 |
+
237, 0xe1e217cda16ed2d2
|
240 |
+
238, 0xccb4913a42e3b791
|
241 |
+
239, 0xfff21363ac183226
|
242 |
+
240, 0xe788690bbda147a7
|
243 |
+
241, 0x76905cf5917bfc6a
|
244 |
+
242, 0x2a8fa58f7916f52c
|
245 |
+
243, 0xf903c0cc0357815a
|
246 |
+
244, 0x15d20f243a4998d2
|
247 |
+
245, 0x5b7decee5a86ea44
|
248 |
+
246, 0x114f7fc421211185
|
249 |
+
247, 0x328eb21715764c50
|
250 |
+
248, 0xaffaa3f45c0678fd
|
251 |
+
249, 0x2579e6ef50378393
|
252 |
+
250, 0x7610ab7743c19795
|
253 |
+
251, 0xf9923d2bd101b197
|
254 |
+
252, 0x57e42e7a62ba7e53
|
255 |
+
253, 0x9f1dc217b4f02901
|
256 |
+
254, 0x88a9ebd86509b234
|
257 |
+
255, 0x867fc926aecc8591
|
258 |
+
256, 0xaf22c1bfef04c718
|
259 |
+
257, 0x39f701f0313f4288
|
260 |
+
258, 0x6171ad397e6faab2
|
261 |
+
259, 0x239bb5b9abdec4fc
|
262 |
+
260, 0xd9a591e25dd01c6e
|
263 |
+
261, 0x826dc4a75b628e49
|
264 |
+
262, 0xf112b152c408f47
|
265 |
+
263, 0x6843a06110f86c0
|
266 |
+
264, 0x965e56a7185c1332
|
267 |
+
265, 0x8d84492edbc71710
|
268 |
+
266, 0xeee8ec111cfd1319
|
269 |
+
267, 0xf2858e94ad98e458
|
270 |
+
268, 0xbc9589fdf5f3a97e
|
271 |
+
269, 0xaf0ceef3bc375130
|
272 |
+
270, 0x48f4aaf13fa75c1e
|
273 |
+
271, 0x111e9db47bee758f
|
274 |
+
272, 0xea3171df130164ba
|
275 |
+
273, 0x2a7bbe30bf827ab6
|
276 |
+
274, 0xc516c3fdbf758c35
|
277 |
+
275, 0xec55097754b04be5
|
278 |
+
276, 0x374a997d52b6d3e6
|
279 |
+
277, 0x487df5456085ffbc
|
280 |
+
278, 0x528883b84df8eafe
|
281 |
+
279, 0x805f77ab5ba26f86
|
282 |
+
280, 0x8eb81477dc04f213
|
283 |
+
281, 0x471ea08ec6794d72
|
284 |
+
282, 0x69d3667ecc4d2176
|
285 |
+
283, 0x98b7b6e295548a66
|
286 |
+
284, 0x3877713c173f8f2
|
287 |
+
285, 0xa00542570d0e8de3
|
288 |
+
286, 0xf534b1bfa4033e50
|
289 |
+
287, 0x7e1fedeac8bf6b26
|
290 |
+
288, 0x8043f37c89628af4
|
291 |
+
289, 0x1dd7039ec295e86d
|
292 |
+
290, 0xce9c05b763a40cc4
|
293 |
+
291, 0x246926481e61028f
|
294 |
+
292, 0xb7cb0f1babf5893b
|
295 |
+
293, 0xefe6b777f37fc63e
|
296 |
+
294, 0xebbcabb4cb35cdcb
|
297 |
+
295, 0x39fa63cd711eeea9
|
298 |
+
296, 0xad5d3ba7aaf30c8d
|
299 |
+
297, 0x8e9e78fe46021990
|
300 |
+
298, 0xc7eaef6e7d5a3c62
|
301 |
+
299, 0xefccdd5495d3f386
|
302 |
+
300, 0x2179557ee8cfc76a
|
303 |
+
301, 0x88a77f621f0885ce
|
304 |
+
302, 0xafda62674543d90c
|
305 |
+
303, 0xb8e6fbe2e13e56c0
|
306 |
+
304, 0x8bfbbe26a14f9b1a
|
307 |
+
305, 0x1404f59f5851f8c3
|
308 |
+
306, 0x1140c53a0489566d
|
309 |
+
307, 0x3edf2d138b5c3f1d
|
310 |
+
308, 0x75d6bb275d817dc
|
311 |
+
309, 0x8e660ae27107664e
|
312 |
+
310, 0x7a8021038ee303e1
|
313 |
+
311, 0x2042ef5eefa9079f
|
314 |
+
312, 0xe3e7b90bbf6d457a
|
315 |
+
313, 0xf3f819d2bb9405b
|
316 |
+
314, 0x522e42155cae0c10
|
317 |
+
315, 0xf5bfbb975b40e233
|
318 |
+
316, 0x2cf82b614dd95cfa
|
319 |
+
317, 0x183ef4a96bc40e55
|
320 |
+
318, 0x9f6e351c5ba4e752
|
321 |
+
319, 0x37c1110683c90846
|
322 |
+
320, 0x1d89b7a996d8a977
|
323 |
+
321, 0x18a444f77c7cb4d9
|
324 |
+
322, 0xd0a8a971b78dc893
|
325 |
+
323, 0x860232fb9e6543f1
|
326 |
+
324, 0x60b6097f51002555
|
327 |
+
325, 0xca1e5214123e3894
|
328 |
+
326, 0xe03fe695c95f99bb
|
329 |
+
327, 0x2c7c6779d5f03622
|
330 |
+
328, 0xafeeee42f63055d1
|
331 |
+
329, 0x670dde905515936a
|
332 |
+
330, 0x9a922f42b59fb094
|
333 |
+
331, 0xddb5ff49af5a651a
|
334 |
+
332, 0xe61b04c9e58ebbf8
|
335 |
+
333, 0x4e459dcf272e7fc4
|
336 |
+
334, 0xd549e92c16adceeb
|
337 |
+
335, 0x7a17dba1299d4a9c
|
338 |
+
336, 0x825d756109f2b585
|
339 |
+
337, 0xba142e61a9cb203e
|
340 |
+
338, 0xc2a19f00e9c04a30
|
341 |
+
339, 0x2d0f8140d23d0652
|
342 |
+
340, 0x8b866d4d4d6caaf4
|
343 |
+
341, 0x4f11d90dd91f8217
|
344 |
+
342, 0xf6efc37373b9e0d
|
345 |
+
343, 0x248493d6cd6a4736
|
346 |
+
344, 0xd12b6ae74a951a3e
|
347 |
+
345, 0x56e34722070b70a7
|
348 |
+
346, 0x22d3f201cc9fa0eb
|
349 |
+
347, 0xbfdcc320008291b7
|
350 |
+
348, 0x1a7a6922e9204fbd
|
351 |
+
349, 0x831421e0c4945ae4
|
352 |
+
350, 0x66316feddddf0e11
|
353 |
+
351, 0xa8c86a1517456554
|
354 |
+
352, 0x14a9049ad989e335
|
355 |
+
353, 0x837022259f141ecd
|
356 |
+
354, 0xcb71793a06c261f7
|
357 |
+
355, 0x4aeefc07ebe09a79
|
358 |
+
356, 0x8982f15aa3b6594b
|
359 |
+
357, 0x67bccfa7ed9b0d5b
|
360 |
+
358, 0xb377463b523e9dec
|
361 |
+
359, 0x53d3d594870fecb7
|
362 |
+
360, 0xa5274b1caec5a60a
|
363 |
+
361, 0xd6316d0cb643db39
|
364 |
+
362, 0xabc1a9b536de88ce
|
365 |
+
363, 0xed2fdb1383d2a077
|
366 |
+
364, 0x12319c6feb97221b
|
367 |
+
365, 0x7e0f6cd40ef47403
|
368 |
+
366, 0x86135c84fe26dbf8
|
369 |
+
367, 0xc96622d3fbbee19b
|
370 |
+
368, 0xe3989d8d8511573f
|
371 |
+
369, 0x42cc365554d1fdc7
|
372 |
+
370, 0x4c1a1eb8bbce8b4f
|
373 |
+
371, 0xfc4e30e7ef2034c1
|
374 |
+
372, 0xc490444317a91e76
|
375 |
+
373, 0x7ccdf469ff5dc81c
|
376 |
+
374, 0xf5a0da4110cc09d7
|
377 |
+
375, 0x505227baf34c0fb5
|
378 |
+
376, 0xbe58737e8a35cc88
|
379 |
+
377, 0xd449bee91b3e8c41
|
380 |
+
378, 0x3e590e23299d0e6
|
381 |
+
379, 0x291a7d9e0a64caf7
|
382 |
+
380, 0xdc6fafbdfebd2293
|
383 |
+
381, 0x8223f1e259fe8a65
|
384 |
+
382, 0x6186fbc9efd9e3df
|
385 |
+
383, 0xfda39b07e4007ffb
|
386 |
+
384, 0xfc19aea98574dc02
|
387 |
+
385, 0xd0e10d354fcacd8c
|
388 |
+
386, 0xc9619916544a55a5
|
389 |
+
387, 0xd454d50a8c8558cd
|
390 |
+
388, 0xcd94a246712d91e
|
391 |
+
389, 0x76a771f5d1231cce
|
392 |
+
390, 0xdd20cb2b7b370ee5
|
393 |
+
391, 0xa6f4f50feca57c49
|
394 |
+
392, 0x78c8fb431f17ab9c
|
395 |
+
393, 0x1b692b79a59b43cc
|
396 |
+
394, 0x4c45045d287da7e6
|
397 |
+
395, 0x522132e18bf43928
|
398 |
+
396, 0x25c458983138b41c
|
399 |
+
397, 0x2a1fb426ef229796
|
400 |
+
398, 0x74dc324c74e5dd3d
|
401 |
+
399, 0x6df75e3eb6eb5374
|
402 |
+
400, 0xb63f2f4f9ca25b61
|
403 |
+
401, 0xac72286112ee54d6
|
404 |
+
402, 0x5a966f3d0a6863c4
|
405 |
+
403, 0x8d7046bc64a46fc2
|
406 |
+
404, 0xa7b740fd6e3087eb
|
407 |
+
405, 0xcdbcbe0340cfcdf5
|
408 |
+
406, 0xcb632613bf312b65
|
409 |
+
407, 0xa91b3f2c2aac238b
|
410 |
+
408, 0xa06deb3f5ae555a3
|
411 |
+
409, 0x29d72e1f8db69
|
412 |
+
410, 0x2d004bae09728ea6
|
413 |
+
411, 0xc6eee5dce0736cc1
|
414 |
+
412, 0xa7493145500ff60f
|
415 |
+
413, 0xc4d68c4aa18ab93c
|
416 |
+
414, 0x8210c29e79d48d7f
|
417 |
+
415, 0xd0999d7889ecbef6
|
418 |
+
416, 0x6e3bd61e66e93566
|
419 |
+
417, 0xe6cc13d47d7d7b1f
|
420 |
+
418, 0x3d6f181f42e03979
|
421 |
+
419, 0xbed4e14fd867604a
|
422 |
+
420, 0xbe511c84067bd86d
|
423 |
+
421, 0x49a876d89e697d38
|
424 |
+
422, 0xc04c3dde8f889c98
|
425 |
+
423, 0xaf293eeab0f53e3f
|
426 |
+
424, 0x9f6291dd65732cd6
|
427 |
+
425, 0xd7811ac01de78c01
|
428 |
+
426, 0xe385cf0261d50ec2
|
429 |
+
427, 0x5a64134b3542bbf
|
430 |
+
428, 0xf9d1302bc6f13a68
|
431 |
+
429, 0x5d2aabbea37d8c31
|
432 |
+
430, 0xd9842e99a5192970
|
433 |
+
431, 0x713eadc4cd30e837
|
434 |
+
432, 0xb7b002fc72abb413
|
435 |
+
433, 0x276cfeea526af1cf
|
436 |
+
434, 0x8519fe79b633a0ce
|
437 |
+
435, 0x2f0e87363705a3e2
|
438 |
+
436, 0x9adbac0be3c371e7
|
439 |
+
437, 0xf3f44ba899a6173c
|
440 |
+
438, 0x782d6c29618fde2b
|
441 |
+
439, 0x7f61062acec408f
|
442 |
+
440, 0x6e79cd836359258f
|
443 |
+
441, 0x5c8e9b138df5785a
|
444 |
+
442, 0xa54359c9f39a9a84
|
445 |
+
443, 0xeec3f033135084b0
|
446 |
+
444, 0x883ee717787a535c
|
447 |
+
445, 0x9a2422b513a73b00
|
448 |
+
446, 0x2dd4beddcdd64a58
|
449 |
+
447, 0x90c8a13202239c7b
|
450 |
+
448, 0x85b352ab759646d9
|
451 |
+
449, 0x139f5cb2e46c53aa
|
452 |
+
450, 0xe1d3ba6c721c66d1
|
453 |
+
451, 0xaa66e0edc4b60a98
|
454 |
+
452, 0x3521275c75be29b6
|
455 |
+
453, 0x490a5190b3edfa5d
|
456 |
+
454, 0xd2abcdd2ccb2f14e
|
457 |
+
455, 0x9d9be8bef4a5857d
|
458 |
+
456, 0xde19676f13ef7755
|
459 |
+
457, 0xdac2fee2e42615f3
|
460 |
+
458, 0xf4239801cb02f2ab
|
461 |
+
459, 0xaa8bf923ed91875c
|
462 |
+
460, 0x61d18a1940e4c7c0
|
463 |
+
461, 0x1eb6aa3d5f077a6d
|
464 |
+
462, 0xee7374c063bf29d8
|
465 |
+
463, 0x2f0a59e34d76268d
|
466 |
+
464, 0xc92e80e17d1eb3e9
|
467 |
+
465, 0xafd05b3ec3d2ca72
|
468 |
+
466, 0x28a61ad8d6c497b8
|
469 |
+
467, 0xa7094d6834ad7d47
|
470 |
+
468, 0x57d80ea9eccbb4f
|
471 |
+
469, 0xb047e0fee6cdaf16
|
472 |
+
470, 0x44f41b5eb48c00bb
|
473 |
+
471, 0xd6dc8e1eb9c8c9ba
|
474 |
+
472, 0x47adfd2c638c7849
|
475 |
+
473, 0x365d63db7d526c68
|
476 |
+
474, 0xc21cda439016135d
|
477 |
+
475, 0x14d10c3f0f98863c
|
478 |
+
476, 0xa93e56f74e037602
|
479 |
+
477, 0x3b4e9c8915bdc9
|
480 |
+
478, 0xb46f5ae155e54aa2
|
481 |
+
479, 0x8e470d21ce1943e1
|
482 |
+
480, 0x60b96301b5ba2e8d
|
483 |
+
481, 0x1b473a41d381f9ff
|
484 |
+
482, 0xabcf5a8e3269e73f
|
485 |
+
483, 0xd410f6e94fb21fa1
|
486 |
+
484, 0x65d1a47eebf87e5e
|
487 |
+
485, 0x48eaa201c61cb843
|
488 |
+
486, 0x212c1abc2499bfc5
|
489 |
+
487, 0x4255ad8377d2d8d
|
490 |
+
488, 0x44caeef472010612
|
491 |
+
489, 0xffae764524f572f2
|
492 |
+
490, 0x78d374d20c9ee550
|
493 |
+
491, 0x6e003206c0511cee
|
494 |
+
492, 0x7998a159145bfb82
|
495 |
+
493, 0x921239650bda1d4d
|
496 |
+
494, 0xae05025509bcfdc5
|
497 |
+
495, 0xc6430c980be407b4
|
498 |
+
496, 0x78524f1744b153f1
|
499 |
+
497, 0x84089e6f468181fe
|
500 |
+
498, 0x8d0d21d7dfb6c254
|
501 |
+
499, 0x90bad90502a33603
|
502 |
+
500, 0x3072a403cbd16315
|
503 |
+
501, 0xdfadddf3f1c040c2
|
504 |
+
502, 0x22f0b0639d9ff975
|
505 |
+
503, 0xb49e48a4cad0765b
|
506 |
+
504, 0x95a0a04f8239709d
|
507 |
+
505, 0x56e147a24a4c481f
|
508 |
+
506, 0xacf16ef61dea4c7e
|
509 |
+
507, 0x424040afd2700de6
|
510 |
+
508, 0xc67e8096a3c717a9
|
511 |
+
509, 0x39f164181dd0a399
|
512 |
+
510, 0x2449cedc1d62198c
|
513 |
+
511, 0x7a53df11a1f1a61c
|
514 |
+
512, 0x5596f1d4a3badae3
|
515 |
+
513, 0x38ed4c822072b3d0
|
516 |
+
514, 0xf07ef346b3fd730a
|
517 |
+
515, 0xfd349c35c3ed51fd
|
518 |
+
516, 0x2f15c9c7890f8f32
|
519 |
+
517, 0x3b470df52b173c29
|
520 |
+
518, 0xd31bfc8981281af7
|
521 |
+
519, 0xbbcc9bdf561215bb
|
522 |
+
520, 0x5782fffea326574f
|
523 |
+
521, 0xb0ebdcfcc5e03290
|
524 |
+
522, 0x7fd89d93d2b3fbef
|
525 |
+
523, 0x280ea1865d9ba2
|
526 |
+
524, 0xe726959845b2c100
|
527 |
+
525, 0xd0361f032cd7dbb1
|
528 |
+
526, 0x3c65ec2028b81a22
|
529 |
+
527, 0x5221e9b2188920bf
|
530 |
+
528, 0xeb5ab27c4125ec20
|
531 |
+
529, 0x80a32dd48b54f0a4
|
532 |
+
530, 0x369b5ced1012bebb
|
533 |
+
531, 0x582d35d76530bc6f
|
534 |
+
532, 0x7b50dc9b48e1e37d
|
535 |
+
533, 0x37fdfe8bbacf8dad
|
536 |
+
534, 0x7a0cb7e6e93840ea
|
537 |
+
535, 0xa1132c870be0b2ce
|
538 |
+
536, 0x9d8ac2c68267cd1a
|
539 |
+
537, 0x470969b647fa7df4
|
540 |
+
538, 0xabcb7d8adf7e2d24
|
541 |
+
539, 0xacdebec9bdf9eb1c
|
542 |
+
540, 0xe30f4cbf7eb6a59
|
543 |
+
541, 0x746673836c4df41d
|
544 |
+
542, 0x75120a6b647bb326
|
545 |
+
543, 0x2f4eab556c3f6878
|
546 |
+
544, 0xd84651ab05405b7a
|
547 |
+
545, 0x9e695808b9622284
|
548 |
+
546, 0xc93b71e56aa6e1a5
|
549 |
+
547, 0x2be7f3be4a7b7050
|
550 |
+
548, 0x6497e910b6733241
|
551 |
+
549, 0xcf7050dfd08076fc
|
552 |
+
550, 0x4e3cc156eca183f7
|
553 |
+
551, 0xf801a33d9326c265
|
554 |
+
552, 0x6aa293c8a47d40e6
|
555 |
+
553, 0x28c429755faa6230
|
556 |
+
554, 0x82b818651f54e7bb
|
557 |
+
555, 0xa84d726d7acdbead
|
558 |
+
556, 0x5cfa535d5774965d
|
559 |
+
557, 0x4a34b7b1cb48d53
|
560 |
+
558, 0x86a7b5bce426de84
|
561 |
+
559, 0xfcd2307cecdb7318
|
562 |
+
560, 0x16dbaaa71181a038
|
563 |
+
561, 0x88e7e8cd261c2547
|
564 |
+
562, 0x3c09ba6d1d5ea913
|
565 |
+
563, 0x5dd3d643734ee5b6
|
566 |
+
564, 0x326d725fe8cbb33
|
567 |
+
565, 0x7bcca9ca2da8e784
|
568 |
+
566, 0x482dcf6b11d7f9a4
|
569 |
+
567, 0x1291b605b4cd3e04
|
570 |
+
568, 0x6988181b50e2f4a8
|
571 |
+
569, 0x649e3c37131fc292
|
572 |
+
570, 0x4eeb67b9e21eba54
|
573 |
+
571, 0xc051d39073dec45f
|
574 |
+
572, 0xc99c52e110270d67
|
575 |
+
573, 0xcb813d5d77868add
|
576 |
+
574, 0x423a5f13573e7ac0
|
577 |
+
575, 0x231ac4cc4fe73616
|
578 |
+
576, 0x4c22b888a6e600ea
|
579 |
+
577, 0x8059a6dc7c9e25c6
|
580 |
+
578, 0x49f498a5b8ad22de
|
581 |
+
579, 0xf1e812cc6d1826c8
|
582 |
+
580, 0xbbaf60abe8b11e00
|
583 |
+
581, 0x1d31d7f4d8be9a6a
|
584 |
+
582, 0xfeadce70a9a10c14
|
585 |
+
583, 0xb47c635bc136996a
|
586 |
+
584, 0xd88e694c8da030cb
|
587 |
+
585, 0xc41bbe132aff1364
|
588 |
+
586, 0x34249ab18a4b0800
|
589 |
+
587, 0xf14b5c825aa736cc
|
590 |
+
588, 0x2710be6b08df78e
|
591 |
+
589, 0x2ab56bcc9bf9e740
|
592 |
+
590, 0x9b7f6e591b5f648
|
593 |
+
591, 0xfb665c3772f34135
|
594 |
+
592, 0x628a0a5d2db5d8d5
|
595 |
+
593, 0xb3e3f251e61b5259
|
596 |
+
594, 0x82310ae33faf1b23
|
597 |
+
595, 0x24af8723a65cbd0b
|
598 |
+
596, 0x671c93282fc4ad97
|
599 |
+
597, 0x6cabeaac77270cad
|
600 |
+
598, 0xef4643fe38b02b7f
|
601 |
+
599, 0x7b011549d1ac6653
|
602 |
+
600, 0xe2af87b9fccfe89
|
603 |
+
601, 0x36b71ad67197ac8a
|
604 |
+
602, 0xdbba55d06f2fd93b
|
605 |
+
603, 0xf571dbd764b7f7e5
|
606 |
+
604, 0x38ea402501cdbd45
|
607 |
+
605, 0xb8ab5b5b1bab2913
|
608 |
+
606, 0xfab973c4d45f32bd
|
609 |
+
607, 0x9364f1717c2636b9
|
610 |
+
608, 0xfad00f4d983e00fe
|
611 |
+
609, 0xc90c532a11aef75a
|
612 |
+
610, 0x64a6eda96e44783c
|
613 |
+
611, 0x35891f2eb84520be
|
614 |
+
612, 0x28d216080caed43
|
615 |
+
613, 0x129629cc5bd206f6
|
616 |
+
614, 0x22c3d39822cbb4b3
|
617 |
+
615, 0xf1efbf4cce1eaa2b
|
618 |
+
616, 0x7070cba12524ed08
|
619 |
+
617, 0xa7ed0be9deabf20d
|
620 |
+
618, 0x8ddb4cd6b454f76b
|
621 |
+
619, 0xb82814b1db37b63
|
622 |
+
620, 0x418e83b36de01876
|
623 |
+
621, 0x9a538c7f39c6413
|
624 |
+
622, 0xee0cd7abf8a2ecb9
|
625 |
+
623, 0xa9222b07e95590f3
|
626 |
+
624, 0x6296a415d68341e6
|
627 |
+
625, 0x981e0a5a8f811929
|
628 |
+
626, 0x4bb372d3b0de283d
|
629 |
+
627, 0xa9805b5971866e16
|
630 |
+
628, 0xaf3b5f5183497657
|
631 |
+
629, 0x2152b0fd23c3d9f
|
632 |
+
630, 0xb730c325b7173180
|
633 |
+
631, 0x1e3439d231608c19
|
634 |
+
632, 0x1c5ba6031379823c
|
635 |
+
633, 0x87f5d12d6d365cbc
|
636 |
+
634, 0xd3bc7f29614bc594
|
637 |
+
635, 0x63102214bb391268
|
638 |
+
636, 0x482bbd5bba648a44
|
639 |
+
637, 0x6a23604690759dc4
|
640 |
+
638, 0x4091d41408d3a39e
|
641 |
+
639, 0x7cd017f922101b15
|
642 |
+
640, 0x7ce9004ac5f9231
|
643 |
+
641, 0x978bc3d8ec7f7fdf
|
644 |
+
642, 0x5bd0c4d780580c11
|
645 |
+
643, 0x4313c068bb040153
|
646 |
+
644, 0x3ab7dab7bc38bf80
|
647 |
+
645, 0x3aaf9c187728deea
|
648 |
+
646, 0x6633a4ce8efb88d9
|
649 |
+
647, 0x7263b089878f00fc
|
650 |
+
648, 0xd0d767e96fe00eb8
|
651 |
+
649, 0x184a7c0c01908028
|
652 |
+
650, 0x1ebdf41e6f76e186
|
653 |
+
651, 0xeb740ee1d0402083
|
654 |
+
652, 0xfccf4974edb1c339
|
655 |
+
653, 0x16e2707aa28306d
|
656 |
+
654, 0x1684f0bdb018c3a5
|
657 |
+
655, 0x887b6b67b88aa862
|
658 |
+
656, 0x923d7810a2bea33a
|
659 |
+
657, 0x56b3560babef5d6b
|
660 |
+
658, 0xb39a14614c54b8c6
|
661 |
+
659, 0x33e4dc545a509fc8
|
662 |
+
660, 0x26e21f84142da9b
|
663 |
+
661, 0xdd07598125756855
|
664 |
+
662, 0x572d49a071d7ae0a
|
665 |
+
663, 0xba3c7e3baea28760
|
666 |
+
664, 0x7ecdb2d714db4b61
|
667 |
+
665, 0x1c62b4920e1b2fe2
|
668 |
+
666, 0x71bfafb70092834a
|
669 |
+
667, 0xd710a4228f60d56a
|
670 |
+
668, 0xeb16277d4ce4e95b
|
671 |
+
669, 0x968168c90b16d3a1
|
672 |
+
670, 0xac3439dfe8ad0062
|
673 |
+
671, 0x5a8226f9dd5876ad
|
674 |
+
672, 0xb843affe917291b0
|
675 |
+
673, 0xd76d1e67051f8259
|
676 |
+
674, 0xb73a6638cce8ccde
|
677 |
+
675, 0xa0e6afd3c7295f9
|
678 |
+
676, 0xff8857b4bbb5f4c6
|
679 |
+
677, 0x99becf78938f0426
|
680 |
+
678, 0xfcd17edc1e70f004
|
681 |
+
679, 0x6223b8b23f2f50
|
682 |
+
680, 0xca875f3e84587b4c
|
683 |
+
681, 0x7d1e81e589f87fb9
|
684 |
+
682, 0x9eb621586aa826fc
|
685 |
+
683, 0xf46fb9ef5b9c2086
|
686 |
+
684, 0x2882c9b7092725f3
|
687 |
+
685, 0x5493f099bbedcd02
|
688 |
+
686, 0x90c1ec979ffa811d
|
689 |
+
687, 0x963f765025bcc53
|
690 |
+
688, 0x56194e3ec3d9d4e9
|
691 |
+
689, 0x7ec4720954cac1f0
|
692 |
+
690, 0xfab3145171af7f90
|
693 |
+
691, 0x52a0b4e41a13b593
|
694 |
+
692, 0x740e2d4d5909d126
|
695 |
+
693, 0x98f5339c09c94a28
|
696 |
+
694, 0x1700e462fe8dec76
|
697 |
+
695, 0x3dbffc2aa4695ac3
|
698 |
+
696, 0x5763edacabdfe2a1
|
699 |
+
697, 0x7b5b623ce49ef21d
|
700 |
+
698, 0x30addc66f49860df
|
701 |
+
699, 0xcc7511a6c31bceda
|
702 |
+
700, 0x1b25b61ca75db43b
|
703 |
+
701, 0x416bc4c298e59046
|
704 |
+
702, 0x4cd11fe2d74e4649
|
705 |
+
703, 0xb54458a9229fc978
|
706 |
+
704, 0x8c21a27882b6ca35
|
707 |
+
705, 0x57887c8b5e01639b
|
708 |
+
706, 0xf4e893da996680bb
|
709 |
+
707, 0x8d601297702c9c0d
|
710 |
+
708, 0x2a27904a30aa53af
|
711 |
+
709, 0x497800f6917ea8d0
|
712 |
+
710, 0xe96db3340ada9c00
|
713 |
+
711, 0xcc23166f14c010ee
|
714 |
+
712, 0x782690d78fa65ec9
|
715 |
+
713, 0xf3e00d74a0878eda
|
716 |
+
714, 0xa7cbb683decca0a3
|
717 |
+
715, 0xdd2e038e683a94aa
|
718 |
+
716, 0xe2096ff8da896ca5
|
719 |
+
717, 0xf7c83400afdabe11
|
720 |
+
718, 0x395b8c6f6a4086a4
|
721 |
+
719, 0x4a164ec05bee71d4
|
722 |
+
720, 0xe87aa5d1ca0462fe
|
723 |
+
721, 0x8dbc5aed6dff9ceb
|
724 |
+
722, 0x12120d1e9552707b
|
725 |
+
723, 0x877dca6889b3e6cd
|
726 |
+
724, 0xbd65605c01e900fb
|
727 |
+
725, 0xbd6b82c4157c3115
|
728 |
+
726, 0x8b60282732caf78a
|
729 |
+
727, 0x279fcf5e5de9e57f
|
730 |
+
728, 0x34b34ebfb6a37eae
|
731 |
+
729, 0xd258cc1a14e03b7b
|
732 |
+
730, 0x9a528ba3db4a13fb
|
733 |
+
731, 0xffa0aea59d057746
|
734 |
+
732, 0x27fa7f456cd37c4e
|
735 |
+
733, 0xe1117a57a6fdce63
|
736 |
+
734, 0xdc8fc903970a1551
|
737 |
+
735, 0x492dd104f30faf29
|
738 |
+
736, 0x110def0959e5652b
|
739 |
+
737, 0x7f8d1997636fdd15
|
740 |
+
738, 0xfb77b05e538a9b59
|
741 |
+
739, 0x2e41fa35b4b01fc6
|
742 |
+
740, 0xbc35ae69a3374085
|
743 |
+
741, 0x192c2a681c2d9b4b
|
744 |
+
742, 0x12566b8866c189d6
|
745 |
+
743, 0x9d88ea785c5185c8
|
746 |
+
744, 0x30a621ad5f983c4
|
747 |
+
745, 0x8b875efe1206f587
|
748 |
+
746, 0x224d25c3af6e3423
|
749 |
+
747, 0x7503e976a1ac7bcc
|
750 |
+
748, 0x3c98aa869e823859
|
751 |
+
749, 0x3d8835304b646892
|
752 |
+
750, 0xf6353330ff970bc2
|
753 |
+
751, 0x8a673f5e2edb8acb
|
754 |
+
752, 0xf2fdcc53493838b9
|
755 |
+
753, 0x85ddcd526236af16
|
756 |
+
754, 0x60afb99814c676c5
|
757 |
+
755, 0x32a1c2749e281ca8
|
758 |
+
756, 0x2367a92ae3bee9ca
|
759 |
+
757, 0x219fe082703743cc
|
760 |
+
758, 0x34d8b74dc85182a9
|
761 |
+
759, 0xdd04164c72db23f
|
762 |
+
760, 0xe293ac28fe2671a9
|
763 |
+
761, 0x9ca7d169cbda6f45
|
764 |
+
762, 0x705c47972b4240ed
|
765 |
+
763, 0xc10eda9eeb536209
|
766 |
+
764, 0xc36ddacd0c94e85d
|
767 |
+
765, 0x8eb592c27e8cd0d2
|
768 |
+
766, 0x3e815991c76e7cc4
|
769 |
+
767, 0xac9cfce31acf7580
|
770 |
+
768, 0xbf7a4cb31c7aee94
|
771 |
+
769, 0x663077444aceecf6
|
772 |
+
770, 0xe7f614ff386eb568
|
773 |
+
771, 0x79d7a229c66912c0
|
774 |
+
772, 0x161ed4311f63e1f3
|
775 |
+
773, 0x308a5faeb9982ede
|
776 |
+
774, 0x7b38ddb9b7efd10
|
777 |
+
775, 0x1e103a2589b27ecf
|
778 |
+
776, 0x67b02baf4259f27e
|
779 |
+
777, 0x868921c115ea2eee
|
780 |
+
778, 0x959791912200f71e
|
781 |
+
779, 0x4dd55f36dec10557
|
782 |
+
780, 0xe3464d90080cb99d
|
783 |
+
781, 0xfb2d4f6accce652f
|
784 |
+
782, 0x109900a9257d77ba
|
785 |
+
783, 0x3c4bda8e2c83684c
|
786 |
+
784, 0xc9ae040fb7f868c6
|
787 |
+
785, 0x78098ffe994f4905
|
788 |
+
786, 0x7a94c33eca77f0b4
|
789 |
+
787, 0xbe6a2a95e9b5c0e8
|
790 |
+
788, 0x797d39cf963f4837
|
791 |
+
789, 0x8d2e249e4425d06d
|
792 |
+
790, 0x6ae2c30cd5da06f4
|
793 |
+
791, 0x904489de762b179f
|
794 |
+
792, 0x84713e2dfb591e3b
|
795 |
+
793, 0x6405a40da3f6f51b
|
796 |
+
794, 0x976b560d663a2df1
|
797 |
+
795, 0xed1c544784ba1e22
|
798 |
+
796, 0xca658e995ed9344c
|
799 |
+
797, 0x2b1c6b8e4db49025
|
800 |
+
798, 0x52b1513da528bad
|
801 |
+
799, 0x3c63406d256d9968
|
802 |
+
800, 0x63a31ca3d423f85e
|
803 |
+
801, 0xb05a81f55789a720
|
804 |
+
802, 0xd04412992c476c8e
|
805 |
+
803, 0x828ec2f77a150a3d
|
806 |
+
804, 0xee50926671bb60c6
|
807 |
+
805, 0x5aa70f93e2df61b4
|
808 |
+
806, 0x94d60fa2e8655858
|
809 |
+
807, 0x3f5e5b770703cc7d
|
810 |
+
808, 0xc62dfb2688ca7784
|
811 |
+
809, 0xaaf02e1e8ba89fe4
|
812 |
+
810, 0x4ab74e0d8c047405
|
813 |
+
811, 0x31ee04fbac6fcead
|
814 |
+
812, 0x1203b78b8228f5af
|
815 |
+
813, 0x412a70836f9aa71a
|
816 |
+
814, 0xab51cf98c03f1819
|
817 |
+
815, 0x783a3ce9ce137f65
|
818 |
+
816, 0x8897085b0a072cf2
|
819 |
+
817, 0x685dd9bde8798cb
|
820 |
+
818, 0x9a1fac7b1705e2c1
|
821 |
+
819, 0xf3e9ff98de48e9cb
|
822 |
+
820, 0x5c2d3eb1a1fbe917
|
823 |
+
821, 0x3bda718b6b54d82e
|
824 |
+
822, 0x29f2dd18f22f0821
|
825 |
+
823, 0xb992da1572ac3597
|
826 |
+
824, 0xacb69e7aa14b34f7
|
827 |
+
825, 0xcd36e3ad14f088d1
|
828 |
+
826, 0x6aaacc96a1ec55e8
|
829 |
+
827, 0xf8ac593f154fe68f
|
830 |
+
828, 0x18fc9cbff012339f
|
831 |
+
829, 0x2f3368ccbbb99899
|
832 |
+
830, 0x7cec7d17f37031f7
|
833 |
+
831, 0x96e86bfaadcb8fc2
|
834 |
+
832, 0x74f9e7ee3d42a752
|
835 |
+
833, 0xbd52f6c7d9b0733
|
836 |
+
834, 0xa48e6d96bb6ce1c9
|
837 |
+
835, 0xaefa058254b82133
|
838 |
+
836, 0xb7a19edfd0929107
|
839 |
+
837, 0x6160ce9125b26e26
|
840 |
+
838, 0x6537dbbde1d2aed
|
841 |
+
839, 0xc567f9a6bec52dde
|
842 |
+
840, 0xca29fd3f22443342
|
843 |
+
841, 0x7732aa6db6a1c476
|
844 |
+
842, 0x8f5a4d7df6b11b3
|
845 |
+
843, 0x76649262aa7e31e1
|
846 |
+
844, 0x60a13eb125fbc829
|
847 |
+
845, 0xc81e4d123dd21ac1
|
848 |
+
846, 0x643cbb09bb72f86b
|
849 |
+
847, 0xf971a98fb25555a6
|
850 |
+
848, 0xffa2774c66692d56
|
851 |
+
849, 0xcb33c16c50b13ea9
|
852 |
+
850, 0xfabf388dffda0e9b
|
853 |
+
851, 0x55d41ec12ca24b9f
|
854 |
+
852, 0x91cf693a3467e807
|
855 |
+
853, 0x6be2c00b2c31d6dd
|
856 |
+
854, 0xc5cf513b5251ae28
|
857 |
+
855, 0xffc4384212403dec
|
858 |
+
856, 0x45d4e1865255a69d
|
859 |
+
857, 0xfb1dcf956972086a
|
860 |
+
858, 0xcae946a55c4c55b8
|
861 |
+
859, 0x7351ac7720e385c1
|
862 |
+
860, 0x19aa8ffd86240254
|
863 |
+
861, 0x8f515ae78f4040da
|
864 |
+
862, 0x1e1ed2058de50fce
|
865 |
+
863, 0x22d006dcdb374243
|
866 |
+
864, 0x6e0f0ede7c95b441
|
867 |
+
865, 0x70e8aa81b53b4d25
|
868 |
+
866, 0x998f309ea41e3814
|
869 |
+
867, 0x89ed6598fb66f390
|
870 |
+
868, 0xb5997dc3278060df
|
871 |
+
869, 0xb2a021eac4f7e046
|
872 |
+
870, 0x3705b60aa2fd0768
|
873 |
+
871, 0xfc415079ab9200e
|
874 |
+
872, 0xf2871ac4cf45ecc9
|
875 |
+
873, 0x24bf758d2246175f
|
876 |
+
874, 0xac503dd6f8141b3
|
877 |
+
875, 0x4e879d12d9f03b3
|
878 |
+
876, 0x82034af8cf93b644
|
879 |
+
877, 0x59899dd7e478a6c7
|
880 |
+
878, 0xae90addb6eb11507
|
881 |
+
879, 0x1524ddf76730cdef
|
882 |
+
880, 0x6fd4afd5456b1c9d
|
883 |
+
881, 0xcddb9221ea001cbc
|
884 |
+
882, 0x64ff400bbf2e8604
|
885 |
+
883, 0x6dda10549b06ed9b
|
886 |
+
884, 0xed2c85104c261527
|
887 |
+
885, 0xc7e09217d29929a8
|
888 |
+
886, 0x56284df611a428b1
|
889 |
+
887, 0x1a7608289c0a61
|
890 |
+
888, 0x7cb63db15166ff66
|
891 |
+
889, 0xc6013c76fcdcdc72
|
892 |
+
890, 0x8e5dd566c7a5a676
|
893 |
+
891, 0x5a8e8565f40d133b
|
894 |
+
892, 0xe465973455848c44
|
895 |
+
893, 0xf92eecbfe0f3c2c0
|
896 |
+
894, 0x7d64155d4dcc5cac
|
897 |
+
895, 0xf17595706f988dad
|
898 |
+
896, 0xd590a001a6a19c5c
|
899 |
+
897, 0x82a164475758db3d
|
900 |
+
898, 0x6b144993ea1bbe32
|
901 |
+
899, 0x22a81a7a6e453779
|
902 |
+
900, 0x8e8c298df1a68a73
|
903 |
+
901, 0x78056afd6d936b4c
|
904 |
+
902, 0xaaceef0325faaf62
|
905 |
+
903, 0xe78bb7699f82266f
|
906 |
+
904, 0x523a2d283c5a5166
|
907 |
+
905, 0x7076d87088f6c6db
|
908 |
+
906, 0x6087dd54cff5aeb2
|
909 |
+
907, 0x7ef82e62cb851680
|
910 |
+
908, 0x4e8bcc8ed84d03d8
|
911 |
+
909, 0xd12fa0361df3cfd3
|
912 |
+
910, 0xefb89c79f8127297
|
913 |
+
911, 0xa9af4e2fbce0b1f8
|
914 |
+
912, 0x462136685b70331e
|
915 |
+
913, 0xe9e74c93da699b77
|
916 |
+
914, 0x9ec69215fb11d0c3
|
917 |
+
915, 0xc10f229939e3e111
|
918 |
+
916, 0x3f67fa79e41d2374
|
919 |
+
917, 0xd5e7c1a9a7185162
|
920 |
+
918, 0xa1dcce9ec91492fe
|
921 |
+
919, 0xd4e61f0727b5d21b
|
922 |
+
920, 0xdf6cdce46551800a
|
923 |
+
921, 0xa3f256ce906982d3
|
924 |
+
922, 0x209742a6b9ffc27
|
925 |
+
923, 0x4006c96958526a57
|
926 |
+
924, 0x9606aebc75a1967e
|
927 |
+
925, 0x91b9f42fb64189df
|
928 |
+
926, 0xb27119defcb938bc
|
929 |
+
927, 0x128cc7a84ba05597
|
930 |
+
928, 0x6c3df613c62d0d30
|
931 |
+
929, 0x3adf69d48b629ec7
|
932 |
+
930, 0xda42ee493837b128
|
933 |
+
931, 0xb8e770480e760bb5
|
934 |
+
932, 0x9feb55d57c99c626
|
935 |
+
933, 0x29812d80afdae3ed
|
936 |
+
934, 0xae4222a64276a8c7
|
937 |
+
935, 0xe3897212a5b4ed53
|
938 |
+
936, 0x98bedfd13886e669
|
939 |
+
937, 0xca858675d7fc0d0e
|
940 |
+
938, 0x28a359f665354234
|
941 |
+
939, 0xfac2ccabe4128b35
|
942 |
+
940, 0x61373cc5d11ca180
|
943 |
+
941, 0x7007605a4512a87a
|
944 |
+
942, 0xe71f8eade7b30b3d
|
945 |
+
943, 0x3a9e77f9b99bd04d
|
946 |
+
944, 0x70d3e42488098866
|
947 |
+
945, 0xd30fc159c7cd4d99
|
948 |
+
946, 0xe4d3f6600d2e2d6f
|
949 |
+
947, 0x1088324dfa955c25
|
950 |
+
948, 0x516437acd4764623
|
951 |
+
949, 0x38a31abe50d0aa03
|
952 |
+
950, 0x72e1054e9dc02ba
|
953 |
+
951, 0xe6971dd664d1a2e2
|
954 |
+
952, 0xf6698cb095d3b702
|
955 |
+
953, 0xad995a5a8c19bd92
|
956 |
+
954, 0x34e53c6936f656e6
|
957 |
+
955, 0x10de240bc07c757a
|
958 |
+
956, 0x3e3b9a6861c2bd1c
|
959 |
+
957, 0x9c0b0b97d3712ec9
|
960 |
+
958, 0xabf1505a75043aed
|
961 |
+
959, 0xbdf93d3de3274179
|
962 |
+
960, 0x28fa5904d3f62c28
|
963 |
+
961, 0xc3b97b39ef6c5133
|
964 |
+
962, 0xf2b2219225b8679d
|
965 |
+
963, 0x8be4ec0f930c0aaa
|
966 |
+
964, 0x47de5a56aa590643
|
967 |
+
965, 0xb6f871b304129856
|
968 |
+
966, 0x80a61c06233ab0f9
|
969 |
+
967, 0x3ce6c3af8101b055
|
970 |
+
968, 0x85b911708274e7d1
|
971 |
+
969, 0x4cab65d093a488b7
|
972 |
+
970, 0xaabc4b10661fe28e
|
973 |
+
971, 0x35b16dea64474a68
|
974 |
+
972, 0x1d6eb5b093361223
|
975 |
+
973, 0xc39107b92f0fe1fb
|
976 |
+
974, 0x1d09e048073c4841
|
977 |
+
975, 0xc6a02f43aca8cb2f
|
978 |
+
976, 0xaf6613dbc7da909c
|
979 |
+
977, 0x5ac2a40c230aa756
|
980 |
+
978, 0x33afb5e7c01c39a5
|
981 |
+
979, 0xc7b0b20ea8b7d0ef
|
982 |
+
980, 0xdf7306c8ccb1bbea
|
983 |
+
981, 0x9710efc0c188b2a0
|
984 |
+
982, 0xd6303eadb72c873e
|
985 |
+
983, 0xa38ca609b118f35a
|
986 |
+
984, 0x8390613065c6e535
|
987 |
+
985, 0xdf9a0106757e431f
|
988 |
+
986, 0x8bcf77039788e143
|
989 |
+
987, 0x6026806a986b378e
|
990 |
+
988, 0x482ff3b1394cb1dc
|
991 |
+
989, 0x2a27d0ccac9ede9c
|
992 |
+
990, 0x53c77f26e271b3ab
|
993 |
+
991, 0x1ba004cf276cf3f
|
994 |
+
992, 0xc135b0517dc81f7c
|
995 |
+
993, 0x5d137838db75e442
|
996 |
+
994, 0x3fe505f93d1dbdd7
|
997 |
+
995, 0x351654ae7d598294
|
998 |
+
996, 0x173f8d182af9d84d
|
999 |
+
997, 0xf97dfcd164fe11c5
|
1000 |
+
998, 0xcda423e5ad43b290
|
1001 |
+
999, 0xa5cb380b8de10d10
|
env-llmeval/lib/python3.10/site-packages/numpy/random/tests/data/pcg64dxsm-testset-1.csv
ADDED
@@ -0,0 +1,1001 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
seed, 0xdeadbeaf
|
2 |
+
0, 0xdf1ddcf1e22521fe
|
3 |
+
1, 0xc71b2f9c706cf151
|
4 |
+
2, 0x6922a8cc24ad96b2
|
5 |
+
3, 0x82738c549beccc30
|
6 |
+
4, 0x5e8415cdb1f17580
|
7 |
+
5, 0x64c54ad0c09cb43
|
8 |
+
6, 0x361a17a607dce278
|
9 |
+
7, 0x4346f6afb7acad68
|
10 |
+
8, 0x6e9f14d4f6398d6b
|
11 |
+
9, 0xf818d4343f8ed822
|
12 |
+
10, 0x6327647daf508ed6
|
13 |
+
11, 0xe1d1dbe5496a262a
|
14 |
+
12, 0xfc081e619076b2e0
|
15 |
+
13, 0x37126563a956ab1
|
16 |
+
14, 0x8bb46e155db16b9
|
17 |
+
15, 0x56449f006c9f3fb4
|
18 |
+
16, 0x34a9273550941803
|
19 |
+
17, 0x5b4df62660f99462
|
20 |
+
18, 0xb8665cad532e3018
|
21 |
+
19, 0x72fc3e5f7f84216a
|
22 |
+
20, 0x71d3c47f6fd59939
|
23 |
+
21, 0xfd4218afa1de463b
|
24 |
+
22, 0xc84054c78e0a9a71
|
25 |
+
23, 0xae59034726be61a8
|
26 |
+
24, 0xa6a5f21de983654d
|
27 |
+
25, 0x3b633acf572009da
|
28 |
+
26, 0x6a0884f347ab54c8
|
29 |
+
27, 0x7a907ebe9adcab50
|
30 |
+
28, 0xbe779be53d7b8d4a
|
31 |
+
29, 0xf5976e8c69b9dcd1
|
32 |
+
30, 0x1d8302f114699e11
|
33 |
+
31, 0x7d37e43042c038a0
|
34 |
+
32, 0x2cc1d4edc2a40f35
|
35 |
+
33, 0x83e3347bb2d581f1
|
36 |
+
34, 0x253f8698651a844d
|
37 |
+
35, 0x4312dea0dd4e32f6
|
38 |
+
36, 0x10f106439964ea3a
|
39 |
+
37, 0x810eb374844868cc
|
40 |
+
38, 0x366342a54b1978cc
|
41 |
+
39, 0x9fb39b13aaddfb5e
|
42 |
+
40, 0xdb91fd0d9482bed7
|
43 |
+
41, 0x89f6ea4ca9c68204
|
44 |
+
42, 0x146b31ccca461792
|
45 |
+
43, 0x203fd9724deb2486
|
46 |
+
44, 0x58a84f23748e25cb
|
47 |
+
45, 0x2f20eb6aeb94e88
|
48 |
+
46, 0x14d3581460e473c
|
49 |
+
47, 0xad5bd0d25f37d047
|
50 |
+
48, 0x1cf88fa16de258b2
|
51 |
+
49, 0x3bcab6485b7a341
|
52 |
+
50, 0xb2433b37f227d90c
|
53 |
+
51, 0x2cffd7e0a8360cc8
|
54 |
+
52, 0x5d2eeff7c9ebc847
|
55 |
+
53, 0x6fd7c7ae23f9f64b
|
56 |
+
54, 0x381650b2d00f175d
|
57 |
+
55, 0x9d93edcedc873cae
|
58 |
+
56, 0x56e369a033d4cb49
|
59 |
+
57, 0x7547997116a3bac
|
60 |
+
58, 0x11debaa897fd4665
|
61 |
+
59, 0xdf799d2b73bd6fb8
|
62 |
+
60, 0x3747d299c66624d
|
63 |
+
61, 0xac9346701afd0cfa
|
64 |
+
62, 0xac90e150fa13c7bf
|
65 |
+
63, 0x85c56ad2248c2871
|
66 |
+
64, 0xdea66bf35c45f195
|
67 |
+
65, 0x59cf910ea079fb74
|
68 |
+
66, 0x2f841bb782274586
|
69 |
+
67, 0x9814df4384d92bd9
|
70 |
+
68, 0x15bc70824be09925
|
71 |
+
69, 0x16d4d0524c0503a3
|
72 |
+
70, 0xf04ea249135c0cc7
|
73 |
+
71, 0xa707ab509b7e3032
|
74 |
+
72, 0x465459efa869e372
|
75 |
+
73, 0x64cbf70a783fab67
|
76 |
+
74, 0x36b3541a14ca8ed7
|
77 |
+
75, 0x9a4dfae8f4c596bf
|
78 |
+
76, 0x11d9a04224281be3
|
79 |
+
77, 0xe09bbe6d5e98ec32
|
80 |
+
78, 0xa6c60d908973aa0d
|
81 |
+
79, 0x7c524c57dd5915c8
|
82 |
+
80, 0xa810c170b27f1fdc
|
83 |
+
81, 0xce5d409819621583
|
84 |
+
82, 0xfe2ee3d5332a3525
|
85 |
+
83, 0x162fb7c8b32045eb
|
86 |
+
84, 0x4a3327156b0b2d83
|
87 |
+
85, 0x808d0282f971064
|
88 |
+
86, 0x2e6f04cf5ed27e60
|
89 |
+
87, 0xaf6800699cca67a9
|
90 |
+
88, 0xc7590aae7244c3bf
|
91 |
+
89, 0x7824345f4713f5f9
|
92 |
+
90, 0x8f713505f8fd059b
|
93 |
+
91, 0x3d5b5b9bb6b1e80e
|
94 |
+
92, 0x8674f45e5dc40d79
|
95 |
+
93, 0xcb1e36846aa14773
|
96 |
+
94, 0xe0ae45b2b9b778c1
|
97 |
+
95, 0xd7254ce931eefcfb
|
98 |
+
96, 0xef34e15e4f55ac0a
|
99 |
+
97, 0xf17cc0ba15a99bc4
|
100 |
+
98, 0x77bb0f7ffe7b31f1
|
101 |
+
99, 0x6ee86438d2e71d38
|
102 |
+
100, 0x584890f86829a455
|
103 |
+
101, 0x7baf0d8d30ba70fe
|
104 |
+
102, 0xb1ac8f326b8403ae
|
105 |
+
103, 0xcc1963435c874ba7
|
106 |
+
104, 0x9c483b953d1334ce
|
107 |
+
105, 0xc0924bcbf3e10941
|
108 |
+
106, 0x21bcc581558717b1
|
109 |
+
107, 0x2c5ad1623f8d292b
|
110 |
+
108, 0xa8ea110f6124557e
|
111 |
+
109, 0x15f24a6c5c4c591
|
112 |
+
110, 0x40fe0d9cd7629126
|
113 |
+
111, 0xcfe8f2b3b081484d
|
114 |
+
112, 0x891383f4b4cac284
|
115 |
+
113, 0x76f2fcdef7fa845
|
116 |
+
114, 0x4edd12133aed0584
|
117 |
+
115, 0xd53c06d12308873d
|
118 |
+
116, 0xf7f22882c17f86bf
|
119 |
+
117, 0xfbaa4aad72f35e10
|
120 |
+
118, 0x627610da2e3c0cc3
|
121 |
+
119, 0x582b16a143634d9a
|
122 |
+
120, 0x9b4a7f69ed38f4a0
|
123 |
+
121, 0x2df694974d1e1cbe
|
124 |
+
122, 0xe5be6eaafed5d4b
|
125 |
+
123, 0xc48e2a288ad6605e
|
126 |
+
124, 0xbcb088149ce27c2b
|
127 |
+
125, 0x3cb6a7fb06ceecbe
|
128 |
+
126, 0x516735fff3b9e3ac
|
129 |
+
127, 0x5cbafc551ee5008d
|
130 |
+
128, 0xee27d1ab855c5fd5
|
131 |
+
129, 0xc99fb341f6baf846
|
132 |
+
130, 0x7ad8891b92058e6d
|
133 |
+
131, 0xf50310d03c1ac6c7
|
134 |
+
132, 0x947e281d998cbd3e
|
135 |
+
133, 0x1d4d94a93824fe80
|
136 |
+
134, 0x5568b77289e7ee73
|
137 |
+
135, 0x7d82d1b2b41e3c8b
|
138 |
+
136, 0x1af462c7abc787b
|
139 |
+
137, 0xcfd8dfe80bfae1ef
|
140 |
+
138, 0xd314caeb723a63ea
|
141 |
+
139, 0x1c63ddcfc1145429
|
142 |
+
140, 0x3801b7cc6cbf2437
|
143 |
+
141, 0xc327d5b9fdafddd3
|
144 |
+
142, 0xe140278430ca3c78
|
145 |
+
143, 0x4d0345a685cb6ef8
|
146 |
+
144, 0x47640dc86e261ff9
|
147 |
+
145, 0xab817f158523ebf4
|
148 |
+
146, 0x37c51e35fbe65a6b
|
149 |
+
147, 0xab090f475d30a178
|
150 |
+
148, 0x4d3ec225bf599fc1
|
151 |
+
149, 0xefd517b0041679b1
|
152 |
+
150, 0x20ad50bca4da32c5
|
153 |
+
151, 0x75e1f7cd07fad86d
|
154 |
+
152, 0x348cf781ee655f4b
|
155 |
+
153, 0x9375f0e5ffc2d2ec
|
156 |
+
154, 0x7689082fd5f7279c
|
157 |
+
155, 0x633e56f763561e77
|
158 |
+
156, 0x9d1752d70861f9fd
|
159 |
+
157, 0xa3c994b4e70b0b0f
|
160 |
+
158, 0xabf7276a58701b88
|
161 |
+
159, 0xbfa18d1a0540d000
|
162 |
+
160, 0xc6a28a2475646d26
|
163 |
+
161, 0x7cdf108583f65085
|
164 |
+
162, 0x82dcefb9f32104be
|
165 |
+
163, 0xc6baadd0adc6b446
|
166 |
+
164, 0x7a63cff01075b1b4
|
167 |
+
165, 0x67ac62e575c89919
|
168 |
+
166, 0x96fa4320a0942035
|
169 |
+
167, 0xc4658859385b325f
|
170 |
+
168, 0xde22c17ff47808f6
|
171 |
+
169, 0xbb952c4d89e2f2ec
|
172 |
+
170, 0x638251fbc55bdc37
|
173 |
+
171, 0x38918b307a03b3ea
|
174 |
+
172, 0xccb60f2cedbb570b
|
175 |
+
173, 0x3c06f4086a28f012
|
176 |
+
174, 0x4e8d238388986e33
|
177 |
+
175, 0x1760b7793514a143
|
178 |
+
176, 0xa3f924efe49ee7d6
|
179 |
+
177, 0xaf6be2dbaebc0bdf
|
180 |
+
178, 0x6782682090dffe09
|
181 |
+
179, 0xb63a4d90d848e8ef
|
182 |
+
180, 0x5f649c7eaf4c54c5
|
183 |
+
181, 0xbe57582426a085ba
|
184 |
+
182, 0xb5dd825aa52fb76d
|
185 |
+
183, 0x74cb4e6ca4039617
|
186 |
+
184, 0x382e578bf0a49588
|
187 |
+
185, 0xc043e8ea6e1dcdae
|
188 |
+
186, 0xf902addd5c04fa7c
|
189 |
+
187, 0xf3337994612528db
|
190 |
+
188, 0x4e8fd48d6d15b4e6
|
191 |
+
189, 0x7190a509927c07ab
|
192 |
+
190, 0x864c2dee5b7108ae
|
193 |
+
191, 0xbb9972ddc196f467
|
194 |
+
192, 0x1ea02ab3ca10a448
|
195 |
+
193, 0xe50a8ffde35ddef9
|
196 |
+
194, 0x7bd2f59a67183541
|
197 |
+
195, 0x5a940b30d8fcd27a
|
198 |
+
196, 0x82b4cea62623d4d3
|
199 |
+
197, 0x6fbda76d4afef445
|
200 |
+
198, 0x8b1f6880f418328e
|
201 |
+
199, 0x8b69a025c72c54b7
|
202 |
+
200, 0xb71e0f3986a3835f
|
203 |
+
201, 0xa4a7ddb8b9816825
|
204 |
+
202, 0x945dcda28228b1d8
|
205 |
+
203, 0xb471abf2f8044d72
|
206 |
+
204, 0xf07d4af64742b1ba
|
207 |
+
205, 0xfca5190bc4dd6a2a
|
208 |
+
206, 0xd681497262e11bc5
|
209 |
+
207, 0xbe95d5f00c577028
|
210 |
+
208, 0x56313439fd8bde19
|
211 |
+
209, 0x3f3d9ac9b5ee6522
|
212 |
+
210, 0x7b8d457dd2b49bbe
|
213 |
+
211, 0xe76b5747885d214b
|
214 |
+
212, 0xa8a695b3deb493ea
|
215 |
+
213, 0x5292446548c95d71
|
216 |
+
214, 0xbf5cdf0d436412df
|
217 |
+
215, 0x7936abaed779d28d
|
218 |
+
216, 0x659c6e8073b3a06d
|
219 |
+
217, 0x86c9ff28f5543b71
|
220 |
+
218, 0x6faa748445a99146
|
221 |
+
219, 0xdcc1e6ab57904fd7
|
222 |
+
220, 0x770bd61233addc5f
|
223 |
+
221, 0x16963e041e46d94f
|
224 |
+
222, 0x158e6cb2934157ac
|
225 |
+
223, 0xb65088a8fd246441
|
226 |
+
224, 0x2b12ced6ce8a68c3
|
227 |
+
225, 0x59a18d02cd6082b3
|
228 |
+
226, 0x4ddbc318cb5488ee
|
229 |
+
227, 0x3d4cf520b3ed20a1
|
230 |
+
228, 0x7028b3a92e2b292d
|
231 |
+
229, 0xf141da264a250e4d
|
232 |
+
230, 0x9788d53e86041c37
|
233 |
+
231, 0x1bb91238a7c97dbf
|
234 |
+
232, 0x81953d0ddb634309
|
235 |
+
233, 0xfa39ccfe14d2d46
|
236 |
+
234, 0xf7c7861c9b7e8399
|
237 |
+
235, 0x18d27ca50d9dc249
|
238 |
+
236, 0x258dfdf38510d0d9
|
239 |
+
237, 0x9e72d8af910ea76f
|
240 |
+
238, 0x4f8ef24b96de50ad
|
241 |
+
239, 0xb9d9c12297e03dc9
|
242 |
+
240, 0x91994e41b4a1929c
|
243 |
+
241, 0x8defa79b2ccc83b9
|
244 |
+
242, 0x948566748706dac5
|
245 |
+
243, 0x7b0454946e70e4cf
|
246 |
+
244, 0x340b7cb298c70ed7
|
247 |
+
245, 0x6602005330cebd95
|
248 |
+
246, 0xf71cb803aa61f722
|
249 |
+
247, 0x4683fb07fc70ae8a
|
250 |
+
248, 0xc6db9f0c4de3ed88
|
251 |
+
249, 0x3e8dfae2a593cef9
|
252 |
+
250, 0x615f7c38e3862b33
|
253 |
+
251, 0x676c7996550d857
|
254 |
+
252, 0xc6d520d54a5c266a
|
255 |
+
253, 0x202b1e8eef14aa2e
|
256 |
+
254, 0xa3a84891a27a582
|
257 |
+
255, 0x84dbee451658d47f
|
258 |
+
256, 0x254c7cd97e777e3a
|
259 |
+
257, 0xf50b6e977f0eba50
|
260 |
+
258, 0x2898b1d3062a4798
|
261 |
+
259, 0x4096f7cbbb019773
|
262 |
+
260, 0x9fb8e75548062c50
|
263 |
+
261, 0x4647071e5ca318ec
|
264 |
+
262, 0x2b4750bdb3b3b01
|
265 |
+
263, 0x88ac41cc69a39786
|
266 |
+
264, 0x705e25476ef46fa3
|
267 |
+
265, 0xc0c1db19884a48a6
|
268 |
+
266, 0x1364c0afdbb465e5
|
269 |
+
267, 0x58e98534701272a6
|
270 |
+
268, 0x746a5ea9701517c0
|
271 |
+
269, 0x523a70bc6b300b67
|
272 |
+
270, 0x9b1c098eda8564ad
|
273 |
+
271, 0xfbaeb28d3637067f
|
274 |
+
272, 0xddd9a13551fdba65
|
275 |
+
273, 0x56461a670559e832
|
276 |
+
274, 0xab4fd79be85570ad
|
277 |
+
275, 0xd4b691ecaff8ca55
|
278 |
+
276, 0x11a4495939e7f004
|
279 |
+
277, 0x40d069d19477eb47
|
280 |
+
278, 0xe790783d285cd81e
|
281 |
+
279, 0xde8218b16d935bc7
|
282 |
+
280, 0x2635e8c65cd4182d
|
283 |
+
281, 0xeae402623e3454
|
284 |
+
282, 0x9f99c833184e0279
|
285 |
+
283, 0x3d0f79a0d52d84e7
|
286 |
+
284, 0xc1f8edb10c625b90
|
287 |
+
285, 0x9b4546363d1f0489
|
288 |
+
286, 0x98d86d0b1212a282
|
289 |
+
287, 0x386b53863161200d
|
290 |
+
288, 0xbe1165c7fe48a135
|
291 |
+
289, 0xb9658b04dbbfdc8c
|
292 |
+
290, 0xcea14eddfe84d71a
|
293 |
+
291, 0x55d03298be74abe7
|
294 |
+
292, 0x5be3b50d961ffd7e
|
295 |
+
293, 0xc76b1045dc4b78e1
|
296 |
+
294, 0x7830e3ff3f6c3d4c
|
297 |
+
295, 0xb617adb36ca3729
|
298 |
+
296, 0x4a51bdb194f14aa9
|
299 |
+
297, 0x246024e54e6b682a
|
300 |
+
298, 0x33d42fc9c6d33083
|
301 |
+
299, 0xadccba149f31e1d
|
302 |
+
300, 0x5183e66b9002f8b
|
303 |
+
301, 0x70eb2416404d51b7
|
304 |
+
302, 0x26c25eb225535351
|
305 |
+
303, 0xbc2d5b0d23076561
|
306 |
+
304, 0x5823019ddead1da
|
307 |
+
305, 0x85cfa109fca69f62
|
308 |
+
306, 0x26017933e7e1efd9
|
309 |
+
307, 0x3ec7be9a32212753
|
310 |
+
308, 0x697e8a0697cd6f60
|
311 |
+
309, 0x44735f6cca03920f
|
312 |
+
310, 0x8cc655eb94ee212e
|
313 |
+
311, 0x8b8b74eba84929a0
|
314 |
+
312, 0x7708ccedd0c98c80
|
315 |
+
313, 0x1b6f21f19777cbe1
|
316 |
+
314, 0x363e564bd5fadedb
|
317 |
+
315, 0x5921543a641591fe
|
318 |
+
316, 0xc390786d68ea8a1b
|
319 |
+
317, 0x9b293138dc033fca
|
320 |
+
318, 0x45447ca8dc843345
|
321 |
+
319, 0xee6ef6755bc49c5e
|
322 |
+
320, 0x70a3a1f5163c3be5
|
323 |
+
321, 0xf05e25448b6343b0
|
324 |
+
322, 0x4739f4f8717b7e69
|
325 |
+
323, 0xb006141975bf957
|
326 |
+
324, 0x31874a91b707f452
|
327 |
+
325, 0x3a07f2c90bae2869
|
328 |
+
326, 0xb73dae5499a55c5e
|
329 |
+
327, 0x489070893bb51575
|
330 |
+
328, 0x7129acf423940575
|
331 |
+
329, 0x38c41f4b90130972
|
332 |
+
330, 0xc5260ca65f5a84a1
|
333 |
+
331, 0x6e76194f39563932
|
334 |
+
332, 0x62ca1f9ca3de3ca6
|
335 |
+
333, 0xb4a97874e640853f
|
336 |
+
334, 0x38ed0f71e311cc02
|
337 |
+
335, 0xde183b81099e8f47
|
338 |
+
336, 0x9bb8bf8e6694346
|
339 |
+
337, 0xd15497b6bf81e0f2
|
340 |
+
338, 0xaaae52536c00111
|
341 |
+
339, 0x4e4e60d1435aaafd
|
342 |
+
340, 0x5a15512e5d6ea721
|
343 |
+
341, 0xff0f1ffabfc6664f
|
344 |
+
342, 0xba3ffcedc5f97fec
|
345 |
+
343, 0xef87f391c0c6bfb6
|
346 |
+
344, 0x4a888c5d31eb0f98
|
347 |
+
345, 0x559a3fbfd7946e95
|
348 |
+
346, 0xe45b44a0db5a9bad
|
349 |
+
347, 0x9457898964190af1
|
350 |
+
348, 0xd9357dfaab76cd9e
|
351 |
+
349, 0xa60e907178d965a1
|
352 |
+
350, 0x76b2dc3032dc2f4a
|
353 |
+
351, 0x13549b9c2802120
|
354 |
+
352, 0x8656b965a66a1800
|
355 |
+
353, 0x16802e6e22456a23
|
356 |
+
354, 0x23b62edc60efaa9
|
357 |
+
355, 0x6832a366e1e4ea3b
|
358 |
+
356, 0x46b1b41093ff2b1e
|
359 |
+
357, 0x55c857128143f219
|
360 |
+
358, 0x7fc35ddf5e138200
|
361 |
+
359, 0x790abe78be67467e
|
362 |
+
360, 0xa4446fc08babd466
|
363 |
+
361, 0xc23d70327999b855
|
364 |
+
362, 0x2e019d1597148196
|
365 |
+
363, 0xfefd98e560403ab8
|
366 |
+
364, 0xbe5f0a33da330d58
|
367 |
+
365, 0x3078a4e9d43ca395
|
368 |
+
366, 0x511bfedd6f12f2b3
|
369 |
+
367, 0x8bc138e335be987c
|
370 |
+
368, 0x24640f803465716d
|
371 |
+
369, 0xf6530b04d0bd618f
|
372 |
+
370, 0x9b7833e5aa782716
|
373 |
+
371, 0x778cd35aea5841b1
|
374 |
+
372, 0xecea3c458cefbc60
|
375 |
+
373, 0x5107ae83fc527f46
|
376 |
+
374, 0x278ad83d44bd2d1a
|
377 |
+
375, 0x7014a382295aeb16
|
378 |
+
376, 0xf326dd762048743f
|
379 |
+
377, 0x858633d56279e553
|
380 |
+
378, 0x76408154085f01bc
|
381 |
+
379, 0x3e77d3364d02e746
|
382 |
+
380, 0x2f26cea26cadd50b
|
383 |
+
381, 0x6d6846a4ecb84273
|
384 |
+
382, 0x4847e96f2df5f76
|
385 |
+
383, 0x5a8610f46e13ff61
|
386 |
+
384, 0x4e7a7cac403e10dd
|
387 |
+
385, 0x754bdf2e20c7bc90
|
388 |
+
386, 0x8bdd80e6c51bd0be
|
389 |
+
387, 0x61c655fae2b4bc52
|
390 |
+
388, 0x60873ef48e3d2f03
|
391 |
+
389, 0x9d7d8d3698a0b4a4
|
392 |
+
390, 0xdf48e9c355cd5d4b
|
393 |
+
391, 0x69ecf03e20be99ac
|
394 |
+
392, 0xc1a0c5a339bd1815
|
395 |
+
393, 0x2e3263a6a3adccb
|
396 |
+
394, 0x23557459719adbdc
|
397 |
+
395, 0xd1b709a3b330e5a
|
398 |
+
396, 0xade5ab00a5d88b9d
|
399 |
+
397, 0x69a6bd644120cfad
|
400 |
+
398, 0x40187ecceee92342
|
401 |
+
399, 0x1c41964ba1ac78da
|
402 |
+
400, 0x9ac5c51cbecabe67
|
403 |
+
401, 0xbdc075781cf36d55
|
404 |
+
402, 0xeaf5a32246ded56
|
405 |
+
403, 0xcda0b67e39c0fb71
|
406 |
+
404, 0x4839ee456ef7cc95
|
407 |
+
405, 0xf17092fdd41d5658
|
408 |
+
406, 0x2b5d422e60ae3253
|
409 |
+
407, 0x3effe71102008551
|
410 |
+
408, 0x20a47108e83934b7
|
411 |
+
409, 0xd02da65fe768a88f
|
412 |
+
410, 0xeb046bd56afa4026
|
413 |
+
411, 0x70c0509c08e0fbe0
|
414 |
+
412, 0x1d35c38d4f8bac6c
|
415 |
+
413, 0x9aa8eb6466f392e0
|
416 |
+
414, 0x587bd4a430740f30
|
417 |
+
415, 0x82978fe4bad4195
|
418 |
+
416, 0xdc4ebc4c0feb50ab
|
419 |
+
417, 0xd3b7164d0240c06f
|
420 |
+
418, 0x6e2ad6e5a5003a63
|
421 |
+
419, 0xa24b430e2ee6b59c
|
422 |
+
420, 0x2905f49fd5073094
|
423 |
+
421, 0x5f209e4de03aa941
|
424 |
+
422, 0x57b7da3e0bedb1dc
|
425 |
+
423, 0x5e054018875b01f5
|
426 |
+
424, 0xb2f2da6145658db3
|
427 |
+
425, 0xbd9c94a69a8eb651
|
428 |
+
426, 0x9c5f9a07cd6ac749
|
429 |
+
427, 0x2296c4af4d529c38
|
430 |
+
428, 0x522ed800fafdefab
|
431 |
+
429, 0xe2a447ced0c66791
|
432 |
+
430, 0x937f10d45e455fef
|
433 |
+
431, 0xc882987d9e29a24
|
434 |
+
432, 0x4610bfd6a247ee1a
|
435 |
+
433, 0x562ba3e50870059
|
436 |
+
434, 0x59d8d58793602189
|
437 |
+
435, 0xfe9a606e3e34abe
|
438 |
+
436, 0x6825f7932a5e9282
|
439 |
+
437, 0xe77f7061bab476ad
|
440 |
+
438, 0xbf42001da340ace3
|
441 |
+
439, 0x9c3e9230f5e47960
|
442 |
+
440, 0x2c0f700d96d5ad58
|
443 |
+
441, 0x330048b7cd18f1f9
|
444 |
+
442, 0xffc08785eca5cca9
|
445 |
+
443, 0xb5879046915f07a5
|
446 |
+
444, 0xef51fe26f83c988e
|
447 |
+
445, 0xfa4c2968e7881a9a
|
448 |
+
446, 0xc0a9744455a4aad
|
449 |
+
447, 0xbd2ad686d6313928
|
450 |
+
448, 0x6b9f0984c127682a
|
451 |
+
449, 0xc9aaa00a5da59ed8
|
452 |
+
450, 0x762a0c4b98980dbf
|
453 |
+
451, 0x52d1a2393d3ca2d1
|
454 |
+
452, 0x1e9308f2861db15c
|
455 |
+
453, 0xe7b3c74fe4b4a844
|
456 |
+
454, 0x485e15704a7fc594
|
457 |
+
455, 0x9e7f67ea44c221f6
|
458 |
+
456, 0xbab9ad47fde916e0
|
459 |
+
457, 0x50e383912b7fc1f4
|
460 |
+
458, 0xaad63db8abcef62d
|
461 |
+
459, 0xc2f0c5699f47f013
|
462 |
+
460, 0xee15b36ada826812
|
463 |
+
461, 0x2a1b1cf1e1777142
|
464 |
+
462, 0x8adb03ede79e937d
|
465 |
+
463, 0xf14105ef65643bf3
|
466 |
+
464, 0x752bbaefc374a3c7
|
467 |
+
465, 0xa4980a08a5a21d23
|
468 |
+
466, 0x418a1c05194b2db7
|
469 |
+
467, 0xdd6ff32efe1c3cd6
|
470 |
+
468, 0x272473ed1f0d3aa2
|
471 |
+
469, 0x1e7fdebadabe6c06
|
472 |
+
470, 0xd1baa90c17b3842f
|
473 |
+
471, 0xd3d3a778e9c8404a
|
474 |
+
472, 0x781ae7fda49fa1a0
|
475 |
+
473, 0x61c44fdbdacc672d
|
476 |
+
474, 0x6d447d0a1404f257
|
477 |
+
475, 0x9303e8bdfbfb894d
|
478 |
+
476, 0x3b3482cdec016244
|
479 |
+
477, 0xb149bf245d062e7b
|
480 |
+
478, 0x96f8d54b14cf992d
|
481 |
+
479, 0x4741549a01f8c3d0
|
482 |
+
480, 0x48270811b2992af
|
483 |
+
481, 0x7b58f175cd25d147
|
484 |
+
482, 0x8f19a840b56f4be9
|
485 |
+
483, 0x84a77f43c0951a93
|
486 |
+
484, 0x34e1a69381f0c374
|
487 |
+
485, 0xb158383c9b4040f
|
488 |
+
486, 0x372f1abc7cf3a9fa
|
489 |
+
487, 0x5439819a84571763
|
490 |
+
488, 0xabf8515e9084e2fa
|
491 |
+
489, 0xb02312b9387ff99
|
492 |
+
490, 0x238a85bb47a68b12
|
493 |
+
491, 0x2068cb83857c49bb
|
494 |
+
492, 0xc6170e743083664c
|
495 |
+
493, 0x745cf8470bcb8467
|
496 |
+
494, 0xe3a759a301670300
|
497 |
+
495, 0x292c7686ad3e67da
|
498 |
+
496, 0x359efedaff192a45
|
499 |
+
497, 0x511f2c31a2d8c475
|
500 |
+
498, 0x97fd041bf21c20b3
|
501 |
+
499, 0x25ef1fe841b7b3f6
|
502 |
+
500, 0xbb71739e656f262d
|
503 |
+
501, 0x2729b0e989b6b7b8
|
504 |
+
502, 0xd2142702ec7dbabf
|
505 |
+
503, 0x7008decd2488ee3f
|
506 |
+
504, 0x69daa95e303298d7
|
507 |
+
505, 0xc35eca4efb8baa5a
|
508 |
+
506, 0xf3f16d261cec3b6c
|
509 |
+
507, 0x22371c1d75396bd3
|
510 |
+
508, 0x7aefa08eccae857e
|
511 |
+
509, 0x255b493c5e3c2a2f
|
512 |
+
510, 0x779474a077d34241
|
513 |
+
511, 0x5199c42686bea241
|
514 |
+
512, 0x16c83931e293b8d3
|
515 |
+
513, 0xa57fe8db8c0302c7
|
516 |
+
514, 0xd7ace619e5312eb1
|
517 |
+
515, 0x8740f013306d217c
|
518 |
+
516, 0xb6a1ad5e29f4d453
|
519 |
+
517, 0x31abf7c964688597
|
520 |
+
518, 0xbc3d791daed71e7
|
521 |
+
519, 0x31ee4ca67b7056ed
|
522 |
+
520, 0x1ab5416bfe290ea3
|
523 |
+
521, 0x93db416f6d3b843a
|
524 |
+
522, 0xed83bbe5b1dd2fed
|
525 |
+
523, 0xece38271470d9b6d
|
526 |
+
524, 0x3a620f42663cd8ae
|
527 |
+
525, 0x50c87e02acafee5d
|
528 |
+
526, 0xcabeb8bedbc6dab5
|
529 |
+
527, 0x2880a6d09970c729
|
530 |
+
528, 0x4aba5dd3bfc81bc
|
531 |
+
529, 0xaba54edf41080cec
|
532 |
+
530, 0xb86bb916fc85a169
|
533 |
+
531, 0x4c41de87bc79d8ca
|
534 |
+
532, 0xcce2a202622945fe
|
535 |
+
533, 0x513f086fad94c107
|
536 |
+
534, 0x18b3960c11f8cc96
|
537 |
+
535, 0x2f0d1cfd1896e236
|
538 |
+
536, 0x1702ae3880d79b15
|
539 |
+
537, 0x88923749029ae81
|
540 |
+
538, 0x84810d4bdec668eb
|
541 |
+
539, 0xf85b0a123f4fc68d
|
542 |
+
540, 0x93efd68974b6e4d1
|
543 |
+
541, 0x5d16d6d993a071c9
|
544 |
+
542, 0x94436858f94ca43b
|
545 |
+
543, 0xb3dbb9ed0cb180b6
|
546 |
+
544, 0x6447030a010b8c99
|
547 |
+
545, 0xd7224897c62925d8
|
548 |
+
546, 0xb0c13c1d50605d3a
|
549 |
+
547, 0xdff02c7cb9d45f30
|
550 |
+
548, 0xe8103179f983570d
|
551 |
+
549, 0xbc552037d6d0a24e
|
552 |
+
550, 0x775e500b01486b0d
|
553 |
+
551, 0x2050ac632c694dd6
|
554 |
+
552, 0x218910387c4d7ae7
|
555 |
+
553, 0xf83e8b68ff885d5d
|
556 |
+
554, 0xe3374ec25fca51a3
|
557 |
+
555, 0xfa750ffa3a60f3af
|
558 |
+
556, 0x29ee40ba6df5592e
|
559 |
+
557, 0x70e21a68f48260d2
|
560 |
+
558, 0x3805ca72cd40886e
|
561 |
+
559, 0x2f23e73f8eabf062
|
562 |
+
560, 0x2296f80cdf6531ae
|
563 |
+
561, 0x903099ed968db43a
|
564 |
+
562, 0xf044445cf9f2929f
|
565 |
+
563, 0xcd47fdc2de1b7a1
|
566 |
+
564, 0xaab1cbd4f849da99
|
567 |
+
565, 0x5fc990688da01acb
|
568 |
+
566, 0xa9cee52ea7dab392
|
569 |
+
567, 0xecefc3a4349283a8
|
570 |
+
568, 0xdd6b572972e3fafc
|
571 |
+
569, 0xc1f0b1a2ffb155da
|
572 |
+
570, 0xc30d53fc17bd25c8
|
573 |
+
571, 0x8afa89c77834db28
|
574 |
+
572, 0x5569a596fb32896c
|
575 |
+
573, 0x36f207fc8df3e3d4
|
576 |
+
574, 0x57c2bd58517d81db
|
577 |
+
575, 0xb524693e73d0061c
|
578 |
+
576, 0xb69f6eb233f5c48b
|
579 |
+
577, 0x4f0fb23cab8dc695
|
580 |
+
578, 0x492c1ad0a48df8df
|
581 |
+
579, 0xf6dcc348ec8dec1f
|
582 |
+
580, 0xa4d8708d6eb2e262
|
583 |
+
581, 0x4c2072c2c9766ff1
|
584 |
+
582, 0xa9bf27c4304875f0
|
585 |
+
583, 0xfc8fb8066d4f9ae2
|
586 |
+
584, 0x188095f6235fec3c
|
587 |
+
585, 0x1d8227a2938c2864
|
588 |
+
586, 0x89ea50c599010378
|
589 |
+
587, 0xcac86df0a7c6d56d
|
590 |
+
588, 0x47a8c5df84c7d78
|
591 |
+
589, 0xe607ae24ea228bfa
|
592 |
+
590, 0x36624a7996efe104
|
593 |
+
591, 0x5d72881c1227d810
|
594 |
+
592, 0x78694a6750374c8
|
595 |
+
593, 0x7b9a217d4ab5ff45
|
596 |
+
594, 0xd53e5d6f7504becc
|
597 |
+
595, 0x197a72d3f4889a0e
|
598 |
+
596, 0xfdc70c4755a8df36
|
599 |
+
597, 0xd0fda83748c77f74
|
600 |
+
598, 0x7ddc919ac9d6dcc9
|
601 |
+
599, 0x785c810a6a2dc08b
|
602 |
+
600, 0xba4be83e7e36896c
|
603 |
+
601, 0x379d6fe80cf2bffe
|
604 |
+
602, 0x74cae2dabc429206
|
605 |
+
603, 0x1efac32d5d34c917
|
606 |
+
604, 0x3cb64e2f98d36e70
|
607 |
+
605, 0xc0a7c3cdc3c60aa7
|
608 |
+
606, 0x699dfadd38790ebe
|
609 |
+
607, 0x4861e61b3ecfbeac
|
610 |
+
608, 0x531744826c345baa
|
611 |
+
609, 0x5ec26427ad450cba
|
612 |
+
610, 0xf2c1741479abdcae
|
613 |
+
611, 0xe9328a78b2595458
|
614 |
+
612, 0x30cd1bdf087acd7f
|
615 |
+
613, 0x7491ced4e009adbe
|
616 |
+
614, 0xdcd942df1e2e7023
|
617 |
+
615, 0xfe63f01689fee35
|
618 |
+
616, 0x80282dfe5eaedc42
|
619 |
+
617, 0x6ecdea86495f8427
|
620 |
+
618, 0xe0adfdd5e9ed31c3
|
621 |
+
619, 0xf32bd2a7418127e
|
622 |
+
620, 0x8aabba078db6ee2
|
623 |
+
621, 0xa8a8e60499145aca
|
624 |
+
622, 0xf76b086ac4e8a0f2
|
625 |
+
623, 0x6e55b3c452ff27f8
|
626 |
+
624, 0xe18fa7cd025a71bf
|
627 |
+
625, 0xeed7b685fde0fa25
|
628 |
+
626, 0xba9b6c95867fa721
|
629 |
+
627, 0x4c2603bc69de2df2
|
630 |
+
628, 0xaac87eee1b58cd66
|
631 |
+
629, 0x3c9af6656e01282c
|
632 |
+
630, 0x2dfa05ce8ff476b6
|
633 |
+
631, 0xeae9143fcf92f23d
|
634 |
+
632, 0x3f0699f631be3bc8
|
635 |
+
633, 0xa0f5f79f2492bd67
|
636 |
+
634, 0x59c47722388131ed
|
637 |
+
635, 0x5f6e9d2941cef1de
|
638 |
+
636, 0xe9ad915c09788b7b
|
639 |
+
637, 0x92c6d37e4f9482f5
|
640 |
+
638, 0x57d301b7fdadd911
|
641 |
+
639, 0x7e952d23d2a8443
|
642 |
+
640, 0xbb2fa5e0704b3871
|
643 |
+
641, 0xe5642199be36e2d5
|
644 |
+
642, 0x5020b60d54358291
|
645 |
+
643, 0xa0b6317ec3f60343
|
646 |
+
644, 0xb57b08b99540bc5c
|
647 |
+
645, 0x21f1890adc997a88
|
648 |
+
646, 0xfcf824200dd9da2d
|
649 |
+
647, 0x8146293d83d425d1
|
650 |
+
648, 0xdadfbf5fbb99d420
|
651 |
+
649, 0x1eb9bbc5e6482b7d
|
652 |
+
650, 0xd40ff44f1bbd0f1c
|
653 |
+
651, 0xa9f948ba2d08afa5
|
654 |
+
652, 0x638cc07c5301e601
|
655 |
+
653, 0x1f984baa606e14e8
|
656 |
+
654, 0x44e153671081f398
|
657 |
+
655, 0xb17882eeb1d77a5d
|
658 |
+
656, 0x5fd8dbee995f14c
|
659 |
+
657, 0xff3533e87f81b7fe
|
660 |
+
658, 0x2f44124293c49795
|
661 |
+
659, 0x3bf6b51e9360248
|
662 |
+
660, 0x72d615edf1436371
|
663 |
+
661, 0x8fc5cf4a38adab9d
|
664 |
+
662, 0xfa517e9022078374
|
665 |
+
663, 0xf356733f3e26f4d8
|
666 |
+
664, 0x20ea099cdc6aad40
|
667 |
+
665, 0xe15b977deb37637d
|
668 |
+
666, 0xcc85601b89dae88d
|
669 |
+
667, 0x5768c62f8dd4905c
|
670 |
+
668, 0xa43cc632b4e56ea
|
671 |
+
669, 0xc4240cf980e82458
|
672 |
+
670, 0xb194e8ffb4b3eeb6
|
673 |
+
671, 0xee753cf2219c5fa1
|
674 |
+
672, 0xfe2500192181d44d
|
675 |
+
673, 0x2d03d7d6493dd821
|
676 |
+
674, 0xff0e787bb98e7f9b
|
677 |
+
675, 0xa05cf8d3bd810ce7
|
678 |
+
676, 0x718d5d6dcbbdcd65
|
679 |
+
677, 0x8d0b5343a06931c
|
680 |
+
678, 0xae3a00a932e7eaf9
|
681 |
+
679, 0x7ed3d8f18f983e18
|
682 |
+
680, 0x3bb778ee466dc143
|
683 |
+
681, 0x711c685c4e9062c0
|
684 |
+
682, 0x104c3af5d7ac9834
|
685 |
+
683, 0x17bdbb671fb5d5cf
|
686 |
+
684, 0xabf26caead4d2292
|
687 |
+
685, 0xa45f02866467c005
|
688 |
+
686, 0xf3769a32dc945d2d
|
689 |
+
687, 0xe78d0007f6aabb66
|
690 |
+
688, 0x34b60be4acbd8d4b
|
691 |
+
689, 0x58c0b04b69359084
|
692 |
+
690, 0x3a8bb354c212b1
|
693 |
+
691, 0x6b82a8f3d70058d5
|
694 |
+
692, 0x405bdef80a276a4a
|
695 |
+
693, 0xe20ca40ee9195cad
|
696 |
+
694, 0xf5dd96ba2446fefd
|
697 |
+
695, 0xc1e180c55fe55e3c
|
698 |
+
696, 0xa329caf6daa952b3
|
699 |
+
697, 0xb4809dd0c84a6b0a
|
700 |
+
698, 0xd27f82661070cee7
|
701 |
+
699, 0xa7121f15ee2b0d8a
|
702 |
+
700, 0x4bdaea70d6b34583
|
703 |
+
701, 0xe821dc2f310f7a49
|
704 |
+
702, 0x4c00a5a68e76f647
|
705 |
+
703, 0x331065b064a2d5ea
|
706 |
+
704, 0xac0c2ce3dc04fa37
|
707 |
+
705, 0x56b32b37b8229008
|
708 |
+
706, 0xe757cdb51534fcfa
|
709 |
+
707, 0xd3ff183576b2fad7
|
710 |
+
708, 0x179e1f4190f197a7
|
711 |
+
709, 0xf874c626a7c9aae5
|
712 |
+
710, 0xd58514ffc37c80e4
|
713 |
+
711, 0xc65de31d33fa7fd3
|
714 |
+
712, 0x6f6637052025769b
|
715 |
+
713, 0xca1c6bdadb519cc0
|
716 |
+
714, 0xd1f3534cde37828a
|
717 |
+
715, 0xc858c339eee4830a
|
718 |
+
716, 0x2371eacc215e02f4
|
719 |
+
717, 0x84e5022db85bbbe9
|
720 |
+
718, 0x5f71c50bba48610e
|
721 |
+
719, 0xe420192dad9c323f
|
722 |
+
720, 0x2889342721fca003
|
723 |
+
721, 0x83e64f63334f501d
|
724 |
+
722, 0xac2617172953f2c
|
725 |
+
723, 0xfa1f78d8433938ff
|
726 |
+
724, 0x5578382760051462
|
727 |
+
725, 0x375d7a2e3b90af16
|
728 |
+
726, 0xb93ff44e6c07552d
|
729 |
+
727, 0xded1d5ad811e818c
|
730 |
+
728, 0x7cf256b3b29e3a8c
|
731 |
+
729, 0x78d581b8e7bf95e8
|
732 |
+
730, 0x5b69192f2caa6ad3
|
733 |
+
731, 0xa9e25855a52de3ce
|
734 |
+
732, 0x69d8e8fc45cc188d
|
735 |
+
733, 0x5dd012c139ad347d
|
736 |
+
734, 0xfcb01c07b77db606
|
737 |
+
735, 0x56253e36ab3d1cce
|
738 |
+
736, 0x1181edbb3ea2192
|
739 |
+
737, 0x325bef47ff19a08d
|
740 |
+
738, 0xd3e231ceb27e5f7
|
741 |
+
739, 0x8e819dd2de7956d2
|
742 |
+
740, 0x34a9689fe6f84a51
|
743 |
+
741, 0x3e4eeb719a9c2927
|
744 |
+
742, 0x5c3b3440581d0aaf
|
745 |
+
743, 0x57caf51897d7c920
|
746 |
+
744, 0xec6a458130464b40
|
747 |
+
745, 0xe98f044e0da40e9b
|
748 |
+
746, 0xbe38662020eeb8e7
|
749 |
+
747, 0x7b8c407c632724ae
|
750 |
+
748, 0x16c7cfa97b33a544
|
751 |
+
749, 0xd23359e2e978ae5a
|
752 |
+
750, 0x4fdba458250933dd
|
753 |
+
751, 0x3c9e0713cfe616ba
|
754 |
+
752, 0x6f0df87b13163b42
|
755 |
+
753, 0xc460902cb852cc97
|
756 |
+
754, 0x289df8fefd6b0bce
|
757 |
+
755, 0x4ac2a2a1c3fb8029
|
758 |
+
756, 0x2fc3e24d8b68eef7
|
759 |
+
757, 0x34564386a59aab9a
|
760 |
+
758, 0x31047391ebd67ce4
|
761 |
+
759, 0x6c23d070a0564d41
|
762 |
+
760, 0xba6387b2b72545f7
|
763 |
+
761, 0xcdcf1008058387af
|
764 |
+
762, 0xc9308fa98db05192
|
765 |
+
763, 0xdbdbb5abd01a9d84
|
766 |
+
764, 0x937088275c7804ab
|
767 |
+
765, 0x6f6accfefe34ee81
|
768 |
+
766, 0x5c33c74c49cfdb2c
|
769 |
+
767, 0x5e1a771edfb92bd3
|
770 |
+
768, 0x6e89b009069ecae7
|
771 |
+
769, 0x34d64e17ec0e8968
|
772 |
+
770, 0x841203d0cde0c330
|
773 |
+
771, 0x7642cc9d7eb9e9cb
|
774 |
+
772, 0xca01d2e8c128b97e
|
775 |
+
773, 0x5b8390617b3304ab
|
776 |
+
774, 0x52ec4ed10de1eb2d
|
777 |
+
775, 0xb90f288b9616f237
|
778 |
+
776, 0x5bd43cd49617b2e2
|
779 |
+
777, 0x1a53e21d25230596
|
780 |
+
778, 0x36ccd15207a21cd6
|
781 |
+
779, 0xc8263d780618fd3c
|
782 |
+
780, 0x6eb520598c6ce1cb
|
783 |
+
781, 0x493c99a3b341564f
|
784 |
+
782, 0xab999e9c5aa8764f
|
785 |
+
783, 0xab2fa4ceaba84b
|
786 |
+
784, 0xbbd2f17e5cb2331b
|
787 |
+
785, 0xc8b4d377c0cc4e81
|
788 |
+
786, 0x31f71a6e165c4b1e
|
789 |
+
787, 0xd1011e55fb3addaa
|
790 |
+
788, 0x5f7ec34728dfa59
|
791 |
+
789, 0x2aef59e60a84eb0f
|
792 |
+
790, 0x5dde6f09aec9ad5f
|
793 |
+
791, 0x968c6cdbc0ef0438
|
794 |
+
792, 0x1957133afa15b13a
|
795 |
+
793, 0xbaf28f27573a64c2
|
796 |
+
794, 0xc6f6ddd543ebf862
|
797 |
+
795, 0xdd7534315ec9ae1e
|
798 |
+
796, 0xd2b80cd2758dd3b
|
799 |
+
797, 0xa38c3da00cc81538
|
800 |
+
798, 0x15c95b82d3f9b0f9
|
801 |
+
799, 0x6704930287ce2571
|
802 |
+
800, 0x9c40cc2f6f4ecb0c
|
803 |
+
801, 0xc8de91f50b22e94e
|
804 |
+
802, 0x39272e8fddbfdf0a
|
805 |
+
803, 0x879e0aa810a117d
|
806 |
+
804, 0xa312fff4e9e5f3bd
|
807 |
+
805, 0x10dd747f2835dfec
|
808 |
+
806, 0xeb8466db7171cdae
|
809 |
+
807, 0xaa808d87b9ad040a
|
810 |
+
808, 0xab4d2229a329243a
|
811 |
+
809, 0x7c622f70d46f789c
|
812 |
+
810, 0x5d41cef5965b2a8e
|
813 |
+
811, 0xce97ec4702410d99
|
814 |
+
812, 0x5beba2812c91211b
|
815 |
+
813, 0xf134b46c93a3fec7
|
816 |
+
814, 0x76401d5630127226
|
817 |
+
815, 0xc55fc9d9eacd4ec1
|
818 |
+
816, 0xaec8cefaa12f813f
|
819 |
+
817, 0x2f845dcfd7b00722
|
820 |
+
818, 0x3380ab4c20885921
|
821 |
+
819, 0xdb68ad2597691b74
|
822 |
+
820, 0x8a7e4951455f563f
|
823 |
+
821, 0x2372d007ed761c53
|
824 |
+
822, 0xcab691907714c4f1
|
825 |
+
823, 0x16bc31d6f3abec1a
|
826 |
+
824, 0x7dff639fbcf1824
|
827 |
+
825, 0x6666985fbcff543d
|
828 |
+
826, 0xb618948e3d8e6d0c
|
829 |
+
827, 0x77b87837c794e068
|
830 |
+
828, 0xcd48288d54fcb5a8
|
831 |
+
829, 0x47a773ed6ae30dc3
|
832 |
+
830, 0xba85ae44e203c942
|
833 |
+
831, 0xa7a7b21791a25b2d
|
834 |
+
832, 0x4029dd92e63f19e0
|
835 |
+
833, 0xc2ad66ab85e7d5aa
|
836 |
+
834, 0xa0f237c96fdab0db
|
837 |
+
835, 0xffefb0ab1ca18ed
|
838 |
+
836, 0x90cb4500785fd7d5
|
839 |
+
837, 0xa7dd3120f4876435
|
840 |
+
838, 0x53f7872624694300
|
841 |
+
839, 0xea111326ff0040d9
|
842 |
+
840, 0x5f83cb4cce40c83b
|
843 |
+
841, 0x918e04936c3b504d
|
844 |
+
842, 0x87a8db4c0e15e87c
|
845 |
+
843, 0x7cff39da6a0dedd0
|
846 |
+
844, 0x36f7de2037f85381
|
847 |
+
845, 0xd1d8d94022a1e9a7
|
848 |
+
846, 0x2c9930127dc33ec9
|
849 |
+
847, 0x6cb4719dcd0101c6
|
850 |
+
848, 0xc01868cde76935f7
|
851 |
+
849, 0x6b86f2ec1ab50143
|
852 |
+
850, 0x68af607d8d94ae61
|
853 |
+
851, 0xe216c5b95feedf34
|
854 |
+
852, 0x4b866bd91efe2e4b
|
855 |
+
853, 0x4bff79df08f92c99
|
856 |
+
854, 0x6ff664ea806acfd1
|
857 |
+
855, 0x7fce0b3f9ece39bc
|
858 |
+
856, 0x29bc90b59cb3db97
|
859 |
+
857, 0x833c4b419198607d
|
860 |
+
858, 0xf3573e36ca4d4768
|
861 |
+
859, 0x50d71c0a3c2a3fa8
|
862 |
+
860, 0xd754591aea2017e7
|
863 |
+
861, 0x3f9126f1ee1ebf3
|
864 |
+
862, 0xe775d7f4b1e43de8
|
865 |
+
863, 0xe93d51628c263060
|
866 |
+
864, 0x83e77f6fb32d6d82
|
867 |
+
865, 0x43dd7eef823408e4
|
868 |
+
866, 0x1c843c2c90180662
|
869 |
+
867, 0xe924dafb9a16066b
|
870 |
+
868, 0x6af3ee96e7b7fbd9
|
871 |
+
869, 0x94d5c4f37befcd1f
|
872 |
+
870, 0x40ffb04bedef4236
|
873 |
+
871, 0x71c17bbc20e553e
|
874 |
+
872, 0x101f7a0a6208729f
|
875 |
+
873, 0x5ca34570cf923548
|
876 |
+
874, 0x8e3139db2e96e814
|
877 |
+
875, 0x3ab96d96263d048d
|
878 |
+
876, 0x97f3c0bbc6755c3c
|
879 |
+
877, 0x31fc72daedaef3dc
|
880 |
+
878, 0x71f8d7855d10789b
|
881 |
+
879, 0xce6dc97b4662333b
|
882 |
+
880, 0xfddc2aabd342bc61
|
883 |
+
881, 0xefbd4007ff8c7d2e
|
884 |
+
882, 0xf72cd6c689ef8758
|
885 |
+
883, 0x932c8b0c0e755137
|
886 |
+
884, 0x94cc4dedd58ff69
|
887 |
+
885, 0xde4dfd6890535979
|
888 |
+
886, 0xdb00dcd2dcb4a50a
|
889 |
+
887, 0xb0466240b4548107
|
890 |
+
888, 0x9cb9264c7b90d1a3
|
891 |
+
889, 0x357e378e9be5766b
|
892 |
+
890, 0x6e0316ef03367bbf
|
893 |
+
891, 0x201ea18839544ca
|
894 |
+
892, 0x803ff3406be5f338
|
895 |
+
893, 0xf9d5e82fd4144bb2
|
896 |
+
894, 0x1b6b88ca701e9f47
|
897 |
+
895, 0xd1fe5ab8e1f89cc0
|
898 |
+
896, 0x14171fe176c4bece
|
899 |
+
897, 0x887948bdef78beaa
|
900 |
+
898, 0x80449ddc3eb9b977
|
901 |
+
899, 0x5f4e1f900fb4bcf3
|
902 |
+
900, 0xbe30f8701909f8e2
|
903 |
+
901, 0xd1f2a2fb5503306d
|
904 |
+
902, 0x6b1c77238dc23803
|
905 |
+
903, 0x102156a6c9860f66
|
906 |
+
904, 0x4cd446e099edf4c1
|
907 |
+
905, 0xc79ac6cbc911f33b
|
908 |
+
906, 0x3ee096ffe3384f1c
|
909 |
+
907, 0xb58f83b18a306dc7
|
910 |
+
908, 0x9f76582141de56b2
|
911 |
+
909, 0x9ddfa85e02c13866
|
912 |
+
910, 0x4d9a19d4ce90a543
|
913 |
+
911, 0xbf81ab39fd17d376
|
914 |
+
912, 0x5327e5054c6a74f1
|
915 |
+
913, 0xd5062dd31db1a9b7
|
916 |
+
914, 0x645853735527edc
|
917 |
+
915, 0x485393967f91af08
|
918 |
+
916, 0xeff9667dcf77ca68
|
919 |
+
917, 0xd012313f5fbec464
|
920 |
+
918, 0xbeae35bdfae55144
|
921 |
+
919, 0x302c41ebac8444a0
|
922 |
+
920, 0x9ccdb6c2fe58fba8
|
923 |
+
921, 0x567753af68ed23f8
|
924 |
+
922, 0xff90f790e43efec3
|
925 |
+
923, 0x970cc756fb799696
|
926 |
+
924, 0xe59239d1c44915
|
927 |
+
925, 0x4d2d189fb3941f05
|
928 |
+
926, 0x96f23085db165a9c
|
929 |
+
927, 0xa1202dec7a37b1a5
|
930 |
+
928, 0xc0c1ee74bcd7dc1a
|
931 |
+
929, 0x9edcf2048b30333a
|
932 |
+
930, 0xd848588ba7e865fb
|
933 |
+
931, 0x8d9f0897317cab40
|
934 |
+
932, 0x67b96f15e25924fb
|
935 |
+
933, 0xefc8d8536619ee42
|
936 |
+
934, 0xf3f621d22bdde0c2
|
937 |
+
935, 0x68610a0de862ae32
|
938 |
+
936, 0xa22ca5142de24cbd
|
939 |
+
937, 0x8815452f4e6b4801
|
940 |
+
938, 0x4e9c1b607b2750e5
|
941 |
+
939, 0x19b3c09ba6fc9b25
|
942 |
+
940, 0x9b2543c8836780ac
|
943 |
+
941, 0xe702b8f950e56431
|
944 |
+
942, 0xb357cc329cac3917
|
945 |
+
943, 0x387bf86a17a31e08
|
946 |
+
944, 0x9940b983d331b163
|
947 |
+
945, 0xf5d89d7fe9095e18
|
948 |
+
946, 0x4362682329e5c4d1
|
949 |
+
947, 0xd2132573f6ae7b42
|
950 |
+
948, 0xc0a5849e23a61606
|
951 |
+
949, 0xdadbddf47265bc02
|
952 |
+
950, 0x1b96f00339a705f7
|
953 |
+
951, 0x94e6642329288913
|
954 |
+
952, 0x825ab3f10e6d330b
|
955 |
+
953, 0x1a1c31ac9d883ea0
|
956 |
+
954, 0xb49076b7155c6f47
|
957 |
+
955, 0x920cf3085dfe3ccb
|
958 |
+
956, 0x9743407c9f28e825
|
959 |
+
957, 0x6ce8a28622402719
|
960 |
+
958, 0xce2fe67e06baf8a6
|
961 |
+
959, 0x3a16b34784ecf5e6
|
962 |
+
960, 0x140467cc1d162a0c
|
963 |
+
961, 0x32d4772692ab625
|
964 |
+
962, 0xa4f4b28562f43336
|
965 |
+
963, 0x885b4335457bd84a
|
966 |
+
964, 0x499d3ed26c87ad8a
|
967 |
+
965, 0xc7328bcedb9a545e
|
968 |
+
966, 0xc6dd76a6cbf5d2b2
|
969 |
+
967, 0xba9c22be404ee1aa
|
970 |
+
968, 0x70e6aee45f23521d
|
971 |
+
969, 0x61e03a798593c177
|
972 |
+
970, 0x171671f809c68213
|
973 |
+
971, 0x28d54872fc1d914c
|
974 |
+
972, 0x43c2fcd9bd098b53
|
975 |
+
973, 0x172ad4c4a98b9d37
|
976 |
+
974, 0x330860c9460f2516
|
977 |
+
975, 0x49547f472df984f4
|
978 |
+
976, 0x873b2436d3f0e114
|
979 |
+
977, 0x6f99accf4ea050b6
|
980 |
+
978, 0x5968ac874ed51613
|
981 |
+
979, 0x4939d70d29a3c611
|
982 |
+
980, 0x11f381ed28738d3d
|
983 |
+
981, 0xa97430d36ab3a869
|
984 |
+
982, 0xe6fa880801129e22
|
985 |
+
983, 0xf84decbd8f48c913
|
986 |
+
984, 0x4425c0ed1e9a82a5
|
987 |
+
985, 0x7a1f9485e9929d5a
|
988 |
+
986, 0xc7c51f155dfce1c6
|
989 |
+
987, 0x9619a39501d74f2b
|
990 |
+
988, 0x7c7035955dbf4c1b
|
991 |
+
989, 0xc61ee569cf57c2c9
|
992 |
+
990, 0x3eaf7c5b0df734e1
|
993 |
+
991, 0xe71cb4064d1ede05
|
994 |
+
992, 0x356e3cec80e418b2
|
995 |
+
993, 0xca04306243a15be6
|
996 |
+
994, 0x941cf3881fa18896
|
997 |
+
995, 0x30dbb0e819d644e0
|
998 |
+
996, 0xaae22c0bef02859a
|
999 |
+
997, 0x7bd30917bbaa8a94
|
1000 |
+
998, 0x2672547bc8d7d329
|
1001 |
+
999, 0x4955c92aaa231578
|
env-llmeval/lib/python3.10/site-packages/numpy/random/tests/data/pcg64dxsm-testset-2.csv
ADDED
@@ -0,0 +1,1001 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
seed, 0x0
|
2 |
+
0, 0xd97e4a147f788a70
|
3 |
+
1, 0x8dfa7bce56e3a253
|
4 |
+
2, 0x13556ed9f53d3c10
|
5 |
+
3, 0x55dbf1c241341e98
|
6 |
+
4, 0xa2cd98f722eb0e0a
|
7 |
+
5, 0x83dfc407203ade8
|
8 |
+
6, 0xeaa083df518f030d
|
9 |
+
7, 0x44968c87e432852b
|
10 |
+
8, 0x573107b9cb8d9ecc
|
11 |
+
9, 0x9eedd1da50b9daca
|
12 |
+
10, 0xb33a6735ca451e3c
|
13 |
+
11, 0x72830d2b39677262
|
14 |
+
12, 0x9da8c512fd0207e8
|
15 |
+
13, 0x1fc5c91954a2672b
|
16 |
+
14, 0xd33479437116e08
|
17 |
+
15, 0x9ccdd9390cee46f3
|
18 |
+
16, 0x1fd39bb01acd9e76
|
19 |
+
17, 0xedc1869a42ff7fe5
|
20 |
+
18, 0xbd68ca0b42a6e7e9
|
21 |
+
19, 0x620b67df09621b1f
|
22 |
+
20, 0xfa11d51bd6950221
|
23 |
+
21, 0xc8c45b36e7d28d08
|
24 |
+
22, 0xe9c91272fbaad777
|
25 |
+
23, 0x2dc87a143f220e90
|
26 |
+
24, 0x6376a7c82361f49d
|
27 |
+
25, 0x552c5e434232fe75
|
28 |
+
26, 0x468f7f872ac195bc
|
29 |
+
27, 0x32bed6858125cf89
|
30 |
+
28, 0xe4f06111494d09d3
|
31 |
+
29, 0xa5c166ffea248b80
|
32 |
+
30, 0x4e26605b97064a3f
|
33 |
+
31, 0xceafd9f6fc5569d
|
34 |
+
32, 0xb772f2f9eed9e106
|
35 |
+
33, 0x672c65e6a93534e2
|
36 |
+
34, 0xcdc5e1a28d1bd6a0
|
37 |
+
35, 0x1ed9c96daeebd3e3
|
38 |
+
36, 0x4d189dcfc0c93c3f
|
39 |
+
37, 0x50df5a95c62f4b43
|
40 |
+
38, 0xcccf4949fa65bbb8
|
41 |
+
39, 0x19b8073d53cdc984
|
42 |
+
40, 0x6fb40bba35483703
|
43 |
+
41, 0xb02de4aef86b515a
|
44 |
+
42, 0x4d90c63655350310
|
45 |
+
43, 0xea44e4089825b16c
|
46 |
+
44, 0x8d676958b1f9da2b
|
47 |
+
45, 0x6d313940917ae195
|
48 |
+
46, 0x1b1d35a4c1dd19f4
|
49 |
+
47, 0x117720f8397337ef
|
50 |
+
48, 0xcc073cf3ac11eeaa
|
51 |
+
49, 0x8331ec58a9ff8acb
|
52 |
+
50, 0xf3dc2a308b6b866f
|
53 |
+
51, 0x7eba1202663382b6
|
54 |
+
52, 0x8269839debeb4e5a
|
55 |
+
53, 0x87fd3dc0f9181a8e
|
56 |
+
54, 0xabe62ddd3c925f03
|
57 |
+
55, 0x7f56f146944fe8d4
|
58 |
+
56, 0xc535972150852068
|
59 |
+
57, 0x60b252d453bd3a68
|
60 |
+
58, 0x4251f0134634490a
|
61 |
+
59, 0x338950da210dfeb2
|
62 |
+
60, 0xcadfe932971c9471
|
63 |
+
61, 0xfb7049457fab470e
|
64 |
+
62, 0x9bfb8145a4459dff
|
65 |
+
63, 0x4a89dda3898f9d8a
|
66 |
+
64, 0x88cc560151483929
|
67 |
+
65, 0x277dc820f4b6796e
|
68 |
+
66, 0x3524bd07ea0afb88
|
69 |
+
67, 0x92eb6ffb2bf14311
|
70 |
+
68, 0xf6559be0783f3fe9
|
71 |
+
69, 0xf0844f9af54af00d
|
72 |
+
70, 0xdd5e0b59adcef8a
|
73 |
+
71, 0x4ff7e4f2ab18554c
|
74 |
+
72, 0x3fa22c8a02634587
|
75 |
+
73, 0x1db8e1a9442fe300
|
76 |
+
74, 0x40cf15953ad3d3e7
|
77 |
+
75, 0x92af15fe1a9f6f0a
|
78 |
+
76, 0xab4a0e466fb0cfd
|
79 |
+
77, 0x944f1555a06cca82
|
80 |
+
78, 0x10cf48412f1f6066
|
81 |
+
79, 0x7f51f9a455f9e8e1
|
82 |
+
80, 0x47ee93530f024c7e
|
83 |
+
81, 0x36cf2f0413e0f6f2
|
84 |
+
82, 0xa315e23731969407
|
85 |
+
83, 0xd8e2796327cf5f87
|
86 |
+
84, 0xa86072696a555c34
|
87 |
+
85, 0xee3f0b8804feaab7
|
88 |
+
86, 0x41e80dc858f8360b
|
89 |
+
87, 0x31ec2e9b78f5b29
|
90 |
+
88, 0xd397fb9b8561344c
|
91 |
+
89, 0x28081e724e649b74
|
92 |
+
90, 0x5c135fc3fc672348
|
93 |
+
91, 0x9a276ca70ce9caa0
|
94 |
+
92, 0x9216da059229050a
|
95 |
+
93, 0xcf7d375ed68007b0
|
96 |
+
94, 0xa68ad1963724a770
|
97 |
+
95, 0xd4350de8d3b6787c
|
98 |
+
96, 0xee7d2c2cc275b6d2
|
99 |
+
97, 0x71645ec738749735
|
100 |
+
98, 0x45abdf8c68d33dbb
|
101 |
+
99, 0xe71cadb692c705ea
|
102 |
+
100, 0x60af6f061fd90622
|
103 |
+
101, 0x1eabe2072632c99d
|
104 |
+
102, 0x947dda995a402cb6
|
105 |
+
103, 0xbb19f49a3454f3b
|
106 |
+
104, 0xe6e43e907407758c
|
107 |
+
105, 0xfe2b67016bd6873a
|
108 |
+
106, 0x7fdb4dd8ab30a722
|
109 |
+
107, 0x39d3265b0ff1a45b
|
110 |
+
108, 0xed24c0e4fce8d0c2
|
111 |
+
109, 0xf6e074f86faf669d
|
112 |
+
110, 0x9142040df8dc2a79
|
113 |
+
111, 0x9682ab16bc939a9c
|
114 |
+
112, 0x6a4e80c378d971c8
|
115 |
+
113, 0x31309c2c7fc2d3d6
|
116 |
+
114, 0xb7237ec682993339
|
117 |
+
115, 0x6a30c06bb83dccd9
|
118 |
+
116, 0x21c8e9b6d8e7c382
|
119 |
+
117, 0x258a24ae6f086a19
|
120 |
+
118, 0xb76edb5be7df5c35
|
121 |
+
119, 0x3c11d7d5c16e7175
|
122 |
+
120, 0xbdfc34c31eff66e1
|
123 |
+
121, 0x8af66e44be8bf3a2
|
124 |
+
122, 0x3053292e193dec28
|
125 |
+
123, 0xd0cc44545b454995
|
126 |
+
124, 0x408ac01a9289d56
|
127 |
+
125, 0x4e02d34318ec2e85
|
128 |
+
126, 0x9413ff3777c6eb6b
|
129 |
+
127, 0xa3a301f8e37eb3df
|
130 |
+
128, 0x14e6306bd8d8f9f9
|
131 |
+
129, 0xd3ea06ce16c4a653
|
132 |
+
130, 0x170abe5429122982
|
133 |
+
131, 0x7f9e6fddc6cacb85
|
134 |
+
132, 0xa41b93e10a10a4c8
|
135 |
+
133, 0x239216f9d5b6d0b5
|
136 |
+
134, 0x985fcb6cb4190d98
|
137 |
+
135, 0xb45e3e7c68f480c6
|
138 |
+
136, 0xc1b2fc2e0446211c
|
139 |
+
137, 0x4596adb28858c498
|
140 |
+
138, 0x2dd706f3458ddc75
|
141 |
+
139, 0x29c988c86f75464
|
142 |
+
140, 0xac33a65aa679a60
|
143 |
+
141, 0xa28fef762d39d938
|
144 |
+
142, 0x541e6fa48647f53
|
145 |
+
143, 0x27838d56b2649735
|
146 |
+
144, 0x8e143d318a796212
|
147 |
+
145, 0xaea6097745f586b8
|
148 |
+
146, 0x636143330f8ee2e6
|
149 |
+
147, 0xc2d05fd8b945b172
|
150 |
+
148, 0x6e355f9eb4353055
|
151 |
+
149, 0xeb64ca42e8bf282e
|
152 |
+
150, 0xe8202dfd9da0fe5
|
153 |
+
151, 0x7305689c9d790cba
|
154 |
+
152, 0xf122f8b1bef32970
|
155 |
+
153, 0x9562887e38c32ba5
|
156 |
+
154, 0xf9cd9be121b738d
|
157 |
+
155, 0x6238e0c398307913
|
158 |
+
156, 0x5f2e79bb07c30f47
|
159 |
+
157, 0x8ce8e45c465006e
|
160 |
+
158, 0x39281fe1e99e2441
|
161 |
+
159, 0xafb10c2ca2874fea
|
162 |
+
160, 0x6e52f91633f83cf
|
163 |
+
161, 0x8ff12c1ac73c4494
|
164 |
+
162, 0xe48608a09365af59
|
165 |
+
163, 0xefd9bbc7e76e6a33
|
166 |
+
164, 0xbe16a39d5c38ec92
|
167 |
+
165, 0x6a6ffbcaf5a2330f
|
168 |
+
166, 0xdd5d6ac7d998d43d
|
169 |
+
167, 0x207bf978226d4f11
|
170 |
+
168, 0xf8eec56bd2a0f62e
|
171 |
+
169, 0xa5bccf05dce0d975
|
172 |
+
170, 0x93cf3ec1afe457a6
|
173 |
+
171, 0x38651466d201f736
|
174 |
+
172, 0x3ad21473985c9184
|
175 |
+
173, 0xc6407a3bd38c92a6
|
176 |
+
174, 0xb1ec42c7afa90a25
|
177 |
+
175, 0xbdeca984df8b7dd3
|
178 |
+
176, 0xb6926b1d00aa6c55
|
179 |
+
177, 0x86141d0022352d49
|
180 |
+
178, 0x169316256135ee09
|
181 |
+
179, 0xffb1c7767af02a5c
|
182 |
+
180, 0x502af38ad19f5c91
|
183 |
+
181, 0xfbf6cbc080086658
|
184 |
+
182, 0x33cf9b219edae501
|
185 |
+
183, 0x46e69bebd77b8862
|
186 |
+
184, 0xf11e0cc91125d041
|
187 |
+
185, 0xb4cd1649f85e078f
|
188 |
+
186, 0xb49be408db4e952
|
189 |
+
187, 0xb0b8db46140cce3c
|
190 |
+
188, 0xba647f2174012be7
|
191 |
+
189, 0x4f0a09e406970ac9
|
192 |
+
190, 0xf868c7aec9890a5c
|
193 |
+
191, 0xde4c8fa7498ea090
|
194 |
+
192, 0x872ceb197978c1d4
|
195 |
+
193, 0x1eb5cd9c3269b258
|
196 |
+
194, 0x3ea189f91724f014
|
197 |
+
195, 0x41379656f7746f2c
|
198 |
+
196, 0x7bd18493aca60e51
|
199 |
+
197, 0x5380c23b0cbbf15e
|
200 |
+
198, 0x920b72835f88246b
|
201 |
+
199, 0x24d7f734a4548b8e
|
202 |
+
200, 0x9944edb57e5aa145
|
203 |
+
201, 0x4628e136ebb8afe1
|
204 |
+
202, 0xb4ee6a776356e2a7
|
205 |
+
203, 0x481cbe9744ccf7d7
|
206 |
+
204, 0x7e8d67e8b0b995d9
|
207 |
+
205, 0xeeacde100af7b47e
|
208 |
+
206, 0x103da08f2487dab7
|
209 |
+
207, 0x6b9890a91d831459
|
210 |
+
208, 0xd0c5beae37b572c7
|
211 |
+
209, 0xfdccc371ee73fcc
|
212 |
+
210, 0x65438f0a367a2003
|
213 |
+
211, 0x5d23b2c818a7e943
|
214 |
+
212, 0x9a8ed45ac04b58b3
|
215 |
+
213, 0xdaf3c3f1695dce10
|
216 |
+
214, 0x5960eec706fa2bc0
|
217 |
+
215, 0x98ca652facb80d40
|
218 |
+
216, 0x72970ae5e2194143
|
219 |
+
217, 0x18c6374d878c5c94
|
220 |
+
218, 0x20fa51f997381900
|
221 |
+
219, 0x3af253dba26d6e1d
|
222 |
+
220, 0x1b23d65db15c7f78
|
223 |
+
221, 0x9f53ae976259b0e3
|
224 |
+
222, 0x9a6addb28dc92d49
|
225 |
+
223, 0x1e085c4accd0a7d7
|
226 |
+
224, 0xe9d3f4cc9bad6ce5
|
227 |
+
225, 0xe018fad78b5b1059
|
228 |
+
226, 0x5ef7682232b4b95
|
229 |
+
227, 0xb2242aa649f5de80
|
230 |
+
228, 0x8f3e6d8dd99b9e4e
|
231 |
+
229, 0xb9be6cc22949d62a
|
232 |
+
230, 0xecbdc7beaa5ff1fe
|
233 |
+
231, 0xd388db43a855bdf0
|
234 |
+
232, 0xd71ee3238852568d
|
235 |
+
233, 0x85ab3056304c04b5
|
236 |
+
234, 0x2ed7ae7ad3cfc3cb
|
237 |
+
235, 0x781d1b03d40b6c48
|
238 |
+
236, 0x7d3c740886657e6d
|
239 |
+
237, 0x982cfa6828daa6b0
|
240 |
+
238, 0x278579599c529464
|
241 |
+
239, 0x773adecfae9f0e08
|
242 |
+
240, 0x63a243ea4b85c5d7
|
243 |
+
241, 0x59940074fc3709e1
|
244 |
+
242, 0xc914a2eed58a6363
|
245 |
+
243, 0x2602b04274dd724c
|
246 |
+
244, 0xdf636eb7636c2c42
|
247 |
+
245, 0x891a334d0d26c547
|
248 |
+
246, 0xde8cd586d499e22d
|
249 |
+
247, 0x3ea1aa4d9b7035b6
|
250 |
+
248, 0xd085cff6f9501523
|
251 |
+
249, 0xe82a872f374959e
|
252 |
+
250, 0x55cb495bbd42cc53
|
253 |
+
251, 0x5f42b3226e56ca97
|
254 |
+
252, 0xea463f6f203493a3
|
255 |
+
253, 0xeef3718e57731737
|
256 |
+
254, 0x1bd4f9d62b7f9f3c
|
257 |
+
255, 0x19284f5e74817511
|
258 |
+
256, 0xaf6e842c7450ca87
|
259 |
+
257, 0x1d27d2b08a6b3600
|
260 |
+
258, 0xfb4b912b396a52e3
|
261 |
+
259, 0x30804d4c5c710121
|
262 |
+
260, 0x4907e82564e36338
|
263 |
+
261, 0x6441cf3b2900ddb7
|
264 |
+
262, 0xd76de6f51988dc66
|
265 |
+
263, 0x4f298ef96fd5e6d2
|
266 |
+
264, 0x65432960c009f83d
|
267 |
+
265, 0x65ebed07e1d2e3df
|
268 |
+
266, 0xf83ee8078febca20
|
269 |
+
267, 0x7bb18e9d74fc5b29
|
270 |
+
268, 0x597b5fbc2261d91
|
271 |
+
269, 0xea4f8ed0732b15b2
|
272 |
+
270, 0xba2267f74f458268
|
273 |
+
271, 0x3f304acabd746bbb
|
274 |
+
272, 0x7bd187af85659a82
|
275 |
+
273, 0x88e20dbdb7a08ea3
|
276 |
+
274, 0x2a2dc948c772fcb4
|
277 |
+
275, 0x87784fec2993c867
|
278 |
+
276, 0x89163933cd362d4e
|
279 |
+
277, 0xfd7b24f04302f957
|
280 |
+
278, 0x9bdd544405dfb153
|
281 |
+
279, 0xddee0fac58ffc611
|
282 |
+
280, 0xa8e8993417e71ec1
|
283 |
+
281, 0x55e0ab46ff7757af
|
284 |
+
282, 0x53e7645f08d3d7df
|
285 |
+
283, 0xbf78e563bc656ba2
|
286 |
+
284, 0x1d162253b45ee2de
|
287 |
+
285, 0x15e2bfefedf29eb4
|
288 |
+
286, 0x4e2a4584aa394702
|
289 |
+
287, 0xa89fb12b01525897
|
290 |
+
288, 0x825bd98f0544e4df
|
291 |
+
289, 0xfc6c50da6750700
|
292 |
+
290, 0xc24aaabde7d28423
|
293 |
+
291, 0x79d6f4660fcb19e5
|
294 |
+
292, 0xee7d4fb40c8d659f
|
295 |
+
293, 0x70bc281b462e811d
|
296 |
+
294, 0x23ed4dc9636519a7
|
297 |
+
295, 0xcb7c3f5a5711b935
|
298 |
+
296, 0xe73090e0508c5d9d
|
299 |
+
297, 0xb25a331f375952a6
|
300 |
+
298, 0xa64c86e0c04740f6
|
301 |
+
299, 0xb8f3ffc8d56ac124
|
302 |
+
300, 0x2479266fc5ee6b15
|
303 |
+
301, 0x8d5792d27f5ffbcb
|
304 |
+
302, 0xb064298be946cd52
|
305 |
+
303, 0xf0934a98912ffe26
|
306 |
+
304, 0xbe805682c6634d98
|
307 |
+
305, 0xe0e6e2c010012b4f
|
308 |
+
306, 0x58c47d475f75976
|
309 |
+
307, 0x358c9a6e646b2b4a
|
310 |
+
308, 0x7e7c4ffca5b17ba7
|
311 |
+
309, 0x43585c8c9a24a04c
|
312 |
+
310, 0x5154ddbcd68d5c2c
|
313 |
+
311, 0x4a2b062d3742a5e
|
314 |
+
312, 0xca5691191da2b946
|
315 |
+
313, 0x696a542109457466
|
316 |
+
314, 0x9eb5d658a5022ba5
|
317 |
+
315, 0x8158cf6b599ab8dc
|
318 |
+
316, 0x1b95391eaa4af4a6
|
319 |
+
317, 0x9953e79bd0fc3107
|
320 |
+
318, 0x8639690086748123
|
321 |
+
319, 0x2d35781c287c6842
|
322 |
+
320, 0x393ef0001cd7bc8f
|
323 |
+
321, 0xe3a61be8c5f2c22a
|
324 |
+
322, 0x5e4ff21b847cc29b
|
325 |
+
323, 0x4c9c9389a370eb84
|
326 |
+
324, 0xd43a25a8fc3635fa
|
327 |
+
325, 0xf6790e4a85385508
|
328 |
+
326, 0x37edf0c81cb95e1d
|
329 |
+
327, 0x52db00d6e6e79af8
|
330 |
+
328, 0x3b202bceeb7f096
|
331 |
+
329, 0x2a164a1c776136bb
|
332 |
+
330, 0x73e03ee3fd80fd1b
|
333 |
+
331, 0xd2c58c0746b8d858
|
334 |
+
332, 0x2ed2cb0038153d22
|
335 |
+
333, 0x98996d0fc8ceeacc
|
336 |
+
334, 0xa4ed0589936b37f
|
337 |
+
335, 0x5f61cf41a6d2c172
|
338 |
+
336, 0xa6d4afb538c110d7
|
339 |
+
337, 0xe85834541baadf1a
|
340 |
+
338, 0x4c8967107fd49212
|
341 |
+
339, 0x49bafb762ab1a8c1
|
342 |
+
340, 0x45d540e2a834bf17
|
343 |
+
341, 0x1c0ec8b4ed671dac
|
344 |
+
342, 0x3d503ce2c83fe883
|
345 |
+
343, 0x437bfffd95f42022
|
346 |
+
344, 0xc82d1e3d5c2bc8d2
|
347 |
+
345, 0x7a0a9cbfcb0d3f24
|
348 |
+
346, 0xc0a4f00251b7a3be
|
349 |
+
347, 0xb5be24e74bb6a1c6
|
350 |
+
348, 0xa3104b94b57545b1
|
351 |
+
349, 0x86de7d0c4b97b361
|
352 |
+
350, 0x879c1483f26538a6
|
353 |
+
351, 0xd74c87557f6accfb
|
354 |
+
352, 0x2f9be40dbf0fe8a1
|
355 |
+
353, 0x445a93398f608d89
|
356 |
+
354, 0x7b3cb8a7211d7fdc
|
357 |
+
355, 0xe86cc51290d031e7
|
358 |
+
356, 0x33ef3594052ad79f
|
359 |
+
357, 0xc61911d241dbb590
|
360 |
+
358, 0x37cccb0c0e3de461
|
361 |
+
359, 0xb75259124080b48b
|
362 |
+
360, 0xd81e8961beb4abe5
|
363 |
+
361, 0xf4542deb84a754e
|
364 |
+
362, 0x6ea036d00385f02e
|
365 |
+
363, 0xa7b60b0ac3b88681
|
366 |
+
364, 0x108a6c36ca30baf5
|
367 |
+
365, 0x4a2adc5bbfe2bf07
|
368 |
+
366, 0x4079501f892a5342
|
369 |
+
367, 0x55e113963c5448f0
|
370 |
+
368, 0x8019ff4903b37242
|
371 |
+
369, 0x109c6dcdb7ec6618
|
372 |
+
370, 0x1239ac50944da450
|
373 |
+
371, 0xe1399c7f94c651c1
|
374 |
+
372, 0x5a6bbbae388d365a
|
375 |
+
373, 0x4d72be57b8810929
|
376 |
+
374, 0x3f067df24384e1fb
|
377 |
+
375, 0x4f8b9e0f7f6c7be
|
378 |
+
376, 0x202492c342a3b08
|
379 |
+
377, 0x250753192af93a3
|
380 |
+
378, 0xfba1159d9de2cb8e
|
381 |
+
379, 0xba964497ab05505c
|
382 |
+
380, 0x1329ec5d8a709dca
|
383 |
+
381, 0x32927cacb6cd22bb
|
384 |
+
382, 0x6b4d7db904187d56
|
385 |
+
383, 0xe76adccf8e841e02
|
386 |
+
384, 0x8c4bf4b6a788202
|
387 |
+
385, 0x3013a3b409831651
|
388 |
+
386, 0x7427d125c475412f
|
389 |
+
387, 0x84dcc4bb2bf43202
|
390 |
+
388, 0x117526f1101372a5
|
391 |
+
389, 0xfe95d64b8984bd72
|
392 |
+
390, 0x524e129934cc55c1
|
393 |
+
391, 0xc3db4b0418c36d30
|
394 |
+
392, 0xe1cb2047e9c19f7a
|
395 |
+
393, 0xea43d6c8d8982795
|
396 |
+
394, 0xe80ac8a37df89ed
|
397 |
+
395, 0xfecc2104329ed306
|
398 |
+
396, 0xa5c38aac9c1d51ea
|
399 |
+
397, 0x3abe5d1c01e4fe17
|
400 |
+
398, 0x717a805d97fcc7ac
|
401 |
+
399, 0x94441f8207a1fb78
|
402 |
+
400, 0x22d7869c5f002607
|
403 |
+
401, 0x349e899f28c3a1b9
|
404 |
+
402, 0x5639950cdea92b75
|
405 |
+
403, 0x7e08450497c375b
|
406 |
+
404, 0x94bf898b475d211d
|
407 |
+
405, 0x75c761a402375104
|
408 |
+
406, 0x1930920ec9d2a1e7
|
409 |
+
407, 0xb774ba1bc6f6e4e2
|
410 |
+
408, 0xf715602412e5d900
|
411 |
+
409, 0x87bb995f4a13f0ba
|
412 |
+
410, 0xa3c787868dfa9c8d
|
413 |
+
411, 0xa17fd42a5a4f0987
|
414 |
+
412, 0x4a9f7d435242b86
|
415 |
+
413, 0x240364aff88f8aef
|
416 |
+
414, 0xe7cd4cf4bf39f144
|
417 |
+
415, 0xd030f313ca4c2692
|
418 |
+
416, 0xc46696f4e03ec1e9
|
419 |
+
417, 0x22c60f1ec21060b3
|
420 |
+
418, 0x16c88058fd68986f
|
421 |
+
419, 0x69ca448e8e6bde3f
|
422 |
+
420, 0x3466c2cdec218abd
|
423 |
+
421, 0x837ac4d05e6b117d
|
424 |
+
422, 0x911210e154690191
|
425 |
+
423, 0x9ece851d6fa358b7
|
426 |
+
424, 0x42f79cb0c45e7897
|
427 |
+
425, 0xbf7583babd7c499b
|
428 |
+
426, 0x2059fe8031c6e0b9
|
429 |
+
427, 0xabbec8fc00f7e51d
|
430 |
+
428, 0x88809d86a3a256e1
|
431 |
+
429, 0xd36056df829fdcb5
|
432 |
+
430, 0x515632b6cb914c64
|
433 |
+
431, 0xba76d06c2558874
|
434 |
+
432, 0x632c54ca4214d253
|
435 |
+
433, 0xadec487adf2cb215
|
436 |
+
434, 0x521e663e1940513d
|
437 |
+
435, 0xb1b638b548806694
|
438 |
+
436, 0xbe2d5bfbe57d2c72
|
439 |
+
437, 0x8b89e7719db02f7
|
440 |
+
438, 0x90ba5281c1d56e63
|
441 |
+
439, 0x899e1b92fceea102
|
442 |
+
440, 0xf90d918e15182fa6
|
443 |
+
441, 0x94a489ce96c948c4
|
444 |
+
442, 0xad34db453517fcd4
|
445 |
+
443, 0xc5264eb2de15930f
|
446 |
+
444, 0x101b4e6603a21cee
|
447 |
+
445, 0xef9b6258d6e85fff
|
448 |
+
446, 0x6075c7d6c048bd7a
|
449 |
+
447, 0x6f03232c64e438aa
|
450 |
+
448, 0x18c983d7105ee469
|
451 |
+
449, 0x3ffc23f5c1375879
|
452 |
+
450, 0xbc1b4a00afb1f9f
|
453 |
+
451, 0x5afa6b2bb8c6b46e
|
454 |
+
452, 0xe7fce4af2f2c152a
|
455 |
+
453, 0x5b00ab5c4b3982c7
|
456 |
+
454, 0x2d4b0c9c0eb4bd0c
|
457 |
+
455, 0x61d926270642f1f2
|
458 |
+
456, 0x7219c485c23a2377
|
459 |
+
457, 0x7e471c752fecd895
|
460 |
+
458, 0x23c4d30a4d17ba1f
|
461 |
+
459, 0x65cb277fe565ca22
|
462 |
+
460, 0xcbb56ed9c701363b
|
463 |
+
461, 0xfd04ab3a6eba8282
|
464 |
+
462, 0x19c9e5c8bab38500
|
465 |
+
463, 0xea4c15227676b65b
|
466 |
+
464, 0x20f3412606c8da6f
|
467 |
+
465, 0xb06782d3bf61a239
|
468 |
+
466, 0xf96e02d5276a9a31
|
469 |
+
467, 0x835d256b42aa52a6
|
470 |
+
468, 0x25b09151747f39c1
|
471 |
+
469, 0x64507386e1103eda
|
472 |
+
470, 0x51cbc05716ef88e4
|
473 |
+
471, 0x998cd9b7989e81cc
|
474 |
+
472, 0x9d7115416bec28d1
|
475 |
+
473, 0xc992ca39de97906b
|
476 |
+
474, 0xd571e6f7ca598214
|
477 |
+
475, 0xafc7fb6ccd9abbf8
|
478 |
+
476, 0x88ef456febff7bf4
|
479 |
+
477, 0xdbe87ccc55b157d2
|
480 |
+
478, 0xaab95e405f8a4f6d
|
481 |
+
479, 0xad586a385e74af4f
|
482 |
+
480, 0x23cd15225c8485aa
|
483 |
+
481, 0x370940bf47900ac7
|
484 |
+
482, 0xefd6afda1a4b0ead
|
485 |
+
483, 0x9cb1a4c90993dd7a
|
486 |
+
484, 0xff7893e8b2f70b11
|
487 |
+
485, 0xb09e1807c0638e8e
|
488 |
+
486, 0xb10915dcb4978f74
|
489 |
+
487, 0x88212ab0051a85eb
|
490 |
+
488, 0x7af41b76e1ec793f
|
491 |
+
489, 0x2e5c486406d3fefd
|
492 |
+
490, 0xebe54eff67f513cc
|
493 |
+
491, 0xab6c90d0876a79b8
|
494 |
+
492, 0x224df82f93fe9089
|
495 |
+
493, 0xc51c1ce053dc9cd2
|
496 |
+
494, 0x5ef35a4d8a633ee7
|
497 |
+
495, 0x4aca033459c2585f
|
498 |
+
496, 0xd066932c6eefb23d
|
499 |
+
497, 0x5309768aab9a7591
|
500 |
+
498, 0xa2a3e33823df37f9
|
501 |
+
499, 0xcec77ff6a359ee9
|
502 |
+
500, 0x784dc62d999d3483
|
503 |
+
501, 0x84e789fb8acc985d
|
504 |
+
502, 0xd590237e86aa60f
|
505 |
+
503, 0x737e2ffe1c8ad600
|
506 |
+
504, 0xc019c3a39a99eab8
|
507 |
+
505, 0x6a39e9836964c516
|
508 |
+
506, 0xe0fe43129535d9da
|
509 |
+
507, 0xdfc5f603d639d4de
|
510 |
+
508, 0x7b9a7d048a9c03b6
|
511 |
+
509, 0xbb5aa520faa27fdd
|
512 |
+
510, 0x2a09b4200f398fa2
|
513 |
+
511, 0x38cc88107904064e
|
514 |
+
512, 0xa9a90d0b2d92bb25
|
515 |
+
513, 0x9419762f87e987e3
|
516 |
+
514, 0x1a52c525153dedcd
|
517 |
+
515, 0xc26d9973dd65ae99
|
518 |
+
516, 0x8e89bd9d0dc6e6a1
|
519 |
+
517, 0x2f30868dc01bfb53
|
520 |
+
518, 0x20f09d99b46501c4
|
521 |
+
519, 0x78b468a563b8f1e9
|
522 |
+
520, 0xcccf34b0b6c380c7
|
523 |
+
521, 0xf554e7dc815297e6
|
524 |
+
522, 0x332a585cfb4a50ef
|
525 |
+
523, 0xa9fb64a2b6da41d7
|
526 |
+
524, 0xdcd2a5a337391ce0
|
527 |
+
525, 0x8a9bd3e324c6463d
|
528 |
+
526, 0x9f4487d725503bdd
|
529 |
+
527, 0xf72282d82f1d0ff
|
530 |
+
528, 0x308f4160abb72d42
|
531 |
+
529, 0x648de1db3a601b08
|
532 |
+
530, 0x36cab5192e7ebd39
|
533 |
+
531, 0x7975fbe4ab6a1c66
|
534 |
+
532, 0xd515b4d72243864e
|
535 |
+
533, 0x43a568f8b915e895
|
536 |
+
534, 0x15fa9f2057bdb91d
|
537 |
+
535, 0x7a43858ef7a222dc
|
538 |
+
536, 0x17b4a9175ac074fe
|
539 |
+
537, 0xa932c833b8d0f8f8
|
540 |
+
538, 0x1d2db93a9a587678
|
541 |
+
539, 0x98abd1d146124d27
|
542 |
+
540, 0xf0ab0431671740aa
|
543 |
+
541, 0xa9d182467540ad33
|
544 |
+
542, 0x41c8a6cfc331b7fc
|
545 |
+
543, 0xa52c6bd0fcd1d228
|
546 |
+
544, 0x2773c29a34dc6fa3
|
547 |
+
545, 0x3098230746fc1f37
|
548 |
+
546, 0xd63311bb4f23fabe
|
549 |
+
547, 0x6712bf530cd2faec
|
550 |
+
548, 0x342e8f342e42c4dd
|
551 |
+
549, 0xfbd83331851cdcad
|
552 |
+
550, 0xe903be1361bbc34d
|
553 |
+
551, 0xd94372e5077e3ef9
|
554 |
+
552, 0x95aaa234f194bd8
|
555 |
+
553, 0x20c0c8fb11e27538
|
556 |
+
554, 0xfaf47dc90462b30b
|
557 |
+
555, 0x8ddc6d144147682a
|
558 |
+
556, 0xf626833fd926af55
|
559 |
+
557, 0x5df93c34290d1793
|
560 |
+
558, 0xb06a903e6e9fca5e
|
561 |
+
559, 0x10c792dc851d77ca
|
562 |
+
560, 0xd9b1b817b18e56cb
|
563 |
+
561, 0x3a81730c408eb408
|
564 |
+
562, 0x65052c04a8d4b63c
|
565 |
+
563, 0x3328546598e33742
|
566 |
+
564, 0xeca44a13f62d156d
|
567 |
+
565, 0x69f83d1d86b20170
|
568 |
+
566, 0x937764200412027d
|
569 |
+
567, 0xc57eb1b58df0f191
|
570 |
+
568, 0xa1c7d67dce81bc41
|
571 |
+
569, 0x8e709c59a6a579ce
|
572 |
+
570, 0x776a2f5155d46c70
|
573 |
+
571, 0xd92906fbbc373aa5
|
574 |
+
572, 0xe97ad478a2a98bf6
|
575 |
+
573, 0xc296c8819ac815f
|
576 |
+
574, 0x613ede67ba70e93e
|
577 |
+
575, 0xe145222498f99cde
|
578 |
+
576, 0xafcdfa7a3c1cf9bf
|
579 |
+
577, 0x1c89252176db670d
|
580 |
+
578, 0xad245eda5c0865ff
|
581 |
+
579, 0x249463d3053eb917
|
582 |
+
580, 0xc9be16d337517c0b
|
583 |
+
581, 0xefcc82bf67b8f731
|
584 |
+
582, 0x1e01577d029e0d00
|
585 |
+
583, 0xad9c24b2a4f3d418
|
586 |
+
584, 0xed2cceb510db4d0f
|
587 |
+
585, 0xbddadcdb92400c70
|
588 |
+
586, 0x67d6b0476ef82186
|
589 |
+
587, 0xbc7662ff7bf19f73
|
590 |
+
588, 0x9d94452a729e6e92
|
591 |
+
589, 0x6b278d8594f55428
|
592 |
+
590, 0x6c4b31cceb1b2109
|
593 |
+
591, 0xccc6c3a726701e9
|
594 |
+
592, 0x6bc28ece07df8925
|
595 |
+
593, 0xc0422b7bf150ccc4
|
596 |
+
594, 0xab7158f044e73479
|
597 |
+
595, 0xdf3347546d9ed83f
|
598 |
+
596, 0x3b3235a02c70dff4
|
599 |
+
597, 0x2551c49c14ea8d77
|
600 |
+
598, 0xee2f7f5bb3cc228e
|
601 |
+
599, 0x39b87bfe8c882d39
|
602 |
+
600, 0x7dd420fad380b51c
|
603 |
+
601, 0xffe64976af093f96
|
604 |
+
602, 0x4a4f48dc6e7eaa5f
|
605 |
+
603, 0x85f2514d32fdc8cc
|
606 |
+
604, 0x1ab1215fd7f94801
|
607 |
+
605, 0x4cd1200fc795b774
|
608 |
+
606, 0xcf8af463a38942ee
|
609 |
+
607, 0x319caa7ce3022721
|
610 |
+
608, 0x8cd9798a76d1aea4
|
611 |
+
609, 0x2bd3933ac7afd34e
|
612 |
+
610, 0x85d4c323403cf811
|
613 |
+
611, 0xd7b956d3064efa30
|
614 |
+
612, 0x67a078dbf1f13068
|
615 |
+
613, 0x665fa6c83e87c290
|
616 |
+
614, 0x9333ac2416d2469b
|
617 |
+
615, 0xdfb1fd21a0094977
|
618 |
+
616, 0xa1962a6e2c25f8ff
|
619 |
+
617, 0x1f3b10a7ed5287cf
|
620 |
+
618, 0x70641efb3d362713
|
621 |
+
619, 0xe527a2cf85d00918
|
622 |
+
620, 0x9741e45d3f9890a3
|
623 |
+
621, 0x6cb74b5d4d36db4b
|
624 |
+
622, 0xf24734d622bd2209
|
625 |
+
623, 0xadd6d94f78e9d378
|
626 |
+
624, 0xc3bbdb59225cca7f
|
627 |
+
625, 0x5ad36614275b30cd
|
628 |
+
626, 0x495568dd74eea434
|
629 |
+
627, 0xf35de47e0ffe1f2d
|
630 |
+
628, 0xefa209dca719ab18
|
631 |
+
629, 0x844ddcaeb5b99ae8
|
632 |
+
630, 0x37449670a1dc7b19
|
633 |
+
631, 0x5a4612c166f845c1
|
634 |
+
632, 0xe70f7782f2087947
|
635 |
+
633, 0x98d484deac365721
|
636 |
+
634, 0x705302198cf52457
|
637 |
+
635, 0x7135ae0f5b77df41
|
638 |
+
636, 0x342ac6e44a9b6fc3
|
639 |
+
637, 0x2713fd2a59af5826
|
640 |
+
638, 0x6e1a3f90f84efa75
|
641 |
+
639, 0x9fb3b4dd446ca040
|
642 |
+
640, 0x530044ae91e6bd49
|
643 |
+
641, 0xe984c4183974dc3e
|
644 |
+
642, 0x40c1fa961997d066
|
645 |
+
643, 0xb7868250d8c21559
|
646 |
+
644, 0x8bc929fa085fd1de
|
647 |
+
645, 0x7bdb63288dc8733e
|
648 |
+
646, 0xac4faad24326a468
|
649 |
+
647, 0x1c6e799833aea0b1
|
650 |
+
648, 0xcc8a749e94f20f36
|
651 |
+
649, 0x4e7abfd0443547c5
|
652 |
+
650, 0xb661c73bb8caa358
|
653 |
+
651, 0x4a800f5728ff2351
|
654 |
+
652, 0x8c15e15189b9f7ed
|
655 |
+
653, 0xab367846b811362c
|
656 |
+
654, 0x4ba7508f0851ca2a
|
657 |
+
655, 0xe9af891acbafc356
|
658 |
+
656, 0xbdebe183989601f8
|
659 |
+
657, 0x4c665ea496afc061
|
660 |
+
658, 0x3ca1d14a5f2ed7c
|
661 |
+
659, 0xfbdff10a1027dd21
|
662 |
+
660, 0xdfd28f77c8cff968
|
663 |
+
661, 0xc4fbaadf8a3e9c77
|
664 |
+
662, 0xdac7e448b218c589
|
665 |
+
663, 0xb26390b5befd19e2
|
666 |
+
664, 0xd2ef14916c66dba9
|
667 |
+
665, 0xfab600284b0ff86b
|
668 |
+
666, 0xf04a1c229b58dabb
|
669 |
+
667, 0xc21c45637e452476
|
670 |
+
668, 0xd1435966f75e0791
|
671 |
+
669, 0xc1f28522eda4a2d0
|
672 |
+
670, 0x52332ae8f1222185
|
673 |
+
671, 0x81c6c0790c0bf47e
|
674 |
+
672, 0xfebd215e7d8ffb86
|
675 |
+
673, 0x68c5dce55dbe962b
|
676 |
+
674, 0x231d09cb0d2531d1
|
677 |
+
675, 0x3218fba199dbbc6b
|
678 |
+
676, 0x8f23c535f8ea0bf6
|
679 |
+
677, 0x6c228963e1df8bd9
|
680 |
+
678, 0x9843c7722ed153e3
|
681 |
+
679, 0xd032d99e419bddec
|
682 |
+
680, 0xe2dca88aa7814cab
|
683 |
+
681, 0x4d53fb8c6a59cdc2
|
684 |
+
682, 0x8fb3abc46157b68b
|
685 |
+
683, 0xa3e733087e09b8e
|
686 |
+
684, 0x6bdc1aee029d6b96
|
687 |
+
685, 0x4089667a8906d65b
|
688 |
+
686, 0x8f3026a52d39dd03
|
689 |
+
687, 0x6d2e0ccb567bae84
|
690 |
+
688, 0x74bad450199e464
|
691 |
+
689, 0xf114fb68a8f300d5
|
692 |
+
690, 0xc7a5cc7b374c7d10
|
693 |
+
691, 0xf0e93da639b279d1
|
694 |
+
692, 0xb9943841ad493166
|
695 |
+
693, 0x77a69290455a3664
|
696 |
+
694, 0x41530da2ebea054b
|
697 |
+
695, 0xe8f9fab03ea24abf
|
698 |
+
696, 0xaa931f0c9f55a57a
|
699 |
+
697, 0xb4d68a75d56f97ae
|
700 |
+
698, 0x3d58ff898b6ba297
|
701 |
+
699, 0x49d81e08faf5a3f5
|
702 |
+
700, 0xfc5207b9f3697f3b
|
703 |
+
701, 0xa25911abb3cf19b7
|
704 |
+
702, 0x6b8908eb67c3a41
|
705 |
+
703, 0xd63ef402e2e3fa33
|
706 |
+
704, 0x728e75d3f33b14c5
|
707 |
+
705, 0x248cb1b8bc6f379a
|
708 |
+
706, 0x3aa3d6d2b8c72996
|
709 |
+
707, 0x49cc50bd2d3d2860
|
710 |
+
708, 0xb4e1387647c72075
|
711 |
+
709, 0x435a1630a4a81ed3
|
712 |
+
710, 0xa5ea13005d2460cf
|
713 |
+
711, 0xc7a613df37d159ec
|
714 |
+
712, 0x95721ccc218b857e
|
715 |
+
713, 0xd4b70d8c86b124d3
|
716 |
+
714, 0x2b82bcc4b612d494
|
717 |
+
715, 0xaf13062885276050
|
718 |
+
716, 0xcbd8fcf571a33d9c
|
719 |
+
717, 0x3f7f67ca1125fc15
|
720 |
+
718, 0xddf4bb45aac81b4c
|
721 |
+
719, 0x23606da62de9c040
|
722 |
+
720, 0xa3a172375666b636
|
723 |
+
721, 0x292f87387a6c6c3c
|
724 |
+
722, 0xd1d10d00c5496fe1
|
725 |
+
723, 0x86b0411ce8a25550
|
726 |
+
724, 0x38e0487872e33976
|
727 |
+
725, 0x363e49f88ddfd42c
|
728 |
+
726, 0x45bdf1e9f6b66b0a
|
729 |
+
727, 0x8a6fff3de394f9b5
|
730 |
+
728, 0x8502158bb03f6209
|
731 |
+
729, 0x22e24d16dba42907
|
732 |
+
730, 0x3fe3ba427cc2b779
|
733 |
+
731, 0x77144793f66b3d7e
|
734 |
+
732, 0xcf8912ccb29b8af9
|
735 |
+
733, 0xdc856caff2abd670
|
736 |
+
734, 0xe6d3ae0b0d9d4c8b
|
737 |
+
735, 0xb8f5d40e454c539f
|
738 |
+
736, 0x79ca953114fbc6b7
|
739 |
+
737, 0x478d6f4bbfa38837
|
740 |
+
738, 0x9babae1a3ffdc340
|
741 |
+
739, 0x40edd56802bae613
|
742 |
+
740, 0x97a56c2dcccf0641
|
743 |
+
741, 0xafc250257f027f8e
|
744 |
+
742, 0x8da41ef1edf69125
|
745 |
+
743, 0x6574b0280ff9d309
|
746 |
+
744, 0x197c776151b8f820
|
747 |
+
745, 0x6b03e077c9dac3b6
|
748 |
+
746, 0x24a40ebbc5c341c5
|
749 |
+
747, 0x50e585169a6a1c4b
|
750 |
+
748, 0x37783a5a6a3e4e02
|
751 |
+
749, 0xb3de81ee6fbad647
|
752 |
+
750, 0xf4f292f57ca4591e
|
753 |
+
751, 0x6214e9e7d44d30a
|
754 |
+
752, 0x5920190c56d21c12
|
755 |
+
753, 0x9ac163419b5e0c9b
|
756 |
+
754, 0xfc2328761ae8ed93
|
757 |
+
755, 0xc68f945b545508c6
|
758 |
+
756, 0x687c49a17ce0a5e2
|
759 |
+
757, 0x276d8f53d30d4ab4
|
760 |
+
758, 0x8201804970343ce1
|
761 |
+
759, 0x1b5d323cc2e7fb7e
|
762 |
+
760, 0x6f351ef04fd904b
|
763 |
+
761, 0x6c793a7d455d5198
|
764 |
+
762, 0x46f5d108430ae91f
|
765 |
+
763, 0xac16a15b2a0cf77f
|
766 |
+
764, 0xa0d479d9e4122b9d
|
767 |
+
765, 0x3afd94604307f19
|
768 |
+
766, 0x2573ed6d39d38dbf
|
769 |
+
767, 0xa58e14ba60b4294b
|
770 |
+
768, 0xe69c1aed5840d156
|
771 |
+
769, 0x4cf6fda7f04855c2
|
772 |
+
770, 0x2fb65a56ef5f22da
|
773 |
+
771, 0xf95819434d5dc220
|
774 |
+
772, 0x29c65133623dafba
|
775 |
+
773, 0x8e997bd018467523
|
776 |
+
774, 0xfd08ba9d498461a7
|
777 |
+
775, 0xdd52243bc78a5592
|
778 |
+
776, 0x39c30108f6db88b3
|
779 |
+
777, 0x38af8e1894f259b9
|
780 |
+
778, 0x97eedf3b4ae5f6de
|
781 |
+
779, 0x757825add80c5ece
|
782 |
+
780, 0xf0fdd90ac14edb14
|
783 |
+
781, 0xbbb19d4cc8cac6d4
|
784 |
+
782, 0x9a82234edfae05e3
|
785 |
+
783, 0x704401c61d1edf1c
|
786 |
+
784, 0x8b0eb481fb3a1fb2
|
787 |
+
785, 0xef6f36e7cc06c002
|
788 |
+
786, 0x7a208b17e04b8cd7
|
789 |
+
787, 0xf20e33d498838fe9
|
790 |
+
788, 0xc2bdb22117058326
|
791 |
+
789, 0x6ec31939eb4ca543
|
792 |
+
790, 0x6f1654838f507a21
|
793 |
+
791, 0xc65ab81a955d2b93
|
794 |
+
792, 0x40b1420fdd9531b8
|
795 |
+
793, 0xe31f221cab9f4f40
|
796 |
+
794, 0x798cdd414c1deb7a
|
797 |
+
795, 0x9c84e9c7d41cd983
|
798 |
+
796, 0x63d6b1ae3b60b7fa
|
799 |
+
797, 0xb42bfdd1a2f78ffa
|
800 |
+
798, 0x37e431eaccaaa8e9
|
801 |
+
799, 0x7508142a0f73eac9
|
802 |
+
800, 0x91662a023df5893a
|
803 |
+
801, 0x59782070e2fe3031
|
804 |
+
802, 0xb2acd589a8ce7961
|
805 |
+
803, 0xa224743fa877b292
|
806 |
+
804, 0xaa5362aa27e6ed9e
|
807 |
+
805, 0xa394a4e520c0c1c7
|
808 |
+
806, 0xe49b16d2018ffb6f
|
809 |
+
807, 0xb8074b9f2f1e762b
|
810 |
+
808, 0xcf5f86143d5c23a7
|
811 |
+
809, 0xfd838785db987087
|
812 |
+
810, 0x31b1889df389aff8
|
813 |
+
811, 0x30aaca876a4383b
|
814 |
+
812, 0x1731bb71c4c38d4f
|
815 |
+
813, 0x9a83a65395e05458
|
816 |
+
814, 0x99cd0c8d67c8f4fc
|
817 |
+
815, 0xfbd9fdc849b761a5
|
818 |
+
816, 0x82c04834fc466889
|
819 |
+
817, 0xdeef9d6e715e8c97
|
820 |
+
818, 0x549c281c16da6078
|
821 |
+
819, 0x2d70661254ad599d
|
822 |
+
820, 0x57995793a72acac
|
823 |
+
821, 0xf1727005116183ba
|
824 |
+
822, 0xa22bb38945285de3
|
825 |
+
823, 0x4f2d687fe45131ff
|
826 |
+
824, 0x5666c87ddbbc981f
|
827 |
+
825, 0xbcb4b2d4e7a517d0
|
828 |
+
826, 0x5e794dd2e20b785d
|
829 |
+
827, 0x449ad020149e093c
|
830 |
+
828, 0x7704ee0412d106f5
|
831 |
+
829, 0x83cbdf257b072ac1
|
832 |
+
830, 0xae5c4fc9f638b0da
|
833 |
+
831, 0x7b9e5a64e372ed47
|
834 |
+
832, 0x7eddbbb22c2cdf57
|
835 |
+
833, 0x3f19ebfa155b08e
|
836 |
+
834, 0x91d991154dfd7177
|
837 |
+
835, 0x611ae74b952d387f
|
838 |
+
836, 0x3fdf7a335bda36ee
|
839 |
+
837, 0xdf182433fc7a7c05
|
840 |
+
838, 0x62c78598d1f8db0a
|
841 |
+
839, 0xc3750c69d2c5c1f0
|
842 |
+
840, 0xf1318024709efdee
|
843 |
+
841, 0xaa3fd360d224dc29
|
844 |
+
842, 0x62af53b2f307c19
|
845 |
+
843, 0xdf527683c58120c2
|
846 |
+
844, 0x3281deecc496f93d
|
847 |
+
845, 0x4f704ad31527ef08
|
848 |
+
846, 0x127a14a5e07cfdfc
|
849 |
+
847, 0x90d0b1f549255c92
|
850 |
+
848, 0xbc3406b212c5e1fc
|
851 |
+
849, 0x4e89f39379dba91d
|
852 |
+
850, 0x1290ef43c4998e6e
|
853 |
+
851, 0xecfeb1a1cb1c6e1b
|
854 |
+
852, 0x2067e90403003bf1
|
855 |
+
853, 0x38ae04be30bdbeba
|
856 |
+
854, 0x8a3537f298baedda
|
857 |
+
855, 0xd07f3b825cdb2936
|
858 |
+
856, 0xea020b5aebae8b45
|
859 |
+
857, 0xfcd614ab031132b0
|
860 |
+
858, 0x5fb682a4ff2268f5
|
861 |
+
859, 0xd1c4662ce65596f4
|
862 |
+
860, 0x7026b8270dd0b8dc
|
863 |
+
861, 0x8101ec4b4beae45a
|
864 |
+
862, 0xa0e9dc87940610a6
|
865 |
+
863, 0x83ec33679d83165b
|
866 |
+
864, 0x981847ca82e86d41
|
867 |
+
865, 0xda84c188a304a0b7
|
868 |
+
866, 0x3c37529c5a5bbbb8
|
869 |
+
867, 0x34a8491ce3e19a5a
|
870 |
+
868, 0xd36ad716a2fa6cb8
|
871 |
+
869, 0xfd1d1d6a5189a15c
|
872 |
+
870, 0x9716eb47851e8d8d
|
873 |
+
871, 0x7dfb13ea3b15c5aa
|
874 |
+
872, 0xbdf6e707f45113a5
|
875 |
+
873, 0xb8118261b04bd097
|
876 |
+
874, 0x6191f9895881bec6
|
877 |
+
875, 0x7aac257ae11acf9b
|
878 |
+
876, 0x35a491e1537ff120
|
879 |
+
877, 0xe078943432efa71c
|
880 |
+
878, 0xb3338485dd3dc2b9
|
881 |
+
879, 0x456060975d2bb3b5
|
882 |
+
880, 0xaddc4c451bdfc44c
|
883 |
+
881, 0x18bfa7beacf96430
|
884 |
+
882, 0x8802ebcaf0f67498
|
885 |
+
883, 0xad922a5a825bd780
|
886 |
+
884, 0x9fb4587d748f4efa
|
887 |
+
885, 0xdb2a445136cd5e7
|
888 |
+
886, 0xb98b3676ea8e96ac
|
889 |
+
887, 0xb02d8d244d784878
|
890 |
+
888, 0xa1a8442b18860abb
|
891 |
+
889, 0x6a3029ba1361e5d1
|
892 |
+
890, 0xf426d5fac161eb1
|
893 |
+
891, 0xfa5ac2b87acecb23
|
894 |
+
892, 0xaa659896e50535df
|
895 |
+
893, 0xf40dd7a3d3c5c8ed
|
896 |
+
894, 0x3f8367abecb705bc
|
897 |
+
895, 0x2d60e7525873358f
|
898 |
+
896, 0xc4a9d3948a0c3937
|
899 |
+
897, 0x5ecc04fef6003909
|
900 |
+
898, 0x7a865004918cba2
|
901 |
+
899, 0x47ae110a678ec10b
|
902 |
+
900, 0xa0f02f629d91aa67
|
903 |
+
901, 0x4848b99e7fac9347
|
904 |
+
902, 0xaa858346d63b80ac
|
905 |
+
903, 0xeb5bf42ee161eeef
|
906 |
+
904, 0x4d35d723d3c6ba37
|
907 |
+
905, 0xdf22ca6ca93b64a7
|
908 |
+
906, 0x9d198520f97b25b1
|
909 |
+
907, 0x3068415350778efe
|
910 |
+
908, 0xf3709f2e8793c2fe
|
911 |
+
909, 0xd1517bac8dd9f16f
|
912 |
+
910, 0xfb99bccaa15861dc
|
913 |
+
911, 0xa9ad607d796a2521
|
914 |
+
912, 0x55d3793d36bd22e4
|
915 |
+
913, 0xf99270d891ff7401
|
916 |
+
914, 0x401750a5c4aa8238
|
917 |
+
915, 0xd84b3003e6f28309
|
918 |
+
916, 0x8a23798b5fa7c98b
|
919 |
+
917, 0xadd58bbc8f43e399
|
920 |
+
918, 0xbd8c741ada62c6a8
|
921 |
+
919, 0xbdc6937bc55b49fa
|
922 |
+
920, 0x4aefa82201b8502
|
923 |
+
921, 0x17adf29a717b303
|
924 |
+
922, 0xa6ed2197be168f6c
|
925 |
+
923, 0x1ba47543f4359a95
|
926 |
+
924, 0xe34299949ac01ae9
|
927 |
+
925, 0x711c76cffc9b62f3
|
928 |
+
926, 0xbac259895508a4b7
|
929 |
+
927, 0x3c8b3b3626b0d900
|
930 |
+
928, 0x1a8d23fbe2ae71bf
|
931 |
+
929, 0xca984fa3b5a5c3a1
|
932 |
+
930, 0xb1986ab7521a9c93
|
933 |
+
931, 0xd6b5b2c8d47a75b5
|
934 |
+
932, 0xc7f1c4a88afb4957
|
935 |
+
933, 0xdeb58033a3acd6cc
|
936 |
+
934, 0xabe49ddfe1167e67
|
937 |
+
935, 0x8d559c10205c06e3
|
938 |
+
936, 0xea07a1a7de67a651
|
939 |
+
937, 0xcbef60db15b6fef8
|
940 |
+
938, 0xbfca142cff280e7
|
941 |
+
939, 0x362693eba0732221
|
942 |
+
940, 0x7463237e134db103
|
943 |
+
941, 0x45574ddb5035e17a
|
944 |
+
942, 0xfc65e0cb9b94a1aa
|
945 |
+
943, 0x3154c55f1d86b36d
|
946 |
+
944, 0x2d93a96dd6ab2d8b
|
947 |
+
945, 0xbe3bc1d1f2542a25
|
948 |
+
946, 0xdd4b541f7385bdaa
|
949 |
+
947, 0x3b56b919d914e3f8
|
950 |
+
948, 0x82fd51468a21895f
|
951 |
+
949, 0x8988cf120731b916
|
952 |
+
950, 0xa06a61db5fb93e32
|
953 |
+
951, 0x6ed66c1b36f68623
|
954 |
+
952, 0x875ae844d2f01c59
|
955 |
+
953, 0x17ccd7ac912e5925
|
956 |
+
954, 0x12fe2a66b8e40cb1
|
957 |
+
955, 0xf843e5e3923ad791
|
958 |
+
956, 0xa17560f2fd4ef48
|
959 |
+
957, 0x27a2968191a8ee07
|
960 |
+
958, 0xa9aab4d22ff44a3c
|
961 |
+
959, 0x63cd0dcc3bb083ae
|
962 |
+
960, 0x7a30b48c6160bf85
|
963 |
+
961, 0x956160fb572503b3
|
964 |
+
962, 0xc47f6b7546640257
|
965 |
+
963, 0xaf4b625f7f49153
|
966 |
+
964, 0x2f5c86a790e0c7e8
|
967 |
+
965, 0xb52e0610ae07f0b8
|
968 |
+
966, 0x38a589292c3d849e
|
969 |
+
967, 0xc3e9ef655d30b4ef
|
970 |
+
968, 0xb5695f765cda998a
|
971 |
+
969, 0xde5d5e692a028e91
|
972 |
+
970, 0x839476721555f72e
|
973 |
+
971, 0x48b20679b17d9ebf
|
974 |
+
972, 0xe3d4c6b2c26fb0df
|
975 |
+
973, 0xce5a9834f0b4e71f
|
976 |
+
974, 0x533abb253d5d420e
|
977 |
+
975, 0x9eac5ad9aed34627
|
978 |
+
976, 0xc0f2a01ab3c90dbb
|
979 |
+
977, 0x6528eda93f6a066c
|
980 |
+
978, 0xc16a1b625e467ade
|
981 |
+
979, 0x1a4a320fb5e8b098
|
982 |
+
980, 0x8819cccd8b4ab32f
|
983 |
+
981, 0x42daa88531fd0bfd
|
984 |
+
982, 0xcf732226409be17c
|
985 |
+
983, 0xfddcdb25ccbf378c
|
986 |
+
984, 0x9b15b603bf589fc1
|
987 |
+
985, 0x2436066b95d366fe
|
988 |
+
986, 0x8d42eff2e9cbda90
|
989 |
+
987, 0x694b2fc8a4e8303c
|
990 |
+
988, 0x8e207f98aaea3ccd
|
991 |
+
989, 0x4730d7a620f822d9
|
992 |
+
990, 0x468dc9ca30fe2fd4
|
993 |
+
991, 0x74b36d8a1c0f031b
|
994 |
+
992, 0x3c1aac1c488c1a94
|
995 |
+
993, 0x19d0101042444585
|
996 |
+
994, 0x8ec50c56d0c8adf4
|
997 |
+
995, 0x721ec629e4d66394
|
998 |
+
996, 0x3ca5ad93abeac4a4
|
999 |
+
997, 0xaaebc76e71592623
|
1000 |
+
998, 0x969cc319e3ed6058
|
1001 |
+
999, 0xc0a277e3b2bfc3de
|
env-llmeval/lib/python3.10/site-packages/numpy/random/tests/data/philox-testset-2.csv
ADDED
@@ -0,0 +1,1001 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
seed, 0x0
|
2 |
+
0, 0x399e5b222b82fa9
|
3 |
+
1, 0x41fd08c1f00f3bc5
|
4 |
+
2, 0x78b8824162ee4d04
|
5 |
+
3, 0x176747919e02739d
|
6 |
+
4, 0xfaa88f002a8d3596
|
7 |
+
5, 0x418eb6f592e6c227
|
8 |
+
6, 0xef83020b8344dd45
|
9 |
+
7, 0x30a74a1a6eaa064b
|
10 |
+
8, 0x93d43bf97a490c3
|
11 |
+
9, 0xe4ba28b442194cc
|
12 |
+
10, 0xc829083a168a8656
|
13 |
+
11, 0x73f45d50f8e22849
|
14 |
+
12, 0xf912db57352824cc
|
15 |
+
13, 0xf524216927b12ada
|
16 |
+
14, 0x22b7697473b1dfda
|
17 |
+
15, 0x311e2a936414b39f
|
18 |
+
16, 0xb905abfdcc425be6
|
19 |
+
17, 0x4b14630d031eac9c
|
20 |
+
18, 0x1cf0c4ae01222bc8
|
21 |
+
19, 0xa6c33efc6e82ef3
|
22 |
+
20, 0x43b3576937ba0948
|
23 |
+
21, 0x1e483d17cdde108a
|
24 |
+
22, 0x6722784cac11ac88
|
25 |
+
23, 0xee87569a48fc45d7
|
26 |
+
24, 0xb821dcbe74d18661
|
27 |
+
25, 0xa5d1876ef3da1a81
|
28 |
+
26, 0xe4121c2af72a483
|
29 |
+
27, 0x2d747e355a52cf43
|
30 |
+
28, 0x609059957bd03725
|
31 |
+
29, 0xc3327244b49e16c5
|
32 |
+
30, 0xb5ae6cb000dde769
|
33 |
+
31, 0x774315003209017
|
34 |
+
32, 0xa2013397ba8db605
|
35 |
+
33, 0x73b228945dbcd957
|
36 |
+
34, 0x801af7190375d3c0
|
37 |
+
35, 0xae6dca29f24c9c67
|
38 |
+
36, 0xd1cc0bcb1ca26249
|
39 |
+
37, 0x1defa62a5bd853be
|
40 |
+
38, 0x67c2f5557fa89462
|
41 |
+
39, 0xf1729b58122fab02
|
42 |
+
40, 0xb67eb71949ec6c42
|
43 |
+
41, 0x5456366ec1f8f7d7
|
44 |
+
42, 0x44492b32eb7966f5
|
45 |
+
43, 0xa801804159f175f1
|
46 |
+
44, 0x5a416f23cac70d84
|
47 |
+
45, 0x186f55293302303d
|
48 |
+
46, 0x7339d5d7b6a43639
|
49 |
+
47, 0xfc6df38d6a566121
|
50 |
+
48, 0xed2fe018f150b39e
|
51 |
+
49, 0x508e0b04a781fa1b
|
52 |
+
50, 0x8bee9d50f32eaf50
|
53 |
+
51, 0x9870015d37e63cc
|
54 |
+
52, 0x93c6b12309c14f2d
|
55 |
+
53, 0xb571cf798abe93ff
|
56 |
+
54, 0x85c35a297a88ae6e
|
57 |
+
55, 0x9b1b79afe497a2ae
|
58 |
+
56, 0x1ca02e5b95d96b8d
|
59 |
+
57, 0x5bb695a666c0a94a
|
60 |
+
58, 0x4e3caf9bbab0b208
|
61 |
+
59, 0x44a44be1a89f2dc1
|
62 |
+
60, 0x4ff37c33445758d1
|
63 |
+
61, 0xd0e02875322f35da
|
64 |
+
62, 0xfd449a91fb92646b
|
65 |
+
63, 0xbe0b49096b95db4d
|
66 |
+
64, 0xffa3647cad13ef5d
|
67 |
+
65, 0x75c127a61acd10c8
|
68 |
+
66, 0xd65f697756f5f98e
|
69 |
+
67, 0x3ced84be93d94434
|
70 |
+
68, 0x4da3095c2fc46d68
|
71 |
+
69, 0x67564e2a771ee9ac
|
72 |
+
70, 0x36944775180644a9
|
73 |
+
71, 0xf458db1c177cdb60
|
74 |
+
72, 0x5b58406dcd034c8
|
75 |
+
73, 0x793301a3fdab2a73
|
76 |
+
74, 0x1c2a1a16d6db6128
|
77 |
+
75, 0xc2dacd4ddddbe56c
|
78 |
+
76, 0x2e7d15be2301a111
|
79 |
+
77, 0xd4f4a6341b3bcd18
|
80 |
+
78, 0x3622996bbe6a9e3b
|
81 |
+
79, 0xaf29aa9a7d6d47da
|
82 |
+
80, 0x6d7dbb74a4cd68ae
|
83 |
+
81, 0xc260a17e0f39f841
|
84 |
+
82, 0xdee0170f2af66f0d
|
85 |
+
83, 0xf84ae780d7b5a06e
|
86 |
+
84, 0x8326247b73f43c3a
|
87 |
+
85, 0xd44eef44b4f98b84
|
88 |
+
86, 0x3d10aee62ec895e3
|
89 |
+
87, 0x4f23fef01bf703b3
|
90 |
+
88, 0xf8e50aa57d888df6
|
91 |
+
89, 0x7da67411e3bef261
|
92 |
+
90, 0x1d00f2769b2f96d7
|
93 |
+
91, 0x7ef9a15b7444b84e
|
94 |
+
92, 0xcfa16436cc2b7e21
|
95 |
+
93, 0x29ab8cfac00460ff
|
96 |
+
94, 0x23613de8608b0e70
|
97 |
+
95, 0xb1aa0980625798a8
|
98 |
+
96, 0xb9256fd29db7df99
|
99 |
+
97, 0xdacf311bf3e7fa18
|
100 |
+
98, 0xa013c8f9fada20d8
|
101 |
+
99, 0xaf5fd4fe8230fe3e
|
102 |
+
100, 0xd3d59ca55102bc5c
|
103 |
+
101, 0x9d08e2aa5242767f
|
104 |
+
102, 0x40278fe131e83b53
|
105 |
+
103, 0x56397d03c7c14c98
|
106 |
+
104, 0xe874b77b119359b3
|
107 |
+
105, 0x926a1ba4304ab19f
|
108 |
+
106, 0x1e115d5aa695a91d
|
109 |
+
107, 0xc6a459df441f2fe3
|
110 |
+
108, 0x2ca842bc1b0b3c6a
|
111 |
+
109, 0x24c804cf8e5eed16
|
112 |
+
110, 0x7ca00fc4a4c3ebd3
|
113 |
+
111, 0x546af7cecc4a4ba6
|
114 |
+
112, 0x8faae1fa18fd6e3
|
115 |
+
113, 0x40420b0089641a6a
|
116 |
+
114, 0x88175a35d9abcb83
|
117 |
+
115, 0xf7d746d1b8b1357c
|
118 |
+
116, 0x7dae771a651be970
|
119 |
+
117, 0x2f6485247ee4df84
|
120 |
+
118, 0x6883702fab2d8ec5
|
121 |
+
119, 0xeb7eea829a67f9a6
|
122 |
+
120, 0x60d5880b485562ed
|
123 |
+
121, 0x7d4ca3d7e41a4e7e
|
124 |
+
122, 0xbb7fef961ab8de18
|
125 |
+
123, 0x3b92452fb810c164
|
126 |
+
124, 0x5f4b4755348b338
|
127 |
+
125, 0xca45a715a7539806
|
128 |
+
126, 0xc33efd9da5399dd
|
129 |
+
127, 0x593d665a51d4aedd
|
130 |
+
128, 0x75d6b8636563036b
|
131 |
+
129, 0x7b57caa55e262082
|
132 |
+
130, 0x4ede7427969e0dd5
|
133 |
+
131, 0xc3f19b6f78ea00b
|
134 |
+
132, 0xeea7bab9be2181ea
|
135 |
+
133, 0x652c45fe9c420c04
|
136 |
+
134, 0x14ba9e3d175670ee
|
137 |
+
135, 0xd2ad156ba6490474
|
138 |
+
136, 0x4d65ae41065f614
|
139 |
+
137, 0x6ff911c8afa28eb1
|
140 |
+
138, 0xedc2b33588f3cb68
|
141 |
+
139, 0x437c8bc324666a2f
|
142 |
+
140, 0x828cee25457a3f0
|
143 |
+
141, 0x530c986091f31b9b
|
144 |
+
142, 0x2f34671e8326ade7
|
145 |
+
143, 0x4f686a8f4d77f6da
|
146 |
+
144, 0xa4c1987083498895
|
147 |
+
145, 0xbce5a88b672b0fb1
|
148 |
+
146, 0x8476115a9e6a00cc
|
149 |
+
147, 0x16de18a55dd2c238
|
150 |
+
148, 0xdf38cf4c416232bc
|
151 |
+
149, 0x2cb837924e7559f3
|
152 |
+
150, 0xfad4727484e982ed
|
153 |
+
151, 0x32a55d4b7801e4f
|
154 |
+
152, 0x8b9ef96804bd10a5
|
155 |
+
153, 0xa1fd422c9b5cf2a9
|
156 |
+
154, 0xf46ddb122eb7e442
|
157 |
+
155, 0x6e3842547afa3b33
|
158 |
+
156, 0x863dee1c34afe5c4
|
159 |
+
157, 0x6a43a1935b6db171
|
160 |
+
158, 0x1060a5c2f8145821
|
161 |
+
159, 0xf783ec9ed34c4607
|
162 |
+
160, 0x1da4a86bf5f8c0b0
|
163 |
+
161, 0x4c7714041ba12af8
|
164 |
+
162, 0x580da7010be2f192
|
165 |
+
163, 0xad682fe795a7ea7a
|
166 |
+
164, 0x6687b6cb88a9ed2c
|
167 |
+
165, 0x3c8d4b175517cd18
|
168 |
+
166, 0xe9247c3a524a6b6b
|
169 |
+
167, 0x337ca9cfaa02658
|
170 |
+
168, 0xed95399481c6feec
|
171 |
+
169, 0x58726a088e606062
|
172 |
+
170, 0xfe7588a5b4ee342a
|
173 |
+
171, 0xee434c7ed146fdee
|
174 |
+
172, 0xe2ade8b60fdc4ba5
|
175 |
+
173, 0xd57e4c155de4eaab
|
176 |
+
174, 0xdefeae12de1137cb
|
177 |
+
175, 0xb7a276a241316ac1
|
178 |
+
176, 0xeb838b1b1df4ca15
|
179 |
+
177, 0x6f78965edea32f6f
|
180 |
+
178, 0x18bebd264d7a5d53
|
181 |
+
179, 0x3641c691d77005ec
|
182 |
+
180, 0xbe70ed7efea8c24c
|
183 |
+
181, 0x33047fa8d03ca560
|
184 |
+
182, 0x3bed0d2221ff0f87
|
185 |
+
183, 0x23083a6ffbcf38a2
|
186 |
+
184, 0xc23eb827073d3fa5
|
187 |
+
185, 0xc873bb3415e9fb9b
|
188 |
+
186, 0xa4645179e54147fe
|
189 |
+
187, 0x2c72fb443f66e207
|
190 |
+
188, 0x98084915dd89d8f4
|
191 |
+
189, 0x88baa2de12c99037
|
192 |
+
190, 0x85c74ab238cb795f
|
193 |
+
191, 0xe122186469ea3a26
|
194 |
+
192, 0x4c3bba99b3249292
|
195 |
+
193, 0x85d6845d9a015234
|
196 |
+
194, 0x147ddd69c13e6a31
|
197 |
+
195, 0x255f4d678c9a570b
|
198 |
+
196, 0x2d7c0c410bf962b4
|
199 |
+
197, 0x58eb7649e0aa16ca
|
200 |
+
198, 0x9d240bf662fe0783
|
201 |
+
199, 0x5f74f6fa32d293cc
|
202 |
+
200, 0x4928e52f0f79d9b9
|
203 |
+
201, 0xe61c2b87146b706d
|
204 |
+
202, 0xcfcd90d100cf5431
|
205 |
+
203, 0xf15ea8138e6aa178
|
206 |
+
204, 0x6ab8287024f9a819
|
207 |
+
205, 0xed8942593db74e01
|
208 |
+
206, 0xefc00e4ec2ae36dd
|
209 |
+
207, 0xc21429fb9387f334
|
210 |
+
208, 0xf9a3389e285a9bce
|
211 |
+
209, 0xacdee8c43aae49b3
|
212 |
+
210, 0xefc382f02ad55c25
|
213 |
+
211, 0x1153b50e8d406b72
|
214 |
+
212, 0xb00d39ebcc2f89d8
|
215 |
+
213, 0xde62f0b9831c8850
|
216 |
+
214, 0xc076994662eef6c7
|
217 |
+
215, 0x66f08f4752f1e3ef
|
218 |
+
216, 0x283b90619796249a
|
219 |
+
217, 0x4e4869bc4227499e
|
220 |
+
218, 0xb45ad78a49efd7ed
|
221 |
+
219, 0xffe19aa77abf5f4b
|
222 |
+
220, 0xfce11a0daf913aef
|
223 |
+
221, 0x7e4e64450d5cdceb
|
224 |
+
222, 0xe9621997cfd62762
|
225 |
+
223, 0x4d2c9e156868081
|
226 |
+
224, 0x4e2d96eb7cc9a08
|
227 |
+
225, 0xda74849bba6e3bd3
|
228 |
+
226, 0x6f4621da935e7fde
|
229 |
+
227, 0xb94b914aa0497259
|
230 |
+
228, 0xd50d03e8b8db1563
|
231 |
+
229, 0x1a45c1ce5dca422e
|
232 |
+
230, 0xc8d30d33276f843f
|
233 |
+
231, 0xb57245774e4176b4
|
234 |
+
232, 0x8d36342c05abbbb1
|
235 |
+
233, 0x3591ad893ecf9e78
|
236 |
+
234, 0x62f4717239ee0ac8
|
237 |
+
235, 0x9b71148a1a1d4200
|
238 |
+
236, 0x65f8e0f56dd94463
|
239 |
+
237, 0x453b1fcfd4fac8c2
|
240 |
+
238, 0x4c25e48e54a55865
|
241 |
+
239, 0xa866baa05112ace2
|
242 |
+
240, 0x7741d3c69c6e79c5
|
243 |
+
241, 0x7deb375e8f4f7a8a
|
244 |
+
242, 0xc242087ede42abd8
|
245 |
+
243, 0x2fa9d1d488750c4b
|
246 |
+
244, 0xe8940137a935d3d3
|
247 |
+
245, 0x1dab4918ca24b2f2
|
248 |
+
246, 0xe2368c782168fe3e
|
249 |
+
247, 0x6e8b2d1d73695909
|
250 |
+
248, 0x70455ebea268b33e
|
251 |
+
249, 0x656a919202e28da1
|
252 |
+
250, 0x5a5a8935647da999
|
253 |
+
251, 0x428c6f77e118c13c
|
254 |
+
252, 0xa87aee2b675bb083
|
255 |
+
253, 0x3873a6412b239969
|
256 |
+
254, 0x5f72c1e91cb8a2ee
|
257 |
+
255, 0xa25af80a1beb5679
|
258 |
+
256, 0x1af65d27c7b4abc3
|
259 |
+
257, 0x133437060670e067
|
260 |
+
258, 0xb1990fa39a97d32e
|
261 |
+
259, 0x724adc89ae10ed17
|
262 |
+
260, 0x3f682a3f2363a240
|
263 |
+
261, 0x29198f8dbd343499
|
264 |
+
262, 0xdfaeeaa42bc51105
|
265 |
+
263, 0x5baff3901b9480c2
|
266 |
+
264, 0x3f760a67043e77f5
|
267 |
+
265, 0x610fa7aa355a43ba
|
268 |
+
266, 0x394856ac09c4f7a7
|
269 |
+
267, 0x1d9229d058aee82e
|
270 |
+
268, 0x19c674804c41aeec
|
271 |
+
269, 0x74cf12372012f4aa
|
272 |
+
270, 0xa5d89b353fa2f6ca
|
273 |
+
271, 0x697e4f672ac363dd
|
274 |
+
272, 0xde6f55ba73df5af9
|
275 |
+
273, 0x679cf537510bd68f
|
276 |
+
274, 0x3dc916114ae9ef7e
|
277 |
+
275, 0xd7e31a66ec2ee7ba
|
278 |
+
276, 0xc21bebb968728495
|
279 |
+
277, 0xc5e0781414e2adfd
|
280 |
+
278, 0x71147b5412ddd4bd
|
281 |
+
279, 0x3b864b410625cca9
|
282 |
+
280, 0x433d67c0036cdc6
|
283 |
+
281, 0x48083afa0ae20b1b
|
284 |
+
282, 0x2d80beecd64ac4e8
|
285 |
+
283, 0x2a753c27c3a3ee3e
|
286 |
+
284, 0xb2c5e6afd1fe051a
|
287 |
+
285, 0xea677930cd66c46b
|
288 |
+
286, 0x4c3960932f92810a
|
289 |
+
287, 0xf1b367a9e527eaba
|
290 |
+
288, 0xb7d92a8a9a69a98e
|
291 |
+
289, 0x9f9ad3210bd6b453
|
292 |
+
290, 0x817f2889db2dcbd8
|
293 |
+
291, 0x4270a665ac15813c
|
294 |
+
292, 0x90b85353bd2be4dd
|
295 |
+
293, 0x10c0460f7b2d68d
|
296 |
+
294, 0x11cef32b94f947f5
|
297 |
+
295, 0x3cf29ed8e7d477e8
|
298 |
+
296, 0x793aaa9bd50599ef
|
299 |
+
297, 0xbac15d1190014aad
|
300 |
+
298, 0x987944ae80b5cb13
|
301 |
+
299, 0x460aa51f8d57c484
|
302 |
+
300, 0xc77df0385f97c2d3
|
303 |
+
301, 0x92e743b7293a3822
|
304 |
+
302, 0xbc3458bcfbcbb8c0
|
305 |
+
303, 0xe277bcf3d04b4ed7
|
306 |
+
304, 0xa537ae5cf1c9a31c
|
307 |
+
305, 0x95eb00d30bd8cfb2
|
308 |
+
306, 0x6376361c24e4f2dd
|
309 |
+
307, 0x374477fe87b9ea8e
|
310 |
+
308, 0x8210f1a9a039902e
|
311 |
+
309, 0xe7628f7031321f68
|
312 |
+
310, 0x8b8e9c0888fc1d3d
|
313 |
+
311, 0x306be461fdc9e0ed
|
314 |
+
312, 0x510009372f9b56f5
|
315 |
+
313, 0xa6e6fa486b7a027a
|
316 |
+
314, 0x9d3f002025203b5a
|
317 |
+
315, 0x7a46e0e81ecbef86
|
318 |
+
316, 0x41e280c611d04df0
|
319 |
+
317, 0xedcec10418a99e8a
|
320 |
+
318, 0x5c27b6327e0b9dbd
|
321 |
+
319, 0xa81ed2035b509f07
|
322 |
+
320, 0x3581e855983a4cc4
|
323 |
+
321, 0x4744594b25e9809d
|
324 |
+
322, 0xc737ac7c27fbd0ed
|
325 |
+
323, 0x1b523a307045433a
|
326 |
+
324, 0x8b4ce9171076f1d9
|
327 |
+
325, 0x2db02d817cd5eec0
|
328 |
+
326, 0x24a1f1229af50288
|
329 |
+
327, 0x5550c0dcf583ff16
|
330 |
+
328, 0x3587baaa122ec422
|
331 |
+
329, 0xf9d3dc894229e510
|
332 |
+
330, 0xf3100430d5cf8e87
|
333 |
+
331, 0xc31af79862f8e2fb
|
334 |
+
332, 0xd20582063b9f3537
|
335 |
+
333, 0xac5e90ac95fcc7ad
|
336 |
+
334, 0x107c4c704d5109d4
|
337 |
+
335, 0xebc8628906dbfd70
|
338 |
+
336, 0x215242776da8c531
|
339 |
+
337, 0xa98002f1dcf08b51
|
340 |
+
338, 0xbc3bdc07f3b09718
|
341 |
+
339, 0x238677062495b512
|
342 |
+
340, 0x53b4796f2a3c49e8
|
343 |
+
341, 0x6424286467e22f0e
|
344 |
+
342, 0x14d0952a11a71bac
|
345 |
+
343, 0x2f97098149b82514
|
346 |
+
344, 0x3777f2fdc425ad2
|
347 |
+
345, 0xa32f2382938876d4
|
348 |
+
346, 0xda8a39a021f20ae3
|
349 |
+
347, 0x364361ef0a6ac32c
|
350 |
+
348, 0x4413eede008ff05a
|
351 |
+
349, 0x8dda8ace851aa327
|
352 |
+
350, 0x4303cabbdcecd1ee
|
353 |
+
351, 0x2e69f06d74aa549f
|
354 |
+
352, 0x4797079cd4d9275c
|
355 |
+
353, 0xc7b1890917e98307
|
356 |
+
354, 0x34031b0e822a4b4c
|
357 |
+
355, 0xfc79f76b566303ea
|
358 |
+
356, 0x77014adbe255a930
|
359 |
+
357, 0xab6c43dd162f3be5
|
360 |
+
358, 0xa430041f3463f6b9
|
361 |
+
359, 0x5c191a32ada3f84a
|
362 |
+
360, 0xe8674a0781645a31
|
363 |
+
361, 0x3a11cb667b8d0916
|
364 |
+
362, 0xaedc73e80c39fd8a
|
365 |
+
363, 0xfde12c1b42328765
|
366 |
+
364, 0x97abb7dcccdc1a0b
|
367 |
+
365, 0x52475c14d2167bc8
|
368 |
+
366, 0x540e8811196d5aff
|
369 |
+
367, 0xa867e4ccdb2b4b77
|
370 |
+
368, 0x2be04af61e5bcfb9
|
371 |
+
369, 0x81b645102bfc5dfd
|
372 |
+
370, 0x96a52c9a66c6450f
|
373 |
+
371, 0x632ec2d136889234
|
374 |
+
372, 0x4ed530c0b36a6c25
|
375 |
+
373, 0x6f4851225546b75
|
376 |
+
374, 0x2c065d6ba46a1144
|
377 |
+
375, 0xf8a3613ff416551d
|
378 |
+
376, 0xb5f0fd60e9c971a9
|
379 |
+
377, 0x339011a03bb4be65
|
380 |
+
378, 0x9439f72b6995ded6
|
381 |
+
379, 0xc1b03f3ef3b2292d
|
382 |
+
380, 0xad12fd221daab3ae
|
383 |
+
381, 0xf615b770f2cf996f
|
384 |
+
382, 0x269d0fdcb764172
|
385 |
+
383, 0x67837025e8039256
|
386 |
+
384, 0x6402831fc823fafa
|
387 |
+
385, 0x22854146a4abb964
|
388 |
+
386, 0x7b5ad9b5a1bad7a8
|
389 |
+
387, 0x67170e7beb6ac935
|
390 |
+
388, 0xfc2d1e8e24adfaaa
|
391 |
+
389, 0x7ded4395345ff40d
|
392 |
+
390, 0x418981760a80dd07
|
393 |
+
391, 0xc03bef38022c1d2
|
394 |
+
392, 0x3a11850b26eade29
|
395 |
+
393, 0xaa56d02c7175c5f4
|
396 |
+
394, 0xd83b7917b9bfbff5
|
397 |
+
395, 0x3c1df2f8fa6fced3
|
398 |
+
396, 0xf3d6e2999c0bb760
|
399 |
+
397, 0xc66d683a59a950e3
|
400 |
+
398, 0x8e3972a9d73ffabf
|
401 |
+
399, 0x97720a0443edffd9
|
402 |
+
400, 0xa85f5d2fe198444a
|
403 |
+
401, 0xfc5f0458e1b0de5e
|
404 |
+
402, 0xe3973f03df632b87
|
405 |
+
403, 0xe151073c84c594b3
|
406 |
+
404, 0x68eb4e22e7ff8ecf
|
407 |
+
405, 0x274f36eaed7cae27
|
408 |
+
406, 0x3b87b1eb60896b13
|
409 |
+
407, 0xbe0b2f831442d70a
|
410 |
+
408, 0x2782ed7a48a1b328
|
411 |
+
409, 0xb3619d890310f704
|
412 |
+
410, 0xb03926b11b55921a
|
413 |
+
411, 0xdb46fc44aa6a0ce4
|
414 |
+
412, 0x4b063e2ef2e9453a
|
415 |
+
413, 0xe1584f1aeec60fb5
|
416 |
+
414, 0x7092bd6a879c5a49
|
417 |
+
415, 0xb84e1e7c7d52b0e6
|
418 |
+
416, 0x29d09ca48db64dfb
|
419 |
+
417, 0x8f6c4a402066e905
|
420 |
+
418, 0x77390795eabc36b
|
421 |
+
419, 0xcc2dc2e4141cc69f
|
422 |
+
420, 0x2727f83beb9e3c7c
|
423 |
+
421, 0x1b29868619331de0
|
424 |
+
422, 0xd38c571e192c246f
|
425 |
+
423, 0x535327479fe37b6f
|
426 |
+
424, 0xaff9ce5758617eb3
|
427 |
+
425, 0x5658539e9288a4e4
|
428 |
+
426, 0x8df91d87126c4c6d
|
429 |
+
427, 0xe931cf8fdba6e255
|
430 |
+
428, 0x815dfdf25fbee9e8
|
431 |
+
429, 0x5c61f4c7cba91697
|
432 |
+
430, 0xdd5f5512fe2313a1
|
433 |
+
431, 0x499dd918a92a53cd
|
434 |
+
432, 0xa7e969d007c97dfd
|
435 |
+
433, 0xb8d39c6fc81ac0bb
|
436 |
+
434, 0x1d646983def5746c
|
437 |
+
435, 0x44d4b3b17432a60c
|
438 |
+
436, 0x65664232a14db1e3
|
439 |
+
437, 0xda8fae6433e7500b
|
440 |
+
438, 0xbe51b94ff2a3fe94
|
441 |
+
439, 0xe9b1bd9a9098ef9f
|
442 |
+
440, 0xfe47d54176297ef5
|
443 |
+
441, 0xb8ab99bc03bb7135
|
444 |
+
442, 0xcfad97f608565b38
|
445 |
+
443, 0xf05da71f6760d9c1
|
446 |
+
444, 0xef8da40a7c70e7b
|
447 |
+
445, 0xe0465d58dbd5d138
|
448 |
+
446, 0xb54a2d70eb1a938
|
449 |
+
447, 0xfdd50c905958f2d8
|
450 |
+
448, 0x3c41933c90a57d43
|
451 |
+
449, 0x678f6d894c6ad0bb
|
452 |
+
450, 0x403e8f4582274e8
|
453 |
+
451, 0x5cbbe975668df6b0
|
454 |
+
452, 0x297e6520a7902f03
|
455 |
+
453, 0x8f6dded33cd1efd7
|
456 |
+
454, 0x8e903c97be8d783b
|
457 |
+
455, 0x10bd015577e30f77
|
458 |
+
456, 0x3fcd69d1c36eab0c
|
459 |
+
457, 0xb45989f3ca198d3
|
460 |
+
458, 0x507655ce02b491a9
|
461 |
+
459, 0xa92cf99bb78602ce
|
462 |
+
460, 0xebfb82055fbc2f0f
|
463 |
+
461, 0x3334256279289b7a
|
464 |
+
462, 0xc19d2a0f740ee0ac
|
465 |
+
463, 0x8bb070dea3934905
|
466 |
+
464, 0xa4ab57d3a8d1b3eb
|
467 |
+
465, 0xfee1b09bcacf7ff4
|
468 |
+
466, 0xccc7fb41ceec41fa
|
469 |
+
467, 0xd4da49094eb5a74d
|
470 |
+
468, 0xed5c693770af02ed
|
471 |
+
469, 0x369dabc9bbfaa8e4
|
472 |
+
470, 0x7eab9f360d054199
|
473 |
+
471, 0xe36dbebf5ee94076
|
474 |
+
472, 0xd30840e499b23d7
|
475 |
+
473, 0x8678e6cb545015ff
|
476 |
+
474, 0x3a47932ca0b336e
|
477 |
+
475, 0xeb7c742b6e93d6fe
|
478 |
+
476, 0x1404ea51fe5a62a9
|
479 |
+
477, 0xa72cd49db978e288
|
480 |
+
478, 0xfd7bada020173dcf
|
481 |
+
479, 0xc9e74fc7abe50054
|
482 |
+
480, 0x93197847bb66808d
|
483 |
+
481, 0x25fd5f053dce5698
|
484 |
+
482, 0xe198a9b18cc21f4
|
485 |
+
483, 0x5cc27b1689452d5d
|
486 |
+
484, 0x8b3657af955a98dc
|
487 |
+
485, 0xc17f7584f54aa1c0
|
488 |
+
486, 0xe821b088246b1427
|
489 |
+
487, 0x32b5a9f6b45b6fa0
|
490 |
+
488, 0x2aef7c315c2bae0c
|
491 |
+
489, 0xe1af8129846b705a
|
492 |
+
490, 0x4123b4c091b34614
|
493 |
+
491, 0x6999d61ec341c073
|
494 |
+
492, 0x14b9a8fcf86831ea
|
495 |
+
493, 0xfd4cff6548f46c9f
|
496 |
+
494, 0x350c3b7e6cc8d7d6
|
497 |
+
495, 0x202a5047fecafcd5
|
498 |
+
496, 0xa82509fe496bb57d
|
499 |
+
497, 0x835e4b2608b575fe
|
500 |
+
498, 0xf3abe3da919f54ec
|
501 |
+
499, 0x8705a21e2c9b8796
|
502 |
+
500, 0xfd02d1427005c314
|
503 |
+
501, 0xa38458faa637f49b
|
504 |
+
502, 0x61622f2360e7622a
|
505 |
+
503, 0xe89335a773c2963b
|
506 |
+
504, 0x481264b659b0e0d0
|
507 |
+
505, 0x1e82ae94ebf62f15
|
508 |
+
506, 0x8ea7812de49209d4
|
509 |
+
507, 0xff963d764680584
|
510 |
+
508, 0x418a68bef717f4af
|
511 |
+
509, 0x581f0e7621a8ab91
|
512 |
+
510, 0x840337e9a0ec4150
|
513 |
+
511, 0x951ef61b344be505
|
514 |
+
512, 0xc8b1b899feb61ec2
|
515 |
+
513, 0x8b78ca13c56f6ed9
|
516 |
+
514, 0x3d2fd793715a946f
|
517 |
+
515, 0xf1c04fabcd0f4084
|
518 |
+
516, 0x92b602614a9a9fcc
|
519 |
+
517, 0x7991bd7a94a65be7
|
520 |
+
518, 0x5dead10b06cad2d7
|
521 |
+
519, 0xda7719b33f722f06
|
522 |
+
520, 0x9d87a722b7bff71e
|
523 |
+
521, 0xb038e479071409e9
|
524 |
+
522, 0xf4e8bbec48054775
|
525 |
+
523, 0x4fec2cd7a28a88ea
|
526 |
+
524, 0x839e28526aad3e56
|
527 |
+
525, 0xd37ec57852a98bf0
|
528 |
+
526, 0xdef2cbbe00f3a02d
|
529 |
+
527, 0x1aecfe01a9e4d801
|
530 |
+
528, 0x59018d3c8beaf067
|
531 |
+
529, 0x892753e6ac8bf3cd
|
532 |
+
530, 0xefdd3437023d2d1c
|
533 |
+
531, 0x447bfbd148c8cb88
|
534 |
+
532, 0x282380221bd442b8
|
535 |
+
533, 0xfce8658d1347384a
|
536 |
+
534, 0x60b211a7ec6bfa8
|
537 |
+
535, 0xd21729cfcc692974
|
538 |
+
536, 0x162087ecd5038a47
|
539 |
+
537, 0x2b17000c4bce39d2
|
540 |
+
538, 0x3a1f75ff6adcdce0
|
541 |
+
539, 0x721a411d312f1a2c
|
542 |
+
540, 0x9c13b6133f66934d
|
543 |
+
541, 0xaa975d14978980e5
|
544 |
+
542, 0x9403dbd4754203fa
|
545 |
+
543, 0x588c15762fdd643
|
546 |
+
544, 0xdd1290f8d0ada73a
|
547 |
+
545, 0xd9b77380936103f4
|
548 |
+
546, 0xb2e2047a356eb829
|
549 |
+
547, 0x7019e5e7f76f7a47
|
550 |
+
548, 0x3c29a461f62b001d
|
551 |
+
549, 0xa07dc6cfab59c116
|
552 |
+
550, 0x9b97e278433f8eb
|
553 |
+
551, 0x6affc714e7236588
|
554 |
+
552, 0x36170aeb32911a73
|
555 |
+
553, 0x4a665104d364a789
|
556 |
+
554, 0x4be01464ec276c9c
|
557 |
+
555, 0x71bb10271a8b4ecf
|
558 |
+
556, 0xbf62e1d068bc018
|
559 |
+
557, 0xc9ada5db2cbbb413
|
560 |
+
558, 0x2bded75e726650e5
|
561 |
+
559, 0x33d5a7af2f34385d
|
562 |
+
560, 0x8179c46661d85657
|
563 |
+
561, 0x324ebcfd29267359
|
564 |
+
562, 0xac4c9311dc9f9110
|
565 |
+
563, 0xc14bb6a52f9f9c0
|
566 |
+
564, 0xc430abe15e7fb9db
|
567 |
+
565, 0xf1cce5c14df91c38
|
568 |
+
566, 0x651e3efa2c0750d3
|
569 |
+
567, 0x38a33604a8be5c75
|
570 |
+
568, 0x7aaf77fe7ff56a49
|
571 |
+
569, 0xc0d1cc56bbf27706
|
572 |
+
570, 0x887aa47324e156c6
|
573 |
+
571, 0x12547c004b085e8d
|
574 |
+
572, 0xd86a8d6fbbbfd011
|
575 |
+
573, 0x57c860188c92d7b4
|
576 |
+
574, 0xcd5d3843d361b8ca
|
577 |
+
575, 0x8f586ef05a9cb3ef
|
578 |
+
576, 0x174456e1ba6267d5
|
579 |
+
577, 0xf5dc302c62fe583c
|
580 |
+
578, 0xa349442fabcdb71
|
581 |
+
579, 0xe5123c1a8b6fd08e
|
582 |
+
580, 0x80681552aa318593
|
583 |
+
581, 0xb295396deaef1e31
|
584 |
+
582, 0xabb626e0b900e32b
|
585 |
+
583, 0xf024db8d3f19c15e
|
586 |
+
584, 0x1d04bb9548e2fb6c
|
587 |
+
585, 0xd8ed2b2214936c2b
|
588 |
+
586, 0x618ca1e430a52bc9
|
589 |
+
587, 0xccbca44a6088136b
|
590 |
+
588, 0xd0481855c8b9ccbe
|
591 |
+
589, 0x3c92a2fade28bdf7
|
592 |
+
590, 0x855e9fefc38c0816
|
593 |
+
591, 0x1269bbfe55a7b27c
|
594 |
+
592, 0x1d6c853d83726d43
|
595 |
+
593, 0xc8655511cc7fcafc
|
596 |
+
594, 0x301503eb125a9b0e
|
597 |
+
595, 0xb3108e4532016b11
|
598 |
+
596, 0xbb7ab6245da9cb3d
|
599 |
+
597, 0x18004c49116d85eb
|
600 |
+
598, 0x3480849c20f61129
|
601 |
+
599, 0xe28f45157463937b
|
602 |
+
600, 0x8e85e61060f2ce1
|
603 |
+
601, 0x1673da4ec589ba5e
|
604 |
+
602, 0x74b9a6bd1b194712
|
605 |
+
603, 0xed39e147fa8b7601
|
606 |
+
604, 0x28ce54019102ca77
|
607 |
+
605, 0x42e0347f6d7a2f30
|
608 |
+
606, 0xb6a908d1c4814731
|
609 |
+
607, 0x16c3435e4e9a126d
|
610 |
+
608, 0x8880190514c1ad54
|
611 |
+
609, 0xfffd86229a6f773c
|
612 |
+
610, 0x4f2420cdb0aa1a93
|
613 |
+
611, 0xf8e1acb4120fc1fa
|
614 |
+
612, 0x63a8c553ab36a2f2
|
615 |
+
613, 0x86b88cf3c0a6a190
|
616 |
+
614, 0x44d8b2801622c792
|
617 |
+
615, 0xf6eae14e93082ff1
|
618 |
+
616, 0xd9ed4f5d1b8fac61
|
619 |
+
617, 0x1808ce17f4e1f70
|
620 |
+
618, 0x446e83ea336f262f
|
621 |
+
619, 0xc7c802b04c0917b7
|
622 |
+
620, 0x626f45fd64968b73
|
623 |
+
621, 0x9ffa540edc9b2c5c
|
624 |
+
622, 0xa96a1e219e486af8
|
625 |
+
623, 0x2bb8963884e887a1
|
626 |
+
624, 0xba7f68a5d029e3c4
|
627 |
+
625, 0xefc45f44392d9ca0
|
628 |
+
626, 0x98d77762503c5eab
|
629 |
+
627, 0xd89bcf62f2da627c
|
630 |
+
628, 0xa3cab8347f833151
|
631 |
+
629, 0xa095b7595907d5c7
|
632 |
+
630, 0x3b3041274286181
|
633 |
+
631, 0xb518db8919eb71fa
|
634 |
+
632, 0x187036c14fdc9a36
|
635 |
+
633, 0xd06e28301e696f5d
|
636 |
+
634, 0xdbc71184e0c56492
|
637 |
+
635, 0xfe51e9cae6125bfd
|
638 |
+
636, 0x3b12d17cd014df24
|
639 |
+
637, 0x3b95e4e2c986ac1a
|
640 |
+
638, 0x29c1cce59fb2dea2
|
641 |
+
639, 0x58c05793182a49d6
|
642 |
+
640, 0xc016477e330d8c00
|
643 |
+
641, 0x79ef335133ada5d
|
644 |
+
642, 0x168e2cad941203f3
|
645 |
+
643, 0xf99d0f219d702ef0
|
646 |
+
644, 0x655628068f8f135b
|
647 |
+
645, 0xdcdea51910ae3f92
|
648 |
+
646, 0x8e4505039c567892
|
649 |
+
647, 0x91a9ec7e947c89ae
|
650 |
+
648, 0x8717172530f93949
|
651 |
+
649, 0x1c80aba9a440171a
|
652 |
+
650, 0x9c8f83f6ebe7441e
|
653 |
+
651, 0x6c05e1efea4aa7f9
|
654 |
+
652, 0x10af696b777c01b
|
655 |
+
653, 0x5892e9d9a92fc309
|
656 |
+
654, 0xd2ba7da71e709432
|
657 |
+
655, 0x46378c7c3269a466
|
658 |
+
656, 0x942c63dfe18e772c
|
659 |
+
657, 0x6245cf02ef2476f
|
660 |
+
658, 0x6f265b2759ea2aea
|
661 |
+
659, 0x5aa757f17d17f4a6
|
662 |
+
660, 0x1ad6a3c44fa09be6
|
663 |
+
661, 0xe861af14e7015fb8
|
664 |
+
662, 0x86be2e7db388c77
|
665 |
+
663, 0x5c7bba32b519e9a0
|
666 |
+
664, 0x3feb314850c4437b
|
667 |
+
665, 0x97955add60cfb45b
|
668 |
+
666, 0xfdb536230a540bdc
|
669 |
+
667, 0xdac9d7bf6e58512e
|
670 |
+
668, 0x4894c00e474e8120
|
671 |
+
669, 0xa1918a37739da366
|
672 |
+
670, 0xa8097f2096532807
|
673 |
+
671, 0x592afe50e6c5e643
|
674 |
+
672, 0xd69050ee6dcb33dc
|
675 |
+
673, 0xa6956b262dd3c561
|
676 |
+
674, 0x1a55c815555e63f7
|
677 |
+
675, 0x2ec7fd37516de2bb
|
678 |
+
676, 0x8ec251d9c70e76ba
|
679 |
+
677, 0x9b76e4abafd2689
|
680 |
+
678, 0x9ce3f5c751a57df1
|
681 |
+
679, 0x915c4818bf287bc7
|
682 |
+
680, 0x2293a0d1fe07c735
|
683 |
+
681, 0x7627dcd5d5a66d3d
|
684 |
+
682, 0xb5e4f92cc49c7138
|
685 |
+
683, 0x6fc51298731d268c
|
686 |
+
684, 0xd19800aa95441f87
|
687 |
+
685, 0x14f70f31162fa115
|
688 |
+
686, 0x41a3da3752936f59
|
689 |
+
687, 0xbec0652be95652ee
|
690 |
+
688, 0x7aa4bdb1020a290f
|
691 |
+
689, 0x4382d0d9bee899ef
|
692 |
+
690, 0xe6d988ae4277d6ff
|
693 |
+
691, 0xe618088ccb2a32d1
|
694 |
+
692, 0x411669dfaa899e90
|
695 |
+
693, 0x234e2bf4ba76d9f
|
696 |
+
694, 0xe109fe4cb7828687
|
697 |
+
695, 0x1fb96b5022b0b360
|
698 |
+
696, 0x6b24ad76c061a716
|
699 |
+
697, 0x7e1781d4d7ecee15
|
700 |
+
698, 0xf20c2dbe82ba38ba
|
701 |
+
699, 0xeda8e8ae1d943655
|
702 |
+
700, 0xa58d196e2a77eaec
|
703 |
+
701, 0x44564765a5995a0b
|
704 |
+
702, 0x11902fe871ecae21
|
705 |
+
703, 0x2ea60279900e675d
|
706 |
+
704, 0x38427227c18a9a96
|
707 |
+
705, 0xe0af01490a1b1b48
|
708 |
+
706, 0x826f91997e057824
|
709 |
+
707, 0x1e57308e6e50451
|
710 |
+
708, 0xb42d469bbbfdc350
|
711 |
+
709, 0xb9734cff1109c49b
|
712 |
+
710, 0x98967559bb9d364f
|
713 |
+
711, 0xd6be360041907c12
|
714 |
+
712, 0xa86a1279122a1e21
|
715 |
+
713, 0x26f99a8527bfc698
|
716 |
+
714, 0xfa8b85758f28f5d6
|
717 |
+
715, 0xe3057429940806ae
|
718 |
+
716, 0x4bee2d7e84f93b2b
|
719 |
+
717, 0x948350a76ea506f4
|
720 |
+
718, 0xa139154488045e74
|
721 |
+
719, 0x8893579ba5e78085
|
722 |
+
720, 0x5f21c215c6a9e397
|
723 |
+
721, 0x456134f3a59641dc
|
724 |
+
722, 0x92c0273f8e97a9c6
|
725 |
+
723, 0xd2936c9c3f0c6936
|
726 |
+
724, 0xcfa4221e752c4735
|
727 |
+
725, 0x28cd5a7457355dca
|
728 |
+
726, 0xecdfdde23d90999f
|
729 |
+
727, 0x60631b2d494d032b
|
730 |
+
728, 0xf67289df269a827f
|
731 |
+
729, 0xcbe8011ef0f5b7ef
|
732 |
+
730, 0x20eea973c70a84f5
|
733 |
+
731, 0xbe1fd200398557ce
|
734 |
+
732, 0xd2279ee030191bba
|
735 |
+
733, 0xf2bd4291dedaf819
|
736 |
+
734, 0xfc6d167dbe8c402
|
737 |
+
735, 0x39ac298da5d0044b
|
738 |
+
736, 0xceac026f5f561ce
|
739 |
+
737, 0x10a5b0bdd8ad60e6
|
740 |
+
738, 0xdeb3c626df6d4bcb
|
741 |
+
739, 0x3c128962e77ff6ca
|
742 |
+
740, 0xc786262e9c67a0e5
|
743 |
+
741, 0x4332855b3febcdc0
|
744 |
+
742, 0x7bda9724d1c0e020
|
745 |
+
743, 0x6a8c93399bc4df22
|
746 |
+
744, 0xa9b20100ac707396
|
747 |
+
745, 0xa11a3458502c4eb5
|
748 |
+
746, 0xb185461c60478941
|
749 |
+
747, 0x13131d56195b7ff6
|
750 |
+
748, 0x8d55875ddbd4aa1c
|
751 |
+
749, 0xc09b67425f469aa5
|
752 |
+
750, 0x39e33786cc7594c4
|
753 |
+
751, 0x75e96db8e4b08b93
|
754 |
+
752, 0xda01cd12a3275d1e
|
755 |
+
753, 0x2c49e7822344fab5
|
756 |
+
754, 0x9bd5f10612514ca7
|
757 |
+
755, 0x1c801a5c828e7332
|
758 |
+
756, 0x29797d3f4f6c7b4c
|
759 |
+
757, 0xac992715e21e4e53
|
760 |
+
758, 0xe40e89ee887ddb37
|
761 |
+
759, 0x15189a2b265a783b
|
762 |
+
760, 0xa854159a52af5c5
|
763 |
+
761, 0xb9d8a5a81c12bead
|
764 |
+
762, 0x3240cdc9d59e2a58
|
765 |
+
763, 0x1d0b872234cf8e23
|
766 |
+
764, 0xc01224cf6ce12cff
|
767 |
+
765, 0x2601e9f3905c8663
|
768 |
+
766, 0xd4ecf9890168d6b4
|
769 |
+
767, 0xa45db796d89bfdd5
|
770 |
+
768, 0x9f389406dad64ab4
|
771 |
+
769, 0xa5a851adce43ffe3
|
772 |
+
770, 0xd0962c41c26e5aa9
|
773 |
+
771, 0x8a671679e48510a4
|
774 |
+
772, 0xc196dc0924a6bfeb
|
775 |
+
773, 0x3ead661043b549cb
|
776 |
+
774, 0x51af4ca737d405ac
|
777 |
+
775, 0xf4425b5c62275fb6
|
778 |
+
776, 0x71e69d1f818c10f5
|
779 |
+
777, 0xacaf4af2d3c70162
|
780 |
+
778, 0x2e1f1d4fd7524244
|
781 |
+
779, 0xe54fdd8f388890e8
|
782 |
+
780, 0xfda0d33e84eb2b83
|
783 |
+
781, 0x53965c5e392b81da
|
784 |
+
782, 0x5c92288267263097
|
785 |
+
783, 0xcac1b431c878c66c
|
786 |
+
784, 0x36c0e1cf417241c6
|
787 |
+
785, 0x5cc4d9cd1a36bf2c
|
788 |
+
786, 0x32e4257bb5d3e470
|
789 |
+
787, 0x4aecff904adb44fb
|
790 |
+
788, 0x4d91a8e0d1d60cac
|
791 |
+
789, 0xa3b478388385b038
|
792 |
+
790, 0x48d955f24eba70be
|
793 |
+
791, 0x310e4deb07f24f68
|
794 |
+
792, 0x8853e73b1f30a5a
|
795 |
+
793, 0x278aee45c2a65c5
|
796 |
+
794, 0xf6932eedbd62fb0b
|
797 |
+
795, 0xafb95958c82fafad
|
798 |
+
796, 0x78e807c18616c16c
|
799 |
+
797, 0xd7abadda7488ed9f
|
800 |
+
798, 0x2dd72e2572aa2ae6
|
801 |
+
799, 0x6ec3791982c2be09
|
802 |
+
800, 0x6865bb314fac478f
|
803 |
+
801, 0xa14dc0ce09000d1a
|
804 |
+
802, 0xb8081ad134da10f2
|
805 |
+
803, 0xc4ac1534aa825ef5
|
806 |
+
804, 0xd83aeb48ae2d538f
|
807 |
+
805, 0x38052027e3074be4
|
808 |
+
806, 0xa9833e06ef136582
|
809 |
+
807, 0x4f02d790ec9fd78
|
810 |
+
808, 0xec2f60bc711c5bdc
|
811 |
+
809, 0x9253b0d12268e561
|
812 |
+
810, 0xa8ac607fdd62c206
|
813 |
+
811, 0x895e28ebc920289f
|
814 |
+
812, 0xe2fd42b154243ac7
|
815 |
+
813, 0xc69cac2f776eee19
|
816 |
+
814, 0xf4d4ac11db56d0dc
|
817 |
+
815, 0xa8d37049b9f39833
|
818 |
+
816, 0x75abbf8a196c337c
|
819 |
+
817, 0xb115bb76750d27b8
|
820 |
+
818, 0x39426d187839154
|
821 |
+
819, 0xd488423e7f38bf83
|
822 |
+
820, 0xbb92e0c76ecb6a62
|
823 |
+
821, 0x3055a018ce39f4e3
|
824 |
+
822, 0xc93fe0e907729bfb
|
825 |
+
823, 0x65985d17c5863340
|
826 |
+
824, 0x2088ae081b2028e1
|
827 |
+
825, 0x6e628de873314057
|
828 |
+
826, 0x864377cccf573f0e
|
829 |
+
827, 0xae03f4c9aa63d132
|
830 |
+
828, 0xb1db766d6404c66d
|
831 |
+
829, 0xdce5a22414a374b
|
832 |
+
830, 0x622155b777819997
|
833 |
+
831, 0x69fe96e620371f3c
|
834 |
+
832, 0xa9c67dbc326d94fc
|
835 |
+
833, 0x932a84ae5dd43bab
|
836 |
+
834, 0xe2301a20f6c48c3f
|
837 |
+
835, 0x795d2e79c6477300
|
838 |
+
836, 0xd8e3e631289521e7
|
839 |
+
837, 0xae2684979002dfd6
|
840 |
+
838, 0xc9c2392377550f89
|
841 |
+
839, 0xa1b0c99d508ef7ec
|
842 |
+
840, 0x593aef3c5a5272ec
|
843 |
+
841, 0xe32e511a4b7162cd
|
844 |
+
842, 0xab3b81655f5a2857
|
845 |
+
843, 0x1b535e1a0aaf053e
|
846 |
+
844, 0x5b33f56c1b6a07e2
|
847 |
+
845, 0x782dc8cfcac4ef36
|
848 |
+
846, 0xb3d4f256eecfd202
|
849 |
+
847, 0xf73a6598f58c4f7e
|
850 |
+
848, 0xd5722189524870ae
|
851 |
+
849, 0x707878de6b995fc0
|
852 |
+
850, 0xc3eb6ba73e3d7e8a
|
853 |
+
851, 0xca75c017655b75a7
|
854 |
+
852, 0x1b29369ea3541e5f
|
855 |
+
853, 0x352e98858bdb58a3
|
856 |
+
854, 0x1e4412d184b6b27d
|
857 |
+
855, 0x2d375ba0304b2d17
|
858 |
+
856, 0x56c30fce69a5d08e
|
859 |
+
857, 0x6b8c2b0c06584bda
|
860 |
+
858, 0xde4dfff228c8c91f
|
861 |
+
859, 0xb7c9edd574e6287f
|
862 |
+
860, 0xf6078281c9fca2b2
|
863 |
+
861, 0xb9b9a51de02a2f1e
|
864 |
+
862, 0xa411bef31c0103b0
|
865 |
+
863, 0xc5facd8fc5e1d7a3
|
866 |
+
864, 0x54e631c05ddf7359
|
867 |
+
865, 0x815b42b3fd06c474
|
868 |
+
866, 0xc9ac07566fda18ec
|
869 |
+
867, 0xd84ea62957bd8e15
|
870 |
+
868, 0x5575f74b5cfd8803
|
871 |
+
869, 0x5779a8d460c2e304
|
872 |
+
870, 0xfd6e87e264a85587
|
873 |
+
871, 0xa1d674daa320b26d
|
874 |
+
872, 0x2c3c3ec64b35afc4
|
875 |
+
873, 0x393a274ff03e6935
|
876 |
+
874, 0x1f40ecbac52c50ea
|
877 |
+
875, 0xc3de64fa324ffc0c
|
878 |
+
876, 0x56ae828b7f9deb04
|
879 |
+
877, 0xe7c1a77b5c1f2cb3
|
880 |
+
878, 0xa4c4aab19ea921cc
|
881 |
+
879, 0xec164c238825822c
|
882 |
+
880, 0xa6a3304770c03b03
|
883 |
+
881, 0x3a63641d5b1e8123
|
884 |
+
882, 0x42677be3a54617ef
|
885 |
+
883, 0xa2680423e3a200c0
|
886 |
+
884, 0x8b17cf75f3f37277
|
887 |
+
885, 0xe7ce65a49242be3d
|
888 |
+
886, 0x7f85934271323e4b
|
889 |
+
887, 0xcfb0f431f79a4fab
|
890 |
+
888, 0x392e4041a8505b65
|
891 |
+
889, 0xd3e5daf0d8b25ea6
|
892 |
+
890, 0x9447eff675d80f53
|
893 |
+
891, 0xea27a9d53cfaeea8
|
894 |
+
892, 0xe3f2335945a83ba
|
895 |
+
893, 0x8875a43ce216413b
|
896 |
+
894, 0xe49941f9eabce33e
|
897 |
+
895, 0x9357c1296683a5b1
|
898 |
+
896, 0xf0f16439e81ee701
|
899 |
+
897, 0x3181515295ffd79a
|
900 |
+
898, 0x9d7150fffd169ed8
|
901 |
+
899, 0x2d6a1d281e255a72
|
902 |
+
900, 0x81bf1286fb3a92b6
|
903 |
+
901, 0x566d3079b499e279
|
904 |
+
902, 0xc7939ca8f047341
|
905 |
+
903, 0xb1f8050e7c2d59f6
|
906 |
+
904, 0x605701045e7be192
|
907 |
+
905, 0x51b73360e8e31a1c
|
908 |
+
906, 0x9f4ad54483ba9fe0
|
909 |
+
907, 0xd3085b8fcf69d1c8
|
910 |
+
908, 0xc3e7475026dc5f0b
|
911 |
+
909, 0x5800f8554b157354
|
912 |
+
910, 0x37dfdf858cfcd963
|
913 |
+
911, 0x3a1fce05ce385072
|
914 |
+
912, 0xf495c062645c20c3
|
915 |
+
913, 0xdcbeec2c3492c773
|
916 |
+
914, 0xc38f427589d1d0b4
|
917 |
+
915, 0x681ead60216a8184
|
918 |
+
916, 0x4bd569c40cc88c41
|
919 |
+
917, 0x49b0d442e130b7a2
|
920 |
+
918, 0xee349156b7d1fa3f
|
921 |
+
919, 0x2bde2d2db055135b
|
922 |
+
920, 0xc6a460d2fbcb2378
|
923 |
+
921, 0xd0f170494ff3dbb
|
924 |
+
922, 0xb294422492528a23
|
925 |
+
923, 0xfc95873c854e7b86
|
926 |
+
924, 0x6c9c3ad1797bb19c
|
927 |
+
925, 0xe0c06f2aab65062d
|
928 |
+
926, 0x58e32ce0f11e3a81
|
929 |
+
927, 0xa745fcd729ff5036
|
930 |
+
928, 0x599b249b2fc2cdb2
|
931 |
+
929, 0x78f23b5b0dd5b082
|
932 |
+
930, 0x6de3e957f549ecfc
|
933 |
+
931, 0x9d0712fa6d878756
|
934 |
+
932, 0x9076e8554e4a413a
|
935 |
+
933, 0xf3185818c0294de8
|
936 |
+
934, 0x5de7cdf4b455b9b6
|
937 |
+
935, 0xb15f6908ed703f7d
|
938 |
+
936, 0x98c654dfedc6818
|
939 |
+
937, 0x120502ab0e93ae42
|
940 |
+
938, 0x67966a98a58dc120
|
941 |
+
939, 0x1caa0fc628989482
|
942 |
+
940, 0xd8b2c3cd480a8625
|
943 |
+
941, 0x85c70071b3aed671
|
944 |
+
942, 0xff385f8473714662
|
945 |
+
943, 0xe2868e4bf3773b63
|
946 |
+
944, 0x96cf8019b279298e
|
947 |
+
945, 0x8511cc930bd74800
|
948 |
+
946, 0x5312e48fdd55f5ab
|
949 |
+
947, 0xfcdae564b52df78d
|
950 |
+
948, 0x9eee48373e652176
|
951 |
+
949, 0x953788f6bcbc56b0
|
952 |
+
950, 0xd1a3855dbd2f6b37
|
953 |
+
951, 0x3ad32acf77f4d1e9
|
954 |
+
952, 0x917c7be81b003e30
|
955 |
+
953, 0x9ce817da1e2e9dfb
|
956 |
+
954, 0x2968983db162d44d
|
957 |
+
955, 0x1e005decef5828ad
|
958 |
+
956, 0xc38fe59d1aa4f3d5
|
959 |
+
957, 0xf357f1710dc02f1d
|
960 |
+
958, 0x2613912a4c83ec67
|
961 |
+
959, 0x832a11470b9a17cb
|
962 |
+
960, 0x5e85508a611f0dad
|
963 |
+
961, 0x2781131677f59d56
|
964 |
+
962, 0xa82358d7d4b0237f
|
965 |
+
963, 0xfbf8b3cc030c3af6
|
966 |
+
964, 0x68b2f68ac8a55adb
|
967 |
+
965, 0x3b6fcf353add0ada
|
968 |
+
966, 0xd1956049bcd15bd5
|
969 |
+
967, 0x95b76f31c7f98b6d
|
970 |
+
968, 0x814b6690df971a84
|
971 |
+
969, 0xdcf7959cddd819e4
|
972 |
+
970, 0xcf8c72c5d804fc88
|
973 |
+
971, 0x56883769c8945a22
|
974 |
+
972, 0x1f034652f658cf46
|
975 |
+
973, 0x41df1324cda235a1
|
976 |
+
974, 0xeccd32524504a054
|
977 |
+
975, 0x974e0910a04ec02c
|
978 |
+
976, 0x72104507b821f6db
|
979 |
+
977, 0x791f8d089f273044
|
980 |
+
978, 0xe0f79a4f567f73c3
|
981 |
+
979, 0x52fe5bea3997f024
|
982 |
+
980, 0x5f8b9b446494f78
|
983 |
+
981, 0xfd9f511947059190
|
984 |
+
982, 0x3aea9dac6063bce3
|
985 |
+
983, 0xbfdae4dfc24aee60
|
986 |
+
984, 0xa82cdbbf0a280318
|
987 |
+
985, 0xf460aae18d70aa9d
|
988 |
+
986, 0x997367cb204a57c4
|
989 |
+
987, 0x616e21ab95ba05ef
|
990 |
+
988, 0x9bfc93bec116769f
|
991 |
+
989, 0x2b2ee27c37a3fa5b
|
992 |
+
990, 0xb25c6ed54006ee38
|
993 |
+
991, 0xab04d4a5c69e69a5
|
994 |
+
992, 0x6d2f6b45f2d8438f
|
995 |
+
993, 0x4ad2f32afc82f092
|
996 |
+
994, 0x513d718908f709c0
|
997 |
+
995, 0x5272aadc4fffca51
|
998 |
+
996, 0xeb3f87e66156ef5d
|
999 |
+
997, 0xf8a3d5a46a86ba85
|
1000 |
+
998, 0xdb4548a86f27abfd
|
1001 |
+
999, 0x57c05f47ff62380d
|
env-llmeval/lib/python3.10/site-packages/triton/__init__.py
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"""isort:skip_file"""
|
2 |
+
__version__ = '2.2.0'
|
3 |
+
|
4 |
+
# ---------------------------------------
|
5 |
+
# Note: import order is significant here.
|
6 |
+
|
7 |
+
# submodules
|
8 |
+
from .runtime import (
|
9 |
+
autotune,
|
10 |
+
Config,
|
11 |
+
heuristics,
|
12 |
+
JITFunction,
|
13 |
+
KernelInterface,
|
14 |
+
reinterpret,
|
15 |
+
TensorWrapper,
|
16 |
+
OutOfResources,
|
17 |
+
MockTensor,
|
18 |
+
)
|
19 |
+
from .runtime.jit import jit
|
20 |
+
from .compiler import compile, CompilationError
|
21 |
+
|
22 |
+
from . import language
|
23 |
+
from . import testing
|
24 |
+
|
25 |
+
__all__ = [
|
26 |
+
"autotune",
|
27 |
+
"cdiv",
|
28 |
+
"CompilationError",
|
29 |
+
"compile",
|
30 |
+
"Config",
|
31 |
+
"heuristics",
|
32 |
+
"impl",
|
33 |
+
"jit",
|
34 |
+
"JITFunction",
|
35 |
+
"KernelInterface",
|
36 |
+
"language",
|
37 |
+
"MockTensor",
|
38 |
+
"next_power_of_2",
|
39 |
+
"ops",
|
40 |
+
"OutOfResources",
|
41 |
+
"reinterpret",
|
42 |
+
"runtime",
|
43 |
+
"TensorWrapper",
|
44 |
+
"testing",
|
45 |
+
"tools",
|
46 |
+
]
|
47 |
+
|
48 |
+
# -------------------------------------
|
49 |
+
# misc. utilities that don't fit well
|
50 |
+
# into any specific module
|
51 |
+
# -------------------------------------
|
52 |
+
|
53 |
+
|
54 |
+
def cdiv(x: int, y: int):
|
55 |
+
return (x + y - 1) // y
|
56 |
+
|
57 |
+
|
58 |
+
def next_power_of_2(n: int):
|
59 |
+
"""Return the smallest power of 2 greater than or equal to n"""
|
60 |
+
n -= 1
|
61 |
+
n |= n >> 1
|
62 |
+
n |= n >> 2
|
63 |
+
n |= n >> 4
|
64 |
+
n |= n >> 8
|
65 |
+
n |= n >> 16
|
66 |
+
n |= n >> 32
|
67 |
+
n += 1
|
68 |
+
return n
|
env-llmeval/lib/python3.10/site-packages/triton/common/__init__.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
from .build import _build, cuda_include_dir, libcuda_dirs
|
2 |
+
|
3 |
+
__all__ = ["_build", "libcuda_dirs", "cuda_include_dir"]
|
env-llmeval/lib/python3.10/site-packages/triton/common/__pycache__/__init__.cpython-310.pyc
ADDED
Binary file (300 Bytes). View file
|
|
env-llmeval/lib/python3.10/site-packages/triton/common/__pycache__/backend.cpython-310.pyc
ADDED
Binary file (6.13 kB). View file
|
|
env-llmeval/lib/python3.10/site-packages/triton/common/__pycache__/build.cpython-310.pyc
ADDED
Binary file (4.26 kB). View file
|
|
env-llmeval/lib/python3.10/site-packages/triton/common/backend.py
ADDED
@@ -0,0 +1,183 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import functools
|
2 |
+
import hashlib
|
3 |
+
import importlib
|
4 |
+
import importlib.util
|
5 |
+
import os
|
6 |
+
import re
|
7 |
+
import subprocess
|
8 |
+
import traceback
|
9 |
+
from typing import Dict
|
10 |
+
|
11 |
+
from ..runtime.driver import DriverBase
|
12 |
+
|
13 |
+
TRITON_PATH = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
14 |
+
TRITON_VERSION = "2.2.0"
|
15 |
+
|
16 |
+
|
17 |
+
class BaseBackend:
|
18 |
+
|
19 |
+
def __init__(self, device_type: str) -> None:
|
20 |
+
self.device_type = device_type
|
21 |
+
|
22 |
+
def add_stages(self, arch, extern_libs, stages):
|
23 |
+
"""
|
24 |
+
Custom the arch, extern_libs and stages per backend specific requirement
|
25 |
+
"""
|
26 |
+
raise NotImplementedError
|
27 |
+
|
28 |
+
def add_meta_info(self, ir, cur_module, next_module, metadata, asm):
|
29 |
+
"""
|
30 |
+
Custom the ir, module, metadata and asm per backend specific requirement
|
31 |
+
"""
|
32 |
+
raise NotImplementedError
|
33 |
+
|
34 |
+
def get_load_binary_fn(self):
|
35 |
+
"""
|
36 |
+
Return a callable to load binary
|
37 |
+
"""
|
38 |
+
raise NotImplementedError
|
39 |
+
|
40 |
+
def get_driver(self) -> DriverBase:
|
41 |
+
"""
|
42 |
+
Get the backend driver. Please refer to "DriverBase" for more details
|
43 |
+
"""
|
44 |
+
raise NotImplementedError
|
45 |
+
|
46 |
+
def get_stream(self):
|
47 |
+
"""
|
48 |
+
Get stream for current device
|
49 |
+
"""
|
50 |
+
raise NotImplementedError
|
51 |
+
|
52 |
+
def get_device_properties(self, device):
|
53 |
+
raise NotImplementedError
|
54 |
+
|
55 |
+
def get_current_device(self):
|
56 |
+
"""
|
57 |
+
Get current device
|
58 |
+
"""
|
59 |
+
raise NotImplementedError
|
60 |
+
|
61 |
+
def set_current_device(self, device):
|
62 |
+
"""
|
63 |
+
Set current device as the given device
|
64 |
+
"""
|
65 |
+
raise NotImplementedError
|
66 |
+
|
67 |
+
def get_kernel_bin(self):
|
68 |
+
raise NotImplementedError
|
69 |
+
|
70 |
+
def make_launcher_stub(self, name, signature, constants):
|
71 |
+
"""
|
72 |
+
Generate the launcher stub to launch the kernel
|
73 |
+
"""
|
74 |
+
raise NotImplementedError
|
75 |
+
|
76 |
+
def get_architecture_descriptor(self, **kwargs):
|
77 |
+
"""
|
78 |
+
Get the architecture descriptor the backend
|
79 |
+
"""
|
80 |
+
raise NotImplementedError
|
81 |
+
|
82 |
+
@classmethod
|
83 |
+
def create_backend(cls, device_type: str):
|
84 |
+
return cls(device_type)
|
85 |
+
|
86 |
+
|
87 |
+
_backends: Dict[str, BaseBackend] = {}
|
88 |
+
|
89 |
+
|
90 |
+
def register_backend(device_type: str, backend_cls: type):
|
91 |
+
if device_type not in _backends:
|
92 |
+
_backends[device_type] = backend_cls.create_backend(device_type)
|
93 |
+
|
94 |
+
|
95 |
+
def get_backend(device_type: str):
|
96 |
+
if device_type not in _backends:
|
97 |
+
device_backend_package_name = f"...third_party.{device_type}"
|
98 |
+
if importlib.util.find_spec(device_backend_package_name, package=__spec__.name):
|
99 |
+
try:
|
100 |
+
importlib.import_module(device_backend_package_name, package=__spec__.name)
|
101 |
+
except Exception:
|
102 |
+
traceback.print_exc()
|
103 |
+
else:
|
104 |
+
return None
|
105 |
+
return _backends[device_type] if device_type in _backends else None
|
106 |
+
|
107 |
+
|
108 |
+
def _path_to_binary(binary: str):
|
109 |
+
base_dir = os.path.join(os.path.dirname(__file__), os.pardir)
|
110 |
+
paths = [
|
111 |
+
os.environ.get(f"TRITON_{binary.upper()}_PATH", ""),
|
112 |
+
os.path.join(base_dir, "third_party", "cuda", "bin", binary)
|
113 |
+
]
|
114 |
+
|
115 |
+
for p in paths:
|
116 |
+
bin = p.split(" ")[0]
|
117 |
+
if os.path.exists(bin) and os.path.isfile(bin):
|
118 |
+
result = subprocess.check_output([bin, "--version"], stderr=subprocess.STDOUT)
|
119 |
+
if result is not None:
|
120 |
+
version = re.search(r".*release (\d+\.\d+).*", result.decode("utf-8"), flags=re.MULTILINE)
|
121 |
+
if version is not None:
|
122 |
+
return p, version.group(1)
|
123 |
+
raise RuntimeError(f"Cannot find {binary}")
|
124 |
+
|
125 |
+
|
126 |
+
@functools.lru_cache()
|
127 |
+
def path_to_ptxas():
|
128 |
+
return _path_to_binary("ptxas")
|
129 |
+
|
130 |
+
|
131 |
+
@functools.lru_cache()
|
132 |
+
def path_to_cuobjdump():
|
133 |
+
return _path_to_binary("cuobjdump")
|
134 |
+
|
135 |
+
|
136 |
+
@functools.lru_cache()
|
137 |
+
def path_to_nvdisasm():
|
138 |
+
return _path_to_binary("nvdisasm")
|
139 |
+
|
140 |
+
|
141 |
+
@functools.lru_cache()
|
142 |
+
def compute_core_version_key():
|
143 |
+
import pkgutil
|
144 |
+
contents = []
|
145 |
+
# frontend
|
146 |
+
with open(__file__, "rb") as f:
|
147 |
+
contents += [hashlib.sha1(f.read()).hexdigest()]
|
148 |
+
# compiler
|
149 |
+
compiler_path = os.path.join(TRITON_PATH, 'compiler')
|
150 |
+
for lib in pkgutil.iter_modules([compiler_path]):
|
151 |
+
with open(lib.module_finder.find_spec(lib.name).origin, "rb") as f:
|
152 |
+
contents += [hashlib.sha1(f.read()).hexdigest()]
|
153 |
+
# backend
|
154 |
+
libtriton_hash = hashlib.sha1()
|
155 |
+
with open(os.path.join(TRITON_PATH, "_C/libtriton.so"), "rb") as f:
|
156 |
+
while True:
|
157 |
+
chunk = f.read(1024**2)
|
158 |
+
if not chunk:
|
159 |
+
break
|
160 |
+
libtriton_hash.update(chunk)
|
161 |
+
contents.append(libtriton_hash.hexdigest())
|
162 |
+
# language
|
163 |
+
language_path = os.path.join(TRITON_PATH, 'language')
|
164 |
+
for lib in pkgutil.iter_modules([language_path]):
|
165 |
+
with open(lib.module_finder.find_spec(lib.name).origin, "rb") as f:
|
166 |
+
contents += [hashlib.sha1(f.read()).hexdigest()]
|
167 |
+
return '-'.join(TRITON_VERSION) + '-'.join(contents)
|
168 |
+
|
169 |
+
|
170 |
+
_cached_cuda_version_key = None
|
171 |
+
|
172 |
+
|
173 |
+
def get_cuda_version_key():
|
174 |
+
global _cached_cuda_version_key
|
175 |
+
if _cached_cuda_version_key is None:
|
176 |
+
key = compute_core_version_key()
|
177 |
+
try:
|
178 |
+
ptxas = path_to_ptxas()[0]
|
179 |
+
ptxas_version = subprocess.check_output([ptxas, "--version"])
|
180 |
+
except RuntimeError:
|
181 |
+
ptxas_version = b"NO_PTXAS"
|
182 |
+
_cached_cuda_version_key = key + '-' + hashlib.sha1(ptxas_version).hexdigest()
|
183 |
+
return _cached_cuda_version_key
|
env-llmeval/lib/python3.10/site-packages/triton/common/build.py
ADDED
@@ -0,0 +1,140 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import contextlib
|
2 |
+
import functools
|
3 |
+
import io
|
4 |
+
import os
|
5 |
+
import shutil
|
6 |
+
import subprocess
|
7 |
+
import sys
|
8 |
+
import sysconfig
|
9 |
+
|
10 |
+
import setuptools
|
11 |
+
|
12 |
+
|
13 |
+
# TODO: is_hip shouldn't be here
|
14 |
+
def is_hip():
|
15 |
+
import torch
|
16 |
+
return torch.version.hip is not None
|
17 |
+
|
18 |
+
|
19 |
+
@functools.lru_cache()
|
20 |
+
def libcuda_dirs():
|
21 |
+
env_libcuda_path = os.getenv("TRITON_LIBCUDA_PATH")
|
22 |
+
if env_libcuda_path:
|
23 |
+
return [env_libcuda_path]
|
24 |
+
|
25 |
+
libs = subprocess.check_output(["/sbin/ldconfig", "-p"]).decode()
|
26 |
+
# each line looks like the following:
|
27 |
+
# libcuda.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcuda.so.1
|
28 |
+
locs = [line.split()[-1] for line in libs.splitlines() if "libcuda.so" in line]
|
29 |
+
dirs = [os.path.dirname(loc) for loc in locs]
|
30 |
+
env_ld_library_path = os.getenv("LD_LIBRARY_PATH")
|
31 |
+
if env_ld_library_path and not dirs:
|
32 |
+
dirs = [dir for dir in env_ld_library_path.split(":") if os.path.exists(os.path.join(dir, "libcuda.so"))]
|
33 |
+
msg = 'libcuda.so cannot found!\n'
|
34 |
+
if locs:
|
35 |
+
msg += 'Possible files are located at %s.' % str(locs)
|
36 |
+
msg += 'Please create a symlink of libcuda.so to any of the file.'
|
37 |
+
else:
|
38 |
+
msg += 'Please make sure GPU is setup and then run "/sbin/ldconfig"'
|
39 |
+
msg += ' (requires sudo) to refresh the linker cache.'
|
40 |
+
assert any(os.path.exists(os.path.join(path, 'libcuda.so')) for path in dirs), msg
|
41 |
+
return dirs
|
42 |
+
|
43 |
+
|
44 |
+
@functools.lru_cache()
|
45 |
+
def rocm_path_dir():
|
46 |
+
return os.getenv("ROCM_PATH", default="/opt/rocm")
|
47 |
+
|
48 |
+
|
49 |
+
@contextlib.contextmanager
|
50 |
+
def quiet():
|
51 |
+
old_stdout, old_stderr = sys.stdout, sys.stderr
|
52 |
+
sys.stdout, sys.stderr = io.StringIO(), io.StringIO()
|
53 |
+
try:
|
54 |
+
yield
|
55 |
+
finally:
|
56 |
+
sys.stdout, sys.stderr = old_stdout, old_stderr
|
57 |
+
|
58 |
+
|
59 |
+
@functools.lru_cache()
|
60 |
+
def cuda_include_dir():
|
61 |
+
base_dir = os.path.join(os.path.dirname(__file__), os.path.pardir)
|
62 |
+
cuda_path = os.path.join(base_dir, "third_party", "cuda")
|
63 |
+
return os.path.join(cuda_path, "include")
|
64 |
+
|
65 |
+
|
66 |
+
def _build(name, src, srcdir):
|
67 |
+
if is_hip():
|
68 |
+
hip_lib_dir = os.path.join(rocm_path_dir(), "lib")
|
69 |
+
hip_include_dir = os.path.join(rocm_path_dir(), "include")
|
70 |
+
else:
|
71 |
+
cuda_lib_dirs = libcuda_dirs()
|
72 |
+
cu_include_dir = cuda_include_dir()
|
73 |
+
suffix = sysconfig.get_config_var('EXT_SUFFIX')
|
74 |
+
so = os.path.join(srcdir, '{name}{suffix}'.format(name=name, suffix=suffix))
|
75 |
+
# try to avoid setuptools if possible
|
76 |
+
cc = os.environ.get("CC")
|
77 |
+
if cc is None:
|
78 |
+
# TODO: support more things here.
|
79 |
+
clang = shutil.which("clang")
|
80 |
+
gcc = shutil.which("gcc")
|
81 |
+
cc = gcc if gcc is not None else clang
|
82 |
+
if cc is None:
|
83 |
+
raise RuntimeError("Failed to find C compiler. Please specify via CC environment variable.")
|
84 |
+
# This function was renamed and made public in Python 3.10
|
85 |
+
if hasattr(sysconfig, 'get_default_scheme'):
|
86 |
+
scheme = sysconfig.get_default_scheme()
|
87 |
+
else:
|
88 |
+
scheme = sysconfig._get_default_scheme()
|
89 |
+
# 'posix_local' is a custom scheme on Debian. However, starting Python 3.10, the default install
|
90 |
+
# path changes to include 'local'. This change is required to use triton with system-wide python.
|
91 |
+
if scheme == 'posix_local':
|
92 |
+
scheme = 'posix_prefix'
|
93 |
+
py_include_dir = sysconfig.get_paths(scheme=scheme)["include"]
|
94 |
+
|
95 |
+
if is_hip():
|
96 |
+
ret = subprocess.check_call([
|
97 |
+
cc, src, f"-I{hip_include_dir}", f"-I{py_include_dir}", f"-I{srcdir}", "-shared", "-fPIC",
|
98 |
+
f"-L{hip_lib_dir}", "-lamdhip64", "-o", so
|
99 |
+
])
|
100 |
+
else:
|
101 |
+
cc_cmd = [
|
102 |
+
cc, src, "-O3", f"-I{cu_include_dir}", f"-I{py_include_dir}", f"-I{srcdir}", "-shared", "-fPIC", "-lcuda",
|
103 |
+
"-o", so
|
104 |
+
]
|
105 |
+
cc_cmd += [f"-L{dir}" for dir in cuda_lib_dirs]
|
106 |
+
ret = subprocess.check_call(cc_cmd)
|
107 |
+
|
108 |
+
if ret == 0:
|
109 |
+
return so
|
110 |
+
# fallback on setuptools
|
111 |
+
extra_compile_args = []
|
112 |
+
library_dirs = cuda_lib_dirs
|
113 |
+
include_dirs = [srcdir, cu_include_dir]
|
114 |
+
libraries = ['cuda']
|
115 |
+
# extra arguments
|
116 |
+
extra_link_args = []
|
117 |
+
# create extension module
|
118 |
+
ext = setuptools.Extension(
|
119 |
+
name=name,
|
120 |
+
language='c',
|
121 |
+
sources=[src],
|
122 |
+
include_dirs=include_dirs,
|
123 |
+
extra_compile_args=extra_compile_args + ['-O3'],
|
124 |
+
extra_link_args=extra_link_args,
|
125 |
+
library_dirs=library_dirs,
|
126 |
+
libraries=libraries,
|
127 |
+
)
|
128 |
+
# build extension module
|
129 |
+
args = ['build_ext']
|
130 |
+
args.append('--build-temp=' + srcdir)
|
131 |
+
args.append('--build-lib=' + srcdir)
|
132 |
+
args.append('-q')
|
133 |
+
args = dict(
|
134 |
+
name=name,
|
135 |
+
ext_modules=[ext],
|
136 |
+
script_args=args,
|
137 |
+
)
|
138 |
+
with quiet():
|
139 |
+
setuptools.setup(**args)
|
140 |
+
return so
|
env-llmeval/lib/python3.10/site-packages/triton/compiler/__pycache__/__init__.cpython-310.pyc
ADDED
Binary file (448 Bytes). View file
|
|
env-llmeval/lib/python3.10/site-packages/triton/compiler/__pycache__/code_generator.cpython-310.pyc
ADDED
Binary file (40.8 kB). View file
|
|
env-llmeval/lib/python3.10/site-packages/triton/compiler/__pycache__/compiler.cpython-310.pyc
ADDED
Binary file (20.7 kB). View file
|
|
env-llmeval/lib/python3.10/site-packages/triton/compiler/__pycache__/errors.cpython-310.pyc
ADDED
Binary file (2.27 kB). View file
|
|