From 5d1c55f8aa7b51599fd71d4a9c13e616ba593281 Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Fri, 11 Nov 2022 10:19:43 +0000 Subject: [PATCH 01/60] Add OneDal namespace --- Microsoft.ML.sln | 10 +++ eng/Versions.props | 3 + .../Properties/AssemblyInfo.cs | 1 + .../Properties/AssemblyInfo.cs | 1 + .../Properties/AssemblyInfo.cs | 1 + .../Microsoft.ML.FastTree.csproj | 3 + .../Microsoft.ML.Mkl.Components.csproj | 3 + .../Microsoft.ML.OneDal.csproj | 38 +++++++++++ src/Microsoft.ML.OneDal/OneDalCatalog.cs | 15 +++++ src/Microsoft.ML.OneDal/OneDalUtils.cs | 67 +++++++++++++++++++ .../Properties/AssemblyInfo.cs | 14 ++++ .../Microsoft.ML.Core.Tests.csproj | 2 + .../Microsoft.ML.IntegrationTests.csproj | 2 + .../Microsoft.ML.NightlyBuild.Tests.csproj | 1 + .../Microsoft.ML.Predictor.Tests.csproj | 1 + .../Microsoft.ML.TestFramework.csproj | 1 + .../Microsoft.ML.Tests.csproj | 2 + 17 files changed, 165 insertions(+) create mode 100644 src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj create mode 100644 src/Microsoft.ML.OneDal/OneDalCatalog.cs create mode 100644 src/Microsoft.ML.OneDal/OneDalUtils.cs create mode 100644 src/Microsoft.ML.OneDal/Properties/AssemblyInfo.cs diff --git a/Microsoft.ML.sln b/Microsoft.ML.sln index 87fe950e9c..d7ddef45fd 100644 --- a/Microsoft.ML.sln +++ b/Microsoft.ML.sln @@ -71,6 +71,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.ML.ImageAnalytics EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.ML.Mkl.Components", "src\Microsoft.ML.Mkl.Components\Microsoft.ML.Mkl.Components.csproj", "{A7222F41-1CF0-47D9-B80C-B4D77B027A61}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.ML.OneDal", "src\Microsoft.ML.OneDal\Microsoft.ML.OneDal.csproj", "{A7222F94-2AF1-10C9-A21C-C4D22B137A69}" +EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.ML.TensorFlow", "src\Microsoft.ML.TensorFlow\Microsoft.ML.TensorFlow.csproj", "{570A0B8A-5463-44D2-8521-54C0CA4CACA9}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.ML.TimeSeries", "src\Microsoft.ML.TimeSeries\Microsoft.ML.TimeSeries.csproj", "{5A79C7F0-3D99-4123-B0DA-7C9FFCD13132}" @@ -403,6 +405,14 @@ Global {A7222F41-1CF0-47D9-B80C-B4D77B027A61}.Debug|Any CPU.Build.0 = Debug|Any CPU {A7222F41-1CF0-47D9-B80C-B4D77B027A61}.Debug|x64.ActiveCfg = Debug|Any CPU {A7222F41-1CF0-47D9-B80C-B4D77B027A61}.Debug|x64.Build.0 = Debug|Any CPU + {A7222F94-2AF1-10C9-A21C-C4D22B137A69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A7222F94-2AF1-10C9-A21C-C4D22B137A69}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A7222F94-2AF1-10C9-A21C-C4D22B137A69}.Debug|x64.ActiveCfg = Debug|Any CPU + {A7222F94-2AF1-10C9-A21C-C4D22B137A69}.Debug|x64.Build.0 = Debug|Any CPU + {A7222F94-2AF1-10C9-A21C-C4D22B137A69}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A7222F94-2AF1-10C9-A21C-C4D22B137A69}.Release|Any CPU.Build.0 = Release|Any CPU + {A7222F94-2AF1-10C9-A21C-C4D22B137A69}.Release|x64.ActiveCfg = Release|Any CPU + {A7222F94-2AF1-10C9-A21C-C4D22B137A69}.Release|x64.Build.0 = Release|Any CPU {A7222F41-1CF0-47D9-B80C-B4D77B027A61}.Release|Any CPU.ActiveCfg = Release|Any CPU {A7222F41-1CF0-47D9-B80C-B4D77B027A61}.Release|Any CPU.Build.0 = Release|Any CPU {A7222F41-1CF0-47D9-B80C-B4D77B027A61}.Release|x64.ActiveCfg = Release|Any CPU diff --git a/eng/Versions.props b/eng/Versions.props index f669ef7226..ee70718f04 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,6 +39,9 @@ 1.0.0-beta.22504.6 1.10.0 0.0.0.12 + 2021.7.0 + 1 + 1 2.1.0 2.1.0 13.0.1 diff --git a/src/Microsoft.ML.Core/Properties/AssemblyInfo.cs b/src/Microsoft.ML.Core/Properties/AssemblyInfo.cs index bbfd94eee5..65cf1b095c 100644 --- a/src/Microsoft.ML.Core/Properties/AssemblyInfo.cs +++ b/src/Microsoft.ML.Core/Properties/AssemblyInfo.cs @@ -25,6 +25,7 @@ [assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.Ensemble" + PublicKey.Value)] [assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.FastTree" + PublicKey.Value)] [assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.Mkl.Components" + PublicKey.Value)] +[assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.OneDal" + PublicKey.Value)] [assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.KMeansClustering" + PublicKey.Value)] [assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.LightGbm" + PublicKey.Value)] [assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.OnnxConverter" + PublicKey.Value)] diff --git a/src/Microsoft.ML.CpuMath/Properties/AssemblyInfo.cs b/src/Microsoft.ML.CpuMath/Properties/AssemblyInfo.cs index 94c27a7fbf..2e961d1f3c 100644 --- a/src/Microsoft.ML.CpuMath/Properties/AssemblyInfo.cs +++ b/src/Microsoft.ML.CpuMath/Properties/AssemblyInfo.cs @@ -9,6 +9,7 @@ [assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.Internal.CpuMath" + InternalPublicKey.Value)] [assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.Runtime.Internal.MklMath" + InternalPublicKey.Value)] [assembly: InternalsVisibleTo(assemblyName: "LibSvmWrapper" + InternalPublicKey.Value)] +[assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.OneDal" + PublicKey.Value)] [assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.Runtime.NeuralNetworks" + InternalPublicKey.Value)] [assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.RServerScoring.NeuralNetworks" + InternalPublicKey.Value)] [assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.AutoML" + PublicKey.Value)] diff --git a/src/Microsoft.ML.Data/Properties/AssemblyInfo.cs b/src/Microsoft.ML.Data/Properties/AssemblyInfo.cs index d8e6944256..e905b08993 100644 --- a/src/Microsoft.ML.Data/Properties/AssemblyInfo.cs +++ b/src/Microsoft.ML.Data/Properties/AssemblyInfo.cs @@ -24,6 +24,7 @@ [assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.Ensemble" + PublicKey.Value)] [assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.FastTree" + PublicKey.Value)] [assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.Mkl.Components" + PublicKey.Value)] +[assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.OneDal" + PublicKey.Value)] [assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.KMeansClustering" + PublicKey.Value)] [assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.LightGbm" + PublicKey.Value)] [assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.OnnxConverter" + PublicKey.Value)] diff --git a/src/Microsoft.ML.FastTree/Microsoft.ML.FastTree.csproj b/src/Microsoft.ML.FastTree/Microsoft.ML.FastTree.csproj index 52cc2f11a5..acbef6b851 100644 --- a/src/Microsoft.ML.FastTree/Microsoft.ML.FastTree.csproj +++ b/src/Microsoft.ML.FastTree/Microsoft.ML.FastTree.csproj @@ -19,6 +19,9 @@ all + + all + diff --git a/src/Microsoft.ML.Mkl.Components/Microsoft.ML.Mkl.Components.csproj b/src/Microsoft.ML.Mkl.Components/Microsoft.ML.Mkl.Components.csproj index b944230fdb..56566d43df 100644 --- a/src/Microsoft.ML.Mkl.Components/Microsoft.ML.Mkl.Components.csproj +++ b/src/Microsoft.ML.Mkl.Components/Microsoft.ML.Mkl.Components.csproj @@ -19,6 +19,9 @@ all + + all + diff --git a/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj b/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj new file mode 100644 index 0000000000..6d2d4b784a --- /dev/null +++ b/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj @@ -0,0 +1,38 @@ + + + + netstandard2.0 + Microsoft.ML.OneDal + true + ML.NET additional learners making use of Intel® oneAPI Data Analytics Library (oneDAL). + $(TargetsForTfmSpecificBuildOutput) + + + + + all + + + all + + + all + + + all + + + + win + linux + osx + + + + all + + + + + + diff --git a/src/Microsoft.ML.OneDal/OneDalCatalog.cs b/src/Microsoft.ML.OneDal/OneDalCatalog.cs new file mode 100644 index 0000000000..6a0ef1a18f --- /dev/null +++ b/src/Microsoft.ML.OneDal/OneDalCatalog.cs @@ -0,0 +1,15 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + +using Microsoft.ML.Data; +using Microsoft.ML.Runtime; +using Microsoft.ML.Trainers; +using Microsoft.ML.Transforms; + +namespace Microsoft.ML +{ + public static class OneDalCatalog + { + } +} diff --git a/src/Microsoft.ML.OneDal/OneDalUtils.cs b/src/Microsoft.ML.OneDal/OneDalUtils.cs new file mode 100644 index 0000000000..f95d2d7eec --- /dev/null +++ b/src/Microsoft.ML.OneDal/OneDalUtils.cs @@ -0,0 +1,67 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + +using System; +using System.Linq; +using System.Collections.Generic; +using System.Runtime.InteropServices; +using Microsoft.ML.Runtime; +using Microsoft.ML.Trainers; +using Microsoft.ML.Internal.Utilities; + +namespace Microsoft.ML.OneDal +{ + internal static class OneDalUtils + { + public static bool IsDispatchingEnabled() + { + return Environment.GetEnvironmentVariable("MLNET_BACKEND") == "ONEDAL" && + System.Runtime.InteropServices.RuntimeInformation.ProcessArchitecture == System.Runtime.InteropServices.Architecture.X64; + } + + public static long GetTrainData(IChannel channel, FloatLabelCursor.Factory cursorFactory, ref List featuresList, ref List labelsList, int numberOfFeatures) + { + long n = 0; + using (var cursor = cursorFactory.Create()) + { + while (cursor.MoveNext()) + { + // label + labelsList.Add(cursor.Label); + + // features + var values = cursor.Features.GetValues(); + if (cursor.Features.IsDense) + { + channel.Assert(values.Length == numberOfFeatures); + + for (int j = 0; j < numberOfFeatures; ++j) + { + featuresList.Add(values[j]); + } + } + else + { + var indices = cursor.Features.GetIndices(); + int i = 0; + for (int j = 0; j < indices.Length; ++j) + { + for (int k = i; k < indices[j]; ++k) + { + featuresList.Add(0); + } + featuresList.Add(values[indices[j]]); + i = indices[j] + 1; + } + } + n++; + } + channel.Check(n > 0, "No training examples in dataset."); + if (cursor.BadFeaturesRowCount > 0) + channel.Warning("Skipped {0} instances with missing features/labelColumn during training", cursor.SkippedRowCount); + } + return n; + } + } +} \ No newline at end of file diff --git a/src/Microsoft.ML.OneDal/Properties/AssemblyInfo.cs b/src/Microsoft.ML.OneDal/Properties/AssemblyInfo.cs new file mode 100644 index 0000000000..1d98cbbfae --- /dev/null +++ b/src/Microsoft.ML.OneDal/Properties/AssemblyInfo.cs @@ -0,0 +1,14 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + +using System.Runtime.CompilerServices; +using Microsoft.ML; + +[assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.FastTree" + PublicKey.Value)] +[assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.Mkl.Components" + PublicKey.Value)] + +[assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.Tests" + PublicKey.TestValue)] +[assembly: InternalsVisibleTo(assemblyName: "RunTests" + InternalPublicKey.Value)] + +[assembly: WantsToBeBestFriends] diff --git a/test/Microsoft.ML.Core.Tests/Microsoft.ML.Core.Tests.csproj b/test/Microsoft.ML.Core.Tests/Microsoft.ML.Core.Tests.csproj index 7b70b7af77..b03c0f2169 100644 --- a/test/Microsoft.ML.Core.Tests/Microsoft.ML.Core.Tests.csproj +++ b/test/Microsoft.ML.Core.Tests/Microsoft.ML.Core.Tests.csproj @@ -14,6 +14,7 @@ + @@ -41,6 +42,7 @@ + diff --git a/test/Microsoft.ML.IntegrationTests/Microsoft.ML.IntegrationTests.csproj b/test/Microsoft.ML.IntegrationTests/Microsoft.ML.IntegrationTests.csproj index 2fabb1ef02..c2b3b8cee8 100644 --- a/test/Microsoft.ML.IntegrationTests/Microsoft.ML.IntegrationTests.csproj +++ b/test/Microsoft.ML.IntegrationTests/Microsoft.ML.IntegrationTests.csproj @@ -17,6 +17,7 @@ + @@ -39,6 +40,7 @@ + diff --git a/test/Microsoft.ML.NightlyBuild.Tests/Microsoft.ML.NightlyBuild.Tests.csproj b/test/Microsoft.ML.NightlyBuild.Tests/Microsoft.ML.NightlyBuild.Tests.csproj index 12c458a596..faca86a110 100644 --- a/test/Microsoft.ML.NightlyBuild.Tests/Microsoft.ML.NightlyBuild.Tests.csproj +++ b/test/Microsoft.ML.NightlyBuild.Tests/Microsoft.ML.NightlyBuild.Tests.csproj @@ -22,6 +22,7 @@ + diff --git a/test/Microsoft.ML.Predictor.Tests/Microsoft.ML.Predictor.Tests.csproj b/test/Microsoft.ML.Predictor.Tests/Microsoft.ML.Predictor.Tests.csproj index e9914a5694..603a87f629 100644 --- a/test/Microsoft.ML.Predictor.Tests/Microsoft.ML.Predictor.Tests.csproj +++ b/test/Microsoft.ML.Predictor.Tests/Microsoft.ML.Predictor.Tests.csproj @@ -6,6 +6,7 @@ + diff --git a/test/Microsoft.ML.TestFramework/Microsoft.ML.TestFramework.csproj b/test/Microsoft.ML.TestFramework/Microsoft.ML.TestFramework.csproj index 728e95e3a5..7340a62023 100644 --- a/test/Microsoft.ML.TestFramework/Microsoft.ML.TestFramework.csproj +++ b/test/Microsoft.ML.TestFramework/Microsoft.ML.TestFramework.csproj @@ -28,6 +28,7 @@ + diff --git a/test/Microsoft.ML.Tests/Microsoft.ML.Tests.csproj b/test/Microsoft.ML.Tests/Microsoft.ML.Tests.csproj index 64a3edbb49..a693d070e5 100644 --- a/test/Microsoft.ML.Tests/Microsoft.ML.Tests.csproj +++ b/test/Microsoft.ML.Tests/Microsoft.ML.Tests.csproj @@ -19,6 +19,7 @@ + @@ -48,6 +49,7 @@ + From 4d3848692118d4c495d237fd1a4fd94b5f7c461a Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Fri, 11 Nov 2022 10:20:29 +0000 Subject: [PATCH 02/60] oneDAL algorithms wrapper --- src/Native/CMakeLists.txt | 1 + src/Native/Native.proj | 24 +- src/Native/OneDalNative/CMakeLists.txt | 24 + src/Native/OneDalNative/OneDalAlgorithms.cpp | 860 +++++++++++++++++++ src/Native/build.cmd | 2 + src/Native/build.sh | 10 + src/Native/gen-buildsys-win.bat | 2 +- 7 files changed, 921 insertions(+), 2 deletions(-) create mode 100644 src/Native/OneDalNative/CMakeLists.txt create mode 100644 src/Native/OneDalNative/OneDalAlgorithms.cpp diff --git a/src/Native/CMakeLists.txt b/src/Native/CMakeLists.txt index 39019ab306..e9f3514732 100644 --- a/src/Native/CMakeLists.txt +++ b/src/Native/CMakeLists.txt @@ -258,6 +258,7 @@ if(NOT ${ARCHITECTURE} MATCHES "arm.*") add_subdirectory(CpuMathNative) add_subdirectory(FastTreeNative) add_subdirectory(MklProxyNative) + add_subdirectory(OneDalNative) # TODO: once we fix the 4 intel MKL methods, SymSgdNative will need to go back in. add_subdirectory(SymSgdNative) endif() diff --git a/src/Native/Native.proj b/src/Native/Native.proj index 260e929674..9ad23b14e4 100644 --- a/src/Native/Native.proj +++ b/src/Native/Native.proj @@ -50,6 +50,15 @@ .dylib.dwarf + + .$(OneDalMajorBinaryVersion)$(NativeLibExtension) + $(NativeLibExtension).$(OneDalMajorBinaryVersion).$(OneDalMinorBinaryVersion) + + redist\intel64 + lib\intel64 + lib + + @@ -65,6 +74,7 @@ the rpath in the assembly to where it should load the referenced assembly and since .NET Core can run assemblies out of a NuGet cache, we need to add the NuGet cache relative location. --> $(BuildArgs) --mkllibrpath ../../../../../microsoft.ml.mkl.redist/$(Version)/runtimes/$(PackageRid)/native + $(BuildArgs) --onedallibpath $(NuGetPackageRoot)inteldal.redist.$(PackageRid)/$(OneDalRedistVersion)/build/native @@ -77,7 +87,7 @@ DependsOnTargets="GenerateNativeVersionFile"> - $(Configuration) $(TargetArchitecture) --mkllibpath $(NuGetPackageRoot)mlnetmkldeps\$(MlNetMklDepsVersion)\runtimes\$(PackageRid)\native + $(Configuration) $(TargetArchitecture) --mkllibpath $(NuGetPackageRoot)mlnetmkldeps\$(MlNetMklDepsPackageVersion)\runtimes\$(PackageRid)\native --onedallibpath $(NuGetPackageRoot)inteldal.redist.$(PackageRid).$(OneDalRedistVersion)/build/native @@ -102,6 +112,15 @@ + + + + + + diff --git a/src/Native/OneDalNative/CMakeLists.txt b/src/Native/OneDalNative/CMakeLists.txt new file mode 100644 index 0000000000..cb13ae2645 --- /dev/null +++ b/src/Native/OneDalNative/CMakeLists.txt @@ -0,0 +1,24 @@ +project (OneDalNative) + +if(NOT ${ARCHITECTURE} MATCHES "arm.*") + add_definitions(-DUSESSE) +endif() + +set(USE_DPCPP no) +set(TARGET_LINK dynamic) +set(TBB_FIND_COMPONENTS "tbb;tbbmalloc") + +set(DALROOT "${ONEDAL_LIB_PATH}/daal") + +list(APPEND CMAKE_PREFIX_PATH "${ONEDAL_LIB_PATH}/daal") +list(APPEND CMAKE_PREFIX_PATH "${ONEDAL_LIB_PATH}/tbb") + +find_package(oneDAL CONFIG REQUIRED onedal_core onedal_thread) + +include_directories(${oneDAL_INCLUDE_DIRS}) +link_libraries(${oneDAL_IMPORTED_TARGETS}) + +set(SOURCES OneDalAlgorithms.cpp) + +add_library(OneDalNative SHARED ${SOURCES} ${RESOURCES}) +install_library_and_symbols(OneDalNative) diff --git a/src/Native/OneDalNative/OneDalAlgorithms.cpp b/src/Native/OneDalNative/OneDalAlgorithms.cpp new file mode 100644 index 0000000000..9a5028f043 --- /dev/null +++ b/src/Native/OneDalNative/OneDalAlgorithms.cpp @@ -0,0 +1,860 @@ +#include +#include +#include "daal.h" +#include "../Stdafx.h" + +using namespace std; +using namespace daal; +using namespace daal::algorithms; +using namespace daal::services; +using namespace daal::data_management; + + +bool getVerboseVariable() +{ + bool verbose = false; + #ifdef linux + if (const char* env_p = std::getenv("MLNET_BACKEND_VERBOSE")) + #elif _WIN32 + // WL Merge Note: std::getenv cause compilation error, use _dupenv_s in win, need to validate correctness. + char * env_p; + size_t size; + errno_t err = _dupenv_s(&env_p, &size, "MLNET_BACKEND_VERBOSE"); + if(!err && env_p) + #endif + verbose = true; + #ifdef _WIN32 + free(env_p); + #endif + + return verbose; +} +/* + Decision Forest regression tree traveler +*/ +template +class RegressorNodeVisitor : public daal::algorithms::tree_utils::regression::TreeNodeVisitor +{ +public: + RegressorNodeVisitor(size_t numberOfLeaves, bool verbose) + { + _verbose = verbose; + _numberOfLeaves = numberOfLeaves; + _lteChild = new int[_numberOfLeaves - 1]; + _gtChild = new int[_numberOfLeaves - 1]; + _splitFeature = new int[_numberOfLeaves - 1]; + _featureThreshold = new FPType[_numberOfLeaves - 1]; + _leafValues = new FPType[_numberOfLeaves]; + + _currentNode = 0; + _currentLeaf = -1; + _previousLevel = 0; + _previousNodes = new size_t[1024]; + } + + virtual bool onLeafNode(const tree_utils::regression::LeafNodeDescriptor & desc) + { + // step down + if (desc.level == _previousLevel + 1) + { + _lteChild[_previousNodes[_previousLevel]] = _currentLeaf; + } + // switch to different branch + else + { + _gtChild[_previousNodes[desc.level - 1]] = _currentLeaf; + } + _leafValues[-_currentLeaf - 1] = desc.response; + _previousLevel = desc.level; + _currentLeaf--; + + if (_verbose) + { + for (size_t i = 0; i < desc.level; ++i) std::cout << " "; + std::cout << "Level " << desc.level << ", leaf node. Response value = " << desc.response << ", Impurity = " << desc.impurity + << ", Number of samples = " << desc.nNodeSampleCount << std::endl; + + for (size_t i = 0; i < desc.level; ++i) std::cout << " "; + std::cout << "DEBUG: current level " << _previousLevel << " currentLeaf " << _currentLeaf + 1 << " previousNodes"; + } + + return true; + } + + virtual bool onSplitNode(const tree_utils::regression::SplitNodeDescriptor & desc) + { + // step down or root node + if (desc.level == _previousLevel + 1 || desc.level == 0) + { + if (desc.level != 0) + _lteChild[_previousNodes[_previousLevel]] = _currentNode; + } + // switch to different branch + else + { + _gtChild[_previousNodes[desc.level - 1]] = _currentNode; + } + _splitFeature[_currentNode] = desc.featureIndex; + _featureThreshold[_currentNode] = desc.featureValue; + _previousNodes[desc.level] = _currentNode; + _previousLevel = desc.level; + _currentNode++; + + if (_verbose) + { + for (size_t i = 0; i < desc.level; ++i) std::cout << " "; + std::cout << "Level " << desc.level << ", split node. Feature index = " << desc.featureIndex << ", feature value = " << desc.featureValue + << ", Impurity = " << desc.impurity << ", Number of samples = " << desc.nNodeSampleCount << std::endl; + + for (size_t i = 0; i < desc.level; ++i) std::cout << " "; + std::cout << "DEBUG: current level " << _previousLevel << " currentNode " << _currentNode - 1 << " previousNodes"; + for (size_t i = 0; i < desc.level; ++i) + std::cout << " " << _previousNodes[i]; + std::cout << std::endl; + } + + return true; + } + + void copyTreeStructureToBuffers(int * lteChild, int * gtChild, int * splitFeature, FPType * featureThreshold, FPType * leafValues) + { + for (size_t i = 0; i < _numberOfLeaves - 1; ++i) + { + lteChild[i] = _lteChild[i]; + gtChild[i] = _gtChild[i]; + splitFeature[i] = _splitFeature[i]; + featureThreshold[i] = _featureThreshold[i]; + leafValues[i] = _leafValues[i]; + } + leafValues[_numberOfLeaves - 1] = _leafValues[_numberOfLeaves - 1]; + + if (_verbose) + { + printf("Number of leaves: %d\n", -_currentLeaf - 1); + printf("Number of nodes: %lu\n", _currentNode); + } + } + + ~RegressorNodeVisitor() + { + delete[] _previousNodes; + delete[] _lteChild; + delete[] _gtChild; + delete[] _splitFeature; + delete[] _featureThreshold; + delete[] _leafValues; + } + + size_t _numberOfLeaves; + int * _lteChild; + int * _gtChild; + int * _splitFeature; + FPType * _featureThreshold; + FPType * _leafValues; + + size_t * _previousNodes; + size_t _currentNode; + int _currentLeaf; + size_t _previousLevel; + bool _verbose; +}; + +/* + ### Decision Forest regression wrappers ### + [DllImport(OneDalLibPath, EntryPoint = "decisionForestRegressionCompute")] + public static extern unsafe int DecisionForestRegressionCompute( + void* featuresPtr, void* labelsPtr, long nRows, int nColumns, int numberOfThreads, + float featureFractionPerSplit, int numberOfTrees, int numberOfLeaves, int minimumExampleCountPerLeaf, int maxBins, + void* lteChildPtr, void* gtChildPtr, void* splitFeaturePtr, void* featureThresholdPtr, void* leafValuesPtr, void* modelPtr) +*/ +template +int decisionForestRegressionComputeTemplate( + FPType * featuresPtr, FPType * labelsPtr, long long nRows, int nColumns, + int numberOfThreads, float featureFractionPerSplit, int numberOfTrees, int numberOfLeaves, int minimumExampleCountPerLeaf, int maxBins, + int * lteChildPtr, int * gtChildPtr, int * splitFeaturePtr, FPType * featureThresholdPtr, FPType * leafValuesPtr, byte* modelPtr) +{ + bool verbose = getVerboseVariable(); + if (verbose) + { + printf("%s\n", "Decision Forest Regression parameters:"); + printf("\t%s - %d\n", "numberOfThreads", numberOfThreads); + printf("\t%s - %d\n", "numberOfTrees", numberOfTrees); + printf("\t%s - %.6f\n", "featureFractionPerSplit", featureFractionPerSplit); + printf("\t%s - %d\n", "featureFractionPerSplit(int)", (int)(nColumns * featureFractionPerSplit)); + printf("\t%s - %d\n", "numberOfLeaves", numberOfLeaves); + printf("\t%s - %d\n", "minimumExampleCountPerLeaf", minimumExampleCountPerLeaf); + printf("\t%s - %d\n", "maxBins", maxBins); + } + + if (numberOfThreads != 0) + Environment::getInstance()->setNumberOfThreads(numberOfThreads); + + NumericTablePtr featuresTable(new HomogenNumericTable(featuresPtr, nColumns, nRows)); + NumericTablePtr labelsTable(new HomogenNumericTable(labelsPtr, 1, nRows)); + + decision_forest::regression::training::Batch algorithm; + + algorithm.input.set(decision_forest::regression::training::data, featuresTable); + algorithm.input.set(decision_forest::regression::training::dependentVariable, labelsTable); + + algorithm.parameter().nTrees = numberOfTrees; + algorithm.parameter().observationsPerTreeFraction = 1; + algorithm.parameter().featuresPerNode = (int)(nColumns * featureFractionPerSplit); + algorithm.parameter().maxTreeDepth = 0; // unlimited growth in depth + algorithm.parameter().impurityThreshold = 0; + algorithm.parameter().varImportance = algorithms::decision_forest::training::MDI; + algorithm.parameter().resultsToCompute = algorithms::decision_forest::training::computeOutOfBagError; + algorithm.parameter().bootstrap = true; + algorithm.parameter().minObservationsInLeafNode = minimumExampleCountPerLeaf; + algorithm.parameter().minObservationsInSplitNode = 2; + algorithm.parameter().minWeightFractionInLeafNode = 0; + algorithm.parameter().minImpurityDecreaseInSplitNode = 0; + algorithm.parameter().maxLeafNodes = numberOfLeaves; + algorithm.parameter().maxBins = maxBins; + algorithm.parameter().minBinSize = 5; + + algorithm.compute(); + + decision_forest::regression::training::ResultPtr trainingResult = algorithm.getResult(); + decision_forest::regression::ModelPtr model = trainingResult->get(decision_forest::regression::training::model); + + InputDataArchive dataArch; + trainingResult->serialize(dataArch); + int modelSize = dataArch.getSizeOfArchive(); + dataArch.copyArchiveToArray(modelPtr, modelSize); + + for (size_t i = 0; i < numberOfTrees; ++i) + { + RegressorNodeVisitor visitor(numberOfLeaves, verbose); + model->traverseDFS(i, visitor); + + visitor.copyTreeStructureToBuffers( + lteChildPtr + i * (numberOfLeaves - 1), + gtChildPtr + i * (numberOfLeaves - 1), + splitFeaturePtr + i * (numberOfLeaves - 1), + featureThresholdPtr + i * (numberOfLeaves - 1), + leafValuesPtr + i * numberOfLeaves + ); + + if (verbose) + { + printf("lteChild:\n"); + for (size_t j = 0; j < numberOfLeaves - 1; ++j) + printf("%d ", lteChildPtr[i * (numberOfLeaves - 1) + j]); + printf("\n"); + + printf("gtChild:\n"); + for (size_t j = 0; j < numberOfLeaves - 1; ++j) + printf("%d ", gtChildPtr[i * (numberOfLeaves - 1) + j]); + printf("\n"); + + printf("splitFeature:\n"); + for (size_t j = 0; j < numberOfLeaves - 1; ++j) + printf("%d ", splitFeaturePtr[i * (numberOfLeaves - 1) + j]); + printf("\n"); + + printf("featureThreshold:\n"); + for (size_t j = 0; j < numberOfLeaves - 1; ++j) + printf("%f ", featureThresholdPtr[i * (numberOfLeaves - 1) + j]); + printf("\n"); + + printf("leafValues:\n"); + for (size_t j = 0; j < numberOfLeaves; ++j) + printf("%f ", leafValuesPtr[i * numberOfLeaves + j]); + printf("\n"); + } + } + + return modelSize; +} + +EXPORT_API(int) decisionForestRegressionCompute( + void * featuresPtr, void * labelsPtr, long long nRows, int nColumns, + int numberOfThreads, float featureFractionPerSplit, int numberOfTrees, int numberOfLeaves, int minimumExampleCountPerLeaf, int maxBins, + void * lteChildPtr, void * gtChildPtr, void * splitFeaturePtr, void * featureThresholdPtr, void * leafValuesPtr, void* modelPtr) +{ + return decisionForestRegressionComputeTemplate( + (float *)featuresPtr, (float *)labelsPtr, nRows, nColumns, + numberOfThreads, featureFractionPerSplit, numberOfTrees, numberOfLeaves, minimumExampleCountPerLeaf, maxBins, + (int *)lteChildPtr, (int *)gtChildPtr, (int *)splitFeaturePtr, (float *)featureThresholdPtr, (float *)leafValuesPtr, (byte *)modelPtr); +} + +/* + Decision Forest classification tree traveler +*/ +template +class ClassifierNodeVisitor : public daal::algorithms::tree_utils::classification::TreeNodeVisitor +{ +public: + ClassifierNodeVisitor(size_t numberOfLeaves, bool verbose) + { + _verbose = verbose; + _numberOfLeaves = numberOfLeaves; + _lteChild = new int[_numberOfLeaves - 1]; + _gtChild = new int[_numberOfLeaves - 1]; + _splitFeature = new int[_numberOfLeaves - 1]; + _featureThreshold = new FPType[_numberOfLeaves - 1]; + _leafValues = new FPType[_numberOfLeaves]; + + _currentNode = 0; + _currentLeaf = -1; + _previousLevel = 0; + _previousNodes = new size_t[1024]; + } + + virtual bool onLeafNode(const tree_utils::classification::LeafNodeDescriptor & desc) + { + // step down + if (desc.level == _previousLevel + 1) + { + _lteChild[_previousNodes[_previousLevel]] = _currentLeaf; + } + // switch to different branch + else + { + _gtChild[_previousNodes[desc.level - 1]] = _currentLeaf; + } + _leafValues[-_currentLeaf - 1] = 1 - 2 * desc.prob[0]; + _previousLevel = desc.level; + _currentLeaf--; + + if (_verbose) + { + for (size_t i = 0; i < desc.level; ++i) std::cout << " "; + std::cout << "Level " << desc.level << ", leaf node. Label value = " << desc.label << ", Impurity = " << desc.impurity + << ", Number of samples = " << desc.nNodeSampleCount << ", Probabilities = { "; + for (size_t indexClass = 0; indexClass < 2; ++indexClass) + { + std::cout << desc.prob[indexClass] << ' '; + } + std::cout << "}" << std::endl; + + for (size_t i = 0; i < desc.level; ++i) std::cout << " "; + std::cout << "DEBUG: current level " << _previousLevel << " currentLeaf " << _currentLeaf + 1 << " previousNodes"; + for (size_t i = 0; i < desc.level; ++i) + std::cout << " " << _previousNodes[i]; + std::cout << std::endl; + } + return true; + } + + virtual bool onSplitNode(const tree_utils::classification::SplitNodeDescriptor & desc) + { + // step down or root node + if (desc.level == _previousLevel + 1 || desc.level == 0) + { + if (desc.level != 0) + _lteChild[_previousNodes[_previousLevel]] = _currentNode; + } + // switch to different branch + else + { + _gtChild[_previousNodes[desc.level - 1]] = _currentNode; + } + _splitFeature[_currentNode] = desc.featureIndex; + _featureThreshold[_currentNode] = desc.featureValue; + _previousNodes[desc.level] = _currentNode; + _previousLevel = desc.level; + _currentNode++; + + if (_verbose) + { + for (size_t i = 0; i < desc.level; ++i) std::cout << " "; + std::cout << "Level " << desc.level << ", split node. Feature index = " << desc.featureIndex << ", feature value = " << desc.featureValue + << ", Impurity = " << desc.impurity << ", Number of samples = " << desc.nNodeSampleCount << std::endl; + + for (size_t i = 0; i < desc.level; ++i) std::cout << " "; + std::cout << "DEBUG: current level " << _previousLevel << " currentNode " << _currentNode - 1 << " previousNodes"; + for (size_t i = 0; i < desc.level; ++i) + std::cout << " " << _previousNodes[i]; + std::cout << std::endl; + } + return true; + } + + void copyTreeStructureToBuffers(int * lteChild, int * gtChild, int * splitFeature, FPType * featureThreshold, FPType * leafValues) + { + for (size_t i = 0; i < _numberOfLeaves - 1; ++i) + { + lteChild[i] = _lteChild[i]; + gtChild[i] = _gtChild[i]; + splitFeature[i] = _splitFeature[i]; + featureThreshold[i] = _featureThreshold[i]; + leafValues[i] = _leafValues[i]; + } + leafValues[_numberOfLeaves - 1] = _leafValues[_numberOfLeaves - 1]; + + if (_verbose) + { + printf("Number of leaves: %d\n", -_currentLeaf - 1); + printf("Number of nodes: %lu\n", _currentNode); + } + } + + ~ClassifierNodeVisitor() + { + delete[] _previousNodes; + delete[] _lteChild; + delete[] _gtChild; + delete[] _splitFeature; + delete[] _featureThreshold; + delete[] _leafValues; + } + + size_t _numberOfLeaves; + int * _lteChild; + int * _gtChild; + int * _splitFeature; + FPType * _featureThreshold; + FPType * _leafValues; + + size_t * _previousNodes; + size_t _currentNode; + int _currentLeaf; + size_t _previousLevel; + bool _verbose; +}; + +/* + ### Decision Forest classification wrappers ### + [DllImport(OneDalLibPath, EntryPoint = "decisionForestClassificationCompute")] + public static extern unsafe int DecisionForestClassificationCompute( + void* featuresPtr, void* labelsPtr, long nRows, int nColumns, int nClasses, int numberOfThreads, + float featureFractionPerSplit, int numberOfTrees, int numberOfLeaves, int minimumExampleCountPerLeaf, int maxBins, + void* lteChildPtr, void* gtChildPtr, void* splitFeaturePtr, void* featureThresholdPtr, void* leafValuesPtr, void* modelPtr) +*/ +template +int decisionForestClassificationComputeTemplate( + FPType * featuresPtr, FPType * labelsPtr, long long nRows, int nColumns, int nClasses, + int numberOfThreads, float featureFractionPerSplit, int numberOfTrees, int numberOfLeaves, int minimumExampleCountPerLeaf, int maxBins, + int * lteChildPtr, int * gtChildPtr, int * splitFeaturePtr, FPType * featureThresholdPtr, FPType * leafValuesPtr, byte* modelPtr) +{ + bool verbose = getVerboseVariable(); + if (verbose) + { + printf("%s\n", "Decision Forest Classification parameters:"); + printf("\t%s - %d\n", "numberOfThreads", numberOfThreads); + printf("\t%s - %d\n", "numberOfTrees", numberOfTrees); + printf("\t%s - %.6f\n", "featureFractionPerSplit", featureFractionPerSplit); + printf("\t%s - %d\n", "featureFractionPerSplit(int)", (int)(nColumns * featureFractionPerSplit)); + printf("\t%s - %d\n", "numberOfLeaves", numberOfLeaves); + printf("\t%s - %d\n", "minimumExampleCountPerLeaf", minimumExampleCountPerLeaf); + printf("\t%s - %d\n", "maxBins", maxBins); + } + + if (numberOfThreads != 0) + Environment::getInstance()->setNumberOfThreads(numberOfThreads); + + NumericTablePtr featuresTable(new HomogenNumericTable(featuresPtr, nColumns, nRows)); + NumericTablePtr labelsTable(new HomogenNumericTable(labelsPtr, 1, nRows)); + + decision_forest::classification::training::Batch algorithm(nClasses); + + algorithm.input.set(classifier::training::data, featuresTable); + algorithm.input.set(classifier::training::labels, labelsTable); + + algorithm.parameter().nTrees = numberOfTrees; + algorithm.parameter().observationsPerTreeFraction = 1; + algorithm.parameter().featuresPerNode = (int)(nColumns * featureFractionPerSplit); + algorithm.parameter().maxTreeDepth = 0; // unlimited growth in depth + algorithm.parameter().impurityThreshold = 0; + algorithm.parameter().varImportance = algorithms::decision_forest::training::MDI; + algorithm.parameter().resultsToCompute = algorithms::decision_forest::training::computeOutOfBagError; + algorithm.parameter().bootstrap = true; + algorithm.parameter().minObservationsInLeafNode = minimumExampleCountPerLeaf; + algorithm.parameter().minObservationsInSplitNode = 2; + algorithm.parameter().minWeightFractionInLeafNode = 0; + algorithm.parameter().minImpurityDecreaseInSplitNode = 0; + algorithm.parameter().maxLeafNodes = numberOfLeaves; + algorithm.parameter().maxBins = maxBins; + algorithm.parameter().minBinSize = 5; + + algorithm.compute(); + + decision_forest::classification::training::ResultPtr trainingResult = algorithm.getResult(); + decision_forest::classification::ModelPtr model = trainingResult->get(classifier::training::model); + + InputDataArchive dataArch; + trainingResult->serialize(dataArch); + int modelSize = dataArch.getSizeOfArchive(); + dataArch.copyArchiveToArray(modelPtr, modelSize); + + for (size_t i = 0; i < numberOfTrees; ++i) + { + ClassifierNodeVisitor visitor(numberOfLeaves, verbose); + model->traverseDFS(i, visitor); + + visitor.copyTreeStructureToBuffers( + lteChildPtr + i * (numberOfLeaves - 1), + gtChildPtr + i * (numberOfLeaves - 1), + splitFeaturePtr + i * (numberOfLeaves - 1), + featureThresholdPtr + i * (numberOfLeaves - 1), + leafValuesPtr + i * numberOfLeaves + ); + + if (verbose) + { + printf("lteChild:\n"); + for (size_t j = 0; j < numberOfLeaves - 1; ++j) + printf("%d ", lteChildPtr[i * (numberOfLeaves - 1) + j]); + printf("\n"); + + printf("gtChild:\n"); + for (size_t j = 0; j < numberOfLeaves - 1; ++j) + printf("%d ", gtChildPtr[i * (numberOfLeaves - 1) + j]); + printf("\n"); + + printf("splitFeature:\n"); + for (size_t j = 0; j < numberOfLeaves - 1; ++j) + printf("%d ", splitFeaturePtr[i * (numberOfLeaves - 1) + j]); + printf("\n"); + + printf("featureThreshold:\n"); + for (size_t j = 0; j < numberOfLeaves - 1; ++j) + printf("%f ", featureThresholdPtr[i * (numberOfLeaves - 1) + j]); + printf("\n"); + + printf("leafValues:\n"); + for (size_t j = 0; j < numberOfLeaves; ++j) + printf("%f ", leafValuesPtr[i * numberOfLeaves + j]); + printf("\n"); + } + } + + return modelSize; +} + +EXPORT_API(int) decisionForestClassificationCompute( + void * featuresPtr, void * labelsPtr, long long nRows, int nColumns, int nClasses, + int numberOfThreads, float featureFractionPerSplit, int numberOfTrees, int numberOfLeaves, int minimumExampleCountPerLeaf, int maxBins, + void * lteChildPtr, void * gtChildPtr, void * splitFeaturePtr, void * featureThresholdPtr, void * leafValuesPtr, void* modelPtr) +{ + return decisionForestClassificationComputeTemplate( + (float *)featuresPtr, (float *)labelsPtr, nRows, nColumns, nClasses, + numberOfThreads, featureFractionPerSplit, numberOfTrees, numberOfLeaves, minimumExampleCountPerLeaf, maxBins, + (int *)lteChildPtr, (int *)gtChildPtr, (int *)splitFeaturePtr, (float *)featureThresholdPtr, (float *)leafValuesPtr, (byte *)modelPtr); +} + +/* + [DllImport(OneDalLibPath, EntryPoint = "decisionForestClassificationPrediction")] + public static extern unsafe double DecisionForestClassificationPrediction( + void* featuresPtr, int nColumns, int nClasses, void* modelPtr, int modelSize); +*/ +template +double decisionForestClassificationPredictionTemplate( + FPType * featuresPtr, int nColumns, int nClasses, byte* modelPtr, int modelSize) +{ + OutputDataArchive dataArch(modelPtr, modelSize); + + decision_forest::classification::training::ResultPtr trainingResult(new decision_forest::classification::training::Result()); + trainingResult->deserialize(dataArch); + + double output; + NumericTablePtr featuresTable(new HomogenNumericTable(featuresPtr, nColumns, 1)); + + decision_forest::classification::prediction::Batch algorithm(nClasses); + + algorithm.input.set(classifier::prediction::data, featuresTable); + algorithm.input.set(classifier::prediction::model, trainingResult->get(classifier::training::model)); + + algorithm.parameter().votingMethod = decision_forest::classification::prediction::weighted; + algorithm.parameter().resultsToEvaluate |= static_cast(classifier::computeClassProbabilities); + + algorithm.compute(); + + classifier::prediction::ResultPtr predictionResult = algorithm.getResult(); + + NumericTablePtr predictionTable(predictionResult->get(classifier::prediction::probabilities)); + BlockDescriptor predictionBlock; + predictionTable->getBlockOfRows(0, predictionTable->getNumberOfRows(), readWrite, predictionBlock); + FPType * prediction = predictionBlock.getBlockPtr(); + output = prediction[0]; + predictionTable->releaseBlockOfRows(predictionBlock); + + return output; +} + +EXPORT_API(int) decisionForestClassificationPrediction( + void * featuresPtr, int nColumns, int nClasses, void* modelPtr, int modelSize) +{ + return decisionForestClassificationPredictionTemplate( + (float *)featuresPtr, nColumns, nClasses, (byte *)modelPtr, modelSize); +} + +/* + ### Logistic regression wrapper ### + public unsafe static extern void LogisticRegressionCompute(void* featuresPtr, void* labelsPtr, void* weightsPtr, bool useSampleWeights, void* betaPtr, + long nRows, int nColumns, int nClasses, float l1Reg, float l2Reg, float accuracyThreshold, int nIterations, int m, int nThreads); +*/ +template +void logisticRegressionLBFGSComputeTemplate(FPType * featuresPtr, int * labelsPtr, FPType * weightsPtr, bool useSampleWeights, FPType * betaPtr, + long long nRows, int nColumns, int nClasses, float l1Reg, float l2Reg, float accuracyThreshold, int nIterations, int m, int nThreads) +{ + bool verbose = getVerboseVariable(); + if (verbose) + { + printf("%s\n", "Logistic Regression parameters:"); + printf("%s - %.12f\n", "l1Reg", l1Reg); + printf("%s - %.12f\n", "l2Reg", l2Reg); + printf("%s - %.12f\n", "accuracyThreshold", accuracyThreshold); + printf("%s - %d\n", "nIterations", nIterations); + printf("%s - %d\n", "m", m); + printf("%s - %d\n", "nClasses", nClasses); + printf("%s - %d\n", "nThreads", nThreads); + + const size_t nThreadsOld = Environment::getInstance()->getNumberOfThreads(); + printf("%s - %zd\n", "nThreadsOld", nThreadsOld); //Note: %lu cause compilation error, modify to %d + } + + Environment::getInstance()->setNumberOfThreads(nThreads); + + NumericTablePtr featuresTable(new HomogenNumericTable(featuresPtr, nColumns, nRows)); + NumericTablePtr labelsTable(new HomogenNumericTable(labelsPtr, 1, nRows)); + NumericTablePtr weightsTable(new HomogenNumericTable(weightsPtr, 1, nRows)); + + SharedPtr> lbfgsAlgorithm(new optimization_solver::lbfgs::Batch()); + lbfgsAlgorithm->parameter.batchSize = featuresTable->getNumberOfRows(); + lbfgsAlgorithm->parameter.correctionPairBatchSize = featuresTable->getNumberOfRows(); + lbfgsAlgorithm->parameter.L = 1; + lbfgsAlgorithm->parameter.m = m; + lbfgsAlgorithm->parameter.accuracyThreshold = accuracyThreshold; + lbfgsAlgorithm->parameter.nIterations = nIterations; + + if (nClasses == 1) + { + SharedPtr> logLoss(new optimization_solver::logistic_loss::Batch(featuresTable->getNumberOfRows())); + logLoss->parameter().numberOfTerms = featuresTable->getNumberOfRows(); + logLoss->parameter().interceptFlag = true; + logLoss->parameter().penaltyL1 = l1Reg; + logLoss->parameter().penaltyL2 = l2Reg; + + lbfgsAlgorithm->parameter.function = logLoss; + } + else + { + SharedPtr> crossEntropyLoss(new optimization_solver::cross_entropy_loss::Batch(nClasses, featuresTable->getNumberOfRows())); + crossEntropyLoss->parameter().numberOfTerms = featuresTable->getNumberOfRows(); + crossEntropyLoss->parameter().interceptFlag = true; + crossEntropyLoss->parameter().penaltyL1 = l1Reg; + crossEntropyLoss->parameter().penaltyL2 = l2Reg; + crossEntropyLoss->parameter().nClasses = nClasses; + + lbfgsAlgorithm->parameter.function = crossEntropyLoss; + } + + logistic_regression::training::Batch trainingAlgorithm(nClasses == 1 ? 2 : nClasses); + trainingAlgorithm.parameter().optimizationSolver = lbfgsAlgorithm; + trainingAlgorithm.parameter().penaltyL1 = l1Reg; + trainingAlgorithm.parameter().penaltyL2 = l2Reg; + trainingAlgorithm.parameter().interceptFlag = true; + + trainingAlgorithm.input.set(classifier::training::data, featuresTable); + trainingAlgorithm.input.set(classifier::training::labels, labelsTable); + if (useSampleWeights) + { + trainingAlgorithm.input.set(classifier::training::weights, weightsTable); + } + + trainingAlgorithm.compute(); + + logistic_regression::training::ResultPtr trainingResult = trainingAlgorithm.getResult(); + logistic_regression::ModelPtr modelPtr = trainingResult->get(classifier::training::model); + + NumericTablePtr betaTable = modelPtr->getBeta(); + if (betaTable->getNumberOfRows() != nClasses) + { + printf("Wrong number of classes in beta table\n"); + } + if (betaTable->getNumberOfColumns() != nColumns + 1) + { + printf("Wrong number of features in beta table\n"); + } + + BlockDescriptor betaBlock; + betaTable->getBlockOfRows(0, betaTable->getNumberOfRows(), readWrite, betaBlock); + FPType * betaForCopy = betaBlock.getBlockPtr(); + for (size_t i = 0; i < nClasses; ++i) + { + betaPtr[i] = betaForCopy[i * (nColumns + 1)]; + } + for (size_t i = 0; i < nClasses; ++i) + { + for (size_t j = 1; j < nColumns + 1; ++j) + { + betaPtr[nClasses + i * nColumns + j - 1] = betaForCopy[i * (nColumns + 1) + j]; + } + } + + if (verbose) + { + optimization_solver::iterative_solver::ResultPtr solverResult = lbfgsAlgorithm->getResult(); + NumericTablePtr nIterationsTable = solverResult->get(optimization_solver::iterative_solver::nIterations); + BlockDescriptor nIterationsBlock; + nIterationsTable->getBlockOfRows(0, 1, readWrite, nIterationsBlock); + int * nIterationsPtr = nIterationsBlock.getBlockPtr(); + + printf("Solver iterations: %d\n", nIterationsPtr[0]); + + logistic_regression::prediction::Batch predictionAlgorithm(nClasses == 1 ? 2 : nClasses); + // predictionAlgorithm.parameter().resultsToEvaluate |= + // static_cast(classifier::computeClassProbabilities); + predictionAlgorithm.input.set(classifier::prediction::data, featuresTable); + predictionAlgorithm.input.set(classifier::prediction::model, modelPtr); + predictionAlgorithm.compute(); + NumericTablePtr predictionsTable = predictionAlgorithm.getResult()->get(classifier::prediction::prediction); + BlockDescriptor predictionsBlock; + predictionsTable->getBlockOfRows(0, nRows, readWrite, predictionsBlock); + int * predictions = predictionsBlock.getBlockPtr(); + FPType accuracy = 0; + for (long i = 0; i < nRows; ++i) + { + if (predictions[i] == labelsPtr[i]) + { + accuracy += 1.0; + } + } + accuracy /= nRows; + predictionsTable->releaseBlockOfRows(predictionsBlock); + nIterationsTable->releaseBlockOfRows(nIterationsBlock); + printf("oneDAL LogReg traning accuracy: %f\n", accuracy); + } + + betaTable->releaseBlockOfRows(betaBlock); + +} + +EXPORT_API(void) logisticRegressionLBFGSCompute(void * featuresPtr, void * labelsPtr, void * weightsPtr, bool useSampleWeights, void * betaPtr, + long long nRows, int nColumns, int nClasses, float l1Reg, float l2Reg, float accuracyThreshold, int nIterations, int m, int nThreads) +{ + return logisticRegressionLBFGSComputeTemplate((float *)featuresPtr, (int *)labelsPtr, (float *)weightsPtr, useSampleWeights, (float *)betaPtr, + nRows, nColumns, nClasses, l1Reg, l2Reg, accuracyThreshold, nIterations, m, nThreads); +} + +/* + ### Ridge regression wrapper ### + [DllImport(OneDalLibPath, EntryPoint = "ridgeRegressionOnlineCompute")] + public unsafe static extern int RidgeRegressionOnlineCompute(void* featuresPtr, void* labelsPtr, int nRows, int nColumns, float l2Reg, void* partialResultPtr, int partialResultSize); + [DllImport(OneDalLibPath, EntryPoint = "ridgeRegressionOnlineFinalize")] + public unsafe static extern void RidgeRegressionOnlineFinalize(void* featuresPtr, void* labelsPtr, long nAllRows, int nRows, int nColumns, float l2Reg, void* partialResultPtr, int partialResultSize, + void* betaPtr, void* xtyPtr, void* xtxPtr); +*/ +template +int ridgeRegressionOnlineComputeTemplate(FPType * featuresPtr, FPType * labelsPtr, int nRows, int nColumns, float l2Reg, byte * partialResultPtr, int partialResultSize) +{ + // Create input data tables + NumericTablePtr featuresTable(new HomogenNumericTable(featuresPtr, nColumns, nRows)); + NumericTablePtr labelsTable(new HomogenNumericTable(labelsPtr, 1, nRows)); + FPType l2 = l2Reg; + NumericTablePtr l2RegTable(new HomogenNumericTable(&l2, 1, 1)); + + // Set up and execute training + ridge_regression::training::Online trainingAlgorithm; + trainingAlgorithm.parameter.ridgeParameters = l2RegTable; + + ridge_regression::training::PartialResultPtr pRes(new ridge_regression::training::PartialResult); + if (partialResultSize != 0) + { + OutputDataArchive dataArch(partialResultPtr, partialResultSize); + pRes->deserialize(dataArch); + trainingAlgorithm.setPartialResult(pRes); + } + + trainingAlgorithm.input.set(ridge_regression::training::data, featuresTable); + trainingAlgorithm.input.set(ridge_regression::training::dependentVariables, labelsTable); + trainingAlgorithm.compute(); + + // Serialize partial result + pRes = trainingAlgorithm.getPartialResult(); + InputDataArchive dataArch; + pRes->serialize(dataArch); + partialResultSize = (int)dataArch.getSizeOfArchive(); + dataArch.copyArchiveToArray(partialResultPtr, (size_t)partialResultSize); + + return partialResultSize; +} + +template +void ridgeRegressionOnlineFinalizeTemplate(FPType * featuresPtr, FPType * labelsPtr, long long int nAllRows, int nRows, int nColumns, float l2Reg, byte * partialResultPtr, int partialResultSize, + FPType * betaPtr, FPType * xtyPtr, FPType * xtxPtr) +{ + NumericTablePtr featuresTable(new HomogenNumericTable(featuresPtr, nColumns, nRows)); + NumericTablePtr labelsTable(new HomogenNumericTable(labelsPtr, 1, nRows)); + FPType l2 = l2Reg; + NumericTablePtr l2RegTable(new HomogenNumericTable(&l2, 1, 1)); + + ridge_regression::training::Online trainingAlgorithm; + + ridge_regression::training::PartialResultPtr pRes(new ridge_regression::training::PartialResult); + if (partialResultSize != 0) + { + OutputDataArchive dataArch(partialResultPtr, partialResultSize); + pRes->deserialize(dataArch); + trainingAlgorithm.setPartialResult(pRes); + } + + trainingAlgorithm.parameter.ridgeParameters = l2RegTable; + + trainingAlgorithm.input.set(ridge_regression::training::data, featuresTable); + trainingAlgorithm.input.set(ridge_regression::training::dependentVariables, labelsTable); + trainingAlgorithm.compute(); + trainingAlgorithm.finalizeCompute(); + + ridge_regression::training::ResultPtr trainingResult = trainingAlgorithm.getResult(); + ridge_regression::ModelNormEq * model = static_cast(trainingResult->get(ridge_regression::training::model).get()); + + NumericTablePtr xtxTable = model->getXTXTable(); + const size_t nBeta = xtxTable->getNumberOfRows(); + BlockDescriptor xtxBlock; + xtxTable->getBlockOfRows(0, nBeta, readWrite, xtxBlock); + FPType * xtx = xtxBlock.getBlockPtr(); + + size_t offset = 0; + for (size_t i = 0; i < nBeta; ++i) + { + for (size_t j = 0; j <= i; ++j) + { + xtxPtr[offset] = xtx[i * nBeta + j]; + offset++; + } + } + offset = 0; + for (size_t i = 0; i < nBeta; ++i) + { + xtxPtr[offset] += l2Reg * l2Reg * nAllRows; + offset += i + 2; + } + + NumericTablePtr xtyTable = model->getXTYTable(); + BlockDescriptor xtyBlock; + xtyTable->getBlockOfRows(0, xtyTable->getNumberOfRows(), readWrite, xtyBlock); + FPType * xty = xtyBlock.getBlockPtr(); + for (size_t i = 0; i < nBeta; ++i) + { + xtyPtr[i] = xty[i]; + } + + NumericTablePtr betaTable = trainingResult->get(ridge_regression::training::model)->getBeta(); + BlockDescriptor betaBlock; + betaTable->getBlockOfRows(0, 1, readWrite, betaBlock); + FPType * betaForCopy = betaBlock.getBlockPtr(); + for (size_t i = 0; i < nBeta; ++i) + { + betaPtr[i] = betaForCopy[i]; + } + + xtxTable->releaseBlockOfRows(xtxBlock); + xtyTable->releaseBlockOfRows(xtyBlock); + betaTable->releaseBlockOfRows(betaBlock); +} + +EXPORT_API(int) ridgeRegressionOnlineCompute(void * featuresPtr, void * labelsPtr, int nRows, int nColumns, float l2Reg, void * partialResultPtr, int partialResultSize) +{ + return ridgeRegressionOnlineComputeTemplate((double *)featuresPtr, (double *)labelsPtr, nRows, nColumns, l2Reg, (byte *)partialResultPtr, partialResultSize); +} + +EXPORT_API(void) ridgeRegressionOnlineFinalize(void * featuresPtr, void * labelsPtr, long long int nAllRows, int nRows, int nColumns, float l2Reg, void * partialResultPtr, int partialResultSize, + void * betaPtr, void * xtyPtr, void * xtxPtr) +{ + ridgeRegressionOnlineFinalizeTemplate((double *)featuresPtr, (double *)labelsPtr, nAllRows, nRows, nColumns, l2Reg, (byte *)partialResultPtr, partialResultSize, + (double *)betaPtr, (double *)xtyPtr, (double *)xtxPtr); +} diff --git a/src/Native/build.cmd b/src/Native/build.cmd index 3a2dcac82a..29dbdec9ea 100644 --- a/src/Native/build.cmd +++ b/src/Native/build.cmd @@ -16,6 +16,7 @@ set __BuildArch=x64 set __VCBuildArch=x86_amd64 set CMAKE_BUILD_TYPE=Debug set MKL_LIB_PATH="" +set ONEDAL_LIB_PATH="" :Arg_Loop if [%1] == [] goto :ToolsVersion @@ -29,6 +30,7 @@ if /i [%1] == [arm] ( set __BuildArch=arm&&set __VCBuildArch=x86_arm&&sh if /i [%1] == [arm64] ( set __BuildArch=arm64&&set __VCBuildArch=x86_arm64&&shift&goto Arg_Loop) if /i [%1] == [--mkllibpath] ( set MKL_LIB_PATH=%2&&shift&goto Arg_Loop) +if /i [%1] == [--onedallibpath] ( set ONEDAL_LIB_PATH=%2&&shift&goto Arg_Loop) shift goto :Arg_Loop diff --git a/src/Native/build.sh b/src/Native/build.sh index 15f01848d8..00b56eec71 100755 --- a/src/Native/build.sh +++ b/src/Native/build.sh @@ -10,6 +10,7 @@ usage() echo " --configuration Build Configuration (Debug, Release)" echo " --stripSymbols Enable symbol stripping (to external file)" echo " --mkllibpath Path to mkl library." + echo " --onedallibpath Path to oneDAL library." exit 1 } @@ -30,6 +31,7 @@ __baseIntermediateOutputPath="$RootRepo/artifacts/obj" __versionSourceFile="$__baseIntermediateOutputPath/version.c" __mkllibpath="" __mkllibrpath="" +__onedallibpath="" while [ "$1" != "" ]; do lowerI="$(echo $1 | awk '{print tolower($0)}')" @@ -54,6 +56,10 @@ while [ "$1" != "" ]; do shift __mkllibrpath=$1 ;; + --onedallibpath) + shift + __onedallibpath=$1 + ;; --stripsymbols) __strip_argument="-DSTRIP_SYMBOLS=true" ;; @@ -73,6 +79,10 @@ if [ -n "$__mkllibrpath" ]; then __cmake_defines="${__cmake_defines} -DMKL_LIB_RPATH=${__mkllibrpath}" fi +if [ -n "$__onedallibpath" ]; then + __cmake_defines="${__cmake_defines} -DONEDAL_LIB_PATH=${__onedallibpath}" +fi + __IntermediatesDir="$__baseIntermediateOutputPath/Native/$__build_arch.$__configuration" __BinDir="$__rootBinPath/Native/$__build_arch.$__configuration" diff --git a/src/Native/gen-buildsys-win.bat b/src/Native/gen-buildsys-win.bat index 62ef6c4967..b04df9f85e 100644 --- a/src/Native/gen-buildsys-win.bat +++ b/src/Native/gen-buildsys-win.bat @@ -30,7 +30,7 @@ if /i "%3" == "x64" (set __ExtraCmakeParams=%__ExtraCmakeParams% -A x64) if /i "%3" == "x86" (set __ExtraCmakeParams=%__ExtraCmakeParams% -A Win32) if /i "%3" == "arm64" (set __ExtraCmakeParams=%__ExtraCmakeParams% -A arm64) if /i "%3" == "arm" (set __ExtraCmakeParams=%__ExtraCmakeParams% -A arm) -"%CMakePath%" "-DCMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE%" "-DCMAKE_INSTALL_PREFIX=%__CMakeBinDir%" "-DMKL_LIB_PATH=%MKL_LIB_PATH%" "-DARCHITECTURE=%3" -G "Visual Studio %__VSString%" %__ExtraCmakeParams% -B. -H%1 +"%CMakePath%" "-DCMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE%" "-DCMAKE_INSTALL_PREFIX=%__CMakeBinDir%" "-DMKL_LIB_PATH=%MKL_LIB_PATH%" "-DONEDAL_LIB_PATH=%ONEDAL_LIB_PATH%" "-DARCHITECTURE=%3" -G "Visual Studio %__VSString%" %__ExtraCmakeParams% -B. -H%1 endlocal GOTO :DONE From df4caed9aa360be13ce9857e9e394de25a153a6f Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Fri, 11 Nov 2022 10:20:54 +0000 Subject: [PATCH 03/60] oneDAL Decision Forest integration --- .../RandomForestClassification.cs | 116 +++++++++++++++++- .../RandomForestRegression.cs | 115 ++++++++++++++++- .../InternalQuantileRegressionTree.cs | 8 ++ .../TreeEnsemble/InternalRegressionTree.cs | 31 ++++- 4 files changed, 266 insertions(+), 4 deletions(-) diff --git a/src/Microsoft.ML.FastTree/RandomForestClassification.cs b/src/Microsoft.ML.FastTree/RandomForestClassification.cs index ec7846f7dc..a141933c5c 100644 --- a/src/Microsoft.ML.FastTree/RandomForestClassification.cs +++ b/src/Microsoft.ML.FastTree/RandomForestClassification.cs @@ -4,7 +4,10 @@ using System; using System.Linq; +using System.Collections.Generic; +using System.Runtime.InteropServices; using Microsoft.ML; +using Microsoft.ML.Internal.Utilities; using Microsoft.ML.Calibrators; using Microsoft.ML.CommandLine; using Microsoft.ML.Data; @@ -12,6 +15,7 @@ using Microsoft.ML.Model; using Microsoft.ML.Runtime; using Microsoft.ML.Trainers.FastTree; +using Microsoft.ML.OneDal; [assembly: LoadableClass(FastForestBinaryTrainer.Summary, typeof(FastForestBinaryTrainer), typeof(FastForestBinaryTrainer.Options), new[] { typeof(SignatureBinaryClassifierTrainer), typeof(SignatureTrainer), typeof(SignatureTreeEnsembleTrainer), typeof(SignatureFeatureScorerTrainer) }, @@ -219,7 +223,24 @@ private protected override FastForestBinaryModelParameters TrainModelCore(TrainC trainData.CheckOptFloatWeight(); FeatureCount = trainData.Schema.Feature.Value.Type.GetValueCount(); ConvertData(trainData); - TrainCore(ch); + + if (!trainData.Schema.Weight.HasValue && OneDalUtils.IsDispatchingEnabled()) + { + if (FastTreeTrainerOptions.FeatureFraction != 1.0) + { + ch.Warning($"oneDAL decision forest doesn't support 'FeatureFraction'[per tree] != 1.0, changing it from {FastTreeTrainerOptions.FeatureFraction} to 1.0"); + FastTreeTrainerOptions.FeatureFraction = 1.0; + } + CursOpt cursorOpt = CursOpt.Label | CursOpt.Features; + var cursorFactory = new FloatLabelCursor.Factory(trainData, cursorOpt); + TrainCoreOneDal(ch, cursorFactory, FeatureCount); + if (FeatureMap != null) + TrainedEnsemble.RemapFeatures(FeatureMap); + } + else + { + TrainCore(ch); + } } // LogitBoost is naturally calibrated to // output probabilities when transformed using @@ -230,6 +251,99 @@ private protected override FastForestBinaryModelParameters TrainModelCore(TrainC return new FastForestBinaryModelParameters(Host, TrainedEnsemble, FeatureCount, InnerOptions); } + internal static class OneDal + { + private const string OneDalLibPath = "OneDalNative"; + + [DllImport(OneDalLibPath, EntryPoint = "decisionForestClassificationCompute")] + public static extern unsafe int DecisionForestClassificationCompute( + void* featuresPtr, void* labelsPtr, long nRows, int nColumns, int nClasses, int numberOfThreads, + float featureFractionPerSplit, int numberOfTrees, int numberOfLeaves, int minimumExampleCountPerLeaf, int maxBins, + void* lteChildPtr, void* gtChildPtr, void* splitFeaturePtr, void* featureThresholdPtr, void* leafValuesPtr, void* modelPtr); + } + + private protected void TrainCoreOneDal(IChannel ch, FloatLabelCursor.Factory cursorFactory, int featureCount) + { + CheckOptions(ch); + Initialize(ch); + + List featuresList = new List(); + List labelsList = new List(); + int nClasses = 2; + int numberOfLeaves = FastTreeTrainerOptions.NumberOfLeaves; + int numberOfTrees = FastTreeTrainerOptions.NumberOfTrees; + + int numberOfThreads = 0; + if (FastTreeTrainerOptions.NumberOfThreads.HasValue) + numberOfThreads = FastTreeTrainerOptions.NumberOfThreads.Value; + + long n = OneDalUtils.GetTrainData(ch, cursorFactory, ref featuresList, ref labelsList, featureCount); + + float[] featuresArray = featuresList.ToArray(); + float[] labelsArray = labelsList.ToArray(); + + int[] lteChildArray = new int[(numberOfLeaves - 1) * numberOfTrees]; + int[] gtChildArray = new int[(numberOfLeaves - 1) * numberOfTrees]; + int[] splitFeatureArray = new int[(numberOfLeaves - 1) * numberOfTrees]; + float[] featureThresholdArray = new float[(numberOfLeaves - 1) * numberOfTrees]; + float[] leafValuesArray = new float[numberOfLeaves * numberOfTrees]; + + int oneDalModelSize = -1; + int projectedOneDalModelSize = 96 * nClasses * numberOfLeaves * numberOfTrees + 4096 * 16; + byte[] oneDalModel = new byte[projectedOneDalModelSize]; + + unsafe + { +#pragma warning disable MSML_SingleVariableDeclaration // Have only a single variable present per declaration + fixed (void* featuresPtr = &featuresArray[0], labelsPtr = &labelsArray[0], + lteChildPtr = <eChildArray[0], gtChildPtr = >ChildArray[0], splitFeaturePtr = &splitFeatureArray[0], + featureThresholdPtr = &featureThresholdArray[0], leafValuesPtr = &leafValuesArray[0], oneDalModelPtr = &oneDalModel[0]) +#pragma warning restore MSML_SingleVariableDeclaration // Have only a single variable present per declaration + { + oneDalModelSize = OneDal.DecisionForestClassificationCompute(featuresPtr, labelsPtr, n, featureCount, nClasses, + numberOfThreads, (float)FastTreeTrainerOptions.FeatureFractionPerSplit, numberOfTrees, + numberOfLeaves, FastTreeTrainerOptions.MinimumExampleCountPerLeaf, FastTreeTrainerOptions.MaximumBinCountPerFeature, + lteChildPtr, gtChildPtr, splitFeaturePtr, featureThresholdPtr, leafValuesPtr, oneDalModelPtr + ); + } + } + TrainedEnsemble = new InternalTreeEnsemble(); + for (int i = 0; i < numberOfTrees; ++i) + { + int[] lteChildArrayPerTree = new int[numberOfLeaves - 1]; + int[] gtChildArrayPerTree = new int[numberOfLeaves - 1]; + int[] splitFeatureArrayPerTree = new int[numberOfLeaves - 1]; + float[] featureThresholdArrayPerTree = new float[numberOfLeaves - 1]; + double[] leafValuesArrayPerTree = new double[numberOfLeaves]; + + int[][] categoricalSplitFeaturesPerTree = new int[numberOfLeaves - 1][]; + bool[] categoricalSplitPerTree = new bool[numberOfLeaves - 1]; + double[] splitGainPerTree = new double[numberOfLeaves - 1]; + float[] defaultValueForMissingPerTree = new float[numberOfLeaves - 1]; + + for (int j = 0; j < numberOfLeaves - 1; ++j) + { + lteChildArrayPerTree[j] = lteChildArray[(numberOfLeaves - 1) * i + j]; + gtChildArrayPerTree[j] = gtChildArray[(numberOfLeaves - 1) * i + j]; + splitFeatureArrayPerTree[j] = splitFeatureArray[(numberOfLeaves - 1) * i + j]; + featureThresholdArrayPerTree[j] = featureThresholdArray[(numberOfLeaves - 1) * i + j]; + leafValuesArrayPerTree[j] = leafValuesArray[numberOfLeaves * i + j]; + + categoricalSplitFeaturesPerTree[j] = null; + categoricalSplitPerTree[j] = false; + splitGainPerTree[j] = 0.0; + defaultValueForMissingPerTree[j] = 0.0f; + } + leafValuesArrayPerTree[numberOfLeaves - 1] = leafValuesArray[numberOfLeaves * i + numberOfLeaves - 1]; + + InternalQuantileRegressionTree newTree = new InternalQuantileRegressionTree(splitFeatureArrayPerTree, splitGainPerTree, null, + featureThresholdArrayPerTree, defaultValueForMissingPerTree, lteChildArrayPerTree, gtChildArrayPerTree, leafValuesArrayPerTree, + categoricalSplitFeaturesPerTree, categoricalSplitPerTree); + newTree.PopulateThresholds(TrainSet); + TrainedEnsemble.AddTree(newTree); + } + } + private protected override ObjectiveFunctionBase ConstructObjFunc(IChannel ch) { return new ObjectiveFunctionImpl(TrainSet, _trainSetLabels, FastTreeTrainerOptions); diff --git a/src/Microsoft.ML.FastTree/RandomForestRegression.cs b/src/Microsoft.ML.FastTree/RandomForestRegression.cs index 4410fc7d7c..246957ada1 100644 --- a/src/Microsoft.ML.FastTree/RandomForestRegression.cs +++ b/src/Microsoft.ML.FastTree/RandomForestRegression.cs @@ -3,6 +3,9 @@ // See the LICENSE file in the project root for more information. using System; +using System.Linq; +using System.Collections.Generic; +using System.Runtime.InteropServices; using Microsoft.ML; using Microsoft.ML.CommandLine; using Microsoft.ML.Data; @@ -12,6 +15,7 @@ using Microsoft.ML.Model.OnnxConverter; using Microsoft.ML.Runtime; using Microsoft.ML.Trainers.FastTree; +using Microsoft.ML.OneDal; [assembly: LoadableClass(FastForestRegressionTrainer.Summary, typeof(FastForestRegressionTrainer), typeof(FastForestRegressionTrainer.Options), new[] { typeof(SignatureRegressorTrainer), typeof(SignatureTrainer), typeof(SignatureTreeEnsembleTrainer), typeof(SignatureFeatureScorerTrainer) }, @@ -358,11 +362,120 @@ private protected override FastForestRegressionModelParameters TrainModelCore(Tr trainData.CheckOptFloatWeight(); FeatureCount = trainData.Schema.Feature.Value.Type.GetValueCount(); ConvertData(trainData); - TrainCore(ch); + + if (!trainData.Schema.Weight.HasValue && OneDalUtils.IsDispatchingEnabled()) + { + if (FastTreeTrainerOptions.FeatureFraction != 1.0) + { + ch.Warning($"oneDAL decision forest doesn't support 'FeatureFraction'[per tree] != 1.0, changing it from {FastTreeTrainerOptions.FeatureFraction} to 1.0"); + FastTreeTrainerOptions.FeatureFraction = 1.0; + } + CursOpt cursorOpt = CursOpt.Label | CursOpt.Features; + var cursorFactory = new FloatLabelCursor.Factory(trainData, cursorOpt); + TrainCoreOneDal(ch, cursorFactory, FeatureCount); + if (FeatureMap != null) + TrainedEnsemble.RemapFeatures(FeatureMap); + } + else + { + TrainCore(ch); + } } return new FastForestRegressionModelParameters(Host, TrainedEnsemble, FeatureCount, InnerOptions, FastTreeTrainerOptions.NumberOfQuantileSamples); } + internal static class OneDal + { + private const string OneDalLibPath = "OneDalNative"; + + [DllImport(OneDalLibPath, EntryPoint = "decisionForestRegressionCompute")] + public static extern unsafe int DecisionForestRegressionCompute( + void* featuresPtr, void* labelsPtr, long nRows, int nColumns, int numberOfThreads, + float featureFractionPerSplit, int numberOfTrees, int numberOfLeaves, int minimumExampleCountPerLeaf, int maxBins, + void* lteChildPtr, void* gtChildPtr, void* splitFeaturePtr, void* featureThresholdPtr, void* leafValuesPtr, void* modelPtr); + } + + private protected void TrainCoreOneDal(IChannel ch, FloatLabelCursor.Factory cursorFactory, int featureCount) + { + CheckOptions(ch); + Initialize(ch); + + List featuresList = new List(); + List labelsList = new List(); + int numberOfLeaves = FastTreeTrainerOptions.NumberOfLeaves; + int numberOfTrees = FastTreeTrainerOptions.NumberOfTrees; + + int numberOfThreads = 0; + if (FastTreeTrainerOptions.NumberOfThreads.HasValue) + numberOfThreads = FastTreeTrainerOptions.NumberOfThreads.Value; + + long n = OneDalUtils.GetTrainData(ch, cursorFactory, ref featuresList, ref labelsList, featureCount); + + float[] featuresArray = featuresList.ToArray(); + float[] labelsArray = labelsList.ToArray(); + + int[] lteChildArray = new int[(numberOfLeaves - 1) * numberOfTrees]; + int[] gtChildArray = new int[(numberOfLeaves - 1) * numberOfTrees]; + int[] splitFeatureArray = new int[(numberOfLeaves - 1) * numberOfTrees]; + float[] featureThresholdArray = new float[(numberOfLeaves - 1) * numberOfTrees]; + float[] leafValuesArray = new float[numberOfLeaves * numberOfTrees]; + + int oneDalModelSize = -1; + int projectedOneDalModelSize = 96 * 1 * numberOfLeaves * numberOfTrees + 4096 * 16; + byte[] oneDalModel = new byte[projectedOneDalModelSize]; + + unsafe + { +#pragma warning disable MSML_SingleVariableDeclaration // Have only a single variable present per declaration + fixed (void* featuresPtr = &featuresArray[0], labelsPtr = &labelsArray[0], + lteChildPtr = <eChildArray[0], gtChildPtr = >ChildArray[0], splitFeaturePtr = &splitFeatureArray[0], + featureThresholdPtr = &featureThresholdArray[0], leafValuesPtr = &leafValuesArray[0], oneDalModelPtr = &oneDalModel[0]) +#pragma warning restore MSML_SingleVariableDeclaration // Have only a single variable present per declaration + { + oneDalModelSize = OneDal.DecisionForestRegressionCompute(featuresPtr, labelsPtr, n, featureCount, + numberOfThreads, (float)FastTreeTrainerOptions.FeatureFractionPerSplit, numberOfTrees, + numberOfLeaves, FastTreeTrainerOptions.MinimumExampleCountPerLeaf, FastTreeTrainerOptions.MaximumBinCountPerFeature, + lteChildPtr, gtChildPtr, splitFeaturePtr, featureThresholdPtr, leafValuesPtr, oneDalModelPtr + ); + } + } + TrainedEnsemble = new InternalTreeEnsemble(); + for (int i = 0; i < numberOfTrees; ++i) + { + int[] lteChildArrayPerTree = new int[numberOfLeaves - 1]; + int[] gtChildArrayPerTree = new int[numberOfLeaves - 1]; + int[] splitFeatureArrayPerTree = new int[numberOfLeaves - 1]; + float[] featureThresholdArrayPerTree = new float[numberOfLeaves - 1]; + double[] leafValuesArrayPerTree = new double[numberOfLeaves]; + + int[][] categoricalSplitFeaturesPerTree = new int[numberOfLeaves - 1][]; + bool[] categoricalSplitPerTree = new bool[numberOfLeaves - 1]; + double[] splitGainPerTree = new double[numberOfLeaves - 1]; + float[] defaultValueForMissingPerTree = new float[numberOfLeaves - 1]; + + for (int j = 0; j < numberOfLeaves - 1; ++j) + { + lteChildArrayPerTree[j] = lteChildArray[(numberOfLeaves - 1) * i + j]; + gtChildArrayPerTree[j] = gtChildArray[(numberOfLeaves - 1) * i + j]; + splitFeatureArrayPerTree[j] = splitFeatureArray[(numberOfLeaves - 1) * i + j]; + featureThresholdArrayPerTree[j] = featureThresholdArray[(numberOfLeaves - 1) * i + j]; + leafValuesArrayPerTree[j] = leafValuesArray[numberOfLeaves * i + j]; + + categoricalSplitFeaturesPerTree[j] = null; + categoricalSplitPerTree[j] = false; + splitGainPerTree[j] = 0.0; + defaultValueForMissingPerTree[j] = 0.0f; + } + leafValuesArrayPerTree[numberOfLeaves - 1] = leafValuesArray[numberOfLeaves * i + numberOfLeaves - 1]; + + InternalQuantileRegressionTree newTree = new InternalQuantileRegressionTree(splitFeatureArrayPerTree, splitGainPerTree, null, + featureThresholdArrayPerTree, defaultValueForMissingPerTree, lteChildArrayPerTree, gtChildArrayPerTree, leafValuesArrayPerTree, + categoricalSplitFeaturesPerTree, categoricalSplitPerTree); + newTree.PopulateThresholds(TrainSet); + TrainedEnsemble.AddTree(newTree); + } + } + private protected override void PrepareLabels(IChannel ch) { } diff --git a/src/Microsoft.ML.FastTree/TreeEnsemble/InternalQuantileRegressionTree.cs b/src/Microsoft.ML.FastTree/TreeEnsemble/InternalQuantileRegressionTree.cs index e5ae4776ed..c193029668 100644 --- a/src/Microsoft.ML.FastTree/TreeEnsemble/InternalQuantileRegressionTree.cs +++ b/src/Microsoft.ML.FastTree/TreeEnsemble/InternalQuantileRegressionTree.cs @@ -29,6 +29,14 @@ public InternalQuantileRegressionTree(int maxLeaves) { } + public InternalQuantileRegressionTree(int[] splitFeatures, double[] splitGain, double[] gainPValue, + float[] rawThresholds, float[] defaultValueForMissing, int[] lteChild, int[] gtChild, double[] leafValues, + int[][] categoricalSplitFeatures, bool[] categoricalSplit) + : base(splitFeatures, splitGain, gainPValue, rawThresholds, defaultValueForMissing, + lteChild, gtChild, leafValues, categoricalSplitFeatures, categoricalSplit) + { + } + internal InternalQuantileRegressionTree(ModelLoadContext ctx, bool usingDefaultValue, bool categoricalSplits) : base(ctx, usingDefaultValue, categoricalSplits) { diff --git a/src/Microsoft.ML.FastTree/TreeEnsemble/InternalRegressionTree.cs b/src/Microsoft.ML.FastTree/TreeEnsemble/InternalRegressionTree.cs index bdfaabdcde..e325861e2f 100644 --- a/src/Microsoft.ML.FastTree/TreeEnsemble/InternalRegressionTree.cs +++ b/src/Microsoft.ML.FastTree/TreeEnsemble/InternalRegressionTree.cs @@ -51,7 +51,7 @@ internal class InternalRegressionTree /// public int[][] CategoricalSplitFeatureRanges; // These are the thresholds based on the binned values of the raw features. - public uint[] Thresholds { get; } + public uint[] Thresholds { get; private set; } // These are the thresholds based on the raw feature values. Populated after training. public float[] RawThresholds { get; private set; } public double[] SplitGains { get { return _splitGain; } } @@ -189,7 +189,7 @@ public static InternalRegressionTree Create(int numLeaves, int[] splitFeatures, } } - internal InternalRegressionTree(int[] splitFeatures, double[] splitGain, double[] gainPValue, + protected InternalRegressionTree(int[] splitFeatures, double[] splitGain, double[] gainPValue, float[] rawThresholds, float[] defaultValueForMissing, int[] lteChild, int[] gtChild, double[] leafValues, int[][] categoricalSplitFeatures, bool[] categoricalSplit) : this() @@ -201,6 +201,7 @@ internal InternalRegressionTree(int[] splitFeatures, double[] splitGain, double[ _splitGain = splitGain; _gainPValue = gainPValue; RawThresholds = rawThresholds; + Thresholds = new uint[NumLeaves - 1]; DefaultValueForMissing = defaultValueForMissing; LteChild = lteChild; GtChild = gtChild; @@ -1099,6 +1100,32 @@ public void PopulateRawThresholds(Dataset dataset) } } + public void PopulateThresholds(Dataset dataset) + { + var features = dataset.Flocks; + + int numNodes = NumLeaves - 1; + for (int n = 0; n < numNodes; n++) + { + int flock; + int subfeature; + dataset.MapFeatureToFlockAndSubFeature(SplitFeatures[n], out flock, out subfeature); + if (CategoricalSplit[n] == false) + { + uint numBins = (uint)dataset.Flocks[flock].BinUpperBounds(subfeature).Length; + for (uint i = 1; i < numBins; ++i) + { + double rawThreshold = dataset.Flocks[flock].BinUpperBounds(subfeature)[i]; + if (RawThresholds[n] < rawThreshold) + { + Thresholds[n] = i; + break; + } + } + } + } + } + public void RemapFeatures(int[] oldToNewFeatures) { Contracts.AssertValue(oldToNewFeatures); From 646cfcd5103a834866e0f37b760469540159cc43 Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Fri, 11 Nov 2022 10:21:12 +0000 Subject: [PATCH 04/60] oneDAL Linear Models --- .../OlsLinearRegression.cs | 185 +++++++++++++++--- .../LogisticRegression/LbfgsPredictorBase.cs | 115 ++++++++++- 2 files changed, 277 insertions(+), 23 deletions(-) diff --git a/src/Microsoft.ML.Mkl.Components/OlsLinearRegression.cs b/src/Microsoft.ML.Mkl.Components/OlsLinearRegression.cs index 96b52fb8f2..783846b895 100644 --- a/src/Microsoft.ML.Mkl.Components/OlsLinearRegression.cs +++ b/src/Microsoft.ML.Mkl.Components/OlsLinearRegression.cs @@ -16,6 +16,7 @@ using Microsoft.ML.Model; using Microsoft.ML.Runtime; using Microsoft.ML.Trainers; +using Microsoft.ML.OneDal; [assembly: LoadableClass(OlsTrainer.Summary, typeof(OlsTrainer), typeof(OlsTrainer.Options), new[] { typeof(SignatureRegressorTrainer), typeof(SignatureTrainer), typeof(SignatureFeatureScorerTrainer) }, @@ -88,6 +89,12 @@ public sealed class Options : TrainerInputBaseWithWeight /// [Argument(ArgumentType.LastOccurrenceWins, HelpText = "Whether to calculate per parameter significance statistics", ShortName = "sig")] public bool CalculateStatistics = true; + + /// + /// Number of data points per batch, when loading data. + /// + [Argument(ArgumentType.AtMostOnce, HelpText = "Number of entries in a batch when loading data (0 = auto).", Hide = true)] + public int BatchSize = 0; } internal const string LoadNameValue = "OLSLinearRegression"; @@ -98,6 +105,7 @@ public sealed class Options : TrainerInputBaseWithWeight private readonly float _l2Weight; private readonly bool _perParameterSignificance; + private readonly int _batchSize; private protected override PredictionKind PredictionKind => PredictionKind.Regression; @@ -117,6 +125,7 @@ internal OlsTrainer(IHostEnvironment env, Options options) Host.CheckUserArg(options.L2Regularization >= 0, nameof(options.L2Regularization), "L2 regularization term cannot be negative"); _l2Weight = options.L2Regularization; _perParameterSignificance = options.CalculateStatistics; + _batchSize = options.BatchSize; } private protected override RegressionPredictionTransformer MakeTransformer(OlsModelParameters model, DataViewSchema trainSchema) @@ -170,24 +179,126 @@ private protected override OlsModelParameters TrainModelCore(TrainContext contex } } - private OlsModelParameters TrainCore(IChannel ch, FloatLabelCursor.Factory cursorFactory, int featureCount) + internal static class OneDal { - Host.AssertValue(ch); - ch.AssertValue(cursorFactory); + private const string OneDalLibPath = "OneDalNative"; - int m = featureCount + 1; + [DllImport(OneDalLibPath, EntryPoint = "ridgeRegressionOnlineCompute")] + public static extern unsafe int RidgeRegressionOnlineCompute(void* featuresPtr, void* labelsPtr, int nRows, int nColumns, + float l2Reg, void* partialResultPtr, int partialResultSize); - // Check for memory conditions first. - if ((long)m * (m + 1) / 2 > int.MaxValue) - throw ch.Except("Cannot hold covariance matrix in memory with {0} features", m - 1); + [DllImport(OneDalLibPath, EntryPoint = "ridgeRegressionOnlineFinalize")] + public static extern unsafe void RidgeRegressionOnlineFinalize(void* featuresPtr, void* labelsPtr, long nAllRows, int nRows, int nColumns, + float l2Reg, void* partialResultPtr, int partialResultSize, void* betaPtr, void* xtyPtr, void* xtxPtr); + } - // Track the number of examples. - long n = 0; - // Since we are accumulating over many values, we use Double even for the single precision build. + private void ComputeOneDalRegression(IChannel ch, FloatLabelCursor.Factory cursorFactory, int m, ref Double[] beta, Double[] xtx, ref long n, ref Double yMean) + { var xty = new Double[m]; - // The layout of this algorithm is a packed row-major lower triangular matrix. - var xtx = new Double[m * (m + 1) / 2]; + int batchSize = _batchSize; + if (batchSize == 0) + { + // Set default batch size: 2 ^ 22 / number of features; + batchSize = (1 << 22) / m; + } + + var labelsArray = new Double[batchSize]; + var featuresArray = new Double[(m - 1) * batchSize]; + + // estimated size of oneDAL regression partial result + byte[] partialResultArray = new byte[2 * 1024 * m + 4096]; + int partialResultSize = 0; + + using (var cursor = cursorFactory.Create()) + { + while (cursor.MoveNext()) + { + var rowOffset = n % batchSize; + + if (n != 0 && rowOffset == 0) + { + unsafe + { +#pragma warning disable MSML_SingleVariableDeclaration // Have only a single variable present per declaration + fixed (void* featuresPtr = &featuresArray[0], labelsPtr = &labelsArray[0], partialResultPtr = &partialResultArray[0]) +#pragma warning restore MSML_SingleVariableDeclaration // Have only a single variable present per declaration + { + partialResultSize = OneDal.RidgeRegressionOnlineCompute(featuresPtr, labelsPtr, batchSize, m - 1, _l2Weight, partialResultPtr, partialResultSize); + } + } + } + + labelsArray[rowOffset] = cursor.Label; + var values = cursor.Features.GetValues(); + + if (cursor.Features.IsDense) + { + ch.Assert(values.Length + 1 == m); + + for (int j = 0; j < m - 1; ++j) + { + featuresArray[rowOffset * (m - 1) + j] = values[j]; + } + } + else + { + var indices = cursor.Features.GetIndices(); + int i = 0; + for (int j = 0; j < indices.Length; ++j) + { + for (int k = i; k < indices[j]; ++k) + { + featuresArray[rowOffset * (m - 1) + k] = 0; + } + featuresArray[rowOffset * (m - 1) + j] = values[indices[j]]; + i = indices[j] + 1; + } + } + n++; + } + ch.Check(n > 0, "No training examples in dataset."); + if (cursor.BadFeaturesRowCount > 0) + ch.Warning("Skipped {0} instances with missing features/labelColumn during training", cursor.SkippedRowCount); + + unsafe + { +#pragma warning disable MSML_SingleVariableDeclaration // Have only a single variable present per declaration + fixed (void* featuresPtr = &featuresArray[0], labelsPtr = &labelsArray[0], partialResultPtr = &partialResultArray[0], betaPtr = &beta[0], xtyPtr = &xty[0], xtxPtr = &xtx[0]) +#pragma warning restore MSML_SingleVariableDeclaration // Have only a single variable present per declaration + { + OneDal.RidgeRegressionOnlineFinalize(featuresPtr, labelsPtr, n, (int)(n % batchSize), m - 1, _l2Weight, partialResultPtr, partialResultSize, betaPtr, xtyPtr, xtxPtr); + } + } + } + + if (!(_l2Weight > 0) && n < m) + throw ch.Except("Ordinary least squares requires more examples than parameters. There are {0} parameters, but {1} examples. To enable training, use a positive L2 weight so this behaves as ridge regression.", m, n); + + yMean = n == 0 ? 0 : xty[m - 1] / n; + + ch.Info("Trainer solving for {0} parameters across {1} examples", m, n); + // Cholesky Decomposition of X'X into LL' + try + { + Mkl.Pptrf(Mkl.Layout.RowMajor, Mkl.UpLo.Lo, m, xtx); + } + catch (DllNotFoundException) + { + // REVIEW: Is there no better way? + throw ch.ExceptNotSupp("The MKL library (libMklImports) or one of its dependencies is missing."); + } + // Invert X'X: + Mkl.Pptri(Mkl.Layout.RowMajor, Mkl.UpLo.Lo, m, xtx); + + // Check that the solution is valid. + for (int i = 0; i < beta.Length; ++i) + ch.Check(FloatUtils.IsFinite(beta[i]), "Non-finite values detected in OLS solution"); + } + + private void ComputeMklRegression(IChannel ch, FloatLabelCursor.Factory cursorFactory, int m, ref Double[] beta, Double[] xtx, ref long n, ref Double yMean) + { + var xty = new Double[m]; // Build X'X (lower triangular) and X'y incrementally (X'X+=X'X_i; X'y+=X'y_i): using (var cursor = cursorFactory.Create()) { @@ -267,7 +378,7 @@ private OlsModelParameters TrainCore(IChannel ch, FloatLabelCursor.Factory curso if (!(_l2Weight > 0) && n < m) throw ch.Except("Ordinary least squares requires more examples than parameters. There are {0} parameters, but {1} examples. To enable training, use a positive L2 weight so this behaves as ridge regression.", m, n); - Double yMean = n == 0 ? 0 : xty[0] / n; + yMean = n == 0 ? 0 : xty[0] / n; ch.Info("Trainer solving for {0} parameters across {1} examples", m, n); // Cholesky Decomposition of X'X into LL' @@ -282,14 +393,46 @@ private OlsModelParameters TrainCore(IChannel ch, FloatLabelCursor.Factory curso } // Solve for beta in (LL')beta = X'y: Mkl.Pptrs(Mkl.Layout.RowMajor, Mkl.UpLo.Lo, m, 1, xtx, xty, 1); - // Note that the solver overwrote xty so it contains the solution. To be more clear, - // we effectively change its name (through reassignment) so we don't get confused that - // this is somehow xty in the remaining calculation. - var beta = xty; - xty = null; + + // Invert X'X: + Mkl.Pptri(Mkl.Layout.RowMajor, Mkl.UpLo.Lo, m, xtx); + // Check that the solution is valid. - for (int i = 0; i < beta.Length; ++i) - ch.Check(FloatUtils.IsFinite(beta[i]), "Non-finite values detected in OLS solution"); + for (int i = 0; i < xty.Length; ++i) + ch.Check(FloatUtils.IsFinite(xty[i]), "Non-finite values detected in OLS solution"); + + beta = xty; + xty = null; + } + + private OlsModelParameters TrainCore(IChannel ch, FloatLabelCursor.Factory cursorFactory, int featureCount) + { + Host.AssertValue(ch); + ch.AssertValue(cursorFactory); + + int m = featureCount + 1; + + // Check for memory conditions first. + if ((long)m * (m + 1) / 2 > int.MaxValue) + throw ch.Except("Cannot hold covariance matrix in memory with {0} features", m - 1); + + // Track the number of examples. + long n = 0; + + // Since we are accumulating over many values, we use Double even for the single precision build. + // The layout of this algorithm is a packed row-major lower triangular matrix. + var xtx = new Double[m * (m + 1) / 2]; + var beta = new Double[m]; + Double yMean = 0; + + if (OneDalUtils.IsDispatchingEnabled()) + { + ComputeOneDalRegression(ch, cursorFactory, m, ref beta, xtx, ref n, ref yMean); + } + else + { + ComputeMklRegression(ch, cursorFactory, m, ref beta, xtx, ref n, ref yMean); + } var weightsValues = new float[beta.Length - 1]; for (int i = 1; i < beta.Length; ++i) @@ -343,8 +486,6 @@ private OlsModelParameters TrainCore(IChannel ch, FloatLabelCursor.Factory curso var standardErrors = new Double[m]; var tValues = new Double[m]; var pValues = new Double[m]; - // Invert X'X: - Mkl.Pptri(Mkl.Layout.RowMajor, Mkl.UpLo.Lo, m, xtx); var s2 = rss / (n - m); // estimate of variance of y for (int i = 0; i < m; i++) diff --git a/src/Microsoft.ML.StandardTrainers/Standard/LogisticRegression/LbfgsPredictorBase.cs b/src/Microsoft.ML.StandardTrainers/Standard/LogisticRegression/LbfgsPredictorBase.cs index a5993b9d85..33ad222e26 100644 --- a/src/Microsoft.ML.StandardTrainers/Standard/LogisticRegression/LbfgsPredictorBase.cs +++ b/src/Microsoft.ML.StandardTrainers/Standard/LogisticRegression/LbfgsPredictorBase.cs @@ -5,6 +5,7 @@ using System; using System.Collections.Generic; using System.Threading.Tasks; +using System.Runtime.InteropServices; using Microsoft.ML.CommandLine; using Microsoft.ML.Data; using Microsoft.ML.EntryPoints; @@ -15,6 +16,15 @@ namespace Microsoft.ML.Trainers { + internal static class OneDalLbfgs + { + private const string OneDalLibPath = "OneDalNative"; + + [DllImport(OneDalLibPath, EntryPoint = "logisticRegressionLBFGSCompute")] + public static extern unsafe void LogisticRegressionCompute(void* featuresPtr, void* labelsPtr, void* weightsPtr, bool useSampleWeights, void* betaPtr, + long nRows, int nColumns, int nClasses, float l1Reg, float l2Reg, float accuracyThreshold, int nIterations, int m, int nThreads); + } + /// /// Base class for L-BFGS-based trainers. /// @@ -429,11 +439,114 @@ private protected override TModel TrainModelCore(TrainContext context) using (var ch = Host.Start("Training")) { - TrainCore(ch, data); + if (Environment.GetEnvironmentVariable("MLNET_BACKEND") == "ONEDAL" && + System.Runtime.InteropServices.RuntimeInformation.ProcessArchitecture == System.Runtime.InteropServices.Architecture.X64) + { + TrainCoreOneDal(ch, data); + } + else + { + TrainCore(ch, data); + } return CreatePredictor(); } } + private protected virtual void TrainCoreOneDal(IChannel ch, RoleMappedData data) + { + Host.AssertValue(ch); + ch.AssertValue(data); + + int numThreads = !UseThreads ? 1 : (NumThreads ?? Environment.ProcessorCount); + ch.Assert(numThreads > 0); + + NumGoodRows = 0; + WeightSum = 0; + + _features = null; + _labels = null; + _weights = null; + + CursOpt cursorOpt = CursOpt.Label | CursOpt.Features; + bool useSampleWeights = false; + if (data.Schema.Weight.HasValue) + { + useSampleWeights = true; + cursorOpt |= CursOpt.Weight; + } + + var typeFeat = data.Schema.Feature.Value.Type as VectorDataViewType; + int nFeatures = typeFeat.Size; + + var cursorFactory = new FloatLabelCursor.Factory(data, cursorOpt); + + var labelsList = new List(); + var featuresList = new List(); + var weightsList = new List(); + + using (var cursor = cursorFactory.Create()) + { + while (cursor.MoveNext()) + { + if (useSampleWeights) + { + WeightSum += cursor.Weight; + weightsList.Add(cursor.Weight); + } + labelsList.Add((int)cursor.Label); + var values = cursor.Features.GetValues(); + if (cursor.Features.IsDense) + { + ch.Assert(values.Length == nFeatures); + + for (int j = 0; j < nFeatures; ++j) + { + featuresList.Add(values[j]); + } + } + else + { + var indices = cursor.Features.GetIndices(); + int i = 0; + for (int j = 0; j < indices.Length; ++j) + { + for (int k = i; k < indices[j]; ++k) + { + featuresList.Add(0); + } + featuresList.Add(values[indices[j]]); + i = indices[j] + 1; + } + } + } + NumGoodRows = cursor.KeptRowCount; + if (cursor.SkippedRowCount > 0) + ch.Warning("Skipped {0} instances with missing features/label/weight during training", cursor.SkippedRowCount); + } + ch.Check(NumGoodRows > 0, NoTrainingInstancesMessage); + + int[] labelsArray = labelsList.ToArray(); + float[] featuresArray = featuresList.ToArray(); + if (!useSampleWeights) + { + weightsList.Add(1); + } + float[] weightsArray = weightsList.ToArray(); + float[] betaArray = new float[WeightCount + BiasCount]; + + unsafe + { +#pragma warning disable MSML_SingleVariableDeclaration // Have only a single variable present per declaration + fixed (void* featuresPtr = &featuresArray[0], labelsPtr = &labelsArray[0], weightsPtr = &weightsArray[0], betaPtr = &betaArray[0]) +#pragma warning restore MSML_SingleVariableDeclaration // Have only a single variable present per declaration + { + OneDalLbfgs.LogisticRegressionCompute(featuresPtr, labelsPtr, weightsPtr, useSampleWeights, betaPtr, NumGoodRows, nFeatures, ClassCount, L1Weight, L2Weight, OptTol, MaxIterations, MemorySize, numThreads); + } + } + + CurrentWeights = new VBuffer(betaArray.Length, betaArray); + } + private protected virtual void TrainCore(IChannel ch, RoleMappedData data) { Host.AssertValue(ch); From 9b913e78573d80221a520cc27fdbd089edab2200 Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Fri, 11 Nov 2022 10:21:26 +0000 Subject: [PATCH 05/60] oneDAL README --- README-oneDAL.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README-oneDAL.md diff --git a/README-oneDAL.md b/README-oneDAL.md new file mode 100644 index 0000000000..2596b2e898 --- /dev/null +++ b/README-oneDAL.md @@ -0,0 +1,32 @@ +# oneDAL supported algorithms + +oneAPI Data Analytics Library (oneDAL) is a library providing highly optimized machine learning and data analytics kernels. Part of these kernels is integrated into ML.NET via C++/C# interoperability. + +[oneDAL Documentation](http://oneapi-src.github.io/oneDAL/) | [oneDAL Repository](https://github.com/oneapi-src/oneDAL) + +[`onedal-integration`](https://github.com/dotnet/machinelearning/tree/onedal-integration) branch provides work-in-progress integration of oneDAL into ML.NET. + +Integration consists of: + +* A "native" component (under `src/Native/Microsoft.ML.OneDal`) implementing wrapper to pass data and parameters to oneDAL; +* Dispatching to oneDAL kernels inside relevant learners: `OLS` (`src/Microsoft.ML.Mkl.Components`), `Logistic Regression` (`src/Microsoft.ML.StandardTrainers`), `Random Forest` (`src/Microsoft.ML.FastTree`); + +## Building from source + +This is instruction how to build ML.NET with integrated oneDAL on Linux, Windows and MacOS platforms: + +1. Clone oneDAL from `develop` branch: `git clone -b develop https://github.com/oneapi-src/oneDAL.git` + +2. Build oneDAL using [this instruction](https://github.com/oneapi-src/oneDAL/blob/develop/INSTALL.md) + +3. Produce Nuget packages using next command template: + + deploy/nuget/prepare_dal_nuget.sh --template ./deploy/nuget/inteldal.nuspec.tpl --release-dir __release_{system}[_{compiler}] --platform {system} --ver {version} --major-binary-ver 1 --minor-binary-ver 1 --build-nupkg yes + +4. Add source path for produced Nuget packages in ML.NET NuGet.Config by adding line to `packageSources`: `` + +5. Build ML.NET from source as usual. + +## Running ML.NET trainers with dispatching to oneDAL kernels + +Currently, dispatching to oneDAL inside ML.NET is regulated by `MLNET_BACKEND` environment variable. If it's set to `ONEDAL`, oneDAL kernel will be used, otherwise - default ML.NET. From 3f309866d7efdf46ffe4e2e93836d99e4299fded Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Fri, 11 Nov 2022 11:16:26 +0000 Subject: [PATCH 06/60] Fix mac lib path --- src/Native/Native.proj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Native/Native.proj b/src/Native/Native.proj index 9ad23b14e4..184f1d0afd 100644 --- a/src/Native/Native.proj +++ b/src/Native/Native.proj @@ -53,6 +53,7 @@ .$(OneDalMajorBinaryVersion)$(NativeLibExtension) $(NativeLibExtension).$(OneDalMajorBinaryVersion).$(OneDalMinorBinaryVersion) + .$(OneDalMajorBinaryVersion).$(OneDalMinorBinaryVersion)$(NativeLibExtension) redist\intel64 lib\intel64 From e34cb518e78826e2904ac9202744b66f118b1051 Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Fri, 11 Nov 2022 17:46:25 +0000 Subject: [PATCH 07/60] Fix cmake args for Win platform --- src/Native/Native.proj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Native/Native.proj b/src/Native/Native.proj index 184f1d0afd..d2a97db6c3 100644 --- a/src/Native/Native.proj +++ b/src/Native/Native.proj @@ -88,7 +88,7 @@ DependsOnTargets="GenerateNativeVersionFile"> - $(Configuration) $(TargetArchitecture) --mkllibpath $(NuGetPackageRoot)mlnetmkldeps\$(MlNetMklDepsPackageVersion)\runtimes\$(PackageRid)\native --onedallibpath $(NuGetPackageRoot)inteldal.redist.$(PackageRid).$(OneDalRedistVersion)/build/native + $(Configuration) $(TargetArchitecture) --mkllibpath $(NuGetPackageRoot)mlnetmkldeps\$(MlNetMklDepsVersion)\runtimes\$(PackageRid)\native --onedallibpath $(NuGetPackageRoot)inteldal.redist.$(PackageRid).$(OneDalRedistVersion)\build\native From 1592aa93b36abfc47af89a43e27837795d78eebc Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Fri, 11 Nov 2022 17:57:03 +0000 Subject: [PATCH 08/60] Fix cmake args for Win platform 2 --- src/Native/Native.proj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Native/Native.proj b/src/Native/Native.proj index d2a97db6c3..6024fb09b2 100644 --- a/src/Native/Native.proj +++ b/src/Native/Native.proj @@ -88,7 +88,7 @@ DependsOnTargets="GenerateNativeVersionFile"> - $(Configuration) $(TargetArchitecture) --mkllibpath $(NuGetPackageRoot)mlnetmkldeps\$(MlNetMklDepsVersion)\runtimes\$(PackageRid)\native --onedallibpath $(NuGetPackageRoot)inteldal.redist.$(PackageRid).$(OneDalRedistVersion)\build\native + $(Configuration) $(TargetArchitecture) --mkllibpath $(NuGetPackageRoot)mlnetmkldeps\$(MlNetMklDepsVersion)\runtimes\$(PackageRid)\native --onedallibpath $(NuGetPackageRoot)inteldal.redist.$(PackageRid)\$(OneDalRedistVersion)\build\native From 2324141eeb1547bd8268cff99f95b39a15045c25 Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Sun, 20 Nov 2022 11:43:33 +0000 Subject: [PATCH 09/60] Modify building of onedal wrapper --- eng/Versions.props | 2 +- .../Microsoft.ML.OneDal.csproj | 5 +++- src/Native/Native.proj | 13 ++++++--- src/Native/OneDalNative/CMakeLists.txt | 28 +++++++++++-------- src/Native/build.cmd | 8 ++++-- src/Native/build.sh | 28 +++++++++++++++---- 6 files changed, 59 insertions(+), 25 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index ee70718f04..7d508cf6d2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,7 +39,7 @@ 1.0.0-beta.22504.6 1.10.0 0.0.0.12 - 2021.7.0 + 2023.0.0 1 1 2.1.0 diff --git a/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj b/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj index 6d2d4b784a..0c1680022c 100644 --- a/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj +++ b/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj @@ -28,7 +28,10 @@ osx - + + all + + all diff --git a/src/Native/Native.proj b/src/Native/Native.proj index 6024fb09b2..076de4cf00 100644 --- a/src/Native/Native.proj +++ b/src/Native/Native.proj @@ -75,7 +75,9 @@ the rpath in the assembly to where it should load the referenced assembly and since .NET Core can run assemblies out of a NuGet cache, we need to add the NuGet cache relative location. --> $(BuildArgs) --mkllibrpath ../../../../../microsoft.ml.mkl.redist/$(Version)/runtimes/$(PackageRid)/native - $(BuildArgs) --onedallibpath $(NuGetPackageRoot)inteldal.redist.$(PackageRid)/$(OneDalRedistVersion)/build/native + $(BuildArgs) --onedalredistpath $(NuGetPackageRoot)inteldal.redist.$(PackageRid)/$(OneDalPkgVersion)/build/native/daal/latest + $(BuildArgs) --onedaldevelpath $(NuGetPackageRoot)inteldal.devel.win-x64/$(OneDalPkgVersion)/build/native/daal/latest + $(BuildArgs) --onetbblibpath $(NuGetPackageRoot)inteltbb.devel.$(PackageRid)/$(OneTbbPkgVersion)/runtimes/$(PackageRid)/native @@ -88,7 +90,10 @@ DependsOnTargets="GenerateNativeVersionFile"> - $(Configuration) $(TargetArchitecture) --mkllibpath $(NuGetPackageRoot)mlnetmkldeps\$(MlNetMklDepsVersion)\runtimes\$(PackageRid)\native --onedallibpath $(NuGetPackageRoot)inteldal.redist.$(PackageRid)\$(OneDalRedistVersion)\build\native + $(Configuration) $(TargetArchitecture) --mkllibpath $(NuGetPackageRoot)mlnetmkldeps\$(MlNetMklDepsVersion)\runtimes\$(PackageRid)\native + $(BuildArgs) --onedalredistpath $(NuGetPackageRoot)inteldal.redist.$(PackageRid)\$(OneDalPkgVersion)\build\native\daal\latest + $(BuildArgs) --onedaldevelpath $(NuGetPackageRoot)inteldal.devel.win-x64\$(OneDalPkgVersion)\build\native\daal\latest + $(BuildArgs) --onetbblibpath $(NuGetPackageRoot)inteltbb.redist.$(PackageRid)\$(OneTbbPkgVersion)\runtimes\$(PackageRid)\native @@ -115,10 +120,10 @@ diff --git a/src/Native/OneDalNative/CMakeLists.txt b/src/Native/OneDalNative/CMakeLists.txt index cb13ae2645..75ebd8ba9f 100644 --- a/src/Native/OneDalNative/CMakeLists.txt +++ b/src/Native/OneDalNative/CMakeLists.txt @@ -4,19 +4,23 @@ if(NOT ${ARCHITECTURE} MATCHES "arm.*") add_definitions(-DUSESSE) endif() -set(USE_DPCPP no) -set(TARGET_LINK dynamic) -set(TBB_FIND_COMPONENTS "tbb;tbbmalloc") - -set(DALROOT "${ONEDAL_LIB_PATH}/daal") - -list(APPEND CMAKE_PREFIX_PATH "${ONEDAL_LIB_PATH}/daal") -list(APPEND CMAKE_PREFIX_PATH "${ONEDAL_LIB_PATH}/tbb") - -find_package(oneDAL CONFIG REQUIRED onedal_core onedal_thread) +# libraries +if(UNIX) + if(APPLE) + set(CMAKE_LIBRARY_PATH ${CMAKE_LIBRARY_PATH} ${ONEDAL_REDIST_PATH}/lib ${ONETBB_LIB_PATH}) + link_libraries(libonedal_core.1.1.dylib libonedal_thread.1.1.dylib tbb tbbmalloc) + else() + set(CMAKE_LIBRARY_PATH ${CMAKE_LIBRARY_PATH} ${ONEDAL_REDIST_PATH}/lib/intel64 ${ONETBB_LIB_PATH}) + link_libraries(libonedal_core.so.1.1 libonedal_thread.so.1.1 tbb tbbmalloc) + endif() +else() + set(CMAKE_LIBRARY_PATH ${CMAKE_LIBRARY_PATH} ${ONEDAL_REDIST_PATH}/lib/intel64 ${ONETBB_LIB_PATH}) + set(CMAKE_LIBRARY_PATH ${CMAKE_LIBRARY_PATH} ${ONEDAL_REDIST_PATH}/redist/intel64) + link_libraries(onedal_core.1.dll onedal_thread.1.dll tbb12.dll tbbmalloc.dll) +endif() -include_directories(${oneDAL_INCLUDE_DIRS}) -link_libraries(${oneDAL_IMPORTED_TARGETS}) +# headers +include_directories(${ONEDAL_DEVEL_PATH}/include) set(SOURCES OneDalAlgorithms.cpp) diff --git a/src/Native/build.cmd b/src/Native/build.cmd index 29dbdec9ea..d19e9eec55 100644 --- a/src/Native/build.cmd +++ b/src/Native/build.cmd @@ -16,7 +16,9 @@ set __BuildArch=x64 set __VCBuildArch=x86_amd64 set CMAKE_BUILD_TYPE=Debug set MKL_LIB_PATH="" -set ONEDAL_LIB_PATH="" +set ONEDAL_REDIST_PATH="" +set ONEDAL_DEVEL_PATH="" +set ONETBB_LIB_PATH="" :Arg_Loop if [%1] == [] goto :ToolsVersion @@ -30,7 +32,9 @@ if /i [%1] == [arm] ( set __BuildArch=arm&&set __VCBuildArch=x86_arm&&sh if /i [%1] == [arm64] ( set __BuildArch=arm64&&set __VCBuildArch=x86_arm64&&shift&goto Arg_Loop) if /i [%1] == [--mkllibpath] ( set MKL_LIB_PATH=%2&&shift&goto Arg_Loop) -if /i [%1] == [--onedallibpath] ( set ONEDAL_LIB_PATH=%2&&shift&goto Arg_Loop) +if /i [%1] == [--onedalredistpath] ( set ONEDAL_REDIST_PATH=%2&&shift&goto Arg_Loop) +if /i [%1] == [--onedaldevelpath] ( set ONEDAL_DEVEL_PATH=%2&&shift&goto Arg_Loop) +if /i [%1] == [--onetbblibpath] ( set ONETBB_LIB_PATH=%2&&shift&goto Arg_Loop) shift goto :Arg_Loop diff --git a/src/Native/build.sh b/src/Native/build.sh index 00b56eec71..a5317bcf57 100755 --- a/src/Native/build.sh +++ b/src/Native/build.sh @@ -31,7 +31,9 @@ __baseIntermediateOutputPath="$RootRepo/artifacts/obj" __versionSourceFile="$__baseIntermediateOutputPath/version.c" __mkllibpath="" __mkllibrpath="" -__onedallibpath="" +__onedalredistpath="" +__onedaldevelpath="" +__onetbblibpath="" while [ "$1" != "" ]; do lowerI="$(echo $1 | awk '{print tolower($0)}')" @@ -56,9 +58,17 @@ while [ "$1" != "" ]; do shift __mkllibrpath=$1 ;; - --onedallibpath) + --onedalredistpath) shift - __onedallibpath=$1 + __onedalredistpath=$1 + ;; + --onedaldevelpath) + shift + __onedaldevelpath=$1 + ;; + --onetbblibpath) + shift + __onetbblibpath=$1 ;; --stripsymbols) __strip_argument="-DSTRIP_SYMBOLS=true" @@ -79,8 +89,16 @@ if [ -n "$__mkllibrpath" ]; then __cmake_defines="${__cmake_defines} -DMKL_LIB_RPATH=${__mkllibrpath}" fi -if [ -n "$__onedallibpath" ]; then - __cmake_defines="${__cmake_defines} -DONEDAL_LIB_PATH=${__onedallibpath}" +if [ -n "$__onedalredistpath" ]; then + __cmake_defines="${__cmake_defines} -DONEDAL_REDIST_PATH=${__onedalredistpath}" +fi + +if [ -n "$__onedaldevelpath" ]; then + __cmake_defines="${__cmake_defines} -DONEDAL_DEVEL_PATH=${__onedaldevelpath}" +fi + +if [ -n "$__onetbblibpath" ]; then + __cmake_defines="${__cmake_defines} -DONETBB_LIB_PATH=${__onetbblibpath}" fi __IntermediatesDir="$__baseIntermediateOutputPath/Native/$__build_arch.$__configuration" From c6dc1c464c8ad5545c30ed7ed41a264b66f5dc1b Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Mon, 21 Nov 2022 10:33:54 +0000 Subject: [PATCH 10/60] Temp.fix of wrapper deps --- eng/Versions.props | 7 ++++++- src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj | 8 -------- src/Native/Native.proj | 10 ++++++++-- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 7d508cf6d2..6cb0bd9f0a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,7 +39,12 @@ 1.0.0-beta.22504.6 1.10.0 0.0.0.12 - 2023.0.0 + 2023.0.0.22182 + 2023.0.0.21961 + 2023.0.0.21926 + 2021.8.0.9812 + 2021.8.0.9730 + 2021.8.0.9986 1 1 2.1.0 diff --git a/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj b/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj index 0c1680022c..ab1cc7a4cb 100644 --- a/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj +++ b/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj @@ -27,14 +27,6 @@ linux osx - - - all - - - all - - diff --git a/src/Native/Native.proj b/src/Native/Native.proj index 076de4cf00..5f293d5002 100644 --- a/src/Native/Native.proj +++ b/src/Native/Native.proj @@ -60,6 +60,12 @@ lib + + win + linux + osx + + @@ -77,7 +83,7 @@ $(BuildArgs) --mkllibrpath ../../../../../microsoft.ml.mkl.redist/$(Version)/runtimes/$(PackageRid)/native $(BuildArgs) --onedalredistpath $(NuGetPackageRoot)inteldal.redist.$(PackageRid)/$(OneDalPkgVersion)/build/native/daal/latest $(BuildArgs) --onedaldevelpath $(NuGetPackageRoot)inteldal.devel.win-x64/$(OneDalPkgVersion)/build/native/daal/latest - $(BuildArgs) --onetbblibpath $(NuGetPackageRoot)inteltbb.devel.$(PackageRid)/$(OneTbbPkgVersion)/runtimes/$(PackageRid)/native + $(BuildArgs) --onetbblibpath $(NuGetPackageRoot)inteltbb.devel.$(TbbSystem)/$(OneTbbPkgVersion)/runtimes/$(PackageRid)/native @@ -93,7 +99,7 @@ $(Configuration) $(TargetArchitecture) --mkllibpath $(NuGetPackageRoot)mlnetmkldeps\$(MlNetMklDepsVersion)\runtimes\$(PackageRid)\native $(BuildArgs) --onedalredistpath $(NuGetPackageRoot)inteldal.redist.$(PackageRid)\$(OneDalPkgVersion)\build\native\daal\latest $(BuildArgs) --onedaldevelpath $(NuGetPackageRoot)inteldal.devel.win-x64\$(OneDalPkgVersion)\build\native\daal\latest - $(BuildArgs) --onetbblibpath $(NuGetPackageRoot)inteltbb.redist.$(PackageRid)\$(OneTbbPkgVersion)\runtimes\$(PackageRid)\native + $(BuildArgs) --onetbblibpath $(NuGetPackageRoot)inteltbb.redist.$(TbbSystem)\$(OneTbbPkgVersion)\runtimes\$(PackageRid)\native From 247642520162563eb334b7dbec4a643be4b7d525 Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Mon, 21 Nov 2022 10:38:12 +0000 Subject: [PATCH 11/60] Add onedal devel version --- eng/Versions.props | 1 + src/Native/Native.proj | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 6cb0bd9f0a..b42148e62c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,6 +42,7 @@ 2023.0.0.22182 2023.0.0.21961 2023.0.0.21926 + 2023.0.0.22182 2021.8.0.9812 2021.8.0.9730 2021.8.0.9986 diff --git a/src/Native/Native.proj b/src/Native/Native.proj index 5f293d5002..6850f42e30 100644 --- a/src/Native/Native.proj +++ b/src/Native/Native.proj @@ -82,7 +82,7 @@ we need to add the NuGet cache relative location. --> $(BuildArgs) --mkllibrpath ../../../../../microsoft.ml.mkl.redist/$(Version)/runtimes/$(PackageRid)/native $(BuildArgs) --onedalredistpath $(NuGetPackageRoot)inteldal.redist.$(PackageRid)/$(OneDalPkgVersion)/build/native/daal/latest - $(BuildArgs) --onedaldevelpath $(NuGetPackageRoot)inteldal.devel.win-x64/$(OneDalPkgVersion)/build/native/daal/latest + $(BuildArgs) --onedaldevelpath $(NuGetPackageRoot)inteldal.devel.win-x64/$(OneDalDevelPkgVersion)/build/native/daal/latest $(BuildArgs) --onetbblibpath $(NuGetPackageRoot)inteltbb.devel.$(TbbSystem)/$(OneTbbPkgVersion)/runtimes/$(PackageRid)/native @@ -98,7 +98,7 @@ $(Configuration) $(TargetArchitecture) --mkllibpath $(NuGetPackageRoot)mlnetmkldeps\$(MlNetMklDepsVersion)\runtimes\$(PackageRid)\native $(BuildArgs) --onedalredistpath $(NuGetPackageRoot)inteldal.redist.$(PackageRid)\$(OneDalPkgVersion)\build\native\daal\latest - $(BuildArgs) --onedaldevelpath $(NuGetPackageRoot)inteldal.devel.win-x64\$(OneDalPkgVersion)\build\native\daal\latest + $(BuildArgs) --onedaldevelpath $(NuGetPackageRoot)inteldal.devel.win-x64\$(OneDalDevelPkgVersion)\build\native\daal\latest $(BuildArgs) --onetbblibpath $(NuGetPackageRoot)inteltbb.redist.$(TbbSystem)\$(OneTbbPkgVersion)\runtimes\$(PackageRid)\native From 3870283b9c684c3e644ff4ba7eade8abcd025e4d Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Mon, 21 Nov 2022 12:32:40 +0000 Subject: [PATCH 12/60] Modify linking and add tbb libs copy --- src/Native/Native.proj | 21 +++++++++++++++++++-- src/Native/OneDalNative/CMakeLists.txt | 17 +++++------------ 2 files changed, 24 insertions(+), 14 deletions(-) diff --git a/src/Native/Native.proj b/src/Native/Native.proj index 6850f42e30..8317a7eb33 100644 --- a/src/Native/Native.proj +++ b/src/Native/Native.proj @@ -64,6 +64,17 @@ win linux osx + + redist + devel + + tbb12.dll + libtbb.so + libtbb.dylib + + tbbmalloc.dll + libtbbmalloc.so + libtbbmalloc.dylib - + - + + + Date: Mon, 21 Nov 2022 12:38:07 +0000 Subject: [PATCH 13/60] Modify link to tbb[malloc] --- src/Native/Native.proj | 8 ++++---- src/Native/OneDalNative/CMakeLists.txt | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Native/Native.proj b/src/Native/Native.proj index 8317a7eb33..6e6ba7d9f1 100644 --- a/src/Native/Native.proj +++ b/src/Native/Native.proj @@ -69,12 +69,12 @@ devel tbb12.dll - libtbb.so - libtbb.dylib + libtbb.so.12 + libtbb.2.dylib tbbmalloc.dll - libtbbmalloc.so - libtbbmalloc.dylib + libtbbmalloc.so.12 + libtbbmalloc.2.dylib Date: Mon, 21 Nov 2022 12:40:52 +0000 Subject: [PATCH 14/60] Fix tbb link --- src/Native/OneDalNative/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Native/OneDalNative/CMakeLists.txt b/src/Native/OneDalNative/CMakeLists.txt index 54b4e4f2dd..a7883b237d 100644 --- a/src/Native/OneDalNative/CMakeLists.txt +++ b/src/Native/OneDalNative/CMakeLists.txt @@ -3,9 +3,9 @@ project (OneDalNative) # libraries if(UNIX) if(APPLE) - set(WRAPPER_LINK_OPTIONS -L${ONEDAL_REDIST_PATH}/lib -l:libonedal_core.1.1.dylib -l:libonedal_thread.1.1.dylib -L${ONETBB_LIB_PATH} -l:tbb.12.dylib -l:tbbmalloc.2.dylib) + set(WRAPPER_LINK_OPTIONS -L${ONEDAL_REDIST_PATH}/lib -l:libonedal_core.1.1.dylib -l:libonedal_thread.1.1.dylib -L${ONETBB_LIB_PATH} -l:libtbb.12.dylib -l:libtbbmalloc.2.dylib) else() - set(WRAPPER_LINK_OPTIONS -L${ONEDAL_REDIST_PATH}/lib/intel64 -l:libonedal_core.so.1.1 -l:libonedal_thread.so.1.1 -L${ONETBB_LIB_PATH} -l:tbb.so.12 -ltbbmalloc.so.2) + set(WRAPPER_LINK_OPTIONS -L${ONEDAL_REDIST_PATH}/lib/intel64 -l:libonedal_core.so.1.1 -l:libonedal_thread.so.1.1 -L${ONETBB_LIB_PATH} -l:libtbb.so.12 -l:libtbbmalloc.so.2) endif() else() set(PATH ${ONEDAL_REDIST_PATH}/redist/intel64;${ONETBB_LIB_PATH};${PATH}) From 60fd3aa92a9251866e0c5ed1ca031a2d3349c6c5 Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Mon, 21 Nov 2022 12:43:47 +0000 Subject: [PATCH 15/60] Fix tbb versions --- src/Native/Native.proj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Native/Native.proj b/src/Native/Native.proj index 6e6ba7d9f1..2cd005fb8a 100644 --- a/src/Native/Native.proj +++ b/src/Native/Native.proj @@ -70,10 +70,10 @@ tbb12.dll libtbb.so.12 - libtbb.2.dylib + libtbb.12.dylib tbbmalloc.dll - libtbbmalloc.so.12 + libtbbmalloc.so.2 libtbbmalloc.2.dylib From 34da10677b15dbf09bd116a1bf800b3adf0f8564 Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Mon, 21 Nov 2022 15:32:46 +0000 Subject: [PATCH 16/60] tbb linking fixes --- src/Native/Native.proj | 5 +++-- src/Native/OneDalNative/CMakeLists.txt | 9 +++++---- src/Native/build.cmd | 3 ++- src/Native/build.sh | 10 +++++----- src/Native/gen-buildsys-win.bat | 2 +- 5 files changed, 16 insertions(+), 13 deletions(-) diff --git a/src/Native/Native.proj b/src/Native/Native.proj index 2cd005fb8a..574869f7eb 100644 --- a/src/Native/Native.proj +++ b/src/Native/Native.proj @@ -94,7 +94,7 @@ $(BuildArgs) --mkllibrpath ../../../../../microsoft.ml.mkl.redist/$(Version)/runtimes/$(PackageRid)/native $(BuildArgs) --onedalredistpath $(NuGetPackageRoot)inteldal.redist.$(PackageRid)/$(OneDalPkgVersion)/build/native/daal/latest $(BuildArgs) --onedaldevelpath $(NuGetPackageRoot)inteldal.devel.win-x64/$(OneDalDevelPkgVersion)/build/native/daal/latest - $(BuildArgs) --onetbblibpath $(NuGetPackageRoot)inteltbb.devel.$(TbbSystem)/$(OneTbbPkgVersion)/runtimes/$(PackageRid)/native + $(BuildArgs) --onetbbredistpath $(NuGetPackageRoot)inteltbb.devel.$(TbbSystem)/$(OneTbbPkgVersion)/runtimes/$(PackageRid)/native @@ -110,7 +110,8 @@ $(Configuration) $(TargetArchitecture) --mkllibpath $(NuGetPackageRoot)mlnetmkldeps\$(MlNetMklDepsVersion)\runtimes\$(PackageRid)\native $(BuildArgs) --onedalredistpath $(NuGetPackageRoot)inteldal.redist.$(PackageRid)\$(OneDalPkgVersion)\build\native\daal\latest $(BuildArgs) --onedaldevelpath $(NuGetPackageRoot)inteldal.devel.win-x64\$(OneDalDevelPkgVersion)\build\native\daal\latest - $(BuildArgs) --onetbblibpath $(NuGetPackageRoot)inteltbb.redist.$(TbbSystem)\$(OneTbbPkgVersion)\runtimes\$(PackageRid)\native + $(BuildArgs) --onetbbredistpath $(NuGetPackageRoot)inteltbb.redist.$(TbbSystem)\$(OneTbbPkgVersion)\runtimes\$(PackageRid)\native + $(BuildArgs) --onetbbdevelpath $(NuGetPackageRoot)inteltbb.devel.$(TbbSystem)\$(OneTbbPkgVersion)\lib\native\$(PackageRid) diff --git a/src/Native/OneDalNative/CMakeLists.txt b/src/Native/OneDalNative/CMakeLists.txt index a7883b237d..0b3d27bccb 100644 --- a/src/Native/OneDalNative/CMakeLists.txt +++ b/src/Native/OneDalNative/CMakeLists.txt @@ -3,13 +3,14 @@ project (OneDalNative) # libraries if(UNIX) if(APPLE) - set(WRAPPER_LINK_OPTIONS -L${ONEDAL_REDIST_PATH}/lib -l:libonedal_core.1.1.dylib -l:libonedal_thread.1.1.dylib -L${ONETBB_LIB_PATH} -l:libtbb.12.dylib -l:libtbbmalloc.2.dylib) + set(WRAPPER_LINK_OPTIONS -L${ONEDAL_REDIST_PATH}/lib libonedal_core.1.1.dylib libonedal_thread.1.1.dylib -L${ONETBB_REDIST_PATH} libtbb.12.dylib libtbbmalloc.2.dylib) else() - set(WRAPPER_LINK_OPTIONS -L${ONEDAL_REDIST_PATH}/lib/intel64 -l:libonedal_core.so.1.1 -l:libonedal_thread.so.1.1 -L${ONETBB_LIB_PATH} -l:libtbb.so.12 -l:libtbbmalloc.so.2) + set(WRAPPER_LINK_OPTIONS -L${ONEDAL_REDIST_PATH}/lib/intel64 -l:libonedal_core.so.1.1 -l:libonedal_thread.so.1.1 -L${ONETBB_REDIST_PATH} -l:libtbb.so.12 -l:libtbbmalloc.so.2) endif() else() - set(PATH ${ONEDAL_REDIST_PATH}/redist/intel64;${ONETBB_LIB_PATH};${PATH}) - set(WRAPPER_LINK_OPTIONS onedal_core.1.dll onedal_thread.1.dll tbb12.dll tbbmalloc.dll) + set(LIBPATH ${ONEDAL_DEVEL_PATH}\lib\intel64;${ONETBB_DEVEL_PATH};${LIBPATH}) + set(LIB ${ONEDAL_DEVEL_PATH}\lib\intel64;${ONETBB_DEVEL_PATH};${LIB}) + set(WRAPPER_LINK_OPTIONS onedal_core.lib onedal_thread.lib tbb12.lib tbbmalloc.lib) endif() # headers diff --git a/src/Native/build.cmd b/src/Native/build.cmd index d19e9eec55..cb867e4f0e 100644 --- a/src/Native/build.cmd +++ b/src/Native/build.cmd @@ -34,7 +34,8 @@ if /i [%1] == [arm64] ( set __BuildArch=arm64&&set __VCBuildArch=x86_arm64 if /i [%1] == [--mkllibpath] ( set MKL_LIB_PATH=%2&&shift&goto Arg_Loop) if /i [%1] == [--onedalredistpath] ( set ONEDAL_REDIST_PATH=%2&&shift&goto Arg_Loop) if /i [%1] == [--onedaldevelpath] ( set ONEDAL_DEVEL_PATH=%2&&shift&goto Arg_Loop) -if /i [%1] == [--onetbblibpath] ( set ONETBB_LIB_PATH=%2&&shift&goto Arg_Loop) +if /i [%1] == [--onetbbredistpath] ( set ONETBB_REDIST_PATH=%2&&shift&goto Arg_Loop) +if /i [%1] == [--onetbbdevelpath] ( set ONETBB_DEVEL_PATH=%2&&shift&goto Arg_Loop) shift goto :Arg_Loop diff --git a/src/Native/build.sh b/src/Native/build.sh index a5317bcf57..d56dbd96e4 100755 --- a/src/Native/build.sh +++ b/src/Native/build.sh @@ -33,7 +33,7 @@ __mkllibpath="" __mkllibrpath="" __onedalredistpath="" __onedaldevelpath="" -__onetbblibpath="" +__onetbbredistpath=""set(LIBPATH ${ONEDAL_DEVEL_PATH}\lib\intel64;${ONETBB_DEVEL_PATH};${LIBPATH}) while [ "$1" != "" ]; do lowerI="$(echo $1 | awk '{print tolower($0)}')" @@ -66,9 +66,9 @@ while [ "$1" != "" ]; do shift __onedaldevelpath=$1 ;; - --onetbblibpath) + --onetbbredistpath) shift - __onetbblibpath=$1 + __onetbbredistpath=$1 ;; --stripsymbols) __strip_argument="-DSTRIP_SYMBOLS=true" @@ -97,8 +97,8 @@ if [ -n "$__onedaldevelpath" ]; then __cmake_defines="${__cmake_defines} -DONEDAL_DEVEL_PATH=${__onedaldevelpath}" fi -if [ -n "$__onetbblibpath" ]; then - __cmake_defines="${__cmake_defines} -DONETBB_LIB_PATH=${__onetbblibpath}" +if [ -n "$__onetbbredistpath" ]; then + __cmake_defines="${__cmake_defines} -DONETBB_REDIST_PATH=${__onetbbredistpath}" fi __IntermediatesDir="$__baseIntermediateOutputPath/Native/$__build_arch.$__configuration" diff --git a/src/Native/gen-buildsys-win.bat b/src/Native/gen-buildsys-win.bat index b04df9f85e..b34b3f90b9 100644 --- a/src/Native/gen-buildsys-win.bat +++ b/src/Native/gen-buildsys-win.bat @@ -30,7 +30,7 @@ if /i "%3" == "x64" (set __ExtraCmakeParams=%__ExtraCmakeParams% -A x64) if /i "%3" == "x86" (set __ExtraCmakeParams=%__ExtraCmakeParams% -A Win32) if /i "%3" == "arm64" (set __ExtraCmakeParams=%__ExtraCmakeParams% -A arm64) if /i "%3" == "arm" (set __ExtraCmakeParams=%__ExtraCmakeParams% -A arm) -"%CMakePath%" "-DCMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE%" "-DCMAKE_INSTALL_PREFIX=%__CMakeBinDir%" "-DMKL_LIB_PATH=%MKL_LIB_PATH%" "-DONEDAL_LIB_PATH=%ONEDAL_LIB_PATH%" "-DARCHITECTURE=%3" -G "Visual Studio %__VSString%" %__ExtraCmakeParams% -B. -H%1 +"%CMakePath%" "-DCMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE%" "-DCMAKE_INSTALL_PREFIX=%__CMakeBinDir%" "-DMKL_LIB_PATH=%MKL_LIB_PATH%" "-DONEDAL_REDIST_PATH=%ONEDAL_REDIST_PATH%" "-DONEDAL_DEVEL_PATH=%ONEDAL_DEVEL_PATH%" "-DONETBB_REDIST_PATH=%ONETBB_LIB_PATH%" "-DONETBB_DEVEL_PATH=%ONETBB_DEVEL_PATH%" "-DARCHITECTURE=%3" -G "Visual Studio %__VSString%" %__ExtraCmakeParams% -B. -H%1 endlocal GOTO :DONE From 6ff47c5f43ec5508bcc05425ac7d0113d23c7adf Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Mon, 21 Nov 2022 15:47:13 +0000 Subject: [PATCH 17/60] Fix tbb linking 2 --- src/Native/build.cmd | 3 ++- src/Native/build.sh | 11 ++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/Native/build.cmd b/src/Native/build.cmd index cb867e4f0e..536e4845a5 100644 --- a/src/Native/build.cmd +++ b/src/Native/build.cmd @@ -18,7 +18,8 @@ set CMAKE_BUILD_TYPE=Debug set MKL_LIB_PATH="" set ONEDAL_REDIST_PATH="" set ONEDAL_DEVEL_PATH="" -set ONETBB_LIB_PATH="" +set ONETBB_REDIST_PATH="" +set ONETBB_DEVEL_PATH="" :Arg_Loop if [%1] == [] goto :ToolsVersion diff --git a/src/Native/build.sh b/src/Native/build.sh index d56dbd96e4..13e7b28c21 100755 --- a/src/Native/build.sh +++ b/src/Native/build.sh @@ -33,7 +33,8 @@ __mkllibpath="" __mkllibrpath="" __onedalredistpath="" __onedaldevelpath="" -__onetbbredistpath=""set(LIBPATH ${ONEDAL_DEVEL_PATH}\lib\intel64;${ONETBB_DEVEL_PATH};${LIBPATH}) +__onetbbredistpath="" +__onetbbdevelpath="" while [ "$1" != "" ]; do lowerI="$(echo $1 | awk '{print tolower($0)}')" @@ -70,6 +71,10 @@ while [ "$1" != "" ]; do shift __onetbbredistpath=$1 ;; + --onetbbdevelpath) + shift + __onetbbdevelpath=$1 + ;; --stripsymbols) __strip_argument="-DSTRIP_SYMBOLS=true" ;; @@ -101,6 +106,10 @@ if [ -n "$__onetbbredistpath" ]; then __cmake_defines="${__cmake_defines} -DONETBB_REDIST_PATH=${__onetbbredistpath}" fi +if [ -n "$__onetbbdevelpath" ]; then + __cmake_defines="${__cmake_defines} -DONETBB_DEVEL_PATH=${__onetbbdevelpath}" +fi + __IntermediatesDir="$__baseIntermediateOutputPath/Native/$__build_arch.$__configuration" __BinDir="$__rootBinPath/Native/$__build_arch.$__configuration" From 1014d7e9b220498746fcbd244179f3141cf2d38a Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Mon, 21 Nov 2022 18:00:49 +0000 Subject: [PATCH 18/60] Remove df_clsf inference from wrapper, fix msvc warnings --- src/Native/OneDalNative/CMakeLists.txt | 8 ++- src/Native/OneDalNative/OneDalAlgorithms.cpp | 57 +++----------------- 2 files changed, 12 insertions(+), 53 deletions(-) diff --git a/src/Native/OneDalNative/CMakeLists.txt b/src/Native/OneDalNative/CMakeLists.txt index 0b3d27bccb..91b436ac57 100644 --- a/src/Native/OneDalNative/CMakeLists.txt +++ b/src/Native/OneDalNative/CMakeLists.txt @@ -8,14 +8,18 @@ if(UNIX) set(WRAPPER_LINK_OPTIONS -L${ONEDAL_REDIST_PATH}/lib/intel64 -l:libonedal_core.so.1.1 -l:libonedal_thread.so.1.1 -L${ONETBB_REDIST_PATH} -l:libtbb.so.12 -l:libtbbmalloc.so.2) endif() else() - set(LIBPATH ${ONEDAL_DEVEL_PATH}\lib\intel64;${ONETBB_DEVEL_PATH};${LIBPATH}) - set(LIB ${ONEDAL_DEVEL_PATH}\lib\intel64;${ONETBB_DEVEL_PATH};${LIB}) + set(LIBPATH ${ONEDAL_DEVEL_PATH}/lib/intel64;${ONETBB_DEVEL_PATH};${LIBPATH}) + set(LIB ${ONEDAL_DEVEL_PATH}/lib/intel64;${ONETBB_DEVEL_PATH};${LIB}) set(WRAPPER_LINK_OPTIONS onedal_core.lib onedal_thread.lib tbb12.lib tbbmalloc.lib) endif() # headers include_directories(${ONEDAL_DEVEL_PATH}/include) +add_compile_options(/wd4996) +add_compile_options(/wd4477) +add_compile_options(/wd4267) + set(SOURCES OneDalAlgorithms.cpp) add_library(OneDalNative SHARED ${SOURCES} ${RESOURCES}) target_link_libraries(OneDalNative PUBLIC ${WRAPPER_LINK_OPTIONS}) diff --git a/src/Native/OneDalNative/OneDalAlgorithms.cpp b/src/Native/OneDalNative/OneDalAlgorithms.cpp index 9a5028f043..a02656baea 100644 --- a/src/Native/OneDalNative/OneDalAlgorithms.cpp +++ b/src/Native/OneDalNative/OneDalAlgorithms.cpp @@ -21,6 +21,8 @@ bool getVerboseVariable() size_t size; errno_t err = _dupenv_s(&env_p, &size, "MLNET_BACKEND_VERBOSE"); if(!err && env_p) + #else + if(false) #endif verbose = true; #ifdef _WIN32 @@ -64,7 +66,7 @@ class RegressorNodeVisitor : public daal::algorithms::tree_utils::regression::Tr { _gtChild[_previousNodes[desc.level - 1]] = _currentLeaf; } - _leafValues[-_currentLeaf - 1] = desc.response; + _leafValues[-_currentLeaf - 1] = (FPType)desc.response; _previousLevel = desc.level; _currentLeaf--; @@ -95,7 +97,7 @@ class RegressorNodeVisitor : public daal::algorithms::tree_utils::regression::Tr _gtChild[_previousNodes[desc.level - 1]] = _currentNode; } _splitFeature[_currentNode] = desc.featureIndex; - _featureThreshold[_currentNode] = desc.featureValue; + _featureThreshold[_currentNode] = (FPType)desc.featureValue; _previousNodes[desc.level] = _currentNode; _previousLevel = desc.level; _currentNode++; @@ -314,7 +316,7 @@ class ClassifierNodeVisitor : public daal::algorithms::tree_utils::classificatio { _gtChild[_previousNodes[desc.level - 1]] = _currentLeaf; } - _leafValues[-_currentLeaf - 1] = 1 - 2 * desc.prob[0]; + _leafValues[-_currentLeaf - 1] = 1 - 2 * (FPType)desc.prob[0]; _previousLevel = desc.level; _currentLeaf--; @@ -352,7 +354,7 @@ class ClassifierNodeVisitor : public daal::algorithms::tree_utils::classificatio _gtChild[_previousNodes[desc.level - 1]] = _currentNode; } _splitFeature[_currentNode] = desc.featureIndex; - _featureThreshold[_currentNode] = desc.featureValue; + _featureThreshold[_currentNode] = (FPType)desc.featureValue; _previousNodes[desc.level] = _currentNode; _previousLevel = desc.level; _currentNode++; @@ -534,53 +536,6 @@ EXPORT_API(int) decisionForestClassificationCompute( numberOfThreads, featureFractionPerSplit, numberOfTrees, numberOfLeaves, minimumExampleCountPerLeaf, maxBins, (int *)lteChildPtr, (int *)gtChildPtr, (int *)splitFeaturePtr, (float *)featureThresholdPtr, (float *)leafValuesPtr, (byte *)modelPtr); } - -/* - [DllImport(OneDalLibPath, EntryPoint = "decisionForestClassificationPrediction")] - public static extern unsafe double DecisionForestClassificationPrediction( - void* featuresPtr, int nColumns, int nClasses, void* modelPtr, int modelSize); -*/ -template -double decisionForestClassificationPredictionTemplate( - FPType * featuresPtr, int nColumns, int nClasses, byte* modelPtr, int modelSize) -{ - OutputDataArchive dataArch(modelPtr, modelSize); - - decision_forest::classification::training::ResultPtr trainingResult(new decision_forest::classification::training::Result()); - trainingResult->deserialize(dataArch); - - double output; - NumericTablePtr featuresTable(new HomogenNumericTable(featuresPtr, nColumns, 1)); - - decision_forest::classification::prediction::Batch algorithm(nClasses); - - algorithm.input.set(classifier::prediction::data, featuresTable); - algorithm.input.set(classifier::prediction::model, trainingResult->get(classifier::training::model)); - - algorithm.parameter().votingMethod = decision_forest::classification::prediction::weighted; - algorithm.parameter().resultsToEvaluate |= static_cast(classifier::computeClassProbabilities); - - algorithm.compute(); - - classifier::prediction::ResultPtr predictionResult = algorithm.getResult(); - - NumericTablePtr predictionTable(predictionResult->get(classifier::prediction::probabilities)); - BlockDescriptor predictionBlock; - predictionTable->getBlockOfRows(0, predictionTable->getNumberOfRows(), readWrite, predictionBlock); - FPType * prediction = predictionBlock.getBlockPtr(); - output = prediction[0]; - predictionTable->releaseBlockOfRows(predictionBlock); - - return output; -} - -EXPORT_API(int) decisionForestClassificationPrediction( - void * featuresPtr, int nColumns, int nClasses, void* modelPtr, int modelSize) -{ - return decisionForestClassificationPredictionTemplate( - (float *)featuresPtr, nColumns, nClasses, (byte *)modelPtr, modelSize); -} - /* ### Logistic regression wrapper ### public unsafe static extern void LogisticRegressionCompute(void* featuresPtr, void* labelsPtr, void* weightsPtr, bool useSampleWeights, void* betaPtr, From 0981764f4d3f3f020f945065dee0d5c666947a30 Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Mon, 21 Nov 2022 18:11:04 +0000 Subject: [PATCH 19/60] Fix win linking --- src/Native/OneDalNative/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Native/OneDalNative/CMakeLists.txt b/src/Native/OneDalNative/CMakeLists.txt index 91b436ac57..f74dc3a2d4 100644 --- a/src/Native/OneDalNative/CMakeLists.txt +++ b/src/Native/OneDalNative/CMakeLists.txt @@ -10,7 +10,7 @@ if(UNIX) else() set(LIBPATH ${ONEDAL_DEVEL_PATH}/lib/intel64;${ONETBB_DEVEL_PATH};${LIBPATH}) set(LIB ${ONEDAL_DEVEL_PATH}/lib/intel64;${ONETBB_DEVEL_PATH};${LIB}) - set(WRAPPER_LINK_OPTIONS onedal_core.lib onedal_thread.lib tbb12.lib tbbmalloc.lib) + set(WRAPPER_LINK_OPTIONS onedal_core_dll.1.lib tbb12.lib tbbmalloc.lib) endif() # headers From c37debb64bfaef28f0e5eff530bfa3f6b520b32b Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Mon, 21 Nov 2022 19:03:22 +0000 Subject: [PATCH 20/60] Fix linking on Windows --- src/Native/OneDalNative/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Native/OneDalNative/CMakeLists.txt b/src/Native/OneDalNative/CMakeLists.txt index f74dc3a2d4..4957fed30b 100644 --- a/src/Native/OneDalNative/CMakeLists.txt +++ b/src/Native/OneDalNative/CMakeLists.txt @@ -8,8 +8,8 @@ if(UNIX) set(WRAPPER_LINK_OPTIONS -L${ONEDAL_REDIST_PATH}/lib/intel64 -l:libonedal_core.so.1.1 -l:libonedal_thread.so.1.1 -L${ONETBB_REDIST_PATH} -l:libtbb.so.12 -l:libtbbmalloc.so.2) endif() else() - set(LIBPATH ${ONEDAL_DEVEL_PATH}/lib/intel64;${ONETBB_DEVEL_PATH};${LIBPATH}) - set(LIB ${ONEDAL_DEVEL_PATH}/lib/intel64;${ONETBB_DEVEL_PATH};${LIB}) + link_directories("${ONEDAL_DEVEL_PATH}\\lib\\intel64") + link_directories("${ONETBB_DEVEL_PATH}") set(WRAPPER_LINK_OPTIONS onedal_core_dll.1.lib tbb12.lib tbbmalloc.lib) endif() From 12866e21bfed38f75bdfa33d088a999c87d3277b Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Tue, 22 Nov 2022 18:30:26 +0000 Subject: [PATCH 21/60] fix onedalutils --- src/Microsoft.ML.OneDal/OneDalUtils.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.ML.OneDal/OneDalUtils.cs b/src/Microsoft.ML.OneDal/OneDalUtils.cs index f95d2d7eec..4f34b7af04 100644 --- a/src/Microsoft.ML.OneDal/OneDalUtils.cs +++ b/src/Microsoft.ML.OneDal/OneDalUtils.cs @@ -12,15 +12,16 @@ namespace Microsoft.ML.OneDal { + [BestFriend] internal static class OneDalUtils { - public static bool IsDispatchingEnabled() + internal static bool IsDispatchingEnabled() { return Environment.GetEnvironmentVariable("MLNET_BACKEND") == "ONEDAL" && System.Runtime.InteropServices.RuntimeInformation.ProcessArchitecture == System.Runtime.InteropServices.Architecture.X64; } - public static long GetTrainData(IChannel channel, FloatLabelCursor.Factory cursorFactory, ref List featuresList, ref List labelsList, int numberOfFeatures) + internal static long GetTrainData(IChannel channel, FloatLabelCursor.Factory cursorFactory, ref List featuresList, ref List labelsList, int numberOfFeatures) { long n = 0; using (var cursor = cursorFactory.Create()) From b803f516e7d7af2e955a5ea5b886073568c7868b Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Tue, 22 Nov 2022 18:47:59 +0000 Subject: [PATCH 22/60] Fix usage of onedalutils --- src/Microsoft.ML.FastTree/RandomForestClassification.cs | 3 ++- src/Microsoft.ML.FastTree/RandomForestRegression.cs | 3 ++- src/Microsoft.ML.Mkl.Components/OlsLinearRegression.cs | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.ML.FastTree/RandomForestClassification.cs b/src/Microsoft.ML.FastTree/RandomForestClassification.cs index a141933c5c..1875fc6dad 100644 --- a/src/Microsoft.ML.FastTree/RandomForestClassification.cs +++ b/src/Microsoft.ML.FastTree/RandomForestClassification.cs @@ -143,6 +143,7 @@ internal static IPredictorProducing Create(IHostEnvironment env, ModelLoa /// /// /// + [BestFriend] public sealed partial class FastForestBinaryTrainer : RandomForestTrainerBase, FastForestBinaryModelParameters> { @@ -262,7 +263,7 @@ public static extern unsafe int DecisionForestClassificationCompute( void* lteChildPtr, void* gtChildPtr, void* splitFeaturePtr, void* featureThresholdPtr, void* leafValuesPtr, void* modelPtr); } - private protected void TrainCoreOneDal(IChannel ch, FloatLabelCursor.Factory cursorFactory, int featureCount) + private void TrainCoreOneDal(IChannel ch, FloatLabelCursor.Factory cursorFactory, int featureCount) { CheckOptions(ch); Initialize(ch); diff --git a/src/Microsoft.ML.FastTree/RandomForestRegression.cs b/src/Microsoft.ML.FastTree/RandomForestRegression.cs index 246957ada1..cfb2195286 100644 --- a/src/Microsoft.ML.FastTree/RandomForestRegression.cs +++ b/src/Microsoft.ML.FastTree/RandomForestRegression.cs @@ -290,6 +290,7 @@ ISchemaBindableMapper IQuantileRegressionPredictor.CreateMapper(Double[] quantil /// /// /// + [BestFriend] public sealed partial class FastForestRegressionTrainer : RandomForestTrainerBase, FastForestRegressionModelParameters> { @@ -395,7 +396,7 @@ public static extern unsafe int DecisionForestRegressionCompute( void* lteChildPtr, void* gtChildPtr, void* splitFeaturePtr, void* featureThresholdPtr, void* leafValuesPtr, void* modelPtr); } - private protected void TrainCoreOneDal(IChannel ch, FloatLabelCursor.Factory cursorFactory, int featureCount) + private void TrainCoreOneDal(IChannel ch, FloatLabelCursor.Factory cursorFactory, int featureCount) { CheckOptions(ch); Initialize(ch); diff --git a/src/Microsoft.ML.Mkl.Components/OlsLinearRegression.cs b/src/Microsoft.ML.Mkl.Components/OlsLinearRegression.cs index 783846b895..83e5316ffc 100644 --- a/src/Microsoft.ML.Mkl.Components/OlsLinearRegression.cs +++ b/src/Microsoft.ML.Mkl.Components/OlsLinearRegression.cs @@ -64,6 +64,7 @@ namespace Microsoft.ML.Trainers /// /// /// + [BestFriend] public sealed class OlsTrainer : TrainerEstimatorBase, OlsModelParameters> { /// From 1545e9d24f7ad0348c994bbb10c9bf042c1c63dd Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Tue, 22 Nov 2022 18:55:07 +0000 Subject: [PATCH 23/60] Fix usage of onedalutils n2 --- src/Microsoft.ML.FastTree/RandomForestClassification.cs | 2 +- src/Microsoft.ML.FastTree/RandomForestRegression.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.ML.FastTree/RandomForestClassification.cs b/src/Microsoft.ML.FastTree/RandomForestClassification.cs index 1875fc6dad..021df0f4c3 100644 --- a/src/Microsoft.ML.FastTree/RandomForestClassification.cs +++ b/src/Microsoft.ML.FastTree/RandomForestClassification.cs @@ -143,7 +143,6 @@ internal static IPredictorProducing Create(IHostEnvironment env, ModelLoa /// /// /// - [BestFriend] public sealed partial class FastForestBinaryTrainer : RandomForestTrainerBase, FastForestBinaryModelParameters> { @@ -263,6 +262,7 @@ public static extern unsafe int DecisionForestClassificationCompute( void* lteChildPtr, void* gtChildPtr, void* splitFeaturePtr, void* featureThresholdPtr, void* leafValuesPtr, void* modelPtr); } + [BestFriend] private void TrainCoreOneDal(IChannel ch, FloatLabelCursor.Factory cursorFactory, int featureCount) { CheckOptions(ch); diff --git a/src/Microsoft.ML.FastTree/RandomForestRegression.cs b/src/Microsoft.ML.FastTree/RandomForestRegression.cs index cfb2195286..47ff138a71 100644 --- a/src/Microsoft.ML.FastTree/RandomForestRegression.cs +++ b/src/Microsoft.ML.FastTree/RandomForestRegression.cs @@ -290,7 +290,6 @@ ISchemaBindableMapper IQuantileRegressionPredictor.CreateMapper(Double[] quantil /// /// /// - [BestFriend] public sealed partial class FastForestRegressionTrainer : RandomForestTrainerBase, FastForestRegressionModelParameters> { @@ -396,6 +395,7 @@ public static extern unsafe int DecisionForestRegressionCompute( void* lteChildPtr, void* gtChildPtr, void* splitFeaturePtr, void* featureThresholdPtr, void* leafValuesPtr, void* modelPtr); } + [BestFriend] private void TrainCoreOneDal(IChannel ch, FloatLabelCursor.Factory cursorFactory, int featureCount) { CheckOptions(ch); From fd4bc39d75db9c8f1ebca27cf6dfc7ff4c296dbc Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Tue, 22 Nov 2022 19:02:27 +0000 Subject: [PATCH 24/60] Fix usage of onedalutils n3 --- .../RandomForestClassification.cs | 8 +++++++- src/Microsoft.ML.FastTree/RandomForestRegression.cs | 8 +++++++- src/Microsoft.ML.Mkl.Components/OlsLinearRegression.cs | 10 ++++++++-- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/src/Microsoft.ML.FastTree/RandomForestClassification.cs b/src/Microsoft.ML.FastTree/RandomForestClassification.cs index 021df0f4c3..edb4ce5339 100644 --- a/src/Microsoft.ML.FastTree/RandomForestClassification.cs +++ b/src/Microsoft.ML.FastTree/RandomForestClassification.cs @@ -224,7 +224,7 @@ private protected override FastForestBinaryModelParameters TrainModelCore(TrainC FeatureCount = trainData.Schema.Feature.Value.Type.GetValueCount(); ConvertData(trainData); - if (!trainData.Schema.Weight.HasValue && OneDalUtils.IsDispatchingEnabled()) + if (!trainData.Schema.Weight.HasValue && IsDispatchingToOneDalEnabled()) { if (FastTreeTrainerOptions.FeatureFraction != 1.0) { @@ -262,6 +262,12 @@ public static extern unsafe int DecisionForestClassificationCompute( void* lteChildPtr, void* gtChildPtr, void* splitFeaturePtr, void* featureThresholdPtr, void* leafValuesPtr, void* modelPtr); } + [BestFriend] + private bool IsDispatchingToOneDalEnabled() + { + return OneDalUtils.IsDispatchingEnabled(); + } + [BestFriend] private void TrainCoreOneDal(IChannel ch, FloatLabelCursor.Factory cursorFactory, int featureCount) { diff --git a/src/Microsoft.ML.FastTree/RandomForestRegression.cs b/src/Microsoft.ML.FastTree/RandomForestRegression.cs index 47ff138a71..31ed90189f 100644 --- a/src/Microsoft.ML.FastTree/RandomForestRegression.cs +++ b/src/Microsoft.ML.FastTree/RandomForestRegression.cs @@ -363,7 +363,7 @@ private protected override FastForestRegressionModelParameters TrainModelCore(Tr FeatureCount = trainData.Schema.Feature.Value.Type.GetValueCount(); ConvertData(trainData); - if (!trainData.Schema.Weight.HasValue && OneDalUtils.IsDispatchingEnabled()) + if (!trainData.Schema.Weight.HasValue && IsDispatchingToOneDalEnabled()) { if (FastTreeTrainerOptions.FeatureFraction != 1.0) { @@ -395,6 +395,12 @@ public static extern unsafe int DecisionForestRegressionCompute( void* lteChildPtr, void* gtChildPtr, void* splitFeaturePtr, void* featureThresholdPtr, void* leafValuesPtr, void* modelPtr); } + [BestFriend] + private bool IsDispatchingToOneDalEnabled() + { + return OneDalUtils.IsDispatchingEnabled(); + } + [BestFriend] private void TrainCoreOneDal(IChannel ch, FloatLabelCursor.Factory cursorFactory, int featureCount) { diff --git a/src/Microsoft.ML.Mkl.Components/OlsLinearRegression.cs b/src/Microsoft.ML.Mkl.Components/OlsLinearRegression.cs index 83e5316ffc..57d32ff80b 100644 --- a/src/Microsoft.ML.Mkl.Components/OlsLinearRegression.cs +++ b/src/Microsoft.ML.Mkl.Components/OlsLinearRegression.cs @@ -64,7 +64,6 @@ namespace Microsoft.ML.Trainers /// /// /// - [BestFriend] public sealed class OlsTrainer : TrainerEstimatorBase, OlsModelParameters> { /// @@ -193,6 +192,7 @@ public static extern unsafe void RidgeRegressionOnlineFinalize(void* featuresPtr float l2Reg, void* partialResultPtr, int partialResultSize, void* betaPtr, void* xtyPtr, void* xtxPtr); } + [BestFriend] private void ComputeOneDalRegression(IChannel ch, FloatLabelCursor.Factory cursorFactory, int m, ref Double[] beta, Double[] xtx, ref long n, ref Double yMean) { var xty = new Double[m]; @@ -406,6 +406,12 @@ private void ComputeMklRegression(IChannel ch, FloatLabelCursor.Factory cursorFa xty = null; } + [BestFriend] + private bool IsDispatchingToOneDalEnabled() + { + return OneDalUtils.IsDispatchingEnabled(); + } + private OlsModelParameters TrainCore(IChannel ch, FloatLabelCursor.Factory cursorFactory, int featureCount) { Host.AssertValue(ch); @@ -426,7 +432,7 @@ private OlsModelParameters TrainCore(IChannel ch, FloatLabelCursor.Factory curso var beta = new Double[m]; Double yMean = 0; - if (OneDalUtils.IsDispatchingEnabled()) + if (IsDispatchingToOneDalEnabled()) { ComputeOneDalRegression(ch, cursorFactory, m, ref beta, xtx, ref n, ref yMean); } From dbfb7925762f2fa304abb36366517d7128212fd0 Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Tue, 22 Nov 2022 19:23:28 +0000 Subject: [PATCH 25/60] Fix usage of onedalutils n4 --- src/Microsoft.ML.OneDal/OneDalUtils.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Microsoft.ML.OneDal/OneDalUtils.cs b/src/Microsoft.ML.OneDal/OneDalUtils.cs index 4f34b7af04..2e4465eb9b 100644 --- a/src/Microsoft.ML.OneDal/OneDalUtils.cs +++ b/src/Microsoft.ML.OneDal/OneDalUtils.cs @@ -15,12 +15,14 @@ namespace Microsoft.ML.OneDal [BestFriend] internal static class OneDalUtils { + [BestFriend] internal static bool IsDispatchingEnabled() { return Environment.GetEnvironmentVariable("MLNET_BACKEND") == "ONEDAL" && System.Runtime.InteropServices.RuntimeInformation.ProcessArchitecture == System.Runtime.InteropServices.Architecture.X64; } + [BestFriend] internal static long GetTrainData(IChannel channel, FloatLabelCursor.Factory cursorFactory, ref List featuresList, ref List labelsList, int numberOfFeatures) { long n = 0; From 057c0e93416691ff0a6f5c5aec4ac1124a07c581 Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Wed, 23 Nov 2022 09:39:42 +0000 Subject: [PATCH 26/60] Fix win compile options --- src/Native/OneDalNative/CMakeLists.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Native/OneDalNative/CMakeLists.txt b/src/Native/OneDalNative/CMakeLists.txt index 4957fed30b..0231a86b27 100644 --- a/src/Native/OneDalNative/CMakeLists.txt +++ b/src/Native/OneDalNative/CMakeLists.txt @@ -16,9 +16,11 @@ endif() # headers include_directories(${ONEDAL_DEVEL_PATH}/include) -add_compile_options(/wd4996) -add_compile_options(/wd4477) -add_compile_options(/wd4267) +if(WIN32) + add_compile_options(/wd4996) + add_compile_options(/wd4477) + add_compile_options(/wd4267) +endif() set(SOURCES OneDalAlgorithms.cpp) add_library(OneDalNative SHARED ${SOURCES} ${RESOURCES}) From 0428e6982a3cf2a696893832998189ed64615763 Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Sun, 4 Dec 2022 12:43:26 -0800 Subject: [PATCH 27/60] Corrected some formatting issues --- src/Microsoft.ML.OneDal/OneDalCatalog.cs | 2 +- src/Microsoft.ML.OneDal/OneDalUtils.cs | 10 +++++----- src/Microsoft.ML.OneDal/Properties/AssemblyInfo.cs | 2 +- .../Standard/LogisticRegression/LbfgsPredictorBase.cs | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/Microsoft.ML.OneDal/OneDalCatalog.cs b/src/Microsoft.ML.OneDal/OneDalCatalog.cs index 6a0ef1a18f..98fa94d05e 100644 --- a/src/Microsoft.ML.OneDal/OneDalCatalog.cs +++ b/src/Microsoft.ML.OneDal/OneDalCatalog.cs @@ -1,4 +1,4 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. diff --git a/src/Microsoft.ML.OneDal/OneDalUtils.cs b/src/Microsoft.ML.OneDal/OneDalUtils.cs index 2e4465eb9b..434613ac0f 100644 --- a/src/Microsoft.ML.OneDal/OneDalUtils.cs +++ b/src/Microsoft.ML.OneDal/OneDalUtils.cs @@ -1,14 +1,14 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; -using System.Linq; using System.Collections.Generic; +using System.Linq; using System.Runtime.InteropServices; +using Microsoft.ML.Internal.Utilities; using Microsoft.ML.Runtime; using Microsoft.ML.Trainers; -using Microsoft.ML.Internal.Utilities; namespace Microsoft.ML.OneDal { @@ -18,7 +18,7 @@ internal static class OneDalUtils [BestFriend] internal static bool IsDispatchingEnabled() { - return Environment.GetEnvironmentVariable("MLNET_BACKEND") == "ONEDAL" && + return Environment.GetEnvironmentVariable("MLNET_BACKEND") == "ONEDAL" && System.Runtime.InteropServices.RuntimeInformation.ProcessArchitecture == System.Runtime.InteropServices.Architecture.X64; } @@ -67,4 +67,4 @@ internal static long GetTrainData(IChannel channel, FloatLabelCursor.Factory cur return n; } } -} \ No newline at end of file +} diff --git a/src/Microsoft.ML.OneDal/Properties/AssemblyInfo.cs b/src/Microsoft.ML.OneDal/Properties/AssemblyInfo.cs index 1d98cbbfae..49fde74709 100644 --- a/src/Microsoft.ML.OneDal/Properties/AssemblyInfo.cs +++ b/src/Microsoft.ML.OneDal/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Licensed to the .NET Foundation under one or more agreements. +// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. diff --git a/src/Microsoft.ML.StandardTrainers/Standard/LogisticRegression/LbfgsPredictorBase.cs b/src/Microsoft.ML.StandardTrainers/Standard/LogisticRegression/LbfgsPredictorBase.cs index 33ad222e26..5de100fba6 100644 --- a/src/Microsoft.ML.StandardTrainers/Standard/LogisticRegression/LbfgsPredictorBase.cs +++ b/src/Microsoft.ML.StandardTrainers/Standard/LogisticRegression/LbfgsPredictorBase.cs @@ -4,8 +4,8 @@ using System; using System.Collections.Generic; -using System.Threading.Tasks; using System.Runtime.InteropServices; +using System.Threading.Tasks; using Microsoft.ML.CommandLine; using Microsoft.ML.Data; using Microsoft.ML.EntryPoints; @@ -439,7 +439,7 @@ private protected override TModel TrainModelCore(TrainContext context) using (var ch = Host.Start("Training")) { - if (Environment.GetEnvironmentVariable("MLNET_BACKEND") == "ONEDAL" && + if (Environment.GetEnvironmentVariable("MLNET_BACKEND") == "ONEDAL" && System.Runtime.InteropServices.RuntimeInformation.ProcessArchitecture == System.Runtime.InteropServices.Architecture.X64) { TrainCoreOneDal(ch, data); From 62d388069dfe1291258eb139a72089c00de5e2c2 Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Sun, 4 Dec 2022 15:58:12 -0800 Subject: [PATCH 28/60] The logic (on linux) to download nuget packages --- eng/Versions.props | 9 +++++++++ eng/common/tools.sh | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/eng/Versions.props b/eng/Versions.props index b42148e62c..6e0ed864db 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,11 +40,20 @@ 1.10.0 0.0.0.12 2023.0.0.22182 + + 2023.0.0.23046 2023.0.0.21926 + + 2023.0.0.23189 2021.8.0.9812 + + 2021.7.1.15005 2021.8.0.9986 1 1 diff --git a/eng/common/tools.sh b/eng/common/tools.sh index c110d0ed41..4ea4711867 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -448,9 +448,42 @@ function MSBuild { args+=( "-logger:$selectedPath" ) fi + Download-OneDAL + MSBuild-Core ${args[@]} } +function Download-OneDAL { + + packages=( + "inteldal.redist linux-x64 2023.0.0.23046" + "inteldal.devel win-x64 2023.0.0.23189" + "inteltbb.devel linux 2021.7.1.15005" + ) + + STAGE_DIR=$(mktemp -d) + #TARGET_DIR=$(mktemp -d) + ROOT_URL="https://globalcdn.nuget.org/packages" + TARGET_DIR=$_GetNuGetPackageCachePath + for i in $(seq ${#packages[@]}); do + idx=$((i-1)) + package_spec=(${packages[$idx]}) + dload_name="${package_spec[0]}.${package_spec[1]}.${package_spec[2]}.nupkg" + wget "$ROOT_URL/$dload_name" -O "$STAGE_DIR/$dload_name" + if [ -e $STAGE_DIR/$dload_name ]; then + dir_prefix="${STAGE_DIR}/${package_spec[0]}.${package_spec[1]}" + dir_name="${dir_prefix}/${package_spec[2]}" + echo "Should be creating directory $dir_name" + mkdir -p $dir_name + echo "Now uncompressing" + unzip $STAGE_DIR/$dload_name -d $dir_name + mv $dir_prefix $TARGET_DIR + else + echo "something went wrong when downloading $dload_name to $STAGE_DIR" + fi + done +} + function MSBuild-Core { if [[ "$ci" == true ]]; then if [[ "$binary_log" != true && "$exclude_ci_binary_log" != true ]]; then From 10a8aa2e6088862a9bf484ed23e0006dccb21e9d Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Sun, 4 Dec 2022 22:18:32 -0800 Subject: [PATCH 29/60] First cut trying to download packages on Windows --- eng/Versions.props | 14 ++++---------- eng/common/build.ps1 | 46 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 10 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 6e0ed864db..bc34509b93 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,20 +39,14 @@ 1.0.0-beta.22504.6 1.10.0 0.0.0.12 - 2023.0.0.22182 - + 2023.0.0.23189 2023.0.0.23046 2023.0.0.21926 - 2023.0.0.23189 - 2021.8.0.9812 - + 2021.7.1.15305 2021.7.1.15005 2021.8.0.9986 1 diff --git a/eng/common/build.ps1 b/eng/common/build.ps1 index e0420a6427..c9665bda14 100644 --- a/eng/common/build.ps1 +++ b/eng/common/build.ps1 @@ -90,6 +90,7 @@ function InitializeCustomToolset { } function Build { + Download-OneDAL $toolsetBuildProj = InitializeToolset InitializeCustomToolset @@ -127,6 +128,51 @@ function Build { @properties } +function Download-OneDAL { + Add-Type -AssemblyName System.IO.Compression.FileSystem + $nuget_cache = GetNuGetPackageCachePath + $ROOT_URL="https://globalcdn.nuget.org/packages" + + $parent = [System.IO.Path]::GetTempPath() + $name = [System.IO.Path]::GetRandomFileName() + $STAGE_DIR = (Join-Path $parent $name) + New-Item -ItemType Directory -Path $STAGE_DIR + + $packages = @( + @("inteldal.redist", "win-x64", "2023.0.0.23189"), + @("inteldal.devel", "win-x64", "2023.0.0.23189"), + @("inteltbb.redist", "win", "2021.7.1.15305"), + @("inteltbb.devel", "win", "2021.7.1.15305") + ) + + for($i = 0; $i -le $packages.Count - 1; $i++) { + $package_spec=$packages[$i] + $dload_name= $package_spec[0] + "." + $package_spec[1] + "." + $package_spec[2] + ".nupkg" + $dload_uri=$ROOT_URL + "/" + $dload_name + $target_dload = $STAGE_DIR + "/" + $dload_name + Invoke-WebRequest $dload_uri -OutFile $target_dload + + if (Test-Path $target_dload) { + $dir_prefix=$STAGE_DIR + "/" + $package_spec[0] + "." + $package_spec[1] + $dir_name=$dir_prefix + "/" + $package_spec[2] + [System.IO.Directory]::CreateDirectory($dir_name) + [System.IO.Compression.ZipFile]::ExtractToDirectory($target_dload, $dir_name) + $final_path = (Join-Path $nuget_cache (($package_spec[0]) + "." + ($package_spec[1]))) + if (!(Test-Path $final_path)) { + New-Item -ItemType Directory -Path $final_path + } + + Move-Item -Force -Path $dir_name -Destination $final_path + + } else { + Write-Host "Couldn't download file: [" + $target_dload + "]" + } + } + + Write-Host "********************* Check output in $STAGE_DIR, moved to $nuget_cache *********************" + +} + try { if ($clean) { if (Test-Path $ArtifactsDir) { From cf678848d1fe12e7dacdaef43bd6ca19280de3f5 Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Mon, 5 Dec 2022 03:56:06 -0800 Subject: [PATCH 30/60] Added a sample for OneDal Random forest --- Microsoft.ML.sln | 18 +- .../Microsoft.ML.Samples.OneDal.csproj | 54 +++++ .../Microsoft.ML.Samples.OneDal/Program.cs | 206 ++++++++++++++++++ .../Microsoft.ML.Samples.OneDal/run_bench.py | 113 ++++++++++ eng/common/tools.sh | 4 + 5 files changed, 394 insertions(+), 1 deletion(-) create mode 100755 docs/samples/Microsoft.ML.Samples.OneDal/Microsoft.ML.Samples.OneDal.csproj create mode 100644 docs/samples/Microsoft.ML.Samples.OneDal/Program.cs create mode 100644 docs/samples/Microsoft.ML.Samples.OneDal/run_bench.py diff --git a/Microsoft.ML.sln b/Microsoft.ML.sln index d7ddef45fd..ec3443d490 100644 --- a/Microsoft.ML.sln +++ b/Microsoft.ML.sln @@ -1,4 +1,4 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 +Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.1.32120.378 MinimumVisualStudioVersion = 10.0.40219.1 @@ -161,6 +161,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.ML.Tokenizers", " EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.ML.Tokenizers.Tests", "test\Microsoft.ML.Tokenizers.Tests\Microsoft.ML.Tokenizers.Tests.csproj", "{C3D82402-F207-4F19-8C57-5AF0FBAF9682}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{E6411A2C-F88D-4A7E-9314-CC1495388BEB}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{C9597D82-1FC0-41CE-9579-31714ABB431C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.ML.Samples.OneDal", "docs\samples\Microsoft.ML.Samples.OneDal\Microsoft.ML.Samples.OneDal.csproj", "{38ED61F4-FA22-4DE9-B0C4-91F327F4EE31}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -757,6 +763,14 @@ Global {C3D82402-F207-4F19-8C57-5AF0FBAF9682}.Release|Any CPU.Build.0 = Release|Any CPU {C3D82402-F207-4F19-8C57-5AF0FBAF9682}.Release|x64.ActiveCfg = Release|Any CPU {C3D82402-F207-4F19-8C57-5AF0FBAF9682}.Release|x64.Build.0 = Release|Any CPU + {38ED61F4-FA22-4DE9-B0C4-91F327F4EE31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {38ED61F4-FA22-4DE9-B0C4-91F327F4EE31}.Debug|Any CPU.Build.0 = Debug|Any CPU + {38ED61F4-FA22-4DE9-B0C4-91F327F4EE31}.Debug|x64.ActiveCfg = Debug|Any CPU + {38ED61F4-FA22-4DE9-B0C4-91F327F4EE31}.Debug|x64.Build.0 = Debug|Any CPU + {38ED61F4-FA22-4DE9-B0C4-91F327F4EE31}.Release|Any CPU.ActiveCfg = Release|Any CPU + {38ED61F4-FA22-4DE9-B0C4-91F327F4EE31}.Release|Any CPU.Build.0 = Release|Any CPU + {38ED61F4-FA22-4DE9-B0C4-91F327F4EE31}.Release|x64.ActiveCfg = Release|Any CPU + {38ED61F4-FA22-4DE9-B0C4-91F327F4EE31}.Release|x64.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -835,6 +849,8 @@ Global {FF0BD187-4451-4A3B-934B-2AE3454896E2} = {09EADF06-BE25-4228-AB53-95AE3E15B530} {BBC3A950-BD68-45AC-9DBD-A8F4D8847745} = {09EADF06-BE25-4228-AB53-95AE3E15B530} {C3D82402-F207-4F19-8C57-5AF0FBAF9682} = {AED9C836-31E3-4F3F-8ABC-929555D3F3C4} + {C9597D82-1FC0-41CE-9579-31714ABB431C} = {E6411A2C-F88D-4A7E-9314-CC1495388BEB} + {38ED61F4-FA22-4DE9-B0C4-91F327F4EE31} = {C9597D82-1FC0-41CE-9579-31714ABB431C} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {41165AF1-35BB-4832-A189-73060F82B01D} diff --git a/docs/samples/Microsoft.ML.Samples.OneDal/Microsoft.ML.Samples.OneDal.csproj b/docs/samples/Microsoft.ML.Samples.OneDal/Microsoft.ML.Samples.OneDal.csproj new file mode 100755 index 0000000000..527354dab4 --- /dev/null +++ b/docs/samples/Microsoft.ML.Samples.OneDal/Microsoft.ML.Samples.OneDal.csproj @@ -0,0 +1,54 @@ + + + + Exe + net7.0 + + false + + + + + + + + + + + + + + + + diff --git a/docs/samples/Microsoft.ML.Samples.OneDal/Program.cs b/docs/samples/Microsoft.ML.Samples.OneDal/Program.cs new file mode 100644 index 0000000000..34b9ab47b0 --- /dev/null +++ b/docs/samples/Microsoft.ML.Samples.OneDal/Program.cs @@ -0,0 +1,206 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using Microsoft.ML; +using Microsoft.ML.Data; +using Microsoft.ML.Trainers; +using Microsoft.ML.Trainers.FastTree; +using Newtonsoft.Json; + +namespace Microsoft.ML.Samples.OneDal +{ + class Program + { + public static IDataView[] LoadData( + MLContext mlContext, string trainingFile, string testingFile, + string task, string label = "target", char separator = ',') + { + List dataList = new List(); + System.IO.StreamReader file = new System.IO.StreamReader(trainingFile); + string header = file.ReadLine(); + file.Close(); + string[] headerArray = header.Split(separator); + List columns = new List(); + foreach (string column in headerArray) + { + if (column == label) + { + if (task == "binary") + columns.Add(new TextLoader.Column(column, DataKind.Boolean, Array.IndexOf(headerArray, column))); + else + columns.Add(new TextLoader.Column(column, DataKind.Single, Array.IndexOf(headerArray, column))); + } + else + { + columns.Add(new TextLoader.Column(column, DataKind.Single, Array.IndexOf(headerArray, column))); + } + } + + var loader = mlContext.Data.CreateTextLoader( + separatorChar: separator, + hasHeader: true, + columns: columns.ToArray() + ); + dataList.Add(loader.Load(trainingFile)); + dataList.Add(loader.Load(testingFile)); + return dataList.ToArray(); + } + + public static string[] GetFeaturesArray(IDataView data, string labelName = "target") + { + List featuresList = new List(); + var nColumns = data.Schema.Count; + var columnsEnumerator = data.Schema.GetEnumerator(); + for (int i = 0; i < nColumns; i++) + { + columnsEnumerator.MoveNext(); + if (columnsEnumerator.Current.Name != labelName) + featuresList.Add(columnsEnumerator.Current.Name); + } + + return featuresList.ToArray(); + } + + public static double[] RunRandomForestClassification(MLContext mlContext, IDataView trainingData, IDataView testingData, string labelName, int numberOfTrees, int numberOfLeaves) + { + var featuresArray = GetFeaturesArray(trainingData, labelName); + var preprocessingPipeline = mlContext.Transforms.Concatenate("Features", featuresArray); + var preprocessedTrainingData = preprocessingPipeline.Fit(trainingData).Transform(trainingData); + var preprocessedTestingData = preprocessingPipeline.Fit(trainingData).Transform(testingData); + + FastForestBinaryTrainer.Options options = new FastForestBinaryTrainer.Options(); + options.LabelColumnName = labelName; + options.FeatureColumnName = "Features"; + options.NumberOfTrees = numberOfTrees; + options.NumberOfLeaves = numberOfLeaves; + options.MinimumExampleCountPerLeaf = 5; + options.FeatureFraction = 1.0; + + var trainer = mlContext.BinaryClassification.Trainers.FastForest(options); + + ITransformer model = trainer.Fit(preprocessedTrainingData); + + IDataView trainingPredictions = model.Transform(preprocessedTrainingData); + var trainingMetrics = mlContext.BinaryClassification.EvaluateNonCalibrated(trainingPredictions, labelColumnName: labelName); + IDataView testingPredictions = model.Transform(preprocessedTestingData); + var testingMetrics = mlContext.BinaryClassification.EvaluateNonCalibrated(testingPredictions, labelColumnName: labelName); + + double[] metrics = new double[4]; + metrics[0] = trainingMetrics.Accuracy; + metrics[1] = testingMetrics.Accuracy; + metrics[2] = trainingMetrics.F1Score; + metrics[3] = testingMetrics.F1Score; + return metrics; + } + + public static double[] RunRandomForestRegression(MLContext mlContext, IDataView trainingData, IDataView testingData, string labelName, int numberOfTrees, int numberOfLeaves) + { + var featuresArray = GetFeaturesArray(trainingData, labelName); + var preprocessingPipeline = mlContext.Transforms.Concatenate("Features", featuresArray); + var preprocessedTrainingData = preprocessingPipeline.Fit(trainingData).Transform(trainingData); + var preprocessedTestingData = preprocessingPipeline.Fit(trainingData).Transform(testingData); + + FastForestRegressionTrainer.Options options = new FastForestRegressionTrainer.Options(); + options.LabelColumnName = labelName; + options.FeatureColumnName = "Features"; + options.NumberOfTrees = numberOfTrees; + options.NumberOfLeaves = numberOfLeaves; + options.MinimumExampleCountPerLeaf = 5; + options.FeatureFraction = 1.0; + + var trainer = mlContext.Regression.Trainers.FastForest(options); + + ITransformer model = trainer.Fit(preprocessedTrainingData); + + IDataView trainingPredictions = model.Transform(preprocessedTrainingData); + var trainingMetrics = mlContext.Regression.Evaluate(trainingPredictions, labelColumnName: labelName); + IDataView testingPredictions = model.Transform(preprocessedTestingData); + var testingMetrics = mlContext.Regression.Evaluate(testingPredictions, labelColumnName: labelName); + + double[] metrics = new double[4]; + metrics[0] = trainingMetrics.RootMeanSquaredError; + metrics[1] = testingMetrics.RootMeanSquaredError; + metrics[2] = trainingMetrics.RSquared; + metrics[3] = testingMetrics.RSquared; + return metrics; + } + + public static double[] RunOLSRegression(MLContext mlContext, IDataView trainingData, IDataView testingData, string labelName) + { + var featuresArray = GetFeaturesArray(trainingData, labelName); + var preprocessingPipeline = mlContext.Transforms.Concatenate("Features", featuresArray); + var preprocessedTrainingData = preprocessingPipeline.Fit(trainingData).Transform(trainingData); + var preprocessedTestingData = preprocessingPipeline.Fit(trainingData).Transform(testingData); + + OlsTrainer.Options options = new OlsTrainer.Options(); + options.LabelColumnName = labelName; + options.FeatureColumnName = "Features"; + + var trainer = mlContext.Regression.Trainers.Ols(options); + + ITransformer model = trainer.Fit(preprocessedTrainingData); + + IDataView trainingPredictions = model.Transform(preprocessedTrainingData); + var trainingMetrics = mlContext.Regression.Evaluate(trainingPredictions, labelColumnName: labelName); + IDataView testingPredictions = model.Transform(preprocessedTestingData); + var testingMetrics = mlContext.Regression.Evaluate(testingPredictions, labelColumnName: labelName); + + double[] metrics = new double[4]; + metrics[0] = trainingMetrics.RootMeanSquaredError; + metrics[1] = testingMetrics.RootMeanSquaredError; + metrics[2] = trainingMetrics.RSquared; + metrics[3] = testingMetrics.RSquared; + return metrics; + } + + static void Main(string[] args) + { + // args[0] - training data filename + // args[1] - testing data filename + // args[2] - machine learning task (regression, binary) + // args[3] - machine learning algorithm (RandomForest, OLS) + // Random Forest parameters: + // args[4] - NumberOfTrees + // args[5] - NumberOfLeaves + var mlContext = new MLContext(seed: 42); + // data[0] - training subset + // data[1] - testing subset + IDataView[] data = LoadData(mlContext, args[0], args[1], args[2]); +#if false + string labelName = "target"; + + var mainWatch = System.Diagnostics.Stopwatch.StartNew(); + double[] metrics; + if (args[3] == "RandomForest") + { + int numberOfTrees = Int32.Parse(args[4]); + int numberOfLeaves = Int32.Parse(args[5]); + if (args[2] == "binary") + { + + metrics = RunRandomForestClassification(mlContext, data[0], data[1], labelName, numberOfTrees, numberOfLeaves); + mainWatch.Stop(); + Console.WriteLine("algorithm,all workflow time[ms],training accuracy,testing accuracy,training F1 score,testing F1 score"); + Console.WriteLine($"Random Forest Binary,{mainWatch.Elapsed.TotalMilliseconds},{metrics[0]},{metrics[1]},{metrics[2]},{metrics[3]}"); + } + else + { + metrics = RunRandomForestRegression(mlContext, data[0], data[1], labelName, numberOfTrees, numberOfLeaves); + mainWatch.Stop(); + Console.WriteLine("algorithm,all workflow time[ms],training RMSE,testing RMSE,training R2 score,testing R2 score"); + Console.WriteLine($"Random Forest Regression,{mainWatch.Elapsed.TotalMilliseconds},{metrics[0]},{metrics[1]},{metrics[2]},{metrics[3]}"); + } + } + else if (args[3] == "OLS") + { + metrics = RunOLSRegression(mlContext, data[0], data[1], labelName); + mainWatch.Stop(); + Console.WriteLine("algorithm,all workflow time[ms],training RMSE,testing RMSE,training R2 score,testing R2 score"); + Console.WriteLine($"OLS Regression,{mainWatch.Elapsed.TotalMilliseconds},{metrics[0]},{metrics[1]},{metrics[2]},{metrics[3]}"); + } +#endif + Console.WriteLine("**** Done!"); + } + } +} + diff --git a/docs/samples/Microsoft.ML.Samples.OneDal/run_bench.py b/docs/samples/Microsoft.ML.Samples.OneDal/run_bench.py new file mode 100644 index 0000000000..698c687133 --- /dev/null +++ b/docs/samples/Microsoft.ML.Samples.OneDal/run_bench.py @@ -0,0 +1,113 @@ +import numpy as np +import pandas as pd +from sklearn.datasets import make_classification, make_regression +from sklearn.model_selection import train_test_split +import subprocess +import sys +import os +import io + + +RANDOM_STATE = 42 +np.random.seed(RANDOM_STATE) + + +def convert_to_csv(data, filename, label='target'): + data = pd.DataFrame(data, columns=[f'f{i}' for i in range(data.shape[1] - 1)] + ['target']) + data[label] = data[label].astype(int) + data.to_csv(filename, index=False) + + +def read_output_from_command(command, env): + res = subprocess.run(command.split(' '), stdout=subprocess.PIPE, + stderr=subprocess.PIPE, encoding='utf-8', env=env) + return res.stdout[:-1], res.stderr[:-1] + + +def run_case(n_samples, n_features, n_trees, n_leaves, n_runs, task_type): + data_params = { + 'n_samples': 2 * n_samples, + 'n_features': n_features, + 'n_informative': n_features // 2, + 'random_state': RANDOM_STATE + } + if task_type == 'binary': + x, y = make_classification(**data_params, class_sep=0.7) + elif task_type == 'regression': + x, y = make_regression(**data_params, noise=0.33) + + data = np.concatenate([x, y.reshape(-1, 1)], axis=1) + train_data, test_data = train_test_split(data, test_size=0.5, random_state=RANDOM_STATE) + + train_filename, test_filename = "synth_data_train.csv", "synth_data_test.csv" + convert_to_csv(train_data, train_filename) + convert_to_csv(test_data, test_filename) + + print(f'n_samples={n_samples}, n_features={n_features}, n_trees={n_trees}, n_leaves={n_leaves}') + + case_dict = {'algorithm': [f'Random Forest {task_type.capitalize()}'], + 'n samples': [n_samples], 'n features': [n_features], + 'n trees': [n_trees], 'n leaves': [n_leaves]} + + if task_type == 'binary': + metrics = ['accuracy', 'F1 score'] + elif task_type == 'regression': + metrics = ['RMSE', 'R2 score'] + metrics = ['all workflow time[ms]', f'training {metrics[0]}', f'testing {metrics[0]}', f'training {metrics[1]}', f'testing {metrics[1]}'] + metrics_map_template = {el: '{} ' + f'{el}' for el in metrics} + + result = None + for i in range(n_runs): + env_copy = os.environ.copy() + default_stdout, default_stderr = read_output_from_command(f'dotnet run {train_filename} {test_filename} {task_type} RandomForest {n_trees} {n_leaves}', env_copy) + + print('DEFAULT STDOUT:', default_stdout, 'DEFAULT STDERR:', default_stderr, sep='\n') + + default_res = io.StringIO(default_stdout + '\n') + default_res = pd.DataFrame(case_dict).merge(pd.read_csv(default_res)) + + env_copy['MLNET_BACKEND'] = 'ONEDAL' + optimized_stdout, optimized_stderr = read_output_from_command(f'dotnet run {train_filename} {test_filename} {task_type} RandomForest {n_trees} {n_leaves}', env_copy) + + print('OPTIMIZED STDOUT:', optimized_stdout, 'OPTIMIZED STDERR:', optimized_stderr, sep='\n') + + optimized_res = io.StringIO(optimized_stdout + '\n') + optimized_res = pd.read_csv(optimized_res) + + default_res = default_res.rename(columns={k: v.format('ML.NET') for k, v in metrics_map_template.items()}) + optimized_res = optimized_res.rename(columns={k: v.format('oneDAL') for k, v in metrics_map_template.items()}) + + if result is None: + result = default_res.merge(optimized_res) + else: + result = pd.concat([result, default_res.merge(optimized_res)], axis=0) + + all_columns = list(result.columns) + groupby_columns = list(case_dict.keys()) + metric_columns = list(result.columns) + for column in groupby_columns: + metric_columns.remove(column) + result = result.groupby(groupby_columns)[metric_columns].mean().reset_index() + + return result + +n_samples_range = [10000, 20000, 50000] +n_features_range = [8, 64, 256] +n_trees_range = [100, 200, 500] +n_leaves_range = [128, 256, 512] +n_runs = 5 + +result = None +for task_type in ['binary', 'regression']: + for n_samples in n_samples_range: + for n_features in n_features_range: + for n_trees in n_trees_range: + for n_leaves in n_leaves_range: + new_result = run_case(n_samples, n_features, n_trees, n_leaves, n_runs, task_type=task_type) + if result is None: + result = new_result + else: + result = pd.concat([result, new_result], axis=0) + +result.to_csv('result.csv', index=False) +result.to_csv(sys.stdout, index=False) diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 4ea4711867..4352cb9b01 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -472,11 +472,15 @@ function Download-OneDAL { wget "$ROOT_URL/$dload_name" -O "$STAGE_DIR/$dload_name" if [ -e $STAGE_DIR/$dload_name ]; then dir_prefix="${STAGE_DIR}/${package_spec[0]}.${package_spec[1]}" + dir_at_target="${TARGET_DIR}/${package_spec[0]}.${package_spec[1]}" dir_name="${dir_prefix}/${package_spec[2]}" echo "Should be creating directory $dir_name" mkdir -p $dir_name echo "Now uncompressing" unzip $STAGE_DIR/$dload_name -d $dir_name + # TODO -- should probably check that these exist before downloading + # TODO -- also, this may blow away other versions of the libraries + rm -rf ${dir_at_target} mv $dir_prefix $TARGET_DIR else echo "something went wrong when downloading $dload_name to $STAGE_DIR" From 0c9a00ced0124a0cbd3e856e7f96134d96615059 Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Mon, 5 Dec 2022 14:42:23 -0800 Subject: [PATCH 31/60] Move download functionality to msbuild --- eng/common/build.ps1 | 2 +- eng/common/tools.sh | 2 +- .../Microsoft.ML.OneDal.csproj | 15 +++++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/eng/common/build.ps1 b/eng/common/build.ps1 index c9665bda14..55129adfb4 100644 --- a/eng/common/build.ps1 +++ b/eng/common/build.ps1 @@ -90,7 +90,7 @@ function InitializeCustomToolset { } function Build { - Download-OneDAL +# Download-OneDAL $toolsetBuildProj = InitializeToolset InitializeCustomToolset diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 4352cb9b01..6bad728936 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -448,7 +448,7 @@ function MSBuild { args+=( "-logger:$selectedPath" ) fi - Download-OneDAL +# Download-OneDAL MSBuild-Core ${args[@]} } diff --git a/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj b/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj index ab1cc7a4cb..e85e81d90c 100644 --- a/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj +++ b/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj @@ -30,4 +30,19 @@ + + + + + + + + + + + From d5f24428665a33b4daf91cda2c39d16dbd732de6 Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Mon, 5 Dec 2022 15:44:06 -0800 Subject: [PATCH 32/60] OS-specific downloads --- src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj b/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj index e85e81d90c..b8f4e7f354 100644 --- a/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj +++ b/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj @@ -32,16 +32,14 @@ - - - - - + + + + + + From 16f7c7b219220e926f088140156db29c8d98c27a Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Mon, 5 Dec 2022 19:50:35 -0800 Subject: [PATCH 33/60] Revert changes to these files, as now using PackageDownloads instead --- eng/common/build.ps1 | 46 -------------------------------------------- eng/common/tools.sh | 37 ----------------------------------- 2 files changed, 83 deletions(-) diff --git a/eng/common/build.ps1 b/eng/common/build.ps1 index 55129adfb4..e0420a6427 100644 --- a/eng/common/build.ps1 +++ b/eng/common/build.ps1 @@ -90,7 +90,6 @@ function InitializeCustomToolset { } function Build { -# Download-OneDAL $toolsetBuildProj = InitializeToolset InitializeCustomToolset @@ -128,51 +127,6 @@ function Build { @properties } -function Download-OneDAL { - Add-Type -AssemblyName System.IO.Compression.FileSystem - $nuget_cache = GetNuGetPackageCachePath - $ROOT_URL="https://globalcdn.nuget.org/packages" - - $parent = [System.IO.Path]::GetTempPath() - $name = [System.IO.Path]::GetRandomFileName() - $STAGE_DIR = (Join-Path $parent $name) - New-Item -ItemType Directory -Path $STAGE_DIR - - $packages = @( - @("inteldal.redist", "win-x64", "2023.0.0.23189"), - @("inteldal.devel", "win-x64", "2023.0.0.23189"), - @("inteltbb.redist", "win", "2021.7.1.15305"), - @("inteltbb.devel", "win", "2021.7.1.15305") - ) - - for($i = 0; $i -le $packages.Count - 1; $i++) { - $package_spec=$packages[$i] - $dload_name= $package_spec[0] + "." + $package_spec[1] + "." + $package_spec[2] + ".nupkg" - $dload_uri=$ROOT_URL + "/" + $dload_name - $target_dload = $STAGE_DIR + "/" + $dload_name - Invoke-WebRequest $dload_uri -OutFile $target_dload - - if (Test-Path $target_dload) { - $dir_prefix=$STAGE_DIR + "/" + $package_spec[0] + "." + $package_spec[1] - $dir_name=$dir_prefix + "/" + $package_spec[2] - [System.IO.Directory]::CreateDirectory($dir_name) - [System.IO.Compression.ZipFile]::ExtractToDirectory($target_dload, $dir_name) - $final_path = (Join-Path $nuget_cache (($package_spec[0]) + "." + ($package_spec[1]))) - if (!(Test-Path $final_path)) { - New-Item -ItemType Directory -Path $final_path - } - - Move-Item -Force -Path $dir_name -Destination $final_path - - } else { - Write-Host "Couldn't download file: [" + $target_dload + "]" - } - } - - Write-Host "********************* Check output in $STAGE_DIR, moved to $nuget_cache *********************" - -} - try { if ($clean) { if (Test-Path $ArtifactsDir) { diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 6bad728936..c110d0ed41 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -448,46 +448,9 @@ function MSBuild { args+=( "-logger:$selectedPath" ) fi -# Download-OneDAL - MSBuild-Core ${args[@]} } -function Download-OneDAL { - - packages=( - "inteldal.redist linux-x64 2023.0.0.23046" - "inteldal.devel win-x64 2023.0.0.23189" - "inteltbb.devel linux 2021.7.1.15005" - ) - - STAGE_DIR=$(mktemp -d) - #TARGET_DIR=$(mktemp -d) - ROOT_URL="https://globalcdn.nuget.org/packages" - TARGET_DIR=$_GetNuGetPackageCachePath - for i in $(seq ${#packages[@]}); do - idx=$((i-1)) - package_spec=(${packages[$idx]}) - dload_name="${package_spec[0]}.${package_spec[1]}.${package_spec[2]}.nupkg" - wget "$ROOT_URL/$dload_name" -O "$STAGE_DIR/$dload_name" - if [ -e $STAGE_DIR/$dload_name ]; then - dir_prefix="${STAGE_DIR}/${package_spec[0]}.${package_spec[1]}" - dir_at_target="${TARGET_DIR}/${package_spec[0]}.${package_spec[1]}" - dir_name="${dir_prefix}/${package_spec[2]}" - echo "Should be creating directory $dir_name" - mkdir -p $dir_name - echo "Now uncompressing" - unzip $STAGE_DIR/$dload_name -d $dir_name - # TODO -- should probably check that these exist before downloading - # TODO -- also, this may blow away other versions of the libraries - rm -rf ${dir_at_target} - mv $dir_prefix $TARGET_DIR - else - echo "something went wrong when downloading $dload_name to $STAGE_DIR" - fi - done -} - function MSBuild-Core { if [[ "$ci" == true ]]; then if [[ "$binary_log" != true && "$exclude_ci_binary_log" != true ]]; then From 4ab37dba02a778dc0afe5e72373069eee4ab2ed8 Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Tue, 6 Dec 2022 14:52:17 +0000 Subject: [PATCH 34/60] Remove unused cmake variables --- src/Native/Native.proj | 2 -- src/Native/build.cmd | 4 ---- src/Native/gen-buildsys-win.bat | 2 +- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/Native/Native.proj b/src/Native/Native.proj index 574869f7eb..c4feaec531 100644 --- a/src/Native/Native.proj +++ b/src/Native/Native.proj @@ -108,9 +108,7 @@ $(Configuration) $(TargetArchitecture) --mkllibpath $(NuGetPackageRoot)mlnetmkldeps\$(MlNetMklDepsVersion)\runtimes\$(PackageRid)\native - $(BuildArgs) --onedalredistpath $(NuGetPackageRoot)inteldal.redist.$(PackageRid)\$(OneDalPkgVersion)\build\native\daal\latest $(BuildArgs) --onedaldevelpath $(NuGetPackageRoot)inteldal.devel.win-x64\$(OneDalDevelPkgVersion)\build\native\daal\latest - $(BuildArgs) --onetbbredistpath $(NuGetPackageRoot)inteltbb.redist.$(TbbSystem)\$(OneTbbPkgVersion)\runtimes\$(PackageRid)\native $(BuildArgs) --onetbbdevelpath $(NuGetPackageRoot)inteltbb.devel.$(TbbSystem)\$(OneTbbPkgVersion)\lib\native\$(PackageRid) diff --git a/src/Native/build.cmd b/src/Native/build.cmd index 536e4845a5..af85898bac 100644 --- a/src/Native/build.cmd +++ b/src/Native/build.cmd @@ -16,9 +16,7 @@ set __BuildArch=x64 set __VCBuildArch=x86_amd64 set CMAKE_BUILD_TYPE=Debug set MKL_LIB_PATH="" -set ONEDAL_REDIST_PATH="" set ONEDAL_DEVEL_PATH="" -set ONETBB_REDIST_PATH="" set ONETBB_DEVEL_PATH="" :Arg_Loop @@ -33,9 +31,7 @@ if /i [%1] == [arm] ( set __BuildArch=arm&&set __VCBuildArch=x86_arm&&sh if /i [%1] == [arm64] ( set __BuildArch=arm64&&set __VCBuildArch=x86_arm64&&shift&goto Arg_Loop) if /i [%1] == [--mkllibpath] ( set MKL_LIB_PATH=%2&&shift&goto Arg_Loop) -if /i [%1] == [--onedalredistpath] ( set ONEDAL_REDIST_PATH=%2&&shift&goto Arg_Loop) if /i [%1] == [--onedaldevelpath] ( set ONEDAL_DEVEL_PATH=%2&&shift&goto Arg_Loop) -if /i [%1] == [--onetbbredistpath] ( set ONETBB_REDIST_PATH=%2&&shift&goto Arg_Loop) if /i [%1] == [--onetbbdevelpath] ( set ONETBB_DEVEL_PATH=%2&&shift&goto Arg_Loop) shift goto :Arg_Loop diff --git a/src/Native/gen-buildsys-win.bat b/src/Native/gen-buildsys-win.bat index b34b3f90b9..4d4248200b 100644 --- a/src/Native/gen-buildsys-win.bat +++ b/src/Native/gen-buildsys-win.bat @@ -30,7 +30,7 @@ if /i "%3" == "x64" (set __ExtraCmakeParams=%__ExtraCmakeParams% -A x64) if /i "%3" == "x86" (set __ExtraCmakeParams=%__ExtraCmakeParams% -A Win32) if /i "%3" == "arm64" (set __ExtraCmakeParams=%__ExtraCmakeParams% -A arm64) if /i "%3" == "arm" (set __ExtraCmakeParams=%__ExtraCmakeParams% -A arm) -"%CMakePath%" "-DCMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE%" "-DCMAKE_INSTALL_PREFIX=%__CMakeBinDir%" "-DMKL_LIB_PATH=%MKL_LIB_PATH%" "-DONEDAL_REDIST_PATH=%ONEDAL_REDIST_PATH%" "-DONEDAL_DEVEL_PATH=%ONEDAL_DEVEL_PATH%" "-DONETBB_REDIST_PATH=%ONETBB_LIB_PATH%" "-DONETBB_DEVEL_PATH=%ONETBB_DEVEL_PATH%" "-DARCHITECTURE=%3" -G "Visual Studio %__VSString%" %__ExtraCmakeParams% -B. -H%1 +"%CMakePath%" "-DCMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE%" "-DCMAKE_INSTALL_PREFIX=%__CMakeBinDir%" "-DMKL_LIB_PATH=%MKL_LIB_PATH%" "-DONEDAL_DEVEL_PATH=%ONEDAL_DEVEL_PATH%" "-DONETBB_DEVEL_PATH=%ONETBB_DEVEL_PATH%" "-DARCHITECTURE=%3" -G "Visual Studio %__VSString%" %__ExtraCmakeParams% -B. -H%1 endlocal GOTO :DONE From 5875e317756985228d866e3646e5142b0ab1dcba Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Wed, 7 Dec 2022 22:35:42 -0800 Subject: [PATCH 35/60] Restore accessibility of ctor in favor of changes in AssemblyInfo --- src/Microsoft.ML.FastTree/Properties/AssemblyInfo.cs | 1 + src/Microsoft.ML.FastTree/RandomForestClassification.cs | 6 +++--- src/Microsoft.ML.FastTree/RandomForestRegression.cs | 4 ++-- .../TreeEnsemble/InternalRegressionTree.cs | 8 ++++---- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/Microsoft.ML.FastTree/Properties/AssemblyInfo.cs b/src/Microsoft.ML.FastTree/Properties/AssemblyInfo.cs index 4a1575a5aa..3c6bf1a860 100644 --- a/src/Microsoft.ML.FastTree/Properties/AssemblyInfo.cs +++ b/src/Microsoft.ML.FastTree/Properties/AssemblyInfo.cs @@ -9,6 +9,7 @@ [assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.Predictor.Tests" + PublicKey.Value)] [assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.LightGbm" + PublicKey.Value)] +[assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.OneDal" + PublicKey.Value)] [assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.Sweeper" + PublicKey.Value)] [assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.Internal.FastTree" + InternalPublicKey.Value)] diff --git a/src/Microsoft.ML.FastTree/RandomForestClassification.cs b/src/Microsoft.ML.FastTree/RandomForestClassification.cs index edb4ce5339..74957f9aea 100644 --- a/src/Microsoft.ML.FastTree/RandomForestClassification.cs +++ b/src/Microsoft.ML.FastTree/RandomForestClassification.cs @@ -3,19 +3,19 @@ // See the LICENSE file in the project root for more information. using System; -using System.Linq; using System.Collections.Generic; +using System.Linq; using System.Runtime.InteropServices; using Microsoft.ML; -using Microsoft.ML.Internal.Utilities; using Microsoft.ML.Calibrators; using Microsoft.ML.CommandLine; using Microsoft.ML.Data; using Microsoft.ML.EntryPoints; +using Microsoft.ML.Internal.Utilities; using Microsoft.ML.Model; +using Microsoft.ML.OneDal; using Microsoft.ML.Runtime; using Microsoft.ML.Trainers.FastTree; -using Microsoft.ML.OneDal; [assembly: LoadableClass(FastForestBinaryTrainer.Summary, typeof(FastForestBinaryTrainer), typeof(FastForestBinaryTrainer.Options), new[] { typeof(SignatureBinaryClassifierTrainer), typeof(SignatureTrainer), typeof(SignatureTreeEnsembleTrainer), typeof(SignatureFeatureScorerTrainer) }, diff --git a/src/Microsoft.ML.FastTree/RandomForestRegression.cs b/src/Microsoft.ML.FastTree/RandomForestRegression.cs index 31ed90189f..4598b13aae 100644 --- a/src/Microsoft.ML.FastTree/RandomForestRegression.cs +++ b/src/Microsoft.ML.FastTree/RandomForestRegression.cs @@ -3,8 +3,8 @@ // See the LICENSE file in the project root for more information. using System; -using System.Linq; using System.Collections.Generic; +using System.Linq; using System.Runtime.InteropServices; using Microsoft.ML; using Microsoft.ML.CommandLine; @@ -13,9 +13,9 @@ using Microsoft.ML.Internal.Utilities; using Microsoft.ML.Model; using Microsoft.ML.Model.OnnxConverter; +using Microsoft.ML.OneDal; using Microsoft.ML.Runtime; using Microsoft.ML.Trainers.FastTree; -using Microsoft.ML.OneDal; [assembly: LoadableClass(FastForestRegressionTrainer.Summary, typeof(FastForestRegressionTrainer), typeof(FastForestRegressionTrainer.Options), new[] { typeof(SignatureRegressorTrainer), typeof(SignatureTrainer), typeof(SignatureTreeEnsembleTrainer), typeof(SignatureFeatureScorerTrainer) }, diff --git a/src/Microsoft.ML.FastTree/TreeEnsemble/InternalRegressionTree.cs b/src/Microsoft.ML.FastTree/TreeEnsemble/InternalRegressionTree.cs index e325861e2f..02a3cdb36e 100644 --- a/src/Microsoft.ML.FastTree/TreeEnsemble/InternalRegressionTree.cs +++ b/src/Microsoft.ML.FastTree/TreeEnsemble/InternalRegressionTree.cs @@ -189,10 +189,10 @@ public static InternalRegressionTree Create(int numLeaves, int[] splitFeatures, } } - protected InternalRegressionTree(int[] splitFeatures, double[] splitGain, double[] gainPValue, - float[] rawThresholds, float[] defaultValueForMissing, int[] lteChild, int[] gtChild, double[] leafValues, - int[][] categoricalSplitFeatures, bool[] categoricalSplit) - : this() + internal InternalRegressionTree(int[] splitFeatures, double[] splitGain, double[] gainPValue, +float[] rawThresholds, float[] defaultValueForMissing, int[] lteChild, int[] gtChild, double[] leafValues, +int[][] categoricalSplitFeatures, bool[] categoricalSplit) +: this() { Contracts.CheckParam(Utils.Size(splitFeatures) > 0, nameof(splitFeatures), "Number of split features must be positive"); From 075b48e58afc242fdb1d66f80e85ecfeba9daec2 Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Sun, 11 Dec 2022 21:52:29 -0800 Subject: [PATCH 36/60] dependencies of benchmark driver --- docs/samples/Microsoft.ML.Samples.OneDal/requirements.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/samples/Microsoft.ML.Samples.OneDal/requirements.txt diff --git a/docs/samples/Microsoft.ML.Samples.OneDal/requirements.txt b/docs/samples/Microsoft.ML.Samples.OneDal/requirements.txt new file mode 100644 index 0000000000..5ab9999be1 --- /dev/null +++ b/docs/samples/Microsoft.ML.Samples.OneDal/requirements.txt @@ -0,0 +1,3 @@ +numpy +pandas +sklearn From d0de9916ad6d83c4157c6bcc5e8c5052117ce3a1 Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Sun, 11 Dec 2022 22:38:52 -0800 Subject: [PATCH 37/60] Small driver that installs dependencies and runs benchmarking scripts --- docs/samples/Microsoft.ML.Samples.OneDal/run_sample.ps1 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/samples/Microsoft.ML.Samples.OneDal/run_sample.ps1 diff --git a/docs/samples/Microsoft.ML.Samples.OneDal/run_sample.ps1 b/docs/samples/Microsoft.ML.Samples.OneDal/run_sample.ps1 new file mode 100644 index 0000000000..4846b52531 --- /dev/null +++ b/docs/samples/Microsoft.ML.Samples.OneDal/run_sample.ps1 @@ -0,0 +1,8 @@ +$VENV_NAME=".venv" +# $PYTHON_NAME="python3" +$PYTHON_NAME="python" +Write-Host ("Should be installing in directory [" + $VENV_NAME + "]") +& $PYTHON_NAME -m venv $VENV_NAME +& ($VENV_NAME + "/bin/Activate.ps1") +& $PYTHON_NAME -m pip install -r requirements.txt +& $PYTHON_NAME run_bench.py From 42012ba6e1d6c2feef7955bbe0697b95d92e967b Mon Sep 17 00:00:00 2001 From: "R.G.Esteves" Date: Mon, 12 Dec 2022 13:44:39 -0800 Subject: [PATCH 38/60] Guard onedal as exclusive of x64 arch --- .../BaselineOutput/Common/EntryPoints/core_manifest.json | 9 +++++++++ .../Microsoft.ML.Core.Tests.csproj | 2 +- .../Microsoft.ML.IntegrationTests.csproj | 2 +- .../Microsoft.ML.NightlyBuild.Tests.csproj | 2 +- .../Microsoft.ML.TestFramework.csproj | 2 +- test/Microsoft.ML.Tests/Microsoft.ML.Tests.csproj | 2 +- 6 files changed, 14 insertions(+), 5 deletions(-) diff --git a/test/BaselineOutput/Common/EntryPoints/core_manifest.json b/test/BaselineOutput/Common/EntryPoints/core_manifest.json index ba235d72c3..3dbaad5989 100644 --- a/test/BaselineOutput/Common/EntryPoints/core_manifest.json +++ b/test/BaselineOutput/Common/EntryPoints/core_manifest.json @@ -15174,6 +15174,15 @@ "SortOrder": 150.0, "IsNullable": false, "Default": true + }, + { + "Name": "BatchSize", + "Type": "Int", + "Desc": "Number of entries in a batch when loading data (0 = auto).", + "Required": false, + "SortOrder": 150.0, + "IsNullable": false, + "Default": 0 } ], "Outputs": [ diff --git a/test/Microsoft.ML.Core.Tests/Microsoft.ML.Core.Tests.csproj b/test/Microsoft.ML.Core.Tests/Microsoft.ML.Core.Tests.csproj index b03c0f2169..3969b7238f 100644 --- a/test/Microsoft.ML.Core.Tests/Microsoft.ML.Core.Tests.csproj +++ b/test/Microsoft.ML.Core.Tests/Microsoft.ML.Core.Tests.csproj @@ -42,7 +42,7 @@ - + diff --git a/test/Microsoft.ML.IntegrationTests/Microsoft.ML.IntegrationTests.csproj b/test/Microsoft.ML.IntegrationTests/Microsoft.ML.IntegrationTests.csproj index c2b3b8cee8..bafda75fba 100644 --- a/test/Microsoft.ML.IntegrationTests/Microsoft.ML.IntegrationTests.csproj +++ b/test/Microsoft.ML.IntegrationTests/Microsoft.ML.IntegrationTests.csproj @@ -40,7 +40,7 @@ - + diff --git a/test/Microsoft.ML.NightlyBuild.Tests/Microsoft.ML.NightlyBuild.Tests.csproj b/test/Microsoft.ML.NightlyBuild.Tests/Microsoft.ML.NightlyBuild.Tests.csproj index faca86a110..3997e12a2d 100644 --- a/test/Microsoft.ML.NightlyBuild.Tests/Microsoft.ML.NightlyBuild.Tests.csproj +++ b/test/Microsoft.ML.NightlyBuild.Tests/Microsoft.ML.NightlyBuild.Tests.csproj @@ -22,7 +22,7 @@ - + diff --git a/test/Microsoft.ML.TestFramework/Microsoft.ML.TestFramework.csproj b/test/Microsoft.ML.TestFramework/Microsoft.ML.TestFramework.csproj index 7340a62023..f63c5ea0b6 100644 --- a/test/Microsoft.ML.TestFramework/Microsoft.ML.TestFramework.csproj +++ b/test/Microsoft.ML.TestFramework/Microsoft.ML.TestFramework.csproj @@ -28,7 +28,7 @@ - + diff --git a/test/Microsoft.ML.Tests/Microsoft.ML.Tests.csproj b/test/Microsoft.ML.Tests/Microsoft.ML.Tests.csproj index a693d070e5..25633f57d2 100644 --- a/test/Microsoft.ML.Tests/Microsoft.ML.Tests.csproj +++ b/test/Microsoft.ML.Tests/Microsoft.ML.Tests.csproj @@ -49,7 +49,7 @@ - + From db39a8f6c0ef63b2533f09b5a4e9197b9ea69c3a Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Tue, 13 Dec 2022 11:02:19 -0800 Subject: [PATCH 39/60] Consider MacOS builds --- eng/Versions.props | 4 ++-- src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 745fac7dd9..63852aa418 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,11 +44,11 @@ --> 2023.0.0.23189 2023.0.0.23046 - 2023.0.0.21926 + 2023.0.0.22995 2023.0.0.23189 2021.7.1.15305 2021.7.1.15005 - 2021.8.0.9986 + 2021.7.1.14939 1 1 2.1.0 diff --git a/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj b/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj index b8f4e7f354..2d94293f15 100644 --- a/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj +++ b/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj @@ -37,6 +37,9 @@ + + + From 858be569b344ae1ea367528460f53ea682467d14 Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Tue, 13 Dec 2022 12:11:21 -0800 Subject: [PATCH 40/60] Only build OneDal in x64 architectures --- src/Native/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Native/CMakeLists.txt b/src/Native/CMakeLists.txt index e9f3514732..7d9573c1c8 100644 --- a/src/Native/CMakeLists.txt +++ b/src/Native/CMakeLists.txt @@ -258,10 +258,13 @@ if(NOT ${ARCHITECTURE} MATCHES "arm.*") add_subdirectory(CpuMathNative) add_subdirectory(FastTreeNative) add_subdirectory(MklProxyNative) - add_subdirectory(OneDalNative) # TODO: once we fix the 4 intel MKL methods, SymSgdNative will need to go back in. add_subdirectory(SymSgdNative) endif() +if(IS_64BIT_BUILD) + add_subdirectory(OneDalNative) +endif() + add_subdirectory(LdaNative) add_subdirectory(MatrixFactorizationNative) From 6fb303b822304f9892e22ceb5d4bc10566177dcc Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Tue, 13 Dec 2022 12:58:45 -0800 Subject: [PATCH 41/60] The IS_64BIT_BUILD guard didn't work, switching to string comp --- src/Native/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Native/CMakeLists.txt b/src/Native/CMakeLists.txt index 7d9573c1c8..bc9f97d469 100644 --- a/src/Native/CMakeLists.txt +++ b/src/Native/CMakeLists.txt @@ -262,9 +262,10 @@ if(NOT ${ARCHITECTURE} MATCHES "arm.*") add_subdirectory(SymSgdNative) endif() -if(IS_64BIT_BUILD) - add_subdirectory(OneDalNative) +if(${ARCHITECTURE} STREQUAL "x64") + add_subdirectory(OneDalNative) endif() + add_subdirectory(LdaNative) add_subdirectory(MatrixFactorizationNative) From ad499b2d0be827dba7ec03da37f8d605e20a4fb5 Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Tue, 13 Dec 2022 14:16:33 -0800 Subject: [PATCH 42/60] Accomodate arch reporting on mac --- src/Native/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Native/CMakeLists.txt b/src/Native/CMakeLists.txt index bc9f97d469..d6d130a2ac 100644 --- a/src/Native/CMakeLists.txt +++ b/src/Native/CMakeLists.txt @@ -262,7 +262,7 @@ if(NOT ${ARCHITECTURE} MATCHES "arm.*") add_subdirectory(SymSgdNative) endif() -if(${ARCHITECTURE} STREQUAL "x64") +if(${ARCHITECTURE} MATCHES "[xX].*64") add_subdirectory(OneDalNative) endif() From 13b8931d2cf777cadff281a5f95aac4c5a5a673b Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Tue, 13 Dec 2022 14:53:44 -0800 Subject: [PATCH 43/60] Activate OneDal only on x64 --- src/Native/CMakeLists.txt | 1 - src/Native/Native.proj | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/Native/CMakeLists.txt b/src/Native/CMakeLists.txt index d6d130a2ac..babb7fcaf6 100644 --- a/src/Native/CMakeLists.txt +++ b/src/Native/CMakeLists.txt @@ -266,6 +266,5 @@ if(${ARCHITECTURE} MATCHES "[xX].*64") add_subdirectory(OneDalNative) endif() - add_subdirectory(LdaNative) add_subdirectory(MatrixFactorizationNative) diff --git a/src/Native/Native.proj b/src/Native/Native.proj index c4feaec531..6d7ee20875 100644 --- a/src/Native/Native.proj +++ b/src/Native/Native.proj @@ -135,17 +135,17 @@ DestinationFolder="$(NativeAssetsBuiltPath)" /> - - - - From afae3eac8570536718cb5bb5343b15ed0772a8d8 Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Wed, 14 Dec 2022 00:00:07 -0800 Subject: [PATCH 44/60] Only pass build parameters for onedal in x64 --- src/Native/Native.proj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Native/Native.proj b/src/Native/Native.proj index 6d7ee20875..1b37baeab6 100644 --- a/src/Native/Native.proj +++ b/src/Native/Native.proj @@ -85,7 +85,8 @@ --configuration $(Configuration) --arch $(TargetArchitecture) $(StripArgs) - + + $(BuildArgs) --mkllibpath $(NuGetPackageRoot)mlnetmkldeps/$(MlNetMklDepsVersion)/runtimes/$(PackageRid)/native From 6f47eac9f26d5542d99a7cef2a366cdec82c12ad Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Wed, 14 Dec 2022 05:35:03 -0800 Subject: [PATCH 46/60] Avoid CMake 'var not used' error --- src/Native/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Native/CMakeLists.txt b/src/Native/CMakeLists.txt index babb7fcaf6..6624e63503 100644 --- a/src/Native/CMakeLists.txt +++ b/src/Native/CMakeLists.txt @@ -260,10 +260,14 @@ if(NOT ${ARCHITECTURE} MATCHES "arm.*") add_subdirectory(MklProxyNative) # TODO: once we fix the 4 intel MKL methods, SymSgdNative will need to go back in. add_subdirectory(SymSgdNative) -endif() + endif() if(${ARCHITECTURE} MATCHES "[xX].*64") add_subdirectory(OneDalNative) +else() + if (DEFINED ONEDAL_DEVEL_PATH) + message("Path to OneDal library defined [${ONEDAL_DEVEL_PATH}] but it is not being built on this arch.") + endif() endif() add_subdirectory(LdaNative) From 07be9f3daa7c3a01e0b7dc0ea7e5d03d1ab3ea71 Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Wed, 14 Dec 2022 14:30:37 -0800 Subject: [PATCH 47/60] Copy OneDal wrapper only on x64 architectures --- src/Native/Native.proj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Native/Native.proj b/src/Native/Native.proj index b677e76ad2..af9a9e5414 100644 --- a/src/Native/Native.proj +++ b/src/Native/Native.proj @@ -187,7 +187,7 @@ RelativePath="Microsoft.ML.Mkl.Redist\runtimes\$(PackageRid)\native" /> - From 27827c1bc4fc55afdb63073ee42d0140a622e07f Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Thu, 15 Dec 2022 01:05:14 -0800 Subject: [PATCH 48/60] OS-specific download (instead of same payload for linux/macos) --- docs/samples/Microsoft.ML.Samples.OneDal/Program.cs | 3 +-- docs/samples/Microsoft.ML.Samples.OneDal/requirements.txt | 2 +- src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj | 8 ++++---- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/samples/Microsoft.ML.Samples.OneDal/Program.cs b/docs/samples/Microsoft.ML.Samples.OneDal/Program.cs index 34b9ab47b0..93d5960d88 100644 --- a/docs/samples/Microsoft.ML.Samples.OneDal/Program.cs +++ b/docs/samples/Microsoft.ML.Samples.OneDal/Program.cs @@ -166,7 +166,6 @@ static void Main(string[] args) // data[0] - training subset // data[1] - testing subset IDataView[] data = LoadData(mlContext, args[0], args[1], args[2]); -#if false string labelName = "target"; var mainWatch = System.Diagnostics.Stopwatch.StartNew(); @@ -198,7 +197,7 @@ static void Main(string[] args) Console.WriteLine("algorithm,all workflow time[ms],training RMSE,testing RMSE,training R2 score,testing R2 score"); Console.WriteLine($"OLS Regression,{mainWatch.Elapsed.TotalMilliseconds},{metrics[0]},{metrics[1]},{metrics[2]},{metrics[3]}"); } -#endif + Console.WriteLine("**** Done!"); } } diff --git a/docs/samples/Microsoft.ML.Samples.OneDal/requirements.txt b/docs/samples/Microsoft.ML.Samples.OneDal/requirements.txt index 5ab9999be1..ad5443d796 100644 --- a/docs/samples/Microsoft.ML.Samples.OneDal/requirements.txt +++ b/docs/samples/Microsoft.ML.Samples.OneDal/requirements.txt @@ -1,3 +1,3 @@ numpy pandas -sklearn +scikit-learn diff --git a/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj b/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj index 2d94293f15..e7f76150a0 100644 --- a/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj +++ b/src/Microsoft.ML.OneDal/Microsoft.ML.OneDal.csproj @@ -34,11 +34,11 @@ - - + + - - + + From e7368d761afcb89d2df8bd2ba70f5ed95524c54d Mon Sep 17 00:00:00 2001 From: Michael Sharp Date: Thu, 15 Dec 2022 15:44:49 -0700 Subject: [PATCH 49/60] fixed sln file --- Microsoft.ML.sln | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/Microsoft.ML.sln b/Microsoft.ML.sln index ec3443d490..ec509b081e 100644 --- a/Microsoft.ML.sln +++ b/Microsoft.ML.sln @@ -92,6 +92,8 @@ EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.ML.Samples", "docs\samples\Microsoft.ML.Samples\Microsoft.ML.Samples.csproj", "{ECB71297-9DF1-48CE-B93A-CD969221F9B6}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.ML.SamplesUtils", "src\Microsoft.ML.SamplesUtils\Microsoft.ML.SamplesUtils.csproj", "{11A5210E-2EA7-42F1-80DB-827762E9C781}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.ML.Samples.OneDal", "docs\samples\Microsoft.ML.Samples.OneDal\Microsoft.ML.Samples.OneDal.csproj", "{38ED61F4-FA22-4DE9-B0C4-91F327F4EE31}" +EndProject EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.ML.Recommender", "src\Microsoft.ML.Recommender\Microsoft.ML.Recommender.csproj", "{C8E1772B-DFD9-4A4D-830D-6AAB1C668BB3}" EndProject @@ -161,12 +163,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.ML.Tokenizers", " EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.ML.Tokenizers.Tests", "test\Microsoft.ML.Tokenizers.Tests\Microsoft.ML.Tokenizers.Tests.csproj", "{C3D82402-F207-4F19-8C57-5AF0FBAF9682}" EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{E6411A2C-F88D-4A7E-9314-CC1495388BEB}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{C9597D82-1FC0-41CE-9579-31714ABB431C}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.ML.Samples.OneDal", "docs\samples\Microsoft.ML.Samples.OneDal\Microsoft.ML.Samples.OneDal.csproj", "{38ED61F4-FA22-4DE9-B0C4-91F327F4EE31}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -849,8 +845,7 @@ Global {FF0BD187-4451-4A3B-934B-2AE3454896E2} = {09EADF06-BE25-4228-AB53-95AE3E15B530} {BBC3A950-BD68-45AC-9DBD-A8F4D8847745} = {09EADF06-BE25-4228-AB53-95AE3E15B530} {C3D82402-F207-4F19-8C57-5AF0FBAF9682} = {AED9C836-31E3-4F3F-8ABC-929555D3F3C4} - {C9597D82-1FC0-41CE-9579-31714ABB431C} = {E6411A2C-F88D-4A7E-9314-CC1495388BEB} - {38ED61F4-FA22-4DE9-B0C4-91F327F4EE31} = {C9597D82-1FC0-41CE-9579-31714ABB431C} + {38ED61F4-FA22-4DE9-B0C4-91F327F4EE31} = {DA452A53-2E94-4433-B08C-041EDEC729E6} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {41165AF1-35BB-4832-A189-73060F82B01D} From e9c14365d46b22f6a10ff1cb07d658d3f7cc6e35 Mon Sep 17 00:00:00 2001 From: "R.G.Esteves" Date: Thu, 15 Dec 2022 21:43:11 -0800 Subject: [PATCH 50/60] A better range for average memory requirements, extra output breaks benchmark parsing --- docs/samples/Microsoft.ML.Samples.OneDal/Program.cs | 2 -- docs/samples/Microsoft.ML.Samples.OneDal/run_bench.py | 8 ++++---- .../samples/Microsoft.ML.Samples.OneDal/run_sample.ps1 | 10 ++++++++-- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/docs/samples/Microsoft.ML.Samples.OneDal/Program.cs b/docs/samples/Microsoft.ML.Samples.OneDal/Program.cs index 93d5960d88..3d834630a6 100644 --- a/docs/samples/Microsoft.ML.Samples.OneDal/Program.cs +++ b/docs/samples/Microsoft.ML.Samples.OneDal/Program.cs @@ -197,8 +197,6 @@ static void Main(string[] args) Console.WriteLine("algorithm,all workflow time[ms],training RMSE,testing RMSE,training R2 score,testing R2 score"); Console.WriteLine($"OLS Regression,{mainWatch.Elapsed.TotalMilliseconds},{metrics[0]},{metrics[1]},{metrics[2]},{metrics[3]}"); } - - Console.WriteLine("**** Done!"); } } } diff --git a/docs/samples/Microsoft.ML.Samples.OneDal/run_bench.py b/docs/samples/Microsoft.ML.Samples.OneDal/run_bench.py index 698c687133..f38b229975 100644 --- a/docs/samples/Microsoft.ML.Samples.OneDal/run_bench.py +++ b/docs/samples/Microsoft.ML.Samples.OneDal/run_bench.py @@ -91,10 +91,10 @@ def run_case(n_samples, n_features, n_trees, n_leaves, n_runs, task_type): return result -n_samples_range = [10000, 20000, 50000] -n_features_range = [8, 64, 256] -n_trees_range = [100, 200, 500] -n_leaves_range = [128, 256, 512] +n_samples_range = [5000, 10000] +n_features_range = [8, 64] +n_trees_range = [100] +n_leaves_range = [128] n_runs = 5 result = None diff --git a/docs/samples/Microsoft.ML.Samples.OneDal/run_sample.ps1 b/docs/samples/Microsoft.ML.Samples.OneDal/run_sample.ps1 index 4846b52531..8b9a720a3d 100644 --- a/docs/samples/Microsoft.ML.Samples.OneDal/run_sample.ps1 +++ b/docs/samples/Microsoft.ML.Samples.OneDal/run_sample.ps1 @@ -1,8 +1,14 @@ +$LIBS_LOCATION="..\..\..\artifacts\bin\Native\x64.Debug" +#ls $LIBS_LOCATION $VENV_NAME=".venv" # $PYTHON_NAME="python3" $PYTHON_NAME="python" Write-Host ("Should be installing in directory [" + $VENV_NAME + "]") & $PYTHON_NAME -m venv $VENV_NAME -& ($VENV_NAME + "/bin/Activate.ps1") -& $PYTHON_NAME -m pip install -r requirements.txt +& ($VENV_NAME + "/Scripts/Activate.ps1") +& $PYTHON_NAME -m pip --proxy http://proxy-chain.intel.com:911 install -r requirements.txt +#$env:PATH=("..\..\artifacts\bin\Native\x64.Debug;" + $env:PATH) +$env:PATH=("$LIBS_LOCATION;" + $env:PATH) & $PYTHON_NAME run_bench.py +deactivate + From 371ccd9a9afd2478c278877173557587a8713b4b Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Fri, 16 Dec 2022 08:13:01 -0800 Subject: [PATCH 51/60] Adding a unit test for OneDAL, and updating the usage notes --- README-oneDAL.md | 18 +- .../TrainerEstimators/OneDalEstimators.cs | 78 + test/data/binary_synth_data_test.csv | 5001 +++++++++++++++++ test/data/binary_synth_data_train.csv | 5001 +++++++++++++++++ 4 files changed, 10081 insertions(+), 17 deletions(-) create mode 100644 test/Microsoft.ML.Tests/TrainerEstimators/OneDalEstimators.cs create mode 100644 test/data/binary_synth_data_test.csv create mode 100644 test/data/binary_synth_data_train.csv diff --git a/README-oneDAL.md b/README-oneDAL.md index 2596b2e898..3d90f2ad92 100644 --- a/README-oneDAL.md +++ b/README-oneDAL.md @@ -4,29 +4,13 @@ oneAPI Data Analytics Library (oneDAL) is a library providing highly optimized m [oneDAL Documentation](http://oneapi-src.github.io/oneDAL/) | [oneDAL Repository](https://github.com/oneapi-src/oneDAL) -[`onedal-integration`](https://github.com/dotnet/machinelearning/tree/onedal-integration) branch provides work-in-progress integration of oneDAL into ML.NET. +> Please note that OneDAL acceleration paths are only available in x64 architectures Integration consists of: * A "native" component (under `src/Native/Microsoft.ML.OneDal`) implementing wrapper to pass data and parameters to oneDAL; * Dispatching to oneDAL kernels inside relevant learners: `OLS` (`src/Microsoft.ML.Mkl.Components`), `Logistic Regression` (`src/Microsoft.ML.StandardTrainers`), `Random Forest` (`src/Microsoft.ML.FastTree`); -## Building from source - -This is instruction how to build ML.NET with integrated oneDAL on Linux, Windows and MacOS platforms: - -1. Clone oneDAL from `develop` branch: `git clone -b develop https://github.com/oneapi-src/oneDAL.git` - -2. Build oneDAL using [this instruction](https://github.com/oneapi-src/oneDAL/blob/develop/INSTALL.md) - -3. Produce Nuget packages using next command template: - - deploy/nuget/prepare_dal_nuget.sh --template ./deploy/nuget/inteldal.nuspec.tpl --release-dir __release_{system}[_{compiler}] --platform {system} --ver {version} --major-binary-ver 1 --minor-binary-ver 1 --build-nupkg yes - -4. Add source path for produced Nuget packages in ML.NET NuGet.Config by adding line to `packageSources`: `` - -5. Build ML.NET from source as usual. - ## Running ML.NET trainers with dispatching to oneDAL kernels Currently, dispatching to oneDAL inside ML.NET is regulated by `MLNET_BACKEND` environment variable. If it's set to `ONEDAL`, oneDAL kernel will be used, otherwise - default ML.NET. diff --git a/test/Microsoft.ML.Tests/TrainerEstimators/OneDalEstimators.cs b/test/Microsoft.ML.Tests/TrainerEstimators/OneDalEstimators.cs new file mode 100644 index 0000000000..76e793adde --- /dev/null +++ b/test/Microsoft.ML.Tests/TrainerEstimators/OneDalEstimators.cs @@ -0,0 +1,78 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading; +using System.Threading.Tasks; +using FluentAssertions; +using Microsoft.ML.Calibrators; +using Microsoft.ML.Data; +using Microsoft.ML.Internal.Utilities; +using Microsoft.ML.Model; +using Microsoft.ML.RunTests; +using Microsoft.ML.Runtime; +using Microsoft.ML.TestFramework.Attributes; +using Microsoft.ML.Trainers; +using Microsoft.ML.Trainers.FastTree; +using Microsoft.ML.Trainers.LightGbm; +using Microsoft.ML.Transforms; +using Xunit; + +namespace Microsoft.ML.Tests.TrainerEstimators +{ + public partial class TrainerEstimators : TestDataPipeBase + { + + [Fact] + public void OneDalFastTreeBinaryEstimator() + { + Environment.SetEnvironmentVariable("MLNET_BACKEND", "ONEDAL"); + var trainDataPath = GetDataPath("binary_synth_data_train.csv"); + var testDataPath = GetDataPath("binary_synth_data_test.csv"); + + var loader = ML.Data.CreateTextLoader(columns: new[] { + new TextLoader.Column("f0", DataKind.Single, 0), + new TextLoader.Column("f1", DataKind.Single, 1), + new TextLoader.Column("f2", DataKind.Single, 2), + new TextLoader.Column("f3", DataKind.Single, 3), + new TextLoader.Column("f4", DataKind.Single, 4), + new TextLoader.Column("f5", DataKind.Single, 5), + new TextLoader.Column("f6", DataKind.Single, 6), + new TextLoader.Column("f7", DataKind.Single, 7), + new TextLoader.Column("target", DataKind.Boolean,8)}, + separatorChar: ',', + hasHeader: true); + + var trainingData = loader.Load(trainDataPath); + var testingData = loader.Load(testDataPath); + + var preprocessingPipeline = ML.Transforms.Concatenate("Features", new string[] { "f0", "f1", "f2", "f3", "f4", "f5", "f6", "f7" }); + + var preprocessedTrainingData = preprocessingPipeline.Fit(trainingData).Transform(trainingData); + var preprocessedTestingData = preprocessingPipeline.Fit(trainingData).Transform(testingData); + + // Output.WriteLine($"**** After preprocessing the data got {preprocessedTrainingData.Schema.Count} columns."); + + FastForestBinaryTrainer.Options options = new FastForestBinaryTrainer.Options(); + options.LabelColumnName = "target"; + options.FeatureColumnName = "Features"; + options.NumberOfTrees = 100; + options.NumberOfLeaves = 128; + options.MinimumExampleCountPerLeaf = 5; + options.FeatureFraction = 1.0; + + var trainer = ML.BinaryClassification.Trainers.FastForest(options); + var model = trainer.Fit(preprocessedTrainingData); + var trainingPredictions = model.Transform(preprocessedTrainingData); + var trainingMetrics = ML.BinaryClassification.EvaluateNonCalibrated(trainingPredictions, labelColumnName: "target"); + var testingPredictions = model.Transform(preprocessedTestingData); + var testingMetrics = ML.BinaryClassification.EvaluateNonCalibrated(testingPredictions, labelColumnName: "target"); + + Assert.True(testingMetrics.Accuracy > 0.8); + } + + } +} diff --git a/test/data/binary_synth_data_test.csv b/test/data/binary_synth_data_test.csv new file mode 100644 index 0000000000..29fc571df0 --- /dev/null +++ b/test/data/binary_synth_data_test.csv @@ -0,0 +1,5001 @@ +f0,f1,f2,f3,f4,f5,f6,f7,target +1.1633166427312505,0.022990862677445323,0.28517976379506765,1.8802757697066639,-1.9444542047679902,-1.7916063212887294,0.2776266858836187,0.3326628862547896,0 +1.4374403023796738,-3.7930733450185015,-2.5210958461046538,-0.22964943352869832,2.1894885038127097,-3.0656993379813846,-2.398503575503493,1.5260797651741431,1 +1.1877923082502408,0.22725124650895007,1.2617596971670968,1.5125748149442042,-2.0302301965602663,-1.398546633400438,0.4234463925312104,1.0829222078635927,0 +0.6215082495439329,-1.3480745875405198,-0.9844770040595958,0.9708260224648587,2.3310855354407676,0.3833495859566505,-1.0778944316653227,0.40051406202424245,0 +0.3440834951629013,2.3086893011702396,4.370929170549449,-0.06197660734878746,-5.387308844795016,-2.78143825725555,0.23037099752195656,2.6425598283376734,0 +-0.4699729347720554,-2.6509933185178705,-2.1748443256426033,-0.3900581210960149,3.2902414661908748,-1.2960592402777973,-2.939581809203635,0.9239139793347608,1 +0.07428736634692466,-1.3648536023671083,-1.583033522864886,0.9923125406537249,-2.1127698580107612,-2.9377779568677473,1.0223950546466514,-0.5071039471029346,1 +-0.6191668662232953,-0.2759610995926496,-0.05853351417217576,-0.4568939063861978,-0.9956531558731808,-1.439583231156921,-0.18536437444638942,0.3341728082208374,0 +-1.7615391383581764,1.6822058358140664,3.3848590982790117,1.0630124680095367,1.2150750031254187,2.3346219515968807,-1.4061882925338662,2.220132166174513,1 +-1.4950265102778972,-0.9535142104730494,-2.1991726539409893,1.4680745056221658,0.7895946240316772,-0.5600562253165929,-0.21344399646459433,-1.328658749570582,0 +-0.17262917688608928,-0.38589365282105165,-1.0824052580698467,0.8298628763318272,2.0062699755499183,0.483782845197966,-1.4900251101965165,-0.40793982922199695,0 +-1.5027420693617628,-0.24519754961185225,-0.5337168028769341,1.7621015211465214,-1.3230954517954447,-1.5840834859037383,0.19244544056521196,-0.2658258148805599,1 +0.4896208301578749,0.47400191292330696,0.742688688673619,-0.06338342136835731,-2.341264931719063,-1.9026184475881547,0.07783486154486563,0.4791841835111118,0 +0.6095911678814921,-0.48779668151197153,-1.2881634438080474,-0.13106454163271614,0.052714453896010156,-1.1927628252293632,-0.7701447894013612,-0.5971448961528105,0 +2.0449752843466245,1.508016523843825,1.6657262247477223,0.8193379862223743,-0.522969958401245,1.1911408367662881,0.2301580103470693,0.26527451417770226,1 +-0.17324233693899188,-0.7956075069678934,-1.2858225422501546,2.1309094660756367,-0.018245317976474804,-1.4779516388920226,-0.7180456022095149,-0.32698676400848387,0 +1.5905159117319176,3.3285243025418927,2.998899923284054,0.6168420914906814,-0.2596807842793212,1.7242570077606458,-1.7808373643095978,0.5854726051531005,1 +-0.8936543293814388,0.8060971183359467,1.5233911393387474,-0.745452845373217,0.984269857382938,0.8212165841742429,-1.6160040925412207,1.241393482128086,0 +0.7812372760715417,-2.1455841448278408,-1.8447452375264641,0.9772526895083499,2.3915820402734957,-1.0772190296522484,-2.0053377131697316,0.5628985532414865,1 +-0.043815998567082834,-0.28943908009769415,-1.228574831568172,-1.2386679923734674,0.12890761614582436,-0.9172083914048036,-0.742314321121894,-0.7328035801966093,0 +0.6715103118881438,-1.3496656020150573,-2.622429979458389,0.5046879193553835,-0.5880034051747787,-1.6827691582460196,0.8033130275374316,-1.6131315935666102,0 +0.2923477103502275,0.7986567141804305,2.0094295176341515,-0.0855889766053337,-0.5829447216396014,0.6981295450664229,0.32431937251688286,1.2260629336151876,1 +-0.8775613736482445,1.225681744799311,-0.431234475630494,-0.07060329217896918,-0.20544210745905953,-0.30149740687462717,-1.3070533250085106,-1.096782929864425,0 +0.6311145689812736,-1.199006364232821,-1.7943919281826661,-0.9527976203034624,0.8122488956821488,-0.7392741697356029,-0.3364038330683259,-0.662948785108164,0 +-0.6614844553566139,2.7687211539535195,3.8455766605354498,1.3352040661349307,0.9193252163178487,3.9568889407656354,-0.12424394029747654,1.299296209507612,1 +0.8472248677898062,-1.651850877818433,-1.4963557845342756,1.2593155077163802,-1.2384948709388606,-2.4792051440798937,0.6713121667830737,-0.11678122539605373,1 +1.0763364669254336,-3.8258940807034127,-2.389918370367699,-0.695841190120501,0.42503795894292323,-3.4421343685598424,-0.3853847997595252,1.1713155975916982,1 +1.8110037294891461,1.6073275716099942,0.2838090738703816,-1.7241485831066197,-2.337119752284285,-1.7386519837702619,-0.799773091928921,-0.7195643628633173,0 +-1.1568194890738266,0.1112804788517664,-2.8643271300320734,0.18909882766716185,-1.1421875665443377,-1.7861094648796567,-0.049933030029984504,-2.854212577361296,0 +0.9534299291971681,-0.06413180402256402,-2.098192107890468,-0.10011013661864956,1.2813584156141455,-0.22146335048525378,-1.4516369850222257,-1.6682613717053236,0 +1.4061371308882566,-1.967466131108875,-1.4534373349744145,-1.8032362201677503,-0.9290528505795513,-1.9129059807096371,1.3133061446537246,-0.02369572553613719,0 +-1.5189540148057692,-3.811092701366154,-4.136134532604256,-0.13925967636672265,3.053841126047535,-2.824129841156112,-2.8260092041474856,-0.0027493782056483562,1 +1.713929734534517,-0.974540391109356,-1.0853782903613824,-1.590878832434742,0.6807864025194501,-1.176624604477899,-1.178093957917287,0.12920416683712088,1 +2.200949171274209,0.8342283202669449,-1.320689456232418,-0.8131186401120666,0.7640252679171673,-0.26163521337388124,-1.9593782083404028,-1.496551063704486,0 +0.3913013541504558,0.3831981381367684,-0.4306673789931461,-0.14593614427243448,-1.3392463615003494,-0.6195622246084662,0.7948542360976452,-0.9288592267746331,1 +-1.3387708677585104,0.01865509488958983,-1.0677768381434736,-0.9021550141187461,1.530491256116451,1.4250052870233842,0.003946219948685048,-1.2111744565938187,1 +-1.322850540070419,1.4392750026196937,1.3805153870629152,0.5779471384718198,-1.5798958984417524,-0.915750361376232,-0.9163381812219596,0.5052786464924255,0 +0.3164726351730798,0.708848352882323,0.11434561545114645,0.8017741455456084,-0.9015002702875389,0.06493319787310448,0.5755699898322278,-0.6432605085775793,1 +0.2992230574467543,-0.014783113491391942,2.04528938301828,-0.1689181146818032,-1.9328625857762927,-1.4052874496009355,0.311406511901988,2.114410794536103,0 +-0.0058376606298492974,1.7866658533604114,0.8126768044095862,-0.384723565075769,-1.1762430009690528,0.738790732084444,0.5034334866537407,-0.8762026539266506,1 +0.8030395548929213,-2.1815488833798664,-1.7445877906712521,-1.0461958742331237,1.0401250349533748,-1.124968764749397,-0.13071452412221074,0.19153137109811424,0 +-0.05357875715395757,2.045391728479535,0.5984591466692896,-0.617716522317762,-2.44772797262729,1.6220509821103817,3.278459479092956,-2.1309634169416145,1 +-1.3311525493096608,1.283453915993841,2.978835264137836,0.223271857574621,-3.588909913099302,-1.8181256300107895,0.45517455923465366,1.9592314132157542,0 +0.5029810603627658,2.106961713190278,1.291879609360643,-0.9196868832807817,-4.221801161580167,-0.13860985390398928,3.1953427963467576,-1.3208100181182285,1 +0.6141157312917518,0.40260773156173646,0.5950846213590886,-0.6443519771493751,0.07379712177798821,0.368802307536817,-0.21851809788704235,0.2954793876894132,1 +2.7508803510566864,3.92697950304374,2.9915308136984664,0.14391635700807986,-2.4989582143165077,1.0026360881484382,-0.19172326614479307,-0.3021230701360943,1 +-0.7431453439135274,2.717483066695606,0.7636477182213494,0.9360385793823555,-1.5845803353929822,1.3073025840196895,0.8546807569570731,-1.850905373559199,1 +-0.6353498439652624,0.3257160212824588,-0.4946565847536522,0.7859209392730581,1.9416077408303287,0.8780870602900739,-1.8081139736049754,-0.35594148688020844,0 +1.1210129703895242,2.5890365291421773,2.9717310594976816,-0.8037266281052624,-0.6496490615711252,1.631086373808358,-0.543361469832568,0.8548404354012634,1 +0.9331894278296428,-0.01733139365101788,-2.3597263678237335,-1.4613762368138408,0.7262844522772496,0.14713941542726894,-0.14322689477437933,-2.3558258387412496,0 +-0.6559276575919049,-2.2405888695451956,-2.296275684396134,0.6731441853017134,2.03825596838779,-0.450968936269823,-0.43354668853656125,-0.288975228838693,0 +-1.1153469856583313,0.7208973859606278,-0.8185312536762926,-0.37175811938690334,-1.2857509717329112,-1.3280483321229644,-0.4793707476875442,-1.209171991532271,0 +-0.7542981215414032,0.15857127240727897,-0.4049137344310339,0.4883135609527444,1.7973951991818136,2.6394846608743996,0.9018908659473154,-0.991846094923416,1 +-0.07254425437980468,-0.7139751213304716,-0.9679068179602061,-0.3411991028838307,2.6448166914872138,1.2119830736729955,-1.1087548134812466,-0.17346174192164276,0 +-0.576678222126682,0.6365681027978121,0.30844944444809347,0.14533427974397584,0.7223118301971612,0.7346630448291458,-0.8257362248863087,-0.05719244404286972,1 +-1.766744465001989,-0.27754883921891194,-0.862690034708692,-0.7327805683956625,-0.16312774435210767,-0.5203934444893605,0.08577395691250977,-0.6255130359514325,1 +0.3660467025082669,2.7133656279976854,1.2651856086231836,1.4258300634033512,-1.779194483502137,0.575462068529119,0.016386339931343197,-1.054840110040738,1 +0.4368505915765605,-0.1300380764808191,1.4692070935091261,0.04835949912878777,-1.7871881789543804,-1.6632517316077822,0.04926412006613701,1.7170628012439344,0 +-0.5277063845881725,-1.5953128352648733,-1.741596645840994,1.2487241025052525,0.6439868656136646,-1.188866835693011,-0.28384535975988867,-0.2542843440181184,0 +1.201943321584703,-2.245875948328771,-2.018645050914029,-1.5896196587097475,-0.7275532363843199,-2.5694089644691696,0.6126847523559191,-0.12298191120190316,1 +0.07204002603454128,0.16262325373700948,-1.2929660607869473,-1.0683214909827,1.7097757232411135,0.25032442623470874,-1.9094848891593603,-0.9538441190558715,0 +1.6661024362938188,0.6750459013666055,0.7415507954560704,-0.4851499502141738,-0.814921913175457,-0.06687218991816779,0.13242749473408866,0.1526542807811334,1 +0.6619863221988761,-0.06667535900220323,-1.354216472317032,-0.8981237908553331,1.1791530287378238,-0.41980768867082724,-1.781447540203906,-0.80564904367131,0 +-0.9773911900515272,-0.5690140530934119,1.5706163243517317,0.7811434358129953,3.245044136274889,1.1146789377376947,-2.980796576577297,2.7976660699528217,1 +0.5225876910272403,0.5132310223122201,-1.4446929717835617,0.498252327511577,-2.657429376731379,-1.9631087211048932,1.034508441082839,-2.0309419437978065,0 +-0.48224331146974475,1.9259293607224892,0.6155771974817543,-0.5962554722626451,-1.0009826932667503,1.2198475206819281,0.801551671115035,-1.3116770363710089,1 +-0.4954437620582171,-0.7210921856646126,-0.3717966768490799,-0.40706827865279593,4.467700694025318,2.599703693081066,-2.022081521285477,0.5789910048960081,0 +1.1054589809374165,3.0228546298769494,0.2468759139405941,0.04924426495362646,-1.318501927803979,-0.4166532907200108,-2.0056265955600194,-1.7279084117879133,0 +-0.32042711364049514,-1.0842724342189982,-2.6442026885489396,-0.14677672090103566,2.8318899510439826,0.5268812093042539,-1.408563220037065,-1.430457544293305,0 +0.21022871333599513,0.09305796994664861,0.5622457003775068,-1.0799704318391599,0.07051342648427304,1.6326345363331747,1.815444651754262,-0.12363953975955366,1 +-1.0934678093915133,1.62535001213123,2.131491603389221,-0.20237301069979807,-3.153084645132357,-1.9274866313744718,-0.43781456080690395,1.0593624593777493,0 +0.6726220651784663,-1.0630098866450546,-2.1807814560484986,0.15938423353131345,-1.5246753471356047,-2.072118468982645,1.1843224800324565,-1.4796911275372648,0 +0.2076135418657053,1.6951226469961624,1.1075030796918524,-0.9431432241275364,-0.10477857417866708,1.6577274037226952,0.2145215650420501,-0.49158490758778395,1 +1.2944911356466189,1.7812025036512982,2.2097613605921915,0.23628542600310493,-2.8080302285548533,-1.1820318077250789,-0.12627139539272847,0.8657943800561136,0 +-0.8494007257213273,-0.8945248404391535,-1.4729305253771778,0.5367438337440198,1.147587842789713,-1.5354049894629198,-2.2977007120787674,-0.0017815786280309664,0 +-0.7760053499360409,1.3326199050834355,0.9699304418703303,0.4462478276423025,-5.601456073974553,-3.80354377143024,1.2024001213066582,-0.17363123952831605,0 +-0.3662818309618978,-1.296375906728584,-2.56370498128527,0.5280728983884404,-1.7468779499383007,-2.8603008090277857,0.8116323838363055,-1.510414360022211,0 +0.09672260646296116,0.8101707943778454,-0.7122811696575805,0.10904148810020149,0.2803278904798059,0.5856775838055683,-0.2877617539696762,-1.375214742576855,1 +-0.3473727013430796,0.5730782599541061,1.5476042731070843,-0.5360033322608758,-0.1375917437171469,0.3892878282059496,-0.347137820985548,1.1526543168666334,1 +-1.1346733526270334,-1.8287027473711592,-2.5830556227303174,-0.5097596502470627,-0.09429685829437523,-2.6184405957526526,-0.6440156101101835,-0.705145567653072,1 +-0.22292353226262007,-0.6408180920839406,-2.6940427867030396,0.7016856369863184,2.546009578901468,0.6933191670204003,-1.2425675076714204,-1.9133596372022603,1 +1.8339974878265122,0.35109066861423166,0.7022333385589632,-1.3837244364633985,-1.2795633539966105,-0.685973143582815,0.3301817739443018,0.38031680919067123,1 +0.904396520825764,-1.6256498614240178,-1.8863010336227184,-0.30112189138724776,2.4220804939545078,0.45644338521892774,-0.5517091464878274,-0.4294141444092115,1 +-0.5461477157213042,-1.1977966172946362,-1.0133568392275292,0.34683043529392,2.712072856000559,0.7282760529398173,-1.3151366666864166,0.2819631546674675,0 +0.15980284198078937,-0.3907084335038204,-0.2214338039346649,-0.0025188094185660246,3.8743863600042845,1.5804408230301419,-2.934770854701198,0.7778171513329615,0 +0.34739307336072506,-1.0641552985278722,-1.5686178260126036,-0.49056779159500974,1.1352296043763883,0.5555950833590777,0.7198343952629331,-0.9324998724290016,1 +1.1336160204317487,0.7541771776169764,0.08861064708345444,-0.03719572454675781,-0.004089336359187988,-0.1931208507760548,-1.090637883331807,-0.2371110372206945,0 +2.046265620530072,-0.695351974913992,0.912604743523034,0.20865152386771416,0.38522968108805217,-0.788917364835334,-1.114408738957556,1.876745368566935,1 +0.32198978494110675,-0.5407405169841812,-1.3506190671158158,-0.13409680279383732,2.765081345131739,0.9834198182999099,-1.6621222023833382,-0.5414548703224582,0 +-0.293525826785796,-0.3730777626679478,-0.11147642836513723,-1.32589733710192,1.430234898480628,0.4858344673459254,-0.958203026309992,0.4238395395831107,0 +0.3335238159269173,3.2023207666566726,3.0434451053809903,-1.3739633396288076,-2.903538700124625,0.6074447317198359,0.6249786620490916,0.1720866764889989,1 +-1.6947513425494858,0.5783487815157143,-2.5310737426014014,-0.9950669151884075,0.3302500481490943,-0.8684732643459918,-1.526210474486041,-2.5810508868612967,0 +0.07264925837582467,0.19420161070742492,-0.06508089388362144,0.5620530919314737,2.2111631733314576,1.4278707904479198,-1.4409021051705388,0.050163962242039006,0 +-0.1662636944716463,-2.251506854978447,-2.9630642051841534,-1.2922060585564559,-0.8661587503268161,-3.417839859704225,-0.04392090953226446,-0.8352215704171135,1 +-0.11601612387338958,-0.39471099095500933,-0.37940694438424294,-0.9209339392858026,-1.3493512833480998,-1.550183180622415,0.3920406136604724,-0.039326685150203544,1 +-0.6029029447231147,-3.2441323240718187,-3.70584022912187,-0.6144185317529836,2.9376536744833874,1.1555739191805783,1.9137043270232192,-1.6319466355459866,1 +0.07991017803373676,-1.583791726617681,-2.265298427777604,-0.405998885820507,0.3719479605847189,-1.34866141594624,0.029204613103945953,-0.8686391971024632,0 +0.13308127752747526,1.516972624939178,-1.4222648500385269,0.9479132458083691,-2.038307159814596,-1.6713914623219757,-0.5487022503585891,-2.450025617969664,0 +0.47412348735846505,0.45635243494774147,-1.8593209857558024,-0.3918348379912212,0.06152035797872476,-0.663115083288842,-0.9302817550718774,-1.972353313179237,0 +0.7883371122666452,-2.4155547651707616,-3.015757675525324,0.6896599258724009,-0.9373660127982558,-3.1044236007454105,0.6678552610697575,-0.9668091141917581,1 +0.7283151478696216,-1.4932601184719554,-0.9193295096274953,1.2095685131146643,0.8228374519904718,0.8651821333909865,1.8547791101870077,-0.2410463653133253,1 +0.7104229453870187,-0.8833264752091795,-2.409999962826447,-1.2353738278086834,0.7919239418601467,-0.17111868602198843,0.28697251561640147,-1.7674036971850524,0 +-0.8611088530456908,-2.594883499645147,-1.3161740491820249,1.2592053794584397,2.655928901638165,-0.5019519898740703,-1.2824143837251,1.2398374997268011,0 +1.105198160680252,3.144417781169702,3.2226164426779835,1.003183680060191,-1.1975254469382137,2.138397822305036,0.24406791074129214,0.3887163866594032,1 +-0.7398969169816789,-0.6648292189107053,-0.9017418155295357,-0.5015626863718105,-1.8748760263929636,-2.2020160581152304,0.7137359678009187,-0.37899989835467723,0 +0.2610231256989985,2.45989017392463,2.3393783596662265,-1.0358856980547315,-2.695245882938919,0.6162718798037862,1.3425843587400363,-0.11108623559504549,1 +-1.2587524408557287,-1.8811674503445477,-2.442299891692378,1.618544715695971,0.24009129851955824,0.7422964399081919,3.378328406739832,-1.8637929117038128,1 +-2.0256050467837605,-2.872664628864408,-1.912473643557949,0.39459883498861276,-1.9981743658430056,-3.8902557060656457,1.3090929429419835,0.427228724071627,1 +-0.3057206617016944,0.6810706775324487,0.5603083913675203,-0.3770366007483685,-1.4558689427423466,-0.3936444927654609,0.6566170903308359,-0.15337298976646008,1 +-0.4696767088548158,-0.7424931263225665,-1.27840281719371,0.3429553139469709,0.6380230721044429,-0.7264985919606777,-0.7113914116979503,-0.42374148046521626,0 +-0.44118656409187446,1.1756557138601051,0.716498613016897,-0.7793330786207723,-2.023810554285049,-1.3919825539500215,-0.4431264945853226,-0.03832022459855622,0 +-1.203515399397807,0.5454943150284446,-0.11213137432564761,0.6162523232252816,-2.1358048164789794,-1.9471647586626337,-0.10621578273899723,-0.396652721792506,0 +0.9268088170681208,-0.2904948394276545,-0.6811547478662384,0.9079443437448367,1.6742830669715907,0.4082754933319177,-1.3352515038937267,-0.11685888239663422,0 +-0.9123838806145963,-0.005281012023048537,1.1644711898183593,-2.0081901025950453,-1.163357575954949,-0.8546888450240795,0.19082190261713805,1.2017043158197498,1 +0.4189577067354658,-1.9375284662343237,-1.913859930502004,-0.06118391136257951,-1.0897272205361175,-2.673921865705691,0.6273626392450817,-0.2729133218527134,0 +0.9845520105648209,-1.8723459427782652,-1.174160093695372,-0.223368094581955,0.8039385408567017,-1.518894111775309,-0.8166147297768398,0.725798487221908,1 +-0.08872157391506223,0.268904213633414,0.5014717191575845,-0.9659489952574297,0.4088735513147602,-0.0293036580428635,-1.0566052220959021,0.5705673033129512,0 +-0.04948625985940513,1.4003853164770106,0.04696978858500201,-0.33567201191099805,2.1326372162513514,1.3207372187832338,-2.804845993455248,-0.47758179069460466,0 +-0.3749505607346007,0.5919980366854387,2.308867958826748,2.407900685296881,-0.42927601637115215,-0.1054418338704971,-0.8300951778721434,2.0788692237944577,0 +-0.642025992710085,-0.41879201589237114,-1.8991994210284577,0.6548704431444042,2.3501887859254396,0.5082239763766045,-1.6779446125836817,-1.161201609091839,0 +0.9935055766298203,-0.3685838155023686,-0.02328017760356375,-0.24490368303736756,1.2765144991536481,0.09625964238533002,-1.288763759809509,0.6289790047805429,1 +-0.13595021048943248,-1.7694792938538628,-2.268019995987376,1.2547470489662347,1.2485640677090957,1.20275456853715,2.383125873362817,-1.547089339272932,1 +0.9388970139525873,-1.771070004211125,-2.2597647336720534,1.1369830784095198,2.1150891915173,1.4517381541727823,1.4782264574684656,-1.3116271036655456,1 +0.07306490911236116,0.15439381046697054,0.6145855670456897,1.7453807248698514,-0.4303415894263567,-0.18096356837392402,0.029498708098673165,0.5000188705885373,1 +0.9724831941748332,-3.6496018762179983,-1.9112944387050157,-0.9843739835940434,-0.6191734545950845,-3.147935072395719,1.1693434397358895,1.0655765914483215,0 +0.12118753242979359,-2.0673320233985466,-2.464661182523407,-1.3547131718561347,-1.1021054233714784,-3.2484493517031368,0.17685723027598388,-0.5570421953272806,1 +0.9254117275860603,-0.902815994859747,-0.4381701891893116,0.17555287519857096,1.5574288519779262,0.9018225933479586,0.0804533499311142,0.22640416145180076,1 +0.06588977703895084,-2.80125393844627,-3.7789275984877166,0.2734767242913224,0.05564150496314169,-2.9058526745051534,0.15116970140394947,-1.2919773141683357,1 +3.0933066920388352,2.5399423819798788,0.9264634475462704,-0.6033186272477647,0.08115108021519585,2.236075560957838,-0.13835182674282454,-1.3380461426469221,1 +0.803414396887994,2.0324375812668114,1.664319706866053,0.6840341566572022,0.6844089760933123,1.0469310473584301,-2.2501457620727288,0.5029897327281366,0 +-0.5954343282162324,0.9245535740350954,-1.4949311791262383,-0.16359758768810062,-1.553479906244388,-1.383875496730386,-0.19711346493978366,-2.140633446784012,0 +-0.6197072384235578,3.557111845721365,3.1712307715924037,-0.725989851721008,-4.032748292186536,0.9670871136835476,2.296593975533645,-0.47758968102508215,0 +-0.08784716718194968,0.5915353533426096,0.5782192860255536,1.2481448765447671,-0.9130841585377427,-0.7688136696292407,-0.5269213536465976,0.28944034189201434,0 +-0.8613053955414169,-1.4167432536642561,-2.307352463055173,0.4203769788271012,2.181297406930565,-0.39818607942335843,-1.4525653004133543,-0.7244710535384332,0 +0.47774452544537965,0.1170447104012654,0.09719744764746571,0.18388368839143518,-0.7375145637303431,0.07495321898345586,0.9981435503859755,-0.2758950792776863,1 +2.6380281712443354,-1.6593015171990848,-2.655973833859405,0.48064532981488767,0.772871965141218,-0.9692863858776968,0.15694837280698437,-1.2655138042761966,0 +0.765492782936357,1.6945830725522826,1.1362164314170908,0.8044400135942944,-0.19562891302191013,0.43915278620911175,-1.2891346608149654,0.03832255168608323,1 +-1.3970414430710676,1.0794128332750248,0.13143788797212372,0.19416339502416335,2.3530512754070783,0.9192298379313384,-3.333068884530374,0.05307978988189488,0 +0.5620174930193352,-1.0783618755578603,-1.920196454429117,0.31865539781886526,0.8091073613283091,0.8917480088622244,1.7499484566081214,-1.5822520455591538,1 +0.9988883964464002,2.1191996523996144,0.7885596146424385,1.637791427592805,-0.2471466281061673,2.2874654532588634,0.8920319470943401,-1.4055026479315456,1 +-1.15470970713232,-0.5973567038175118,2.4366572283929986,0.13663020749511445,0.7026385412057401,0.48124553090765976,-0.4165009182600244,3.056466776643723,0 +-1.2952868131061104,1.567723718180098,1.6448451069966792,1.6905845286304009,-2.2738712428239074,-1.2936578942879247,-0.6447744808299534,0.6208982939116185,0 +1.2495762005954714,-1.9729855830949223,-1.9085820843570571,-1.5234949165536325,0.7799509020688431,-1.8162204890124356,-0.8594488884700136,0.09888573573534798,1 +-0.09103389587530734,0.4007681840568005,0.4963389845432815,-0.4180947516229224,-0.7362528604193401,-0.03946560931238752,0.42301263427172575,0.054430248813466586,1 +-0.21130571897955536,-0.5910474399994745,0.03410543403046058,-0.3496281736926024,0.3519743854117277,-0.5737517597574691,-0.6399699237201351,0.7510553752430108,1 +-1.0607482278996638,1.7333752078985338,-0.9880793014835242,-0.42004745182027403,-0.975440560723371,-0.6449019248488813,-1.0540332905027197,-2.133605196139671,0 +1.1463352223709056,0.23969804000470585,3.2399446905284393,2.41021866021085,-1.426552243190414,-0.5695265880762437,0.08616072355367055,3.1102978408330335,0 +0.43283220277631695,1.1011624591187437,0.6460049820090307,1.7759756759209322,-1.0014265933078441,-0.9648025420702392,-1.231437771643658,0.13348857381242818,0 +-0.02803246593938362,1.1638273919901752,0.9288770401361259,-1.0200360721786081,-3.0931793797426663,-2.085396834660692,0.10938617870370371,0.09118158668252863,0 +-0.8008291686433616,1.3025860427616736,1.238427759303713,1.498035877496915,-2.705176681960966,0.465016728024797,2.7194950454866573,-0.6132315581668275,1 +-0.6521812002005645,0.15914699205830996,1.3232508593761025,0.4055226064569003,-1.0415471005178152,-0.2477480377316113,0.6037331019040821,1.0659031861910935,1 +-0.6513781269152366,0.18259947911924568,-1.250868537536477,-0.22213470030882987,1.3042524266001128,-0.14843240788166823,-1.8964625285783379,-0.900881094465398,0 +-2.470313630700072,0.20439085570896076,0.9810311772291562,1.2209654980683888,0.5002587095666919,0.01781103626388747,-1.1923724461895149,1.1455038701501792,1 +-1.6692962368205166,-1.8573968914535923,-1.4843635954773085,0.5600464229816136,0.31310520260935587,-1.5386262050113189,-0.06957938998126167,0.1973450526966043,0 +0.05447137887602456,0.8392401945456216,0.9245901822201413,0.3643592086739178,-2.118453782319075,-0.5337123974069793,1.1399010006678785,-0.03680955357673932,1 +1.0054559213816328,-2.8125673288272504,-2.3133222730422958,0.6239041702169876,-0.08739344622647606,-2.99272624302223,-0.16958575019573685,0.30035749322896077,1 +-0.36075802154969666,0.042099196211132894,1.0729440262745293,2.2917896979663093,-0.21170247028875655,-0.3691563258403906,-0.5441228665035043,1.2302805221959552,1 +0.08258312330788745,-2.3628192610779197,-0.6284137150842201,-0.6190183198296939,2.3581055700984184,-1.1429637134807802,-2.1605117394494697,2.029443883207166,1 +1.454421944594237,-0.8800606838651737,-1.981333015524508,0.033885907715074944,-0.5702214296922018,-0.9738616206208826,1.0329520862360575,-1.474820128395625,0 +-2.028397432130964,0.015509733421314897,0.6702787811298531,-0.21564367170199966,-0.3957827322048422,1.1599508349983274,1.9027926592675894,0.06426457403986952,1 +2.1281830491547606,1.3930020295951306,-0.48395597408757374,-0.47052886319070214,-1.093280993387876,0.20433626973590718,0.46924532056778995,-1.8110688607588987,1 +-0.46781731647555985,0.7688021397731986,-0.9590078985036152,-1.6788100359455234,-0.13866887662466842,-0.26566546955161774,-0.7101224843947714,-1.4114312827196938,0 +-1.238367102131615,-2.0141999840336675,-2.228793008804624,-0.05666409426520244,0.44219004402338813,-0.9299290434324794,0.9412876462560854,-0.746863189899601,1 +1.2114604584938484,0.4170990156257859,-2.021044833799557,-0.5596658959689964,-0.6100279757042804,-0.8772076079682278,-0.1688868657737136,-2.293118456025233,0 +-1.2925467719707242,-1.0819391087796584,1.2133744611651762,-1.4722155328713982,-0.471457749211695,-0.7466507357009686,0.49483993056739584,2.0702993995573538,1 +0.23311211805584722,0.5224092105747913,0.9940670527690307,0.49333338379744074,-2.0167498989017925,-1.498986476273604,0.028817813653783664,0.6760505923752013,0 +-0.5709971033125535,-0.6415440154765664,-0.3265369969427482,0.7202812027851265,0.9653648548518861,-0.4196573770335906,-1.151520610654932,0.5538123096261778,1 +-1.4825158122430995,-0.22821923990530235,1.6051956277442787,-2.0121354642551834,-0.3127052714950626,-0.3431866237324534,-0.22677150512630767,1.9116316763003933,1 +-1.1028038591347613,-2.076054973132079,-1.2500473980724371,-0.4636856406821175,1.323491327838679,-1.6418685133822086,-1.480479081843845,1.009795072251885,1 +1.017965557352748,1.0534880999942935,-0.02608413787442472,1.1651590074723839,0.006157799236291298,1.0130256731035212,0.213929284129953,-1.0519427444293292,1 +-0.9376661223298541,-2.0715436052132707,-2.0166605588179713,-0.8700867271337127,-1.4938278349341418,-3.2517942315874118,0.6071268032829393,-0.21438538814427,1 +1.6418511327236525,1.6289318221892155,1.2491233151955312,0.40501491224369496,-0.13811135660544968,0.8205102576247034,-0.8241002356310578,0.053448752618405204,1 +0.6060814609523154,1.3747098884265778,1.413648118961397,-0.6782573262594164,-0.6560354376786026,0.6344544250268258,-0.1064075322216197,0.25546916954405907,1 +-0.8099123471384823,-0.9597458386330198,-0.4882164247642594,-1.2172911626534304,-0.3236699829822761,-1.451309932429294,-0.29888704790915677,0.5067303417316968,1 +0.5726838330106038,-0.68577686661517,-1.8451758378027232,-1.5327596629028688,-0.3610487929111774,-1.278385192146083,0.07959082337042334,-1.219277544585038,0 +-0.8341516572966035,0.27784302480445666,-0.04691658769998439,0.22837672821157812,1.041549917865087,0.2876464516992846,-1.3885701089181621,0.07125718734755726,0 +0.4544787325608006,-0.3016660045704484,0.6316921292257321,-0.1727400519234235,0.8238972949350547,-0.02386496712972319,-1.0635827380639624,1.1863198929237404,1 +0.5597862323421894,0.5369532975745429,0.7453028286732434,-1.2522584373771675,-1.4989568362741523,-1.3844481384328975,-0.5013949281601442,0.5456407930970876,0 +0.8343644393321169,0.4267528518842089,1.780957946299071,0.09577644623724973,-0.055562419395942766,0.2658647620457598,-0.5380748783876386,1.5745094612408226,1 +0.2659184289322438,-0.4323691635799144,-0.5721592117208241,-0.6673741794153234,0.22668357731741876,-0.26360612531718586,-0.04437554730267035,-0.18398427657655148,1 +-1.0018937910484145,0.07077252683898017,-2.2224171148861283,1.4642505597268007,1.370783023369326,0.9166308422447382,-0.1707762920186532,-2.3422726795280866,1 +0.397732125430434,-1.0510820256501852,-1.0511913013737681,1.6293706623403685,3.175247851141698,0.5748896487362742,-2.3279962421357756,0.40538490234044144,0 +-0.46751315655807674,-2.3846561143992675,-0.6657610937672435,1.8840587789495542,2.44098389094539,-1.0117052707281387,-2.069380075595225,1.975214812350615,1 +0.612403257446505,-1.4957520436507425,-2.2776800737893423,0.0646013077271386,0.5825202813940638,-1.4106981109151722,-0.44540061575974427,-0.8224232219127,0 +0.6302465999082807,0.5302974633128605,0.14963037549461505,-0.6377952357981298,-2.4350004683099584,-0.882861758982624,1.6816728399568512,-0.6831588541316915,1 +1.3423002403488706,-3.729582075515726,-1.7020264307756985,-0.7206967971697941,1.5483446051735277,-2.817801830803397,-1.4568308927289997,2.0309953817093978,1 +-0.5634785037697284,-2.152243905738987,-1.8402217863833306,-0.8825690169884275,-0.04887276911090001,-1.7748062939418376,0.5520858422543988,-0.06530271690695066,0 +0.7613277339963496,0.5316221762123428,1.5467108056362306,0.8126508489742401,-0.36839613736489757,0.19494572574689273,-0.2321075988812823,1.1705460571541275,1 +-2.076972723840467,0.6044984413475463,-1.8626520932130273,-0.5382788511376564,-1.888932632774624,-0.9759009522890081,1.2766224595058464,-2.6739748018486873,1 +0.036450702036888424,0.3178423125616524,0.8286011401714343,0.5673283025044005,0.9959092274113662,0.5585946429219093,-1.2567209416107805,0.8707117850412678,0 +1.4989523093039192,1.9138272181847598,-1.1048544525555102,1.3258986278559977,-0.44553486333573733,0.36459397706979346,-0.6244876674495112,-2.5983304519905253,0 +0.866758853458475,1.7635826092786115,2.1467291131291297,-1.1436213849767367,-0.5475532517261177,1.3247732651439832,0.02965613448928639,0.5821901550080733,1 +-1.3905852079992296,-3.922199528378208,-4.434570244843553,-0.33830346889070984,1.0432943931933785,-3.5823017853023913,-0.7631145339797749,-0.7121467453263495,1 +0.4164997640371762,-0.11459706475887277,-0.4508052082413083,0.21496076082029872,3.2030374638207015,1.1598962143741172,-2.7697560653714177,0.2991107433653424,0 +1.5796191111702547,1.4184758609611563,1.9300392354675655,0.7592104807032106,1.5463566488273346,2.6063659123454075,-0.813873184073957,0.7834335579912348,1 +1.9120429608460519,2.421769521807782,3.5595560130571986,-0.08903312149996194,-1.5117196121656602,1.0661299030351037,-0.05551081720824014,1.5048076018423455,1 +-1.2521244199086143,-1.105073303017513,0.09785147169201429,-0.06118973868734194,1.8105098987470771,-0.14264228017575986,-1.6098972266382234,1.4793802793907391,1 +0.910597579991282,1.5156537926832416,1.6193884329511996,-2.2616312137657593,-1.923145750721692,-0.47217413150008336,0.01415297679638694,0.39773674212400034,1 +1.3254138574797025,0.27835558381362857,-0.5757680878840452,1.3521539658912205,2.389274612664236,0.5397325874550603,-2.823852991391333,-0.09760053017564019,0 +1.6427902509655137,-0.6876898443585884,-1.8363412722867256,2.4176879027058717,2.038363337451451,0.17950203252751262,-1.3996004616987943,-0.9202886562537846,0 +-0.8718453780354496,0.03638314506509577,0.38277187505266375,0.8528000804485812,0.22263447719631313,-0.6291433957231752,-1.3061927730816356,0.7598820102740029,0 +-0.2603739136860896,0.9927308813368211,0.12155840212555714,0.43564540907221716,-0.9507322883928232,-0.8781269249766975,-0.9204952120464472,-0.39863241598362964,0 +-1.6567868037999496,-3.785412277310149,-2.4578390811360817,-1.812290622896033,1.5316982809286692,-1.5833054806268385,0.49117873356153985,0.6883885010364297,0 +0.36122268754146103,-3.41908655783177,-1.9981349734455836,-0.9013864303613109,-0.29218450000157853,-3.862880567311861,-0.47463420861435224,1.2822312817685653,1 +1.5645555065221586,-0.15361688305808008,0.154363520580121,1.2913783001666086,1.9127661052192797,1.0642000680320394,-1.188221193728865,0.5264851912634588,0 +0.7421664554970759,-0.11160477095794596,0.6145111158053638,0.2063132450725208,-0.3618569820469662,-0.7668178126241362,-0.5628646743796115,0.929824485498945,0 +2.9503824278075363,0.25889916982251604,0.353068703572055,0.47626303715178564,-1.8983401974725083,-1.6158105221986354,0.17241063119329625,0.21736715466945866,0 +-1.0139732987614052,-2.8044345490257623,-3.078390684844122,-1.9362401456496063,-0.25776656762976646,-2.9814560216805273,0.299621848507282,-0.6117779239502239,1 +-0.33214731880869797,1.2738656916607467,1.2512475726532255,-1.4133754242814878,-0.8806200804249125,0.5365269859602158,0.23882867863994917,0.08972600874829106,1 +0.5207550374450901,-2.398429007383589,-0.49444840601365075,0.732463127548573,1.9725498634922614,-0.36214507696903037,-0.5688392279315126,1.7051423221177637,0 +0.02732926477494107,-0.8138738968694679,-2.241273621522204,0.21952466490589106,-1.9152579243764103,-2.3811699137756523,1.0780275603003446,-1.699144765662615,0 +-1.1705722306130082,-1.3882097603336851,-1.8831942575795335,1.9533905466164443,-0.5255205907290728,-2.1082226842342857,-0.024263557375520772,-0.5728369149791508,1 +-0.842471776208178,1.176728548596804,-0.670125382854295,2.008787236243279,-0.8631758042778682,-0.7307377402994248,-0.8197477989498909,-1.3971154503203922,0 +-0.04892229287716464,-2.0550201703301783,-1.7394806853659626,1.2941852201904658,3.682047436604475,0.5656125037627342,-1.7829619670876304,0.40721511593859594,0 +2.4317715891096157,1.422966767676877,1.5459585155388542,-0.5081873765099312,-2.2235456698294906,1.1549066497934508,2.7344160368589385,-0.45935055712520745,1 +0.5047997786489263,-2.702471971184388,-1.8184281666427242,-1.4969062087545804,0.06180410049162423,-2.969662375946683,-0.6126488181845432,0.8283719525028692,1 +-0.2312449370581389,1.0269422757816007,-0.5862990197427387,-0.5748334049169604,-1.5399777126364471,-1.0860172728282231,-0.19055575757616372,-1.3283934005194145,0 +0.6951924007962452,-0.9151890142882267,0.12441171068751103,0.3302285627376042,1.691334736271722,0.07089533330297737,-1.3674099145758722,1.2639955559987253,1 +0.44132470477669483,0.011065070731906879,-1.1701702404151715,-0.1912386811826452,1.3757646502128935,1.1170259181986237,-0.1485279451924586,-1.243942898434819,1 +0.15343828454886627,-0.07013008451502212,-1.609402148838829,-3.2692192267121816,0.5819139693861319,-0.13615971078744182,-0.47383094812256743,-1.4375823890714072,1 +-0.168293916631265,0.12241688216976954,-1.111927963471288,-1.6233288713057648,-0.25891727968034584,-0.11773772291303475,0.3998628931979995,-1.3324899538031212,1 +0.29341245036482916,2.328337087385539,1.5562316909305123,-1.3296894243131727,-3.549390664397072,0.816244679138941,3.1950075012934613,-1.3123082196641436,1 +-0.6902555453272049,3.1979416600561583,1.5181239971994303,0.4753698526790503,-1.4024590887538433,1.7727802587435835,0.48080450972756994,-1.4245945437462595,1 +-0.967948720809424,2.381673235497011,4.608009697407942,-1.1031239917068993,-5.212282193761647,-2.249188617292989,0.5438329045838384,2.696203412888634,0 +0.8231026907472068,1.4854620213840932,1.5987939439145842,0.40564382747097033,-1.1602576741008415,0.13038802633596158,-0.23205150842776678,0.42271232154192595,1 +-0.5243590026353909,0.5210063181765312,-1.3474986449432071,0.40663719072805043,2.259350467442547,1.1720485958054552,-1.8348787443447614,-1.4028534632280776,0 +0.11096680444775973,-0.03561211579462564,-1.3129977588223873,0.20063557430841492,-0.09451292532679817,-1.2327540074981063,-1.0939690349791533,-0.9136566818582557,0 +-2.177109655455912,0.8503460488690117,2.287861389722607,0.9130681914052506,-3.425318691227747,-2.3122181320549196,0.22828490774096555,1.7221888054693864,0 +-0.8553021862928732,-0.01962999606288862,-0.9858228425518024,0.7138947049834049,0.4008639096652188,-0.6473924523997745,-1.1311561809299076,-0.6295149497793556,0 +-0.5845022991123163,-2.4841072921617746,-1.2848074759189667,0.30258642740882635,2.7182040881342995,0.08108449068648005,-0.7219681825005816,0.9817963573680217,0 +-0.7667111979857771,-1.208210384011375,-3.040111017040429,-0.39331363661126073,3.317130419226622,0.791309881781727,-1.5007342223694842,-1.7234290326308044,0 +0.11624559689227969,0.7826171619209626,0.16063951035078664,-0.7670511915766786,-1.1174519668458633,0.5334717420619834,1.4158812709284243,-0.9218107584502143,1 +0.013176074346491283,1.5004854430867829,-1.1160949823516528,0.1831581930818165,-0.1325317194143246,-0.22304136445971384,-1.4059980605945128,-2.0041017464150244,0 +-1.0254996445868623,-1.6544479405339483,-2.187902263656722,-0.5454863923736663,0.9925753927686962,-1.0124410145463822,-0.35384198746864404,-0.6524575890130963,0 +-1.2400935295578916,-0.2769033035330025,-0.6253118401915696,-2.2142041433038124,0.8514127909781166,-0.5061172250774228,-1.4116790494074933,0.019210505696134805,0 +-0.8043008911079647,-0.43489579898694997,-1.6064237869443043,-0.8657552780202212,-0.4352755749092027,0.4212757418086237,2.1137183318543835,-1.8692652356972375,1 +-0.639101159490861,1.0893944093156525,-1.9841940548464994,-0.23095728285146702,-0.9130818351955712,-1.701997357920878,-1.5724322544737603,-2.3805615522238317,1 +0.4439780515660034,-0.6595314213352813,-0.09052430192754339,1.8815760699731028,-0.5769003799203803,-0.9002451302705354,0.35950885894093054,0.43688106699813006,1 +0.35054821172537254,-0.11868762875169725,0.787016791025392,1.0871753569493354,-0.32875527293453277,-0.5123613346999025,-0.312574770589986,1.023874589299074,1 +-0.5936384890172349,-0.9378844938628131,-2.182431509993834,-0.6473624591463615,-0.7066255686502503,-1.5604625056452193,0.5651857836555108,-1.4587887471927454,1 +-2.332689260057043,1.3525685174892441,0.7602554207052291,-0.08323437847230099,-0.44263982898194076,-0.2517742252731122,-1.3815088115372325,0.023149343742976614,0 +-0.986938326598078,0.06863501520451043,0.5897526375934371,0.950532075343118,0.9243670868783225,0.1772297993205939,-1.325988875135086,0.886486031629119,1 +1.0136263197630133,0.8410775013780554,2.234429504519335,0.45791091783570675,-0.06288612395266309,0.8006540514623572,-0.3913576658233625,1.6046403047203883,1 +0.7153602525640491,1.7174294742090843,0.008452379422875614,-1.5432168625083487,-0.9290530441780817,-1.0136366751697619,-1.881288257514846,-0.8553741591085521,0 +0.17697912576638442,1.593116892254866,-0.13894042137684276,0.2943677941500651,-1.9150877497419512,-1.8010598740835404,-1.3483935876531858,-0.9839372259001911,0 +0.2900097726840649,2.3695222535555596,3.697714516806693,-0.10498590815800415,-4.47615808826584,-1.9642146223507484,0.14834943766948372,1.8665786603914858,0 +0.10868804439299053,-2.1674393330934825,-2.108967041775725,0.9494225021202978,1.5679529529840979,-0.8131994608119812,-0.37844167352948455,-0.14755166982044576,0 +-0.06081572217406436,0.3884551017391398,2.6045876789343434,0.7311968673835807,1.0192055076183126,0.8952704857887199,-1.4273247091674435,2.6361447803981854,1 +0.18402401175263422,-1.9713229434901225,-2.337218201531795,-0.7291765649145663,1.5315253026093303,-1.341281790480537,-1.176865216932945,-0.28863961955178086,1 +0.16469729067404934,-0.24323602697837698,0.11628928139170362,-0.31165070267020994,1.1944596370267966,-0.05217222360753948,-1.5449911755745274,0.745635261058479,1 +0.1767644890898928,0.7837617959846753,0.9233502416794035,-1.010250048222939,-3.4739963412500785,-0.29152940982199893,3.4573156847880036,-0.6367670277331561,1 +0.41895710170719475,0.7759866939056619,-0.20994706880507488,1.0903228714447821,0.3372698426540293,-0.25535161747091084,-1.5984499926643423,-0.4167616205638651,0 +-1.6246856538294099,0.9982215096804707,1.3664209815308799,0.4363328860526241,-1.5552224462253947,-1.073962962238369,-0.6828771984653572,0.8124776459786358,0 +0.7718487658992684,-1.567704404279984,-2.0238902656521423,-0.2555063531662066,-0.3064299024141128,-1.1408232340720785,1.187684600544422,-0.966282017488452,1 +-0.04456247540152759,2.2366045102017464,2.3349744040727525,-0.7525070965651808,-2.2909879864161824,-0.9672381914710793,-1.1046000473894488,0.8565809392275627,0 +1.64158190509708,0.5579877358276237,0.24362859875454354,-0.36104738888729954,-1.8514966277152238,-0.6355847290553003,1.1221050556297443,-0.4785987201083204,1 +-0.13478703368145398,0.2888291937754314,-0.140506162202529,0.10085512998517622,1.8574135176975928,0.9418507763962443,-1.6649047788015583,-0.008535230627674917,0 +0.7156876232822569,-0.8955883274271563,-2.021817552092655,0.5891352861627254,3.071274300625225,1.004393848072914,-1.4954534653249967,-0.9704866729728852,0 +0.7848087607544217,0.06542902850139798,0.11268935995212824,-0.45034589745652015,2.1011142581687907,1.0913325175294428,-1.6450345108222706,0.4206230627096253,0 +0.857182371535337,0.2066747569713202,-0.7411635779134044,1.4043707385555821,1.356737548506492,0.0859542089293851,-1.8311044480150338,-0.43891785080350176,0 +-0.8882491193112918,-0.47215535278223947,0.8514944904672751,-1.6446681673911767,1.3709757161227196,0.3416666394657777,-1.2358358959838454,1.5722621436485418,1 +-0.628799427070086,-1.0136611654749474,-1.6942858133808492,-0.205229508182569,1.188614851085116,-0.11605966884188668,-0.2706924172530387,-0.7833535961747644,1 +-1.3261818238979737,-0.9906086950616944,-0.9453187955694616,1.3717990877689268,0.7229791220802771,0.017317632476077205,0.33154205526434183,-0.2148982362035018,1 +0.8958231477492746,-1.1261154349186753,0.9045967503440409,0.016897692074067657,0.6509454654470458,-0.7589630802393463,-0.9867034593008439,2.195619521228008,1 +-1.1442300506776188,0.10850770021665945,-0.30233834930205733,-0.048283349409974176,-1.7011962148130002,-1.329715978118381,0.6233099256176853,-0.46555107497057624,1 +-1.493373004036868,-0.032650283633943955,-1.5443739824856326,-0.18791645662558004,1.163773716946449,0.9729845354054445,0.11647142425919843,-1.647929557181297,1 +0.717314072444004,3.051978750937276,-0.051205500880117064,0.005211094360745727,-1.3894920299472027,-1.0967450292857066,-2.7573526894184797,-1.7998775785844547,0 +-1.858475904846563,-1.2177001330581052,-0.40814730169944535,0.3437399662699479,2.322404486039309,0.1807335454103174,-1.6420258182511738,1.0442161501446003,0 +-0.21967346757383271,-2.0858859022811522,-2.142605772746121,0.30532509728169216,2.024315014803741,-0.10725936270931458,-0.16614144839165257,-0.3621996824595966,0 +0.9418206025607748,-0.7359823150699047,-0.9840079004347898,-0.564922048636269,-0.9437137145457967,0.40411356797173104,2.9621503367781044,-1.2106788710856147,1 +-0.001888824573802222,-0.7236254618099895,-1.0424648510313155,-0.4965120321437754,0.672877146951362,-0.8314215426376009,-0.98924055748845,-0.11670096049007839,1 +-0.14647720034777165,-0.43122296771640534,-2.0577812293671593,1.2629486090237592,-1.845530107969786,-2.572732078550287,0.2575698639497467,-1.5992324603659918,0 +-0.43578744705867817,-0.5943867781946097,0.9361499288982371,-1.1545398228833808,1.8740137433544688,0.25840525952104954,-1.9571647615999856,1.963079364202717,1 +-0.06969562556752125,-2.2889992467069273,-1.147062106333932,0.283812795843217,1.740940562208877,-1.6888176402427415,-1.9386779424563527,1.421887140121266,1 +-0.18336740244186986,0.7350671626069999,-1.2803102010817327,-0.37812296211561147,-1.344591818093797,-0.8161730085996057,0.4048570742692804,-1.9688839208433342,1 +0.24025816843091644,0.33312530070552615,1.2908289276838243,-0.4743808869915125,-0.6719281328516444,1.0724183791241266,1.659169000310634,0.49920246011636515,1 +0.1183169481224501,-1.0762342378421175,-0.653426348642608,0.5339624093871803,1.7156177281435778,-0.2800077050375495,-1.4729681597423678,0.6650666783626654,1 +0.4822118710267608,-2.3456248922791643,-1.1959946142070275,1.1030742425325604,-0.7662648602102797,-2.9735523835230078,-3.5472913540668394e-05,0.994012329350535,1 +1.3982760708007715,2.8257136509472742,3.207817881535993,-0.3149775264966125,0.328619661701639,1.4672215029986926,-2.48089518047036,1.4316063179789795,0 +-0.4539169218865697,-0.014608568539363542,0.9090119310181166,1.476684663306668,1.972376378216299,0.8053753658344942,-1.9853305203967346,1.411443996482707,1 +0.6381340866731755,-1.0174740119147412,-1.4614307939334321,-0.4661275025558685,0.7687696299387068,-1.5790894000769562,-1.6861670444884043,-0.048344929985776885,0 +-0.1461632588066582,-1.4393466369353392,-0.8338868518392079,0.1349267041900594,-0.8449770118648915,-2.071195060494583,0.2345707467680408,0.4637857475178805,1 +-0.9684656357893451,1.1232158749990389,-0.35040899176975054,2.1269123946640707,-0.21896652028286057,-0.30741592765092146,-1.2083679455492642,-0.9543431094690816,0 +-1.214579320117974,1.1861308282652234,0.8058183608636845,2.4294835867318008,0.2685013053038802,0.31577833180281534,-1.472652016836541,0.1911710351902257,0 +0.48746871901192895,-2.270002638811262,-2.1718053127716077,0.769857609554282,0.7595977630336768,-2.439355000615852,-1.2657165420787462,0.2399929793189447,1 +0.4773369490959617,3.1962071150384794,0.5993191844565149,-0.028140079659286728,-1.7239352469211238,0.1389579608022845,-0.9741727484283296,-1.8378616018360887,1 +-1.0185575893089722,1.2484022421976304,0.8224564436683871,0.6721158782889805,0.11612966320589141,0.45074183687043456,-1.1471370835311887,0.057058829139692735,1 +2.8931401539844797,2.3588877591079767,0.7233041189737045,0.32739329029444825,-1.352556004048678,-0.05955919920705177,-0.9014789390100801,-1.0090399252439557,1 +-0.8636865556763288,-0.097977328527445,-1.5287526791714783,0.5483716342717233,-0.14929852677948102,-1.106453262949465,-0.7180497316792376,-1.1916183371137288,0 +-2.0656715560671968,-1.4944198223281853,-2.4437719574905996,-1.1851507405900203,-0.8642371370446642,-2.5373726479472634,0.16216619752107797,-1.070304165554472,1 +-1.7954270280060811,0.551072922812782,2.254490297065142,1.1668243698114067,0.4528867395456988,0.8782192456010769,-0.7168042750958631,1.952091363343019,1 +2.6194367964541545,-0.907967516031714,-1.0543514302455073,0.6899232339838417,1.0694238456998317,-0.4877103672567753,-0.8943000435498781,-0.025114594679838453,0 +0.15691525154356717,1.3270478625290756,4.227845130854361,0.007942446276188222,-0.3761870065671181,0.945149588459907,-0.8485082442090534,3.332440475633561,0 +-0.6041984154533694,0.12885720847003357,-0.20419508536199107,-0.532159418763717,0.2958743910228447,1.8198254774433624,1.925241919976349,-0.9767905082215269,1 +-0.12279605227803729,0.7057824402459429,-0.3475012291124558,-1.5433591356928904,0.1763384613116233,-0.139619260551051,-1.0991931633457384,-0.6411938483538311,0 +-0.023291919331973703,-0.05121967142707351,0.7510871856754802,-0.7337294519285041,1.109764951058843,0.437775801767075,-1.160043333936031,1.0867937255445104,0 +0.5212154732958294,2.1987440697041234,2.4309244908586596,-2.164516903987123,-1.45969850085579,1.46834322566849,0.9716825248234793,0.23753209610698955,1 +0.6491866039776878,0.8106835240221963,-0.20034556632356487,0.6516948384004243,-0.07580885092413325,1.7978176931773713,1.6897598766154722,-1.4834099073402909,1 +0.8607195888156769,-0.20872197681397386,-1.9042115821306997,-0.14514918736832982,-1.8228538627767656,-2.6067400060153476,-0.10425009265832175,-1.5306200852354512,0 +-0.6266661607382451,1.2779963901642892,-0.6674300869291454,0.2619154794540912,-0.6254471300032398,-0.13537825856350594,-0.4747130728267981,-1.6189250678593003,1 +-0.12201866654239142,-0.29678395281345804,-2.586418600978296,1.7024525963422312,0.7252736117930937,-1.0064808042297537,-1.3142180939683112,-1.9448503265564854,0 +-0.4237295804531899,0.6309587430355112,-2.0932313172283967,-0.4238186347238965,0.49266923374816646,-0.4319004606175155,-1.3581127326552491,-2.2595189339379966,0 +0.8301393018051524,-0.4064497198995738,0.3927275129199539,0.1037211109710988,-1.9932508381557654,-1.1830484840138313,1.5913340134563327,0.4025951425775156,1 +-0.47608343546074894,0.7588137685073659,1.402400427039241,-1.0398273445390942,-1.8364141996070267,-0.2151211618100295,1.1119230135457183,0.49980856400829377,1 +-1.679525639476344,0.3240244359341631,0.5930123001606401,-1.060297075874289,-0.18995649768103312,0.4854681586142702,0.3988001767517213,0.18378659826407207,1 +1.2448417476205516,-0.8265511115179894,-0.5143504026596647,2.403243238677205,1.3658193016408406,-0.7357341403706272,-1.8910621557520464,0.7435572377266118,0 +-1.7959512332650511,-1.353168709849258,-2.5092714887958385,0.41912829368007126,3.8907464177222777,1.1505249358497223,-1.8361929924316744,-0.998339057006747,0 +-0.3088602661382237,1.9130957233243644,3.3927112725649984,-0.40392238928463764,-1.9121266176508376,1.2874269780447056,1.4075730928804542,1.3521167501076563,1 +-0.004034070544407236,-4.156140190120129,-2.602235427456542,-1.3835941615695853,1.0907514366492843,-3.613335631118484,-1.1464590312567335,1.4535568173410924,1 +-0.9205682036195176,2.5657808724276507,2.287745799226736,0.7432571210720187,-1.1223554860629985,0.028177709538673712,-1.7855839758077157,0.6384409461954534,0 +-2.068134291968148,1.1507476555203444,-1.624353708322449,1.601225599290624,2.029253711668702,1.1129296017123487,-2.1850535070211303,-2.116850076154294,0 +0.20287892344545025,1.7151349982197306,-0.32591952955368175,-0.9927483086597978,-3.4468189901675554,-2.718890352796423,-0.46513580049037107,-1.4455910231062619,0 +-0.792680225295052,-0.6581543037441758,-3.210156659633463,0.9605002393591439,0.1616506281388993,-0.6083338426424073,0.5900975063903715,-2.8191969409236464,0 +-0.7528611111044334,-1.3492165543021004,-2.4302535132727416,-0.4817738265721225,-1.0213045777007486,-2.22693078437144,0.6399292496220741,-1.3322868308254314,0 +-0.7036583619776698,2.6009843161547694,-1.8316406389761681,1.7643476350408562,1.2516231565945102,0.8988233595798885,-2.865637414401168,-3.351934153312773,0 +0.3075205782415482,0.7634350351115695,0.1737117775851936,1.2992667967143374,-0.6480859569115242,-0.30333687780026586,-0.3532270207920434,-0.34950912912423004,1 +-0.5767205571556144,-1.0686981139876692,1.2531276233913355,-1.1592140624183789,0.7611763266025894,-0.46375541396053194,-0.9122470455116866,2.458509597642619,1 +0.3562522739962093,1.2234154179701813,0.23884334771306762,-1.130698099274461,-1.303434511690867,0.8064277107121713,1.5475070308839185,-1.2712222145051428,1 +1.2620506235806501,-0.9439359507480396,-0.41575113543739084,0.9166343168191301,0.5930377413291109,-0.692545832615071,-0.632543947872113,0.5990968308577714,1 +-1.3283346368064615,1.9790840316630014,4.2684169858706476,-0.3132863537312093,-3.844794124983253,-1.5029270398846462,0.11995664091509073,2.748624644535556,0 +1.1883179936621073,-1.08582003199715,-1.8536316619514879,1.9837456345679791,2.0419675350900506,0.627003169651882,-0.37341053041255967,-0.9135226921328388,1 +0.7392275738838041,0.6775884156774538,1.8810856547881512,-0.24268415945443622,-0.3453636333046477,-0.41202927279828255,-1.3282047016230245,1.7301417058068145,0 +-0.5501758808710472,-3.1553121723814623,-2.21158968940777,-0.6691613638322077,2.150715253651651,-2.2524935546031184,-2.0351034481335954,1.1412040931591703,1 +-0.4245397671821411,-1.719761261635299,-1.7879388946351182,0.34248521001413745,0.8793001281591872,-1.4684798465768725,-0.8450781383611687,-0.02296945702524611,1 +0.8039984230884656,2.401363192493267,5.469551019393828,-0.6091298835572042,-2.7568687875301943,-0.17559128818304037,-0.46221780701411347,3.6682280143160897,0 +0.5916607161089071,-1.9680288282554312,-1.8546664583468317,0.4190880013775894,-0.5650154524428797,-2.7040729611398637,-0.1456557846358998,0.02445744581926068,1 +-0.211894659881621,0.7251437171192656,-0.1007338608858389,0.7626585330265325,-0.3832048071392576,-0.7646943493327454,-1.226474433949375,-0.32441162902079346,0 +-0.2845377902066131,1.1699433550368736,0.5026643844174202,0.1458193980971278,-0.7606571082750431,0.30567285398255184,0.08688547096444266,-0.5243822438097474,1 +1.6542496550151211,0.6541217831598287,-0.6003698093284073,-0.040893634566324014,1.20957647641036,0.4677568671652328,-1.6348223628199432,-0.7561826669658562,0 +-1.9256927824792667,-0.8345413059974929,-0.47074001115691694,-0.528172664815652,-2.208344195778367,-2.207974691279043,1.2407762478262472,0.06019768857394425,1 +0.48914921365542813,0.018120669585015237,-0.9701976954479156,-1.1997967809698589,-1.2496221529564762,-1.052162980093404,0.6386464052304552,-1.093309772974132,0 +0.4192258810208945,-1.3821213046383178,0.3224314215212826,-0.7158227153798188,-0.43187184876661,-1.9280846504014377,-0.5579461182242755,1.7939316441971394,1 +-1.1368537039544064,0.335624002882591,-0.12334320037740806,0.09626925092555097,2.195960012727087,1.0742443705226652,-2.0267401877899394,0.057121416232506994,0 +-1.3489303330555094,0.5048425621401463,0.0804998668638337,-0.13194288867460727,-0.9285483649996474,0.1111290140917971,0.9055362170016029,-0.598149762152509,1 +-0.7181925368946079,-0.46931530789812587,-2.1915125147881107,0.21153277841585702,0.6097654570200365,-1.0288222448603492,-1.1066145559430887,-1.4522701245897682,0 +-1.2201019763356475,1.2328774065383414,1.827728174119177,-0.08680048941444128,0.10584348745487887,0.11823695421345826,-1.8481613325934694,1.3068851649816606,0 +-0.7491398519471478,-0.6536625474158859,-2.086002243587095,0.9899560203025173,3.663484850054796,1.1841597584141677,-2.3431042967662816,-1.0245129157831567,0 +0.879490912403645,2.348272422078633,1.9042795856466659,-1.0800726539425058,-1.223415701451443,1.627169923919198,0.8364931263924447,-0.39954858784339425,1 +1.2529094078220677,-0.6644420282151128,-1.616698127524577,-0.34959256161178187,-1.5840366651866424,-2.146755754540468,0.577503792973395,-1.0732386299066543,1 +-1.4995447395929722,0.4736573596531299,-0.7599008590391012,2.8820250318818146,-0.5311267840278173,-0.18222808223308373,0.22225992326790578,-1.2184544727677635,1 +-0.236956435641008,-2.3188218532110065,-2.3137682261023365,0.8078764658868731,1.401820385761287,-1.9758065456344243,-1.470233168893443,0.1567516476205284,1 +0.3737672384364649,0.7532088526360533,0.9176658750291791,-0.5084551150163967,-0.5988280876207337,1.3651096957588162,1.599497008259767,-0.24114348254014822,1 +0.9744408779484575,-1.661004844893137,0.45199890150692457,-0.07026861908554972,2.888310791177638,0.2218264833524023,-2.1637309167802137,2.430740378019453,1 +-0.6837724938376216,1.0807270816155452,0.9009025894587525,0.332243785808847,0.8348563162674664,1.3541086293817757,-0.8092316804139064,0.11770678136806745,1 +0.23338450559608184,-0.24196031216887998,-0.3021397442277296,0.5289860220207139,1.7995802577057325,0.11272293098111208,-2.069564544871473,0.44863365374848785,0 +-0.059946876789966796,2.1995813122015218,1.0407981125041823,-1.0006269110140884,-2.444163810554904,-0.3768542607519274,0.31336939263438934,-0.8561902456939332,1 +-1.175904874793093,2.8450356880143453,2.6576002332591786,-0.4636739934999245,0.7897237367694749,2.9991617582145995,-0.9578916781594996,0.32661914273337256,1 +-0.11307086554813005,0.9902520773123802,1.277389995816238,0.3006620398063798,-0.9045120362797642,0.365588876173341,0.34324723300612403,0.34071480452560066,1 +-0.5531222047666153,1.0336777975974936,2.4037271425711233,0.7073696166431412,-2.5017393936763535,-1.3796668784972446,-0.07648310007490189,1.6960111204407435,0 +1.1387545059313509,1.251418107626677,2.058861016944457,-1.0814248122687538,2.103752182573316,2.0467091049203825,-2.212634196309134,1.476813463502097,0 +0.6162446672916057,-0.44508930277197617,-0.9489297631055978,-0.34647489619838734,0.6752769610262407,-0.8518547627809192,-1.3472027287934891,-0.15851209956861523,0 +0.49794967476512286,1.3583402079080293,1.3262845056276695,-0.3198188509152358,-0.7905253251190238,0.5146597624883282,-0.03156214292896398,0.16945570308476554,1 +-0.8846287618742067,2.0861845087961326,0.1434091682655106,0.7578055531368741,1.7420857100840148,1.3887460460606273,-2.924212231737422,-0.9317871009420291,0 +0.008107697379998585,-0.6768653031471277,-1.3382960807151298,-0.1886151472509363,-1.739934486197188,-2.4302453549466048,0.35515897118905415,-0.6979380429537414,0 +0.3853679406244245,-1.9464963756580314,-4.30328775202026,1.0750102928549585,3.712434402776076,1.4836064101362971,0.018000056236895268,-2.847429407276727,1 +1.394631161566952,1.0478429752522,2.023026779805996,-1.1148778593234392,-1.7019576376316095,-0.7602268971139953,-0.29717324539877177,1.3093853679789054,0 +-0.3979949119490387,-0.5239715710193842,-0.18886538355793023,0.5962849949977893,3.2238764829669075,1.5608240616781395,-1.8983997084084339,0.6445883645071763,0 +0.2750943030634201,2.0473537972727245,2.62924728624012,-1.0125422755890503,-0.9369665411504102,1.2494912875590938,0.04015615136544559,0.8357554236181561,1 +-1.3035260982766015,-0.0024771530159510835,0.2998651796825637,-1.419903843915279,0.3386898976920678,0.03151899279783121,-0.5247067257582858,0.4463570036899696,0 +-1.0314893645503032,0.5514757820491962,0.048489209077154746,0.15264783558473716,1.4683230598822785,1.2309332100876156,-1.0616630120840675,-0.22371342956216372,1 +-1.398088331011146,-1.8199828925522719,-3.6825664413454513,0.7208440919443911,2.029672251598841,-0.248737393156643,-0.20677819903411898,-2.1298536374405703,1 +0.26761986875240773,1.0004009575791075,0.31337421713620917,1.9275265005683744,-0.7142923971694798,-0.783360776649489,-1.194828611979537,-0.14323539620799342,0 +1.264236843994417,1.4741318308303453,1.2528887726582438,-1.0634647030979516,-1.3575795025286033,0.6412129097861428,0.842569988792342,-0.24914151854262184,1 +1.011022664005488,-1.3434623787198634,-2.875546923287744,0.9799813187787214,1.0816202450971675,-0.09077425034745856,0.6108390216463717,-1.9456025336753462,0 +0.4237695970337197,-0.34328742900431436,-0.6914876978536119,-0.8735739314481641,-0.15951691744674704,-0.6958929049402218,-0.1317970615784001,-0.3236864305839425,0 +1.0933818878053534,-0.6708608113426683,-1.2678256134415784,-2.317325697324453,-1.5164356203164038,-2.0242105773846824,0.5511982289248734,-0.7155767377227603,0 +-0.2498152496793243,-1.725927070585926,-1.4342377800921564,0.5209629058351318,-0.9692544534796735,-2.0932392018234944,0.8640802173586928,-0.07284039284528765,0 +-1.9567832633556843,1.0771048902383276,3.8022083163982563,0.9029018912934184,-3.03107266933603,-1.3872608057539637,0.21996069107392957,3.0008306098184994,0 +0.9646169736898371,-1.5065111362267567,-2.1256347690763313,0.6795531610401426,0.4593343114767923,-1.6711150481785555,-0.6491256573418293,-0.5837379998496008,1 +0.3520331797013316,2.7440503839831294,2.600924622502585,0.37796147877936664,-2.853706975307471,0.09060055361955177,0.485797170636732,0.1867895550176173,1 +-2.276122405386581,0.9842969609972323,-0.8286762404798016,-0.4645255653420957,-2.889423377792743,-0.21927638216860446,3.006791394874199,-2.4701992627298024,1 +0.022463419411262203,0.8383399200297674,1.5172233101165085,-1.0555949951646202,1.249087286168392,1.360601300576812,-1.3073023747017318,1.0830045531998636,1 +-0.06779418056514579,1.0444382092112037,-0.9150115993270492,1.4115672310954923,1.3552945744553029,-0.05485518685983959,-2.8704614597018994,-1.0312271974291976,0 +0.743494967636033,-2.557576032306925,-3.0046730028861703,1.8963968958061832,2.2226684096058396,-1.7245681286650187,-1.8502604675726635,-0.2601164350967853,1 +0.16620847293592292,2.021786467241755,-0.27818295956739914,0.9827577761046842,2.052915315020582,1.7726322040148121,-2.6649998640185233,-1.4053802805012285,0 +1.3206275171322093,1.9221776259137242,1.7207491996769306,-0.08806110580488435,-2.18205548026338,-1.2813780090297184,-1.163489738417185,0.5380276202587737,0 +1.2140585106436392,0.2534246670518998,-0.43628690763735406,-0.8594630812995824,-0.4633477861987785,-1.1543204299633625,-1.0267231962116854,-0.29110560152383586,0 +-1.0176925540975275,0.8180101448332839,1.7242432133473142,-0.22870684046965759,-1.7223259995824411,-1.0779714001089866,-0.3582591441238134,1.2407960530594462,0 +-1.2532108280749386,-0.4795858039776948,0.17109683551041482,1.5857518429621433,0.029199056165100722,-0.7525243124943624,-0.5774855906083854,0.7929193284004601,1 +0.012306190950670324,-0.8449530925546543,-0.1687841598653387,0.9979833946014945,-0.15802500771224282,-1.3741440854023859,-0.6478900809481604,0.8228768570408668,1 +0.7448681283543557,-0.750670866186077,0.3009560768575859,-0.9686146594520035,3.2512159282163697,1.1307902562310508,-2.407345901730145,1.5045072394778474,1 +-0.8643720677623206,-0.8875756844260705,-0.7818635189031883,-1.447671046437546,0.047178309396881946,0.06112185853286578,1.1961480211825386,-0.3731092511346043,1 +-0.4962860342874795,1.1262587943216023,3.5090593080294217,-1.1683463363980444,-2.4354046888509258,-1.1190092638126652,-0.240881489981921,2.76552612975925,0 +-1.4209602285368341,-0.9258881598737584,-1.4016000429626636,1.6549264761311977,3.5711367155698692,0.5506499508200835,-2.95953263122664,0.11627696702714485,0 +-0.5106343946196347,-1.7220103249958512,-0.8658419955410479,-0.018788973410049033,0.5226568240611935,-1.6557001775010036,-0.8485083289690234,0.9312426070687814,1 +-0.8295330586507453,2.187265106010443,3.8679657703833903,-0.5073668215368857,-0.9554128830364251,0.6815547079554714,-1.1980187386647434,2.354897012455181,1 +1.3434220019935106,0.36796553570858825,-1.6942091528173588,0.013491117395601892,1.1697405078376906,-0.20956323480355626,-1.8586056599242815,-1.513530131129529,0 +-0.27750082075309823,1.6524547060946133,0.20564801761006515,0.11182918071673721,2.5137387796311,1.7262489768837386,-3.1251069778132567,-0.4737050535436331,0 +0.14586409329495356,0.9233324637557665,2.481988545295674,0.02755437523338185,-1.3514749989360082,-0.8081227900462077,-0.8587528675214374,2.0365612771442985,0 +-0.4637585937062276,0.4468401809133584,-1.2490674506274306,1.250978078415392,0.9689498980366276,0.3436919023180287,-1.0470310038681805,-1.3898099332857403,0 +0.8961553423090138,-0.1434738546035612,0.40836904174386635,1.950895374119961,-0.40436535158208214,-0.29924044026794605,0.21515811628188608,0.5009082181422001,1 +-0.08858127638708911,-1.5770897443501128,-2.0188238255152484,-0.20854077374751454,0.6228149748995231,-1.5303529979160557,-0.6491797234287582,-0.4263613696142482,0 +-0.13707555793841622,0.9098618939666914,-1.4720915276846267,-0.5462704407873051,0.3347457143991565,-0.4045761844673516,-1.5756159962313814,-1.8071573826621876,0 +0.23400682452811833,0.9460167397160448,2.548498360015002,0.585413768219597,-1.4648724313122095,0.02168770927211905,0.3664631285940523,1.6898610168395396,1 +-2.6840445956152057,0.8212334324778994,2.130475010944573,-1.3613620665981987,-0.7295866986242302,0.42520372280220586,0.11033045797819963,1.4088243630352468,1 +-0.9577786220549246,-3.1977082025423016,-3.583418157358924,-0.03925403956745826,4.190364169711201,0.6236184083351386,-0.6686083393786342,-0.8073049568643154,1 +0.9418305300289156,-1.6720069665938713,-2.46963600198841,0.3309869298281109,1.7698441465608425,-0.15537059310285195,-0.21962753644839478,-1.0259622609632943,0 +0.4612421820946164,-3.5293247057695334,-3.24056432829896,0.7042722804266219,0.1831866310770405,-3.8596134289056607,-0.6726415589543637,0.16612404189175012,1 +0.09863607507624302,0.7216048224260788,-0.8992035563636266,-0.26236830097404906,0.5420750112790225,0.6296930903364178,-0.453283461493182,-1.448945997401828,1 +-0.845516914928993,1.4625947055109472,1.594542880729903,-0.0046809368326706175,-0.04161945741483301,0.5258021375553892,-1.2747930421098812,0.6895017579467682,0 +0.9200111016085266,-1.9538921518929186,-2.1803371022013103,1.0707505940278657,2.358150048692254,-0.25287930702372685,-0.9682458140347062,-0.28385494700558633,0 +-2.1793168026879615,1.320533751462261,2.694930935170043,0.8514365103086319,-1.6098817866647201,-0.559357838304399,-0.6477595338219377,1.8412776530293589,0 +-0.5317056041044629,-0.7376379758980959,-0.3010202052471391,0.83342936585534,1.0619217734558704,-0.3368855102519908,-1.0825669165145113,0.6359080160583439,1 +0.6639011003144735,0.8739900276640926,1.1330149528003846,-0.8435992108014327,-2.2545153977323276,-1.4942186114307008,-0.04467577242596843,0.5397908264764304,0 +-0.2037587823361083,-3.6818535284760596,-4.339866319346275,-0.42018180847399705,2.942845795222614,-0.7049042669557244,0.07863550556249077,-1.2673343546782392,1 +-0.20450890362747381,1.4806183854893118,1.5762112110674962,0.10108915185149597,-2.6868438290528553,-0.2593948945283885,1.4378767116245563,-0.01805812750265723,1 +-0.46433434667793455,0.11290018320978623,-0.8135333675522171,-2.432562314958603,-1.3849665187993592,-1.6390350231842934,-0.09838250285034533,-0.7697542477428456,0 +1.0611450469987436,-0.8481164169434519,-1.969090807268426,0.3686849221905448,-1.1459409032296908,-1.9116428796504508,0.565413887817299,-1.2909493766133058,0 +0.2863050568391721,0.820626690847856,3.5036231030795357,-0.7120631948967804,-4.984316847019043,-2.85316817290541,1.4137787835528612,2.7034834098788147,0 +-0.6849646801335283,-0.4361509679295907,-0.8402907315466877,1.2624983542579473,1.1404931228198536,-0.022688126773330763,-0.9457171000735812,-0.22787696051558776,0 +-0.662273243861079,1.0416851895112575,-0.04324560398808028,1.4728538366395276,0.3540638719103055,-0.10157195342394465,-1.7517245652470468,-0.44211750694730534,0 +1.3149239289291552,1.7213423745245278,3.9203804544646625,1.018335424367428,0.17081536736530029,1.299460509025577,-1.4932270559633376,2.8342014977356467,0 +-0.9298838099004951,1.6386024269033919,0.900608903186205,2.0080410955681995,-0.9096380664894032,-0.4419439582772574,-1.3176877695918954,-0.0785166784104172,0 +0.5502964875417306,1.7008691767174566,1.7310391964591252,-1.230664141300459,-0.4588536703287885,1.2597886685290038,0.003492613572112724,0.22480549754254409,1 +0.7255619804562412,0.8720034703191959,-0.4607397967582787,-1.1987283305334466,0.9557129934303356,0.5856555508368452,-1.390428067514563,-0.8734973294406164,1 +-2.010456519580652,0.3277408730199698,-0.5159578704032053,-0.3458483310832834,-2.213623244980879,-0.29303654110225374,2.5623670030415164,-1.4719359526466806,1 +0.7178727872270712,0.7446144698597645,1.8714643065490575,-1.3839473121254504,-0.3322684617591245,0.5195353943512873,-0.1736762262083864,1.2799439903646204,1 +0.9469857316325689,-0.8096646025682098,-0.16764564584902286,0.7708723591263119,1.0396409261354758,-0.7068525951746173,-1.5049686692361333,0.9749374198237009,1 +-0.6755944178520245,-3.066158347590794,-2.5558923309887978,0.5464474988242317,4.9541427381918,2.206167741117498,-0.08437426823793792,-0.15369454872041877,1 +-1.2401383443493446,1.2595798060487695,0.5250288394711414,1.4193629191626205,0.9024315851097723,0.6005634977591523,-1.9957859423957842,-0.036510256183125644,0 +-0.36522702703935095,-1.2438582981753918,-0.18641127302812613,-0.7374632081589589,1.882312177620459,-0.6718360996828898,-2.1869438340348317,1.5044514414792944,1 +-0.23743034116263229,0.42696075103156195,-1.6200096430484847,-0.8495818313218748,0.6284506197343103,-0.48542439154397704,-1.5392259285168652,-1.5532153776910305,0 +-0.42874658376643876,-1.93852556252933,-1.2695070511099185,0.41363407935814267,2.2213233879060934,-1.0887534964630166,-2.1664048545934733,1.0170125463101205,1 +0.8381473219487264,-0.17817073087750024,-1.5955910686446857,0.116438128330774,1.0488532597185853,-0.6665435045937951,-1.7350748287874842,-0.9503770475777151,0 +0.06904831987925636,1.6309682203035,1.7726825350626825,-0.685087355887627,-1.0903099346423448,-0.31189998113306344,-1.1287785627458864,0.7530416135184403,0 +0.1078943027346369,-0.13615215942122982,-0.926007700506966,0.1507866249870307,0.6867165678076441,1.1470045944967504,0.9632392487512085,-1.1745670895157647,1 +-1.4025090892857788,1.8051783541883402,3.768867262266646,-0.4410863761179862,-4.078943788488307,-1.706785125732165,0.5132051884927473,2.297121632619471,0 +-0.4314997059987801,0.3053205889606765,0.5809303477861245,0.26475666084139665,1.9265227663679894,1.2720405129143468,-1.5481258821474984,0.6537343457337327,1 +-0.6172929464773871,-1.5399841319384722,-1.3412971263728792,-0.264296796933039,0.1079715122562095,-1.61974454516639,-0.26854150300812685,0.1346645264643772,0 +-0.3803705423800282,0.7500410292130693,1.3166978011773973,0.22718466944756402,-0.08545181520293141,0.44743975725380936,-0.4684584643556772,0.7968953157217008,1 +0.9081452173195481,0.6939021438035196,-1.305177842402932,-0.9917564131161544,-1.7477942604639556,-0.29739972929272374,1.7237653409284455,-2.356003707798245,1 +-1.0740727532074206,-1.3028965831773325,-1.4526896290227724,1.8248541892557206,0.7609021678551033,0.30080486240616233,1.1382122769557894,-0.7066870305623077,1 +0.9225120556702673,0.40300260348193945,0.0009917033628183151,-0.7676085545393779,-2.4033077901844093,-0.9182534620937195,1.7692388421703338,-0.7476569414774593,1 +0.8474184243369578,1.5828423271253511,1.8297339126429213,-0.33620734297549615,-0.10895045415972139,0.8726262507884677,-0.9133193677202582,0.7025328175231305,1 +0.5723368273013579,0.8333467055868686,0.8353665890304932,0.696421401760309,-0.5878377302450468,-0.5357994661154182,-1.0148355142853187,0.4606334345607894,0 +-0.7100528365380683,0.12245279961281774,-2.200713395778603,-0.04092019219367833,0.06984627221755553,-0.1352751833684921,0.2202060016454348,-2.388982001077661,1 +1.111159181084779,-3.391232163863471,-3.0082368042999574,-2.1653391493124348,2.4048846049285935,-2.4711115996097996,-2.2060435569179235,0.5939517028389856,1 +-0.8076913417933831,-0.9980335671395053,-1.8697436109603705,-0.07912549281143624,1.3211355969228542,0.4590338650833252,0.34097876646040887,-1.184446944179438,1 +0.07717857391061733,-1.012135366458685,-0.5670279893011874,0.8153518220064283,0.6814893264389926,-0.7223611840059371,-0.6815012937427027,0.5185100161420975,1 +0.8871341772485494,0.7599897290223616,-0.5921718695803518,0.41619856407664013,-2.111839596196442,-2.0795657456801155,-0.4104274094580536,-0.9731872201841107,0 +-0.2650566280465836,-0.10007408797436268,-0.04545914601760732,1.6906023006444388,2.1450879341826465,1.0996234237369793,-1.4727772472991825,0.3524715693841942,0 +-0.20077903889118626,-1.2056464865243985,-2.460521277310936,-0.394944794568468,1.088677070167024,-0.8259552367065168,-0.6478795496077988,-1.2433357219376613,0 +0.3644838602558593,-0.48643016805086375,-1.9366477123084098,0.24555792275299385,1.469640280760064,0.01410069972508532,-0.997007758967513,-1.2884589545729515,0 +-0.6156809808231076,-0.9171296859793922,-2.228872563204303,-1.5307180068726955,-0.3257698655979207,-1.2994908448813125,0.3608702036819418,-1.4882486123845715,0 +-0.843399927031972,-0.3216418220356161,2.080292729886626,0.3819207782913363,-0.5902838175185837,-0.46143073436855586,-0.024218608208225856,2.4276003907321178,0 +0.10132473174307209,2.776439819149317,2.570953018692743,-0.9980842959012547,-3.4674402149384203,0.5045509980103853,1.8874008909574822,-0.2819820011211726,1 +0.4675392268863424,-0.015325258280684428,0.1567952527670245,-0.12617908767838937,-1.121898288978734,-1.3507742913815561,-0.2297309562864901,0.33802500866593166,0 +-0.35315491281173955,0.7983174291254702,-1.349713013616709,-0.8603281774813432,0.06888095496424873,-0.4846018678769525,-1.2178913359105006,-1.679224042546805,0 +2.468780513002142,-0.8054373805127367,-3.01945270335244,-0.13479579720247462,-0.20680624612533044,-2.0748278712698314,-0.7364764873321309,-2.029621142566347,0 +0.6420583692893647,0.831108158689799,3.2481192277812325,1.4587983430657816,-4.5406361965957585,-2.8770703342461044,0.8109470766604456,2.599920902605885,0 +0.15180356904599526,1.3349202988219815,-0.8133520199076233,0.8212319843676257,1.6472256817216955,0.6925921310683771,-2.63238102345233,-1.2950237577626527,0 +0.11401646053597099,1.6379814441745797,1.5997796099978445,-1.4390380776823521,-3.119018776939028,-1.8106114074902528,-0.1913373955815183,0.43272346093635256,0 +-0.24546880074450858,-0.21683126239931227,-0.3921962446628884,-0.9255149122928117,1.2656239803605043,2.406337054740648,1.7508357476427565,-0.8736305374179716,1 +-1.8695308277586795,-0.13788735431589105,-0.8971531955551639,-0.06214030824194285,2.4316262100540267,0.7927288003646589,-2.00550644850943,-0.31340361921836024,1 +-0.5781511972127497,3.032834195283268,2.448410136399417,1.3286790112876512,-3.4139887122976402,1.6981048585977823,3.1620639778199706,-1.0594814216735757,1 +-1.8418151627085286,-3.3294551647883814,-2.7708567037067007,0.0327524362056584,1.760875101373115,-2.9421065001849414,-2.0503049805428133,0.7769779954644221,1 +-1.7882951983823983,0.3189893526700221,3.5135692176124307,0.46383994834263426,-1.3165068734446295,-0.61542012038701,-0.2962239348998305,3.428351564176083,0 +0.21316969345666031,-0.9388469761321694,-1.2195076509731138,-0.4261751268515163,3.644263858454768,1.8304732205697662,-1.3948992709799493,-0.20920455459272158,0 +1.8567909158499052,-0.7476944830099581,-1.353216747331584,-2.168026214332863,-1.0025053554115873,-1.6497513501774068,0.4248440262552369,-0.7319817950762315,0 +1.7856197509337828,0.9427512405327204,1.9311023516181214,-2.246386296670579,1.373354780675193,1.7731623333840523,-1.1657823679870458,1.3454614053648934,0 +-0.10348018372819791,-1.3807611821350845,-0.8072798252453898,0.09397829239001068,-0.6773174598155679,-1.8802815047300083,0.1792014292120805,0.4416763622234589,1 +1.9035715421872754,-1.1119498206238851,-0.558397840288724,-1.4249618790440097,1.9051049822459365,-0.24975844800545627,-1.6917710312639191,0.8486804443354079,1 +1.8073350560831023,1.4789479233042677,-0.7126426053469265,0.4910051995307889,-0.1090666211824734,-0.7774569580275467,-2.271793595137323,-1.2991617996440832,0 +-1.292572267680563,-4.379622198066769,-2.7173949667463164,-1.9309044986489226,2.367519369805488,-3.320027695642133,-2.302806015216106,1.815665668823143,1 +-0.05228702025453537,-2.8796975105602556,-1.2345886321144357,-0.14623968482888955,0.8045959550879196,-2.161718280138976,-0.5713061668531503,1.4982173195920845,0 +0.3824754945127699,0.9258207256713238,1.535836661891287,0.813365324151905,-3.3176180574691596,-2.2686607606732645,0.26742071873509,0.8803070505032452,0 +0.3536741792989342,-0.2593581913376304,0.730605646666258,-0.16432493229476836,0.20550261431292993,-0.3717457568871,-0.7193674466461976,1.1846482684041466,0 +2.278314099690784,-1.2844702275434543,-0.6329324969836831,-0.782289691580964,-0.624840756887731,-2.0672845259282218,-0.2990922922654841,0.6812564916083639,1 +1.1595235735988347,-1.9711013997169027,-1.6928160646984667,1.2365848695939687,1.7906974724508053,-0.9939036858909436,-1.2686628185658706,0.3642043344544044,1 +0.1908619719914142,2.0678022366485727,1.8278745692325298,-1.058740377844886,-2.5312614115732375,0.834038802226114,1.9689639395650906,-0.4858503526154009,1 +-0.9991568075339061,2.344663124623386,-0.19521970821867252,-0.011550296863607066,-0.7894829954571078,-0.2666858855078613,-1.7019223360712683,-1.6979719652536813,0 +0.8178699205976692,1.703939707521038,1.649046545291731,0.4058991131638316,-3.4754663109632484,-1.3291187624055814,0.8742897948932823,0.10183823654451196,1 +0.3354161525293792,-0.12384013050746345,1.8305205179033197,0.07226156958991169,0.10814590474652554,0.23258086158303604,-0.23648988708085428,2.010910578367234,0 +-1.5033417491708427,-3.94547342895064,-3.538472022835123,1.8671855384510334,2.8520087194274657,-2.4071173181084466,-2.0085319307452734,0.4649465585177418,1 +-0.29356196314454475,0.27854755831542866,-0.2352804508547386,-1.766811026868273,1.4609936824988843,0.3621280866194949,-1.8343213575589816,-0.005863686291527004,0 +-0.38494772581467684,-1.0621605418132622,-1.2779813376815583,-0.6033664392974988,1.2280909846977046,0.9133133271869374,0.9788750390752832,-0.7363608166315118,1 +-1.111645822002901,1.2525708511804126,0.1815266873387179,-0.7417417593015999,2.578342476765197,1.4563497741859621,-3.139133700080677,-0.1359466482726841,0 +-0.31626575362856374,-1.2529112578549,-2.300711120580272,1.3589466253415237,0.8933753518742275,-1.3810976136384872,-1.104739549566137,-0.8748347327031185,1 +0.46374534851699756,1.151270810469203,0.7311493019316043,0.5238370737419193,-0.04776496294692335,2.731273180635335,2.2600081934754392,-1.0503932453088738,1 +1.0135691274147878,-0.676387620341852,-1.1183820774797177,0.7082247320525578,-0.48024673490147174,-0.15202935561948516,1.5332847973891397,-0.9683311438512421,1 +-0.6272416300560495,2.0634002131086704,2.6325481142461507,-0.535636476121596,1.220263212800798,2.298060226407331,-1.6573014181164567,1.2043945559565832,1 +0.10195750131880324,2.3765320457723433,1.487192059499746,0.22101733788001565,-0.9477330398555746,1.86530760604003,0.8501958752462992,-0.8692297771442192,1 +1.224057217655777,1.8646986187371672,1.8063041170898961,-1.1172223687948835,-1.2648508705495494,0.8704413842317122,0.4358039617105758,0.07580000188121228,1 +-0.09889711099569845,-2.1717301683256514,-0.6142339671159928,0.13391641119583322,-0.10172696226470801,-1.7792526412387153,0.29028756913313025,1.268166048708501,0 +-0.4469920859800129,-0.10811357580235015,0.2148773695689654,-0.8989621341025846,-1.7194984360860712,-1.8354426101793635,0.05976950841312845,0.4342684284981765,0 +0.47329593422568655,-0.6861496599814225,-2.272624987028951,-0.224796005907371,2.887490339963315,0.47920469858612225,-2.0876495807962394,-1.2017668216359874,0 +0.10151065379757265,0.6076858445651419,-0.49569000054430706,-0.6277602695410686,-1.6349155009451801,-1.6007680039120253,-0.31565680792869033,-0.8088539410355282,0 +-0.5249034539897605,-1.9222924224587186,-0.8790268552658367,-0.6921433268969701,-0.7442457167129853,-2.1230206581247697,0.5555348066709271,0.7429891814874651,1 +-1.4390044120844074,1.695056198449694,-0.8104741063362101,0.04989698515250403,1.0986003631638548,0.7130548491653979,-2.211515169624058,-1.7117375928942602,0 +0.6023910191707207,0.8821880951968142,1.7309621303805298,-0.26391872958633317,-0.6419674389085355,-0.17433960363474654,-0.7654342178770126,1.2342765162967757,0 +-0.8941236536702695,-0.8542187071471024,0.18406063702891912,-0.9808800819617668,1.130632559756052,-0.5694397623030634,-1.5045003364286242,1.3593073674739369,1 +-0.6085689591271322,-0.9808012878638033,-1.4158074499280824,1.467777185504121,0.39741610262325855,-1.178809612007855,-0.6749803309723882,-0.3372382846300328,1 +-0.818707505575239,-0.601963478864052,-2.0526456804369775,0.9708973416336832,-1.0783462082542312,-1.9897870736435748,0.12325420426050004,-1.4581581346577082,0 +1.0850257414622144,1.2746604748434287,-0.5526624270801538,0.5090739106856729,-0.9546679475666935,-0.3756417815073036,-0.35486750318336485,-1.5134802531897409,0 +-0.5459645512333486,1.0598756710765318,0.5031665204405587,1.2575288130702558,-0.16479610087956872,-0.20261153981126212,-1.3228174780553137,-0.010517706350319678,0 +-0.48772629314187654,0.8786627981949832,1.366489522717995,-0.9127011257620339,0.3704563076624039,0.27557789144071265,-1.5012631500962093,1.0314578643908778,0 +0.8356603321681692,1.4475338977543528,-0.2454977993299338,1.3199876014907042,2.434990133899596,2.4346685193954336,-1.7170439776038766,-1.1943476223552973,1 +-2.57562052729224,2.053981173188533,2.423358316901224,0.7881821703231627,0.06839422964747323,1.8458921022614585,-0.5467016687900799,0.7339735337340645,1 +-1.5366600174913205,-0.639111002171384,0.515592070861325,-1.9814516414491443,1.588339151042478,0.26907154993303073,-1.3662373304995779,1.4127944730764488,1 +0.6202693568533881,-0.9514453670820016,-2.1055857687894535,-3.17666255444488,3.617069016492679,1.7859294456829264,-1.1473104056190937,-1.1625572871785048,1 +0.3831058437665376,1.269664441818594,0.12097685006628377,-1.419817659202222,-2.3460944191852127,-2.122159255084557,-0.8876172048822775,-0.5466354444225865,0 +1.5096007553163886,-1.4580340448207063,-0.2519765462156217,-0.05055598472715171,-0.21261637019315177,-1.771326557236966,-0.4147363474177523,1.223578279224447,1 +1.9394836389608852,-1.1436842723005571,-1.3936574743543568,-0.8376885840663981,0.1857974090884223,-0.7826743844424893,0.3247272283821956,-0.47799940555201204,0 +0.23220775545028316,-0.16684691716433386,0.39496610852986275,3.405205319202505,-0.7292082561285174,-0.8110451712455239,0.024953625951549152,0.5977423298478295,1 +-1.185490038846238,-2.43327694344776,-0.6373533014739298,1.2725911650513577,1.0314567537685282,0.6020116132181309,2.1388153344765017,0.7828504824764471,1 +0.23579050264373685,-3.3359375917210787,-5.311653736460025,-0.2135377278608201,-0.2322909260185461,-4.232849146938111,-0.1911529420577628,-2.203494365061924,1 +0.3240499865397762,-0.4491809683357652,0.8480496780015795,-0.2825077824713433,-0.21696817510733113,-0.6253935939813677,-0.2839668516864612,1.3659874938724093,1 +-0.24101532461170866,-1.7718508765060286,0.3894054547573098,0.0023066325087691708,2.3794540796688004,-0.5168995199558782,-2.2856218118846865,2.5503949661104173,1 +-0.654099308578724,-1.9402538355214878,-2.1153111632420947,-0.0790822033851814,-0.2508686001145328,-2.043807559141481,0.33186367354476,-0.4436993406730057,0 +1.10714764251008,-0.585147627433277,-1.1739314481573524,0.31207897293331915,1.6877008110690344,-0.26326647632807815,-1.7908677924639191,-0.1939549315335809,0 +1.5555112627611183,-0.5820503720979009,-1.5838776623470439,0.46498761272055117,0.593009961649832,0.6615709109758103,1.1193058471763173,-1.4714404351053223,1 +-0.678704725892423,0.9549948374536823,0.48762656570267343,-1.7107702979107724,-0.4933114939185999,-0.7146927756300386,-1.419630500265456,0.1277470750271652,0 +0.437307022014633,0.8985368524099944,1.5419330617132665,-0.7920402924624343,-3.2854382144093712,-2.1535327489854854,0.4027633175246863,0.8641017635461096,0 +0.3316743388919257,-1.5894339266674915,-1.4484175053214878,0.626180495486069,0.6990763191239148,-1.2479518304550328,-0.5318582660922453,0.11030790265283674,1 +-0.9019414279045946,-1.5985263704016437,-1.8753728573443444,0.2648609791327391,1.3271968403205858,-1.2025518348000488,-1.235026930290879,-0.12911639681530263,0 +-0.4013631844782811,1.9430268217475204,1.6890382729265134,-0.3812463564234246,-0.376706572743288,1.3572479793346512,-0.23280247118064146,0.03403361595489496,1 +-0.580439369938886,1.1511988357089677,0.5455695183002169,0.018215656808727516,1.203709832629446,0.8696846752429612,-1.9556600544603666,0.04441572531851601,0 +-2.4736001976055286,1.7399140561705173,2.568314416154035,-0.8621858643656052,-2.3948522602015725,-1.2347168429727504,-0.8445980378484247,1.4634151602579282,0 +-1.373535486195965,1.0965608778075833,1.0035868985189096,0.5196949359622084,-0.767010591503631,1.1296657251283335,1.1303818968816768,-0.29887891539495426,1 +0.4284465194515754,0.7484573579693805,-0.5607320197234815,0.5906992411093296,2.837675637954352,1.5847767700420745,-2.5808550033751816,-0.6252987554701233,0 +0.6641687391119163,3.169182933260867,1.1857864892542005,-0.20593328266804378,-2.8792103131860673,0.08879045566602306,0.46791703596516787,-1.6053880813524324,1 +-0.31136549196083413,-1.1334285223253078,-1.3395970375268442,0.3045140461447915,0.9566289176947602,-0.8244389839549682,-0.857438469181726,-0.10868378244542709,0 +0.5397666704926225,1.6876775713357637,3.702582120100831,-1.2295464558862144,-4.386637486417235,-2.4261771756062434,0.13831650521432914,2.4856128138744875,0 +1.0202320507082348,-1.7868354248109013,-2.385528761394037,0.8147532577127208,3.969699220170908,1.626888718433806,-0.8812107747512694,-0.8011872654282511,1 +0.5987182630410932,0.7495257545422461,0.4571197582211884,-0.207039796581815,-1.0613156491689282,-0.6175360396453025,-0.24920321782987054,-0.05381161494128206,0 +-1.1023437504575186,-3.5065723453851323,-2.0571015252570084,1.8861800903274393,1.7849959223434984,-1.0558313317750483,0.417545678873086,0.8395513806049137,0 +0.08392319417525095,2.4768248581181185,3.268876473255404,-1.4305887468456513,-4.698685591622083,-2.168336695834971,0.20105996135629955,1.3415535061348902,0 +-0.33722575494988294,-1.5698140866062742,-1.7212950043707063,0.8271190934625737,0.5562955088255105,-0.8588796888596779,0.2481551775690517,-0.424434275396006,0 +-0.5437006752263164,1.1190707973134109,-1.586939462960283,1.556232290833716,-1.5549192214047927,-1.2940810426353346,-0.2586188534026641,-2.3886833670351084,0 +-1.7967690451749483,-2.1902153058110665,-1.1481112693523643,0.3873040745950978,1.514524005116692,-0.2737940750348219,0.16583091157867424,0.6594771167040221,0 +-1.135546643858196,0.11140220830776781,-2.3371294346060014,-0.7140960894710452,0.43036661244902513,-0.2058818892367419,-0.3372728624887763,-2.3620293261318954,0 +1.4298394208487726,-0.777212370352564,1.0856184194818561,-0.7340684680356155,0.7502731813198509,-0.14585213213389647,-0.7388296349235116,1.970775217754123,0 +-0.130223781377232,0.908428400371132,1.98815479542096,0.1627645337025207,0.26562090327882143,0.8125874008118945,-0.8460349008968278,1.4195874821887235,1 +1.7374642267802043,0.1496763968886332,-1.4391690859051054,-0.6081105002706575,0.1466807292953794,-1.359391532513781,-1.770630144704129,-1.0055961933482311,0 +-0.11767650255341976,1.1457751009655066,3.39147284375967,0.8111427185039174,-2.3388991218125073,-0.8586442187325174,-0.01850363001812272,2.549417938180399,0 +-0.9598774145419777,2.7092975417961416,1.960163518735603,-0.38399707372130026,-2.187566332806856,-0.9014949951503203,-1.5665578431545975,0.19636679851815575,0 +-0.06096095976563017,-3.450109887528745,-3.4492118298544674,1.808750141520879,0.6939597510588045,-3.275135223938727,-0.6471989075364811,-0.1645207951850297,1 +-0.23056525665927022,-0.056224602590736805,0.28955432676720555,-0.6780582280134174,-0.9755941740847409,0.24346496998673012,1.6942412699072529,-0.13532089446666262,1 +0.30777023625833694,-1.7988611537286008,-3.268859681489354,-0.3575632328704011,-0.27801177757030093,-1.793584182007707,0.8833875778802172,-1.9037639254999041,0 +-0.2122780210697986,-2.2532952662564356,-2.386083403050527,0.73621009330604,0.29823979991676547,-1.687850821802879,0.4386538673713809,-0.5106245992711745,0 +0.20478368920359907,0.6202399595884395,0.22556691436291024,0.45906942887062085,-0.001315180770601882,0.9656116703219213,0.5562847842650692,-0.519247826870073,1 +-0.5705878119266101,-0.6055776203319079,-1.3203964518474998,-0.47991546482991054,3.0755178338585347,0.9528031756093038,-2.084667474508982,-0.3393064963998386,0 +-1.166587889315391,1.9535425043345707,0.0881595193737107,1.8073690141773964,-1.2013473536220836,0.2930469078129745,-0.027163448954993785,-1.5756693633504564,1 +-1.437100117575513,-1.775152611560242,-2.9716869233169896,-0.2057907177865287,1.0875660848274173,-0.5597840220681514,0.46988647437819087,-1.6045522189813242,1 +-1.438983316710798,2.5014607324697202,2.18632226414991,0.20056758675942823,-0.969042330072054,0.9105809824448146,-0.728670220760222,0.23608137812408592,1 +0.1454967479504357,-1.1272321680045572,-0.8671461566435483,-0.3753168519809772,-0.6978370067092828,-2.016213173012411,-0.22908560831154479,0.2875765639600654,1 +0.9563121952390764,-1.3459075011460313,-1.0473346514498463,-0.15122512906348962,2.1784036302532077,0.40789010656303804,-0.8115782009390459,0.2608732082455276,0 +-1.1296721331924187,1.053552551344816,-1.43007328594057,1.319505898285074,1.5487069416419939,0.6615019559431428,-2.0526105834876818,-1.8385375232259886,0 +-1.5189917227684744,-0.01268629317193204,-0.4159086358048374,-1.5012071419096,0.7440669157837327,-0.10746968308665572,-1.0718371432364049,-0.1136946190958249,0 +1.889113599845005,-1.225938037443694,-1.501141437083237,2.043340960576005,1.663421877602945,0.2696742551594765,-0.2601469322622028,-0.44020983136562575,0 +-1.8018829409338877,2.3961815567883233,3.382785339369531,-0.5989079607891966,-0.8177166146342778,1.6898716537924374,-0.1352596866527388,1.3205300937441842,1 +-1.4204540189608632,-0.8373182865064971,-0.6453358216599459,1.0191469108048057,0.792369232178503,-0.7451561371423618,-1.0361565518671412,0.388970265582892,1 +-1.0453492617556213,-0.015759500858181452,-1.1340224990897594,0.4819774347108553,0.27169217247061683,-0.2781936788353776,-0.415913905253823,-1.0052091989442538,1 +-0.20740898200612087,-1.3877106435199813,-1.6206214352946384,-1.4239895685270174,-1.1042509413527195,-2.212515804352379,0.5863724001243364,-0.46364628935077934,0 +-0.9674477540915971,-2.4976670846056317,-2.270483795380775,0.8182663862016633,2.6950467040488792,-1.3899210129898643,-2.3534270166693023,0.5458250706609629,1 +0.4941582085487546,-0.7751862208936122,0.20145690688842136,-0.3189444479992705,-0.011992305085268174,-1.225850680143159,-0.8400630077012696,1.1808017222701475,1 +-0.6686061629818966,1.8153515456074159,2.0027595663758038,-0.15048137753519636,-0.4613750087378955,0.31633687592717696,-1.4530540115332828,0.8706519232656169,0 +-0.35948112963939866,-3.164876688841048,-3.445447075147842,0.47552707244813963,3.29662999829606,-1.7853692404365848,-2.6821106782657074,0.03467531995847484,1 +-0.5587222062449454,-2.841814965257395,-0.05934335482300506,-0.7353047325061169,2.1522336122530716,-1.6485696364688418,-2.1881885687343567,3.058592413667675,1 +0.8217055186373095,-0.9535574486905407,2.304385876025675,-0.41886402794174515,-2.041572264380846,-1.602172820412771,1.1418821885262032,2.961083064913524,0 +0.7474979089560222,-1.9065923995582856,-1.654806205871087,0.5256315408798543,1.3960112328993932,-1.1622808578036103,-1.010623633614538,0.2914390322689215,1 +0.12467847525495183,-0.08158291277747731,1.1396899319613307,1.1290558998769957,1.6804884910189415,0.8350650222568501,-1.5233009188070024,1.5751482205092753,1 +-0.5706949153641372,1.986258768744154,-0.024715589690231677,-0.20605206760512365,0.36453511929188304,0.3251589921901594,-2.221441046333819,-1.1267987151559555,0 +0.874805428185701,-0.06408085067331415,0.49979006889719235,0.6798666248050834,2.7206145880406596,1.1914516223103604,-2.366961671974439,1.1110287035831268,1 +0.780254244343498,0.14095233548830277,0.5242134904874698,0.4354207709239406,-0.11424592271165142,0.6294248570691118,0.700029081054838,0.1759736401214923,1 +0.802556755514568,-4.304279187118903,-1.8721111214100092,1.664753242127131,1.629751202524331,-1.4090000499049362,0.9750862805902336,1.577589044443015,0 +2.276315487849015,1.1552850580156298,0.7533135898067203,0.387178121655267,-2.400249581743961,-0.6178752259772231,1.1380664050935227,-0.47086730848135966,1 +-1.0768576079387726,0.3378238421006188,-3.6278014073260354,-0.27451588537197696,0.5561614066377797,-1.0626874316831199,-1.5330784130697013,-3.4756145438195682,0 +-1.0379094656812264,-1.2290919219932226,-2.0922403841306294,-0.9209961629477718,3.9712217133401784,1.2279425427431319,-2.1013951187315576,-0.6135476126215262,0 +0.44737810437432524,1.304043427675979,1.5143485467529005,1.3349029663592844,-0.14685390095432116,1.21424732695952,-0.012190789189174378,0.34753574468822007,1 +-0.4062980883753709,-0.6623086899827008,-2.212161957106267,-2.998000359181418,1.4252727949347268,0.09900475112887408,-0.5515814439727468,-1.546894967687678,0 +1.3113126412432954,0.023976397374017577,-0.7785617664534649,-0.1004796502388432,0.6541704826381958,-0.43840571196655187,-1.3203775278133851,-0.42056457683838144,0 +-0.80854424540188,0.08994130795574873,-1.259184466995777,-0.6829116504081648,-1.7875934355245897,-0.4075946011680547,2.271704699378197,-1.9389043229030452,1 +-0.07856594427978941,-0.10627377834602547,0.24340868220694373,0.5364520705101223,-1.782078267282995,-1.2664273225794869,0.8979621308213315,0.1912931041778787,1 +0.5685285553189827,1.1304626592430085,0.4143186338605696,1.0751306134554017,-0.8484660650501658,0.3874120476149068,0.3891844091201364,-0.6688663995904245,1 +0.3474589711194779,1.8780337330739434,3.283653279976967,0.3749178730302389,-4.4805574200082265,-2.514713295231951,0.06929876186271722,1.924572814592498,0 +-1.6270220810509728,1.327121481072839,2.9103269058966577,-0.2064181958501178,-2.7425084799067863,-1.1480579406430984,0.11397524890000121,1.893653580848819,0 +-1.5785413393406345,-1.8472933185992961,-3.3116820163709404,1.2070051328215994,2.750572149272307,0.009996132473993669,-0.9673522927754743,-1.5439614755410014,0 +0.2658730066100646,-0.4696920898396444,-1.156225384687499,-0.15652664270667946,1.0472310069632083,-0.1650256830930863,-0.8755690545699644,-0.5286579831379652,0 +-0.34740801440216085,-3.3339245152593726,-4.0111759579650474,0.3214744362103188,2.1457762327278678,-2.586852276845172,-1.7643423265633233,-0.5842606222560736,1 +1.0160000682057215,-1.9359992048559842,-2.803685302221814,-0.22376854603624755,1.9601755878676663,0.6283765146049798,0.9350499195178427,-1.5149379715241738,1 +-0.3665160843767561,1.000832686287415,1.0277876849737193,0.3868479199123524,-0.8216383284342909,-0.3531878593893445,-0.6735568792841677,0.4083578425128849,0 +0.45801123707107866,2.016709619015571,0.4831572692037512,-0.756670806774652,-4.142968480953925,-1.718705353170879,1.3046943847369705,-1.4336903721403842,1 +-0.5590711167710273,0.3902569077795498,1.0675738026623982,-0.9562374064764194,-1.819518933908121,-1.347742932221652,0.07056752177701453,0.8394802828552814,0 +-1.1557155863068915,0.04135805664842562,-1.5651724012886505,-0.5658090944617077,0.9846084014402072,-0.5701335165303786,-1.7602966282494046,-1.1054688060056796,0 +1.7577002701593405,1.9774062807826092,0.5683430188178838,0.18599263028224314,-2.475904837829855,0.7086695201807289,2.1821607415567206,-1.737484942480738,1 +0.9291821744601981,0.7972130849366341,-0.35354425340325657,-1.0810331250402083,-0.9904986591024111,1.5217168515624229,2.685101529704232,-1.8758302347923341,1 +2.3005861860242907,-1.070767437495015,-2.6998810971307856,0.5475370956002089,0.24492582805044188,-1.0948090564613364,0.12067577967494814,-1.787818830488188,0 +-1.7901590065366577,1.278327515630079,0.46164791711041064,1.0051944525757885,0.4036236448722377,1.468017981486505,-0.12886102506789165,-0.6883830644648278,1 +-1.5893154819202704,-1.056146214105329,0.242210433339601,-1.2098828319205488,2.1923796033180256,0.32802507883796106,-1.6211307854504287,1.5516920587978371,1 +-0.15858234735809945,0.6325686894792053,0.1795673314752182,0.7542268851236552,1.3516768901486045,-0.060847675255997435,-2.7436280906789685,0.39511869723889115,0 +0.21375122712508224,-1.5929772782196292,-0.09640373201115895,-0.6360545338746137,0.38170817103065985,-1.4495131658144917,-0.7326033552855682,1.5569749332859946,1 +-1.6229958205190025,0.6362121173368357,-0.5235714797578287,-1.0150508650368273,-0.17174592551063558,0.21847840258931422,0.0008084916168040746,-1.086422353875312,1 +1.0495278959149874,1.2504277365982936,1.3959245860538447,-0.13383240777512245,-2.5716695108863767,-1.7082213216125561,-0.3591706047945572,0.5904850246629725,0 +-0.9940058619351126,2.3810973863026614,-0.9464530376542929,-0.13559113582802323,-0.6208677999445558,0.06501508891532704,-1.3234318107340468,-2.6199842695190743,0 +1.1408749502672793,0.4675478517975138,1.4102761829892665,-1.7594426937337644,-0.906775084216657,-0.5163360601373359,-0.30448796126439076,1.1601564995730715,0 +-0.8452239126844275,1.6591647179404796,3.8431824222298374,0.6123306459275948,-2.0442660160733905,-0.3722362793674623,-0.47350865823442995,2.660588254691243,0 +0.5268110668592074,3.2342405518286563,4.707458468828832,0.0804636549782084,-3.8941791233860767,-1.1478175550142993,-0.8157008469620376,2.3604729191320493,0 +2.0312172881429893,-1.3773190293484965,-0.8913096489918645,-0.37401695321094386,0.3552321029980045,-1.3643815318021135,-0.5854230389669528,0.5206862643863026,0 +-2.4889744253242543,-1.2092857726779433,-2.6009122181267275,2.15401702746854,1.5289595849057056,-0.274525368864417,-0.49620128985671147,-1.4662521928821697,0 +0.47419594477025456,0.8287460762328194,1.4358568082159917,0.3248355634190828,0.6312781196371008,0.4306311252496633,-1.6326669186075762,1.1677729905589231,0 +0.5442220536929012,1.3613286832078095,1.9446592196930252,-1.3235472977341434,1.0289925599338274,1.5703234019479806,-1.4003569491430778,1.0846918643187338,1 +-1.8547950406565328,-0.12808547624816757,-0.9565206915784787,1.0520077568065194,1.484722532997083,0.1194362091981932,-1.5461291123104561,-0.45466320678963873,0 +-1.8771813528171153,-1.0785558597718636,-1.736271616734887,-0.2823216477245265,-0.2188447533323535,-1.0355208552188397,0.5929945507148389,-0.9343637522251178,0 +-0.6315959719469268,-1.537265785784371,-1.2355801579008718,0.4848033374516422,1.052455204444909,-1.3201277321431042,-1.2497829083266776,0.4822981956352892,1 +-0.6007165458098517,-2.4816314889121935,-1.4741280288161092,0.1193817787098635,0.12856239568825836,-2.654786172190489,-0.6249617243138896,0.9708888238156955,1 +0.14485721075639038,1.9558600350748734,2.199453754790858,-1.7763070546492026,-2.677290252143666,-1.1993005930364933,-0.5212600880185781,0.8159791680711272,0 +2.649446109711287,0.897227014959661,0.3902087826048762,-0.5008514515945085,-0.7421998834013556,-0.7728251166870158,-1.051759991790251,-0.01752295887035049,0 +0.016743144247628242,0.24166198313644516,2.3922931528952787,-0.9679777268093863,1.5318309083268367,0.8615275502997177,-1.9844533959787471,2.6977285254409025,1 +-1.1158104945095706,0.12226819351508689,0.2961395524868806,-0.9614266818347339,0.5911308051043175,0.09626473717165818,-0.9319945792831337,0.4424283619717745,1 +0.662863931207589,1.0250682524924573,0.32167855654084304,2.2568841245060707,-0.9076742794331566,0.3076545825641504,0.5075550497848366,-0.6998901567308685,1 +-0.08617581124662554,0.4757755686006251,0.9150504076230435,-0.16843465684132528,-0.14767653666565728,-0.13334981637736265,-0.7432528575050428,0.7393011541685173,1 +1.5444793596049236,0.7671773479778441,1.7047283876442116,-0.8696752070582606,0.7587682231325671,0.8545044904655628,-1.2599754418967946,1.3596638149360127,1 +0.7653044643793236,-0.015280272452956711,-0.8917272255081963,0.4195593034822912,0.056529014321874016,-0.682749930880194,-0.7187428965356175,-0.6464385733538671,0 +0.06537225704014214,1.4126460897370556,2.495654036812786,-0.6523451980743445,-1.172086746325948,-0.14468347698670736,-0.7613149622042646,1.5598896066308627,0 +0.20302865484286844,0.7388285866311379,0.7877838979272421,-0.4886055585259704,-0.013931220292749154,0.7187086171534584,-0.04454581446909245,0.13339389487765685,1 +-1.2005396249132576,2.827672782059383,1.1844040331705796,0.1534724501434666,-1.4360171231980405,1.2109948576614724,0.27447969788018345,-1.352050836466097,1 +-0.6055205833408603,-3.1538125428470707,-2.4238049883230848,0.8188356808538438,-0.6000607130166737,-3.9563054828814765,-0.3237537369255889,0.5919393865142714,1 +1.0155113205605069,-1.3509296064773304,-1.2687982275587482,0.045960213173824885,1.4854618260485366,-0.7996389546093667,-1.3646850969096014,0.2823173674490689,1 +0.1969847895145062,-0.2720669968784638,0.021357841151784435,-0.25056609204620445,1.1759878904006618,1.4601262318153307,0.5571915398296052,-0.01121313044201,1 +0.2852137642587187,0.25754583664968567,0.37658493427789497,-0.8899379318974577,0.1506951706100095,-0.13050463418200076,-0.775093436754311,0.384849745031342,1 +-0.3287454176328013,0.10237787917880936,-0.3497544072411573,-0.4365561331324164,-0.8871279937544128,-0.5724621556876164,0.4921994791572464,-0.5311586735912849,1 +-0.4806069324872434,-0.7821686706251518,-0.2606951380595429,-1.041587899924758,3.3805414052539957,1.8652429084694038,-1.4167250850630864,0.6360262332894862,0 +-0.6091385142945874,0.940660271962846,0.6688992579864903,-0.5934061340858824,0.24967860690884452,0.18998334340495793,-1.3095244717603773,0.2248932875893318,0 +0.22289428301035652,-0.826057447633787,-0.05453406788623309,-0.5254430160215077,-0.8480110306367126,-1.513710948759746,0.09721493329056763,0.7321279983996484,0 +1.043496229973974,-1.2672061507756607,-1.6999393730178853,0.8898305563896751,0.5676266347750041,-1.1167544218882781,-0.4445249829480779,-0.4511577810645002,1 +0.7984466246281537,1.423019485884275,0.990429320226512,-1.131943410232511,0.10321394267505013,0.45694269044861574,-1.3570293939543958,0.136566113400853,1 +0.9307370705763442,1.4141656584875313,1.050545717217784,-0.8072295147426582,0.3764192220971401,0.47715632275890885,-1.7276106588367957,0.3038466621491326,0 +-1.2918800763837057,-0.19665145491771552,-1.3260973580580513,-2.0127244028476006,1.7448814646122053,0.17868397366230515,-1.6581472820393488,-0.7465435380188706,0 +1.2516268362838532,-1.8982723256123524,-1.3263344706091509,0.82675995547936,1.2183421712274605,-1.382255769002268,-1.153933404262998,0.6738441060025933,1 +-0.9617239119073794,-0.3357441373834929,-1.3905984877805682,-0.06477568455256019,0.3668253283566883,-0.8628085898392654,-0.9127155219901332,-0.8164064224169841,0 +0.058715385986942634,-1.3289411680891678,-1.9180740148143012,-0.505518317111187,0.9046673540283348,-0.7199226535028199,-0.266779076521929,-0.6992004982154587,0 +-2.1882750265924313,-1.1746431946472426,0.3027798801901399,1.1284081574713893,2.7592649382279704,0.4095976328630364,-2.2107724160892976,1.866609171425049,1 +-1.0281696473264386,0.010067440665143534,-1.221983021004547,-1.2116406085475464,3.085909311213213,1.529949841384336,-2.0218164245679784,-0.8205931606426449,0 +-0.922355854117516,0.10100090393431027,0.5102714723198312,-1.1543866951663935,0.9070606012370046,0.15056965219604912,-1.3489278059852403,0.7866297763257376,0 +-1.6603979084958298,-1.323654472461341,-1.4737306363661677,-1.1315060018501515,2.741642397608871,0.7679938769765997,-1.0363131198839608,-0.1580367805023386,0 +0.8609877294139288,0.11671538704793072,-0.9641872779158429,0.9591576779686337,-1.4995700969129375,-2.168637445906823,-0.6021904163338773,-0.7491472387559224,0 +0.42110894273034216,-2.7270964274934206,-1.6622601387472058,-0.2165155163732233,1.136536666375513,-2.345545056495713,-1.3318493724239229,1.1545873000399394,1 +-0.3468706031370401,-2.3508782301347395,-3.3222687385126877,0.3466957700992456,2.631910525212716,0.8671652639684699,0.8916080844775097,-1.698034219592501,1 +-0.12528832175407442,-0.3914527887588185,1.447136867104026,-0.15007712883706126,0.18911689904098902,-0.445418499180324,-0.8577061120985657,2.0674372579464273,1 +0.38129775018601725,0.03154163251657327,1.7023437341334056,1.5974162725260177,1.3727640146856468,0.7934707135780006,-1.4234026441517653,2.027518938432549,1 +-0.2528979551563956,1.5984399915849734,-1.8127236194777887,0.7273589704170026,-1.224176052501145,-0.9156797586359906,-0.6778572597103212,-2.938632988454134,0 +2.167413329256021,3.5255744949385805,1.6661295606154747,0.6407678012440922,-2.3773556543595267,0.4153066680772946,-0.3349665118433882,-1.2261243470685725,1 +0.7420269526124385,-0.6393546525682772,0.5853455782632704,0.33736368331874017,1.381700965141638,0.2431577177040427,-1.1257485484081067,1.4208052422179311,1 +-0.9919432816787824,3.8350051737216164,5.134020253247261,-0.3785817006679266,-5.046701637889148,-1.5172395898626814,-0.43455445336664916,2.211693457925044,0 +0.6236560393828622,-1.9512360121693548,-1.4045029682686558,1.3934929675242895,-1.6129511345308412,-3.0416865048424686,0.7517270437755013,0.25082575748796443,1 +0.0671262688943041,-1.8410947268894187,-1.8113184283803594,0.5708115611267717,2.293381367858295,-0.10057385188740586,-0.9003434528615153,-0.034191746550651825,0 +-0.3457046054723495,-1.1779367241830214,-1.6684023278814413,-0.37955448630733624,0.2765485914292735,-1.4675502400068616,-0.6025145818547909,-0.4248674172929827,1 +1.5909231215122932,-0.9685182022405902,-0.47785905478124824,-0.36621861314492377,-0.17324894864038992,-1.5507213209465003,-0.6396472637207679,0.6244833024395864,1 +-0.3646042498867173,-0.6646231139885914,-1.1531673334913823,-0.2940107867344365,2.416515780151701,0.8591100776031393,-1.2537390446147423,-0.3371206743443335,0 +1.0143895454593006,-0.5062917060427357,-0.027811068799718435,-0.3384792987348209,1.7375001891080806,0.7085270242524535,-0.9799139169652071,0.6101791444121343,0 +-1.8333336293091385,1.3808070505054229,0.19238484144905785,0.7895596506148419,0.10358315785699125,0.18141052407286895,-1.4502741424150034,-0.5923845155189622,0 +-0.7930183526836355,0.3706696790827262,0.018874438631531,-0.14870477673044025,1.3410665965437127,0.9358958054584515,-1.070167616249275,-0.0761556626642107,1 +-0.7313921666740115,0.1573366005861262,0.6178160049954825,0.14885116645649785,-0.49567159097959695,-0.5900399908966621,-0.42710838847294985,0.6557250675155751,0 +0.2658812601969405,0.8424676805078721,1.209539401396283,1.88627978899227,-0.44283168983466925,-0.29351273730341276,-1.0158767341415582,0.8148606235353655,0 +0.9058666446152529,1.740865645569685,1.0040904398647745,2.040748597459842,-2.7791505049956844,0.08585121610568058,1.913879334326626,-0.9745308929293612,1 +-0.7404413289793649,0.9856271592056279,0.5647159431433567,1.0013399450267826,-3.620440142755064,-2.887470711288402,0.08854632316410882,-0.06120245711141503,0 +1.5063994026609404,0.28017335536112836,0.6957563604217574,1.4928743073287458,-1.2687769285593022,-1.251972855463387,-0.3619243035327147,0.6642968167921358,0 +1.6322212133450194,0.4933819205264436,-1.4885868972024743,-0.011558474826244787,1.5415675646850673,0.4541784377235152,-1.6980410808148205,-1.504860312721543,0 +2.006024436724397,-1.445627558164262,-1.534351888332136,0.3618155203825915,0.9805096621745457,-1.3237514477420849,-1.164939602084076,0.07860674759673814,1 +1.343786843562946,0.1865608901296144,0.18818014609458977,-0.4088043274197502,-0.351391392535572,-0.8886491541416813,-0.939386493726803,0.3559471871137062,0 +-0.4625474967862639,-2.285567041233941,-3.486143066136999,-0.770922850881746,-0.17920351061854822,-2.6112284595709916,0.23899170820599003,-1.4764017765067725,1 +-0.37174812429715415,-0.2679323872405904,1.0257636347403416,-0.5665952242361211,0.1336260005980904,-0.24832424448137097,-0.5277314411400396,1.430514401732613,1 +0.587601903443674,0.9691110464912365,0.5476449752107111,-0.39023069230514423,-2.1685798338261777,0.1548206108462422,2.098199677500519,-0.8416335260870996,1 +0.5097754516360062,0.6004831596499225,1.0367365224526015,-0.9367533458727191,0.7571793283613524,0.6472690187079659,-1.162434365086384,0.8111639264818938,1 +0.5728809574819526,-2.230598673567604,-1.4305508574139867,-1.0326454985694502,1.4603188493863664,-0.6507439771858219,-0.13497499345901853,0.5168686763439452,0 +-0.01791526994826774,-0.7946580014315487,-0.4552871951792251,0.7837722399173018,-1.9221969642738435,-2.08647992603712,0.9471124288032318,0.11234628508389044,1 +-0.4508226172370847,-2.173518730670201,-2.282095954805803,-0.8071878519417138,0.454999773937766,-1.2679497916172455,0.6592224364795176,-0.5642178378574435,0 +-0.9339979117512336,-1.4013859788605996,-0.9236581457199251,1.4487825081390453,1.6100443036696321,-0.1224296797432407,-0.6837879919869201,0.4395103188588869,0 +-1.0359857223349451,0.9938122548570596,0.8388167430819501,-0.5206927946164231,-0.9511149827356286,-0.643359720939705,-0.814038543407739,0.28251870010869046,0 +-1.6676057903057242,0.3603606552209282,0.12804061048704576,-0.8023041624629929,2.8995159935729213,1.5143364089601496,-2.542422747170909,0.39744980650618555,0 +1.552564790516084,-0.4688456819666019,-0.30099275906192846,-0.6747775150836572,0.526416540257554,-0.35568780397462135,-0.6334688536481222,0.28882720702838527,1 +1.6763118561900407,-0.9430393433047329,-1.2050441310493658,-0.31285086051421623,1.1749341378892983,-0.5647631479573452,-1.0665096505001446,-0.09612116348556765,0 +-1.2917436917692806,-2.738411268348906,-3.005443856170634,-0.10300324942909209,2.3408136799751644,-1.9151374631134406,-2.077808083203948,-0.03197183792529379,1 +0.970422135222794,0.9873073234340486,3.2920449571713646,-0.8761983415879481,-2.0893138978806935,-1.0270949989700178,-0.3998619222783037,2.698332522899511,0 +0.5658477475155697,0.6214770493754046,3.488310034599426,-0.3526120768763134,-4.647177405799363,-2.7473742850346436,1.2930496756875023,2.8806918718718446,0 +-1.3844664765788322,0.14798223945306532,-0.9030877392528004,-0.10291598287621868,0.9237518279765661,-0.32955327463957007,-1.6577719020463024,-0.5689172843200037,0 +-2.0946472083152696,-1.4882898905993225,-2.9137491281202936,0.45841577914235415,0.28301271823216834,0.45254270018472986,2.6423018113395553,-2.4533773062331328,1 +2.827553565197294,1.1437820257231714,-2.130307799773052,-0.878956911655834,-1.1874519151493859,-1.5386384554543193,-0.979693767311982,-2.747877408203009,0 +-0.41989644279532456,2.2934043019043426,0.7933626393136155,1.2958883563333383,-1.043943238507636,0.26377483560923837,-0.8599909580676515,-0.9185554641818557,1 +0.8938363082936207,0.0952968581832202,1.0253822632461684,0.6791566212016066,-2.0782196757468854,-1.8918432761303707,0.04408462741986208,1.094646823785711,0 +-0.30908739224399434,-0.6714223078454608,-2.4769762271047475,-0.6282924154478743,0.9102364788851813,-0.24138446612802433,-0.18487014880797137,-1.88140928797733,0 +0.6773283617081495,-0.40168551751227766,0.12129952295709419,-0.9566318874708281,0.21319153256872922,-0.6422179965134818,-0.7625676355833448,0.718129705941454,1 +-0.8017919285392571,0.05374121130538234,-1.1035082547176673,0.7197969509917325,1.153931970737074,-0.09012326358105505,-1.5075641733115055,-0.751979900728805,0 +0.9354488596733188,0.219586101875983,-0.4885058009194076,0.8250348989244913,-2.377730106659968,-0.24408179377508454,2.9705851628694173,-1.4668819965554873,1 +1.0718040762387266,0.5625806245237737,2.0628294964642544,-1.278248029768084,0.051537809752659966,0.5597797403767011,-0.5262866734386812,1.7204829661730219,1 +0.4496065380502421,-0.921996413934385,-2.250182400352757,0.7522143378569391,-0.588421393456977,-1.482008882285483,0.5035200896903123,-1.5303897493309084,0 +1.1717641696081174,-2.06959227024869,-1.7139539701830804,0.4598999747025436,1.9864816128080285,-0.22730511616348403,-0.4130530652077161,0.13563858524471706,0 +-0.8366451728282712,-1.547359474402087,-0.9306633193579998,-0.9963384121411484,0.27571596396358855,-1.689492160542812,-0.710976382042971,0.6832281958104945,1 +0.6025856248781838,0.4341124346481632,-0.21769799975634446,-0.026542312908323092,-1.8790731564748357,0.1262750137914188,2.4439622989190637,-1.258819996225498,1 +-1.7469398229114292,1.6287347149040314,-1.5505804879130014,1.131481813143157,-0.8744990619616931,-0.3910512940872255,-0.5849223019636748,-2.763213048815919,0 +1.3123141349032006,1.3659645536628142,0.5107092279101313,0.7651846073199406,-0.48326997248327996,-0.22681340666938143,-1.2329760763773472,-0.2838530277884189,0 +-1.1917670209112114,0.14341596734407835,-1.8175263961927954,-1.0895488719339008,-0.3840081773804452,0.9970914813743454,2.2456762497920195,-2.6521393501163315,1 +0.44438905528711936,-1.0747916587053603,0.3444068900712633,0.2891673333427818,-1.9892474658595314,-2.246716606928464,0.9013481608766183,1.1862834724985367,0 +1.1387706773048694,1.1529790119730743,2.1065666279430064,0.6894860316637351,1.7905183957755426,2.1343870081147305,-1.5562759391859826,1.424137142872337,1 +-0.8745127741743945,0.0011305619062652594,1.5307919632822145,-0.22315690373862274,-0.11841535564550815,-0.2604042783203516,-0.6195317687565677,1.742208937764841,0 +-2.030408896608844,-1.1217651361141339,-0.45086628792472894,0.6239777858013579,0.7143445548369887,-0.9385929346572749,-0.9319845680767977,0.8135074656135933,1 +-0.18405079169270708,-0.204581442683194,-0.7133641156454321,-0.6905427909286496,-0.8790058796520687,0.21311163448311155,1.96413218119516,-1.0998544872801723,1 +-0.43985156773717027,-0.6503059075343758,-3.098214613014285,-0.7062549754939609,0.41568624364683987,0.4116700140398091,1.547713554033944,-3.0493834420152712,1 +-1.6764219202581854,-1.2731185454458973,-1.9606943019310512,-0.25867927929483336,0.4824635130059837,-1.064195968150488,-0.171589543700149,-0.7890149338175005,0 +-0.9477925559451286,-2.000751956907135,-1.1734921634708202,-0.5156255260885265,0.013223335497458714,-2.3748967793329183,-0.6920289400556504,0.8668800794544627,0 +-0.24522894708343365,-0.11403273168721595,-0.1283312420667129,-0.24966978204874044,0.4140978215368594,-0.2939532394020068,-0.8231335867790801,0.21115855319567078,0 +0.6995863206673086,-0.045174644228647476,1.358986656647694,-0.013626484700508364,1.2488552732688676,0.3321349233655908,-1.680635733961163,1.848379423282166,1 +-0.6103543471329878,-1.5700014127874922,-1.786856299051861,1.3194510897335796,0.8002152045315587,-0.8676762652957429,-0.0925730509468321,-0.3980387609691054,0 +-1.1109998066135998,0.5042176672537655,1.208676449260193,1.7193726991891483,0.33197319216602755,0.08994895734046637,-1.2448004203935668,1.1322274437693578,0 +1.7479172239701455,-2.516228378984802,-3.0822855008265684,1.070697893392263,-0.19575889593962248,-2.0474923030303978,1.1473718556925199,-1.1601681012676073,0 +1.1899905705864384,0.9424811351121332,2.543427877084449,-0.34373483062274746,1.5042046540690353,1.8384483975778931,-1.4410561049723856,2.0373986828371518,1 +1.1369563527215178,-0.8158932139618003,-3.520174023327042,-0.7176594699341234,0.7782696296426493,-0.41310765677092687,0.2299247263617532,-2.9185194421187557,1 +-0.7712617122990215,0.9989808697143953,2.429020516317542,-1.5132411911352102,-0.7147888421904708,-0.28163613370096013,-1.1312201108272681,1.9521771280960745,0 +-0.9876467193938383,1.6549874924157748,-1.1633819385053854,0.5536249966705407,-2.184321923832449,-1.5462941348474208,-0.3967196852504044,-2.354243838681676,0 +1.4711401691143935,0.08755958793759822,-1.4400809760701325,0.5507994253561114,-0.7353164232964245,-1.5356977796297753,-0.6801023431287789,-1.2355794520434422,0 +-1.1532091924552534,1.8646594196851654,3.907676387578894,0.46967585994745176,-4.288572309296587,-2.2634308740254383,-0.03430891035630235,2.578756910985185,0 +-0.5227754998653371,-0.6671146454850416,-0.7024133666808207,-1.1575104939258982,2.0142859202443595,1.6057214597546268,0.18934158716625638,-0.3246535577228563,1 +0.18531284706604392,0.859094074415452,1.0968088273896195,1.625283679722459,-2.2820219715637227,-0.9774533282256519,0.7104220546073452,0.2716551075623799,1 +-0.16616525373710833,1.8984562511972753,3.0264610750542666,0.3334907143363552,-6.086009817921757,-3.4767837898101295,1.1284746472172589,1.4331829838786436,0 +-0.8534157660686043,0.056946264905671895,-2.1588029882331354,1.6253776473149475,0.0638583604686618,0.43232168835192775,1.0445471497634027,-2.557618704084388,1 +0.27080049371391396,-0.9146007467725772,-1.44698163592182,0.20707457035260074,2.764463474656142,0.44394950509643705,-1.950011651663315,-0.20432092784037542,0 +1.4348965816413648,1.9136632449193063,2.678800471372485,0.15753096200137362,0.4393073521014743,2.3417984123422935,-0.3364521311161912,1.017161019884788,1 +-1.4690559809338146,0.9953592950403514,2.594755012434625,0.8892900484144706,-0.14102700608226382,1.0114535675337963,-0.2685852649510627,1.7910970416650411,1 +-0.9887275240583113,1.9957018743660326,-0.8573021488834761,-1.981290602786919,1.2811787960070375,0.9594172014229898,-2.45416092213203,-1.9665200492665427,0 +-0.43132584028750937,-2.557011042418962,-1.1874851149879786,1.8928653398295212,1.1575857553298943,-2.252771048665802,-1.557987237625491,1.5474480338944792,1 +-0.6614671516899903,-0.2859229768726743,0.9404970049551667,-0.14052952287605924,-0.24995464206065618,-0.5656483676547378,-0.3598377029929096,1.3379750256223235,1 +0.6840536732566486,2.328003324627658,1.1841609980159584,0.2842667480076281,-1.6665625883661166,0.41925491825493205,0.08618977783338089,-0.8185721385470645,1 +0.6628363344086949,2.9151061403279908,2.7763884368918035,-0.07910178961270665,-2.0199544404366345,1.4487483891736923,0.8730704787936823,0.0116703913264542,1 +-0.6407631234760093,3.636774407778928,2.752566066152277,0.5368057714392855,-2.134767279482726,1.6211187897009949,0.4953635893816183,-0.5331503095553686,1 +-0.06690298123900226,2.179279181950179,1.237479623663115,0.30242929945276753,-1.973728109513712,0.004584076312495133,0.11636031919536427,-0.6151264227889959,1 +-0.9247019176295199,0.6115237283067496,1.592966252654669,0.9462267919999386,-1.453552489034365,-0.9498210777945664,-0.3103808301739445,1.259028402193862,0 +0.5836751683809879,-0.8745426418829929,-3.9143854071382114,1.1636036808028323,1.6406215414620953,0.7308720275939032,0.7021221344016598,-3.4850602142072127,1 +0.971760645442985,0.5917898855906425,-0.7449198513513109,1.161847122123718,0.05687247705291811,-0.19338967918732786,-0.7633230503583188,-1.0355063210811373,1 +1.3010134879703232,1.1300504620573506,-0.300719664981456,2.3751077158876304,1.3111863567044484,0.4951927097449571,-2.3425995707709673,-0.6643036438207606,0 +-0.1821103475231378,0.8203079323907672,-0.8870239171930095,2.704442853289972,4.204617726062247,2.6686150320245234,-3.069120191333238,-0.9685825727906432,0 +0.4425403698801009,2.024539912105793,1.8106988332072922,-0.7066452555100503,0.03114995097523147,2.5722676654964944,0.6832524575113218,-0.25221192455372377,1 +0.7254828561682053,1.0462336052721146,0.5388089921172142,1.414244487503242,0.19514508549328657,0.9738565707307023,-0.2624810492359062,-0.3398771480877815,1 +-1.4592090190440037,2.4739347357437134,1.3089944477501576,0.29873631099417164,-4.363145461546856,0.05203424455369032,3.250645209896244,-1.642978214416032,1 +-0.5677489793505228,0.868001440188079,0.6985017126917753,-0.26374390492146715,-3.1771612048026396,-0.8829182452512221,2.2186072729962745,-0.5559205365061245,1 +-0.7585507612660881,3.0441530686211546,1.9968769046733525,0.6059831078156953,-0.14055267233752078,2.756271543744135,0.02055869968766677,-0.7590900381344448,1 +-0.2041548231162343,2.494503058818429,4.991203689202827,0.6912853656908483,-3.876206392244051,-1.3396753533415668,-0.38101840403372556,3.1707671503212405,0 +-0.21804623123264896,-0.5800960946789113,-1.3550722474178554,-0.8661764976911325,0.843882913163216,-0.36383206395868706,-0.6744262822187936,-0.6766409785736196,0 +-0.9186294083462747,0.2058984297480408,-1.8478133389324978,-0.48406849613188296,0.7313308015467052,-0.3812966876944345,-1.2432330938360003,-1.6860466360794713,0 +-1.434545836634941,1.4881869770397635,1.067024757401119,1.750251986164897,-1.7295812969556554,-0.9311947252567171,-0.6860315974707871,0.0842711253933438,0 +-0.0966410994324319,-0.6394749914808512,-0.9359063616611649,0.0029567025666774618,0.4652992566719367,-1.0679515018255175,-1.129974709586056,-0.02328221915827755,0 +0.13585399572035164,2.970771990171092,2.814374924057723,-0.3709973920551314,-4.726131204108881,-2.2156608978203716,-0.22502912941115122,0.5813721559007662,0 +0.7611414676923939,-0.07348930489659256,-0.43703221572504497,1.1298047343621143,0.12191027213040988,1.4867897700853092,2.0143197474343078,-1.0410377340729073,1 +0.20027021527276273,-2.038076818887479,-1.9605602488142622,0.3301213478791852,0.3910723871836685,-2.113310842436234,-0.6157710736120589,0.057903646323889446,1 +2.1213846404842567,-4.302651893471171,-3.159919256147445,-0.7512709007458243,-0.445647071655879,-3.1917765363919477,1.9263798323609855,0.14690130048302075,0 +-0.7701058304309303,1.9563520850059424,4.126869386039046,-0.75258580065395,-4.787937868929563,-2.2346861522977806,0.5546758476267057,2.5624904760316407,0 +-1.3069493706222375,1.2731090891796961,0.8761006200515532,-0.6672712242688843,-0.7818129542457362,0.5113825522184572,0.1729204763310359,-0.2710956518181663,1 +2.544982955939348,2.0705917068247865,2.0227474763993643,0.779354074687678,-1.426987388218702,1.0655192638981703,0.643134582118056,0.0507777843508147,1 +-1.4784568048204279,-0.7652411605407903,-2.186630898704815,1.0882806695222607,-0.4151325329469021,0.4955528989023877,2.7070701765639678,-2.346058084140672,1 +-0.6573489093542105,0.5065258776679578,0.6067995927425954,-1.7177357000270637,-0.9427149246065903,-0.30028154718998057,0.22386341887894823,0.15122989156646593,1 +0.6376795406631585,-1.757677703700787,-1.2932958473864777,-0.839638398172074,2.3926024864624353,-0.7578447074236346,-2.157559164817414,0.8123080300926347,1 +-2.358043422455842,1.6416781028836305,3.033720457387843,-0.38447127599032055,-1.6313288150081366,0.2779605013750863,0.056142342494734265,1.6596281377478919,1 +-0.1937260124097787,0.6422654021559124,-0.9740086223806382,0.781991367463598,-0.8912286352465144,-1.291921295948132,-0.8646149818869089,-1.1992884044940157,0 +-1.4303157105164281,0.4110907611207584,1.4435794269881093,1.2424571425604554,-0.6205692411330511,-0.09727579591129054,-0.10250011057232489,1.154900946686633,1 +0.15697182389107503,-0.7046083364304239,-3.017467165502347,-1.6541554851334614,3.2074991629984178,0.8769554436102123,-1.7796959092378777,-2.0568985017040493,0 +0.04700004293921232,1.7808827827896268,1.4488373738492115,0.6111658858746593,-1.0681197271010585,0.5764095041029547,-0.04403164288847805,-0.0642852845787637,1 +-1.2472476988016044,-1.9416126497813768,-2.4813304255361692,0.9704230599404073,1.521184239323356,-1.622976527993059,-1.5285304367536479,-0.34343323154193395,1 +-0.9012237104065649,-1.5347832837889104,-2.3010619830052668,-1.1786895359051093,-1.5382322032775118,-1.5957664332029162,2.3825057925251514,-1.5641234471370564,1 +-1.150774008697884,-1.1327705149709648,-1.181838412351608,-0.9500798533661965,0.35829306984041415,-1.2785644261980433,-0.6555678828193464,0.031283381980524716,1 +0.16491211799484454,-0.8703402433858011,-0.7301124397426941,1.0559987333466616,2.5127210111672746,0.5951975738381099,-1.6427782696082573,0.39204604061818205,0 +-3.090953689723056,-0.5153334085188312,0.04147789784053921,-0.6030009819327021,-0.5337885452495922,-0.8525411345046969,0.16818416253604773,0.49732356973880776,1 +0.5005856395328312,-1.8082709408989177,-0.24580944492274115,0.8397573107541643,0.9761181667590937,-1.1541628167486304,-0.9115988421787493,1.6127833947234744,1 +0.24157679949898367,-0.5073333097818927,0.25062750801522926,-1.2988825054935809,2.780728676246048,0.6960292529749177,-2.5639968777968827,1.323544371353731,1 +1.1139038085192463,-1.5008385294358946,-1.3728470811368645,2.036466485806128,1.151385872315553,-1.074752570675132,-1.0634453882842292,0.24280689436656872,1 +1.4237305879688178,-1.6777474912915533,-1.2579145088636832,-0.027166618695650863,0.8598059448362089,-1.5786098409943188,-1.1617983913357293,0.5742837961285975,1 +0.800865603555927,0.34717726585227027,-1.9734909948111603,0.6118738039161349,-0.6962609759456554,-0.6305064392400282,0.34500668973769066,-2.343688369811156,0 +-0.7947543404412528,1.7921256330921471,3.3846196094961596,1.7853528960353733,-4.843572471458287,-2.606404747083584,0.5285831838670338,1.982509829090719,0 +1.4674310293757562,0.15724000129595617,-0.2630990481358365,0.6152591892438802,-0.17152510973851073,1.1751812136728534,1.7184875021917043,-0.9552464356266924,1 +0.25766002852179665,3.116072283431577,3.3299611412730705,-0.036054057093940085,-0.2205252079133221,2.9215987314417333,-0.10541869351913047,0.5562332003108117,1 +-0.8707616739384112,0.3328733522366837,0.6782792190096634,1.3218797234455677,-0.24518222769413447,-0.18496411276952218,-0.4508244988914263,0.5442447061749736,0 +0.6158780298243335,-1.4516035685952677,-1.146642162906784,1.0469988166990354,2.5634738241556727,-0.5160642876192783,-2.4510662732623154,0.7636666919585535,1 +-0.9776581920807682,0.8451972239675438,1.923603474497657,-0.45250256217446866,-2.115307099346492,-1.3137884080832065,-0.19873334477791038,1.3953440519740092,0 +-3.105895153747728,0.21497490801457164,0.6399074230421661,1.6426801784706384,-3.5021587997480297,-2.8261564955812197,0.8111146532891507,0.4659701065488586,0 +0.613377125613693,1.0846405626322644,-0.22589433121626581,-0.807078639978794,-0.15704090258776082,-0.501001818357226,-1.5491523651918573,-0.6881815904633459,0 +0.06388851727688985,-0.017193047082033064,0.5617708416001034,0.8092669615755119,1.5207723307500998,1.8176193360769406,0.11197177801802838,0.4157006292982921,1 +-1.4645646681632452,0.13674161888994574,-0.4020341354269813,-1.2000754377257667,1.2350598552700958,0.3877670088307783,-1.2768905501362975,-0.2083171107370967,0 +0.020885768236701227,-0.628555175326589,-2.518259347082706,0.9262270668832352,0.7837554526111773,-0.8638714692058543,-0.8691878095789987,-1.7266863300584154,0 +-2.231859641421621,0.3185861202015632,0.7619605223845778,-0.08240072091865955,1.2480198576723116,0.6163148526112743,-1.521094966578608,0.8694648372955802,1 +0.9120674396231434,1.568668361822135,3.1610167908513582,-0.9341113287671958,-5.6700610119549255,-3.2194043097706864,1.1953443430799404,1.8106543066702991,0 +-0.3875990722396005,-0.046091212569515205,1.0118615099955595,-0.12904912493076443,-0.7497541331944555,-0.7469214799957318,-0.16769251352285963,1.1698284713370857,1 +1.650427022326123,-1.2925644914369219,-1.3040495954565523,2.0696267373119457,-0.7654562849581276,-1.9668724952526933,0.23707707691456348,-0.14665281707080857,1 +-0.20610470646157938,-1.2707331779008424,-0.3934479486801481,-1.2858231470431398,1.7012954359458872,-0.4401474605663339,-1.5311035069184906,1.121554927937749,1 +1.2523823388946607,0.7653256408434896,1.8342972728536548,-1.1261060919646848,2.1676997304084322,1.9389249525458918,-1.8588834565198573,1.5717670394178511,0 +0.7840677971349941,2.0998074262056434,2.566335580702193,0.28059955634511285,-0.6426005145506348,0.3987063386065255,-1.5533242547945338,1.2238880659063724,0 +1.1532339769373172,0.7600200460214932,2.5940834569414077,-0.44896132827186974,0.40900196094331365,1.1779153317833722,-0.5773181414799401,2.0599655163034485,1 +0.632961984248869,-2.390174105896249,-2.3332390861602064,0.16881708426349842,1.1495240336557857,-2.1669601812995225,-1.2827024036396715,0.16115826458468696,1 +-0.7251791562761889,0.5848648378212424,-0.5307502524552109,-0.7954348161933417,1.2596960812560378,2.257550747521715,0.7359932189716054,-1.405629564561497,1 +0.9538325919514775,2.446407271084535,3.2845143606023433,-0.7755440389749891,-0.26339767146641807,2.2449571544154825,-0.2116136246317098,1.1563311916950394,1 +1.6527325018570118,0.7389274424606989,0.022862417223355618,-0.20703032053741366,-1.4323450366748136,-1.2828612688400962,-0.471149732157136,-0.3750749978686796,0 +-0.6664260911710232,0.7819767891724125,1.987715050583595,-1.3080622639027244,0.31954978398807515,0.5521207956443197,-1.1339489059032968,1.6238242478412945,0 +0.05606610750163292,0.41210487218643904,0.2727991864187235,2.426706878961738,-3.189185972521486,-2.684485621584149,0.44643180300535423,0.014206740886092195,0 +-0.045442860856685356,0.49304581839124517,2.295395511854018,-0.7571287824850048,0.07862274296886815,0.23906560918822062,-0.9846115148822471,2.164146905760953,0 +-1.0514025784975494,1.3385965091143157,-0.8612849248212578,-3.098264672565547,-0.19859561296257847,1.2718358680571193,0.7838528139426062,-2.3155367366568056,1 +-0.02768876608775091,1.4153017693757062,2.9688014473758773,0.24837309421677448,-1.0138099008845876,0.15773909828239507,-0.7225367509881583,2.0047698515824015,0 +-0.12279001390745373,-0.49671494747034006,0.18704402190186364,0.29789511091065474,0.1287225668211119,-0.6935539061822664,-0.6269303435389241,0.8324484915168856,1 +-1.153994758519415,1.3184440258184131,3.296131841672696,0.12153720494867244,-3.627394133553052,-1.7868761067400805,0.4228587751051123,2.258456179528687,1 +-1.103266400744961,-1.087601089666236,-0.7163000906131547,1.029698948199353,2.45825665066074,0.25853916486805684,-1.783832084338225,0.653580554653415,1 +-1.692893455482848,-2.9368221657966584,-2.3447216403392863,-0.28415241089795373,0.8522405926619133,-2.8551287620096053,-1.183704151302554,0.6372277294120582,1 +-0.9167141029310112,-0.6655921965315614,-2.39295213232997,-0.8935401864853812,0.45546712383671756,-1.2222709319845562,-0.8749517133252921,-1.5390203790104435,0 +-0.6500823174392307,-0.19515987444740468,-2.4586938930657976,1.4275904579016743,0.30215576120186305,-0.8666997007228251,-0.6703277161416471,-2.085825286835495,0 +-0.0008012129722329051,0.04272082387402454,-2.508808782867486,0.1904586085336057,3.310534950072613,1.1064239917683905,-2.572755533614134,-1.974296115937533,0 +-0.1942946453618567,-0.4477646888028295,-0.5297925078092606,1.0962769281374836,3.76569581121216,2.0049345675882018,-2.063254298679876,0.24431354300128238,0 +-0.16775053926546446,-1.4255992954646555,-0.9449083679976644,0.08053133370611558,2.04376737272432,-0.27937262161654514,-1.479788603013174,0.665766016034699,0 +0.2701615661049537,0.13889762807879746,0.1007970558539084,-0.34342103417239966,2.137245599445762,1.0101802468648402,-1.8806664564104905,0.4164550659602934,1 +-1.013051567230318,1.062518714309603,1.6597982768345079,0.3135484323849486,0.7251569288832576,1.907277788630016,-0.11320010518044077,0.6735328424961495,1 +-0.6933521573689767,-1.4975905718055176,-0.38080209216797994,0.6856481094455694,-0.6568056809885583,-1.6518057195082203,0.4581769634689321,0.88074339687313,0 +-1.3870333068747276,2.4356557846546836,3.331562044069528,-0.8595056140763049,-0.42882597342023615,1.8241536937571419,-0.5388624208128889,1.3340323617285799,1 +-1.684534831567071,-0.06309995415901737,-1.2431117403448002,1.38591749912705,-1.718049673719472,-2.202268143364452,-0.06123683478895747,-1.0244781270280756,0 +-2.1395126984076396,0.9682765040128316,1.0774638222663122,-0.5188971924684392,-0.9339720233683175,-0.6349019591305745,-0.8682527174004463,0.5606185859037254,0 +-0.6196002372076105,1.9528649689477404,0.8763632706364852,-0.535642054758771,-3.7628165124025603,-2.586285421129343,-0.4392354741873668,-0.4418268052560115,0 +-0.5632950355123119,-2.2696842914175246,-0.6982457740625431,-0.6728137242902592,0.443224503982405,-1.98087965377982,-0.6264638010165663,1.5290283561710416,1 +-0.6106316966357357,1.185665970023765,2.5014136863922802,2.671511063085026,-3.4994023679646205,-2.138420577625747,0.1428332570801779,1.6657490437003641,0 +0.614238724566493,0.125318816745562,0.7018280500573096,2.354346946514129,0.039346410594707365,1.7475018078831122,1.9382481286756503,-0.05108178172227118,1 +0.7489069365949171,2.1025242651589364,3.6304204692475186,0.8352804187907926,-2.7413971677082,-1.0393958969501365,-0.7858488350755098,2.205551272812093,0 +-0.6616885117472648,2.4461421170063473,4.037861919863819,1.219845710181248,-1.9920951784984755,-0.03425917736057371,-1.0017746067144753,2.3106752879635684,0 +0.06485699133716985,-0.05986356750609978,1.31940427991967,1.9188634224420245,0.37297641083492894,0.10352295748568885,-0.7086539502194482,1.5751223356866064,0 +-0.9709841875101143,-0.6075621298895413,0.16380054805578262,1.4261319950216924,1.554239999769846,0.255658019205963,-1.268412705001329,1.0032201265997407,0 +-0.34317145246168135,-0.6260105838649901,-0.5109072505908838,0.6005335769778578,2.1328012016243676,0.8989872654929518,-1.02192784301843,0.21714684211785196,0 +-0.3164418047862784,0.31808718884867115,-1.9329452694187481,0.7176478685569202,-2.0668082793319753,-1.1209913113857968,1.6659619197283266,-2.597688648278097,1 +0.2669705317681693,0.879801580629695,0.6126126882645596,-0.5544803412915187,0.10632116838173516,0.9571451321024117,0.00025205665316552217,-0.19409752094908872,1 +-1.8778459607612175,1.772608680802777,3.9293275620111663,-0.4844913625957341,-3.1019341274871053,-1.3496900676077368,-0.4154406589695313,2.71155430995527,0 +0.16444453439509643,0.5932232976627047,1.5372399542164508,0.4409651864623004,-0.8099481824443656,1.271117836258155,1.7698490498700787,0.48471841092645485,1 +0.4915870153704104,-0.0031719678787911487,-1.1575385061820231,-1.3126793909205285,3.344352840387678,1.9450314681071108,-1.8410827458687142,-0.8246531218385995,0 +0.33506540365826587,0.08615339394863653,0.11148406766535933,1.656615916667103,1.5211478962358214,0.41085908684195793,-1.747291549272564,0.4817445086981915,0 +-0.3850210154563,-0.11699716359790935,-1.8886780855803422,-0.37471503503168685,-0.387083511679276,-0.8879966877702308,0.036600045404394876,-1.7622325399261622,0 +0.046562558880495396,-0.31640924586283714,-1.5711044802510639,-1.0644135289881984,0.09458179878333542,-0.006113202852922939,0.6496083057371286,-1.5045604017291376,1 +-1.1883725737268465,-2.462887376111457,-2.6465901403227474,-0.33585844856449915,1.3605896206516042,-1.0571831417962412,0.0650824237042874,-0.5456042711576852,0 +-0.22845455301954112,0.6723949428477696,-0.0199102738641332,0.1665924543751624,-1.903538312966942,-0.5084703277892149,1.3182765948046684,-0.9058662003238198,1 +2.047044346046969,1.9028361481671079,0.8766496682467789,0.8152068217789024,1.4644458952220287,1.639153098833828,-2.2069743826665036,-0.24505852901738173,1 +1.8781545764090615,-0.8898281424121057,0.4048144711863423,2.498780814095156,-1.4765563094439336,-1.583058957067784,0.8383167735445225,1.0575900859463916,1 +-0.6397988587097799,-1.6074322911549048,-0.217052142951451,-0.9660618096412408,0.16255859595464006,-1.5916884471920119,-0.5593187130494349,1.4106036998625084,1 +-0.4684246188933247,1.6167131098387093,1.9539455695569852,-0.696841374485212,-3.418411385331737,-1.598770756601196,0.4396161241828569,0.6236354277563604,0 +-0.3665165715626067,-1.6754697792764828,-1.6377383613723988,0.43299239292585506,1.204804473259186,-1.3672237659032986,-1.265372417678776,0.198197494047055,1 +1.4700442416363242,-1.5356737495473147,-2.15037932068602,1.1564109864261465,1.8051580504786768,1.4763443454434668,1.6679669318645212,-1.4525289111909565,1 +0.42508885471454316,-1.2851063719988733,0.9458997273867831,-1.49256384769391,2.11894489500832,-0.142500021434388,-2.0993230696277183,2.625635844512853,1 +0.5119559072895257,1.2450707834827621,2.756287235356855,0.5170967587241065,0.001614555182790968,0.6745415196428803,-1.2372949104747555,2.0322429421565937,0 +-1.1983001028094307,-0.9827672648602326,-1.2651463496304542,1.6288144680686674,1.6743787777030996,-0.053664961765396924,-1.037200097055543,-0.17076497414061997,0 +-1.522870998100859,-0.21777066467441475,-1.7576927070289596,0.33586775195566143,1.057940219289538,0.13968840749063516,-0.5832124340092154,-1.455125107418555,0 +-0.7090259184629779,1.9729910271613254,-0.7926542271363304,0.33159612571478764,0.7752886209839122,0.3061025448366872,-2.5979608779558108,-1.7926332397224174,0 +0.2842023959327779,-1.5328753154235708,-1.3771497466717708,-2.0289695544698367,0.7870075535930318,-0.34097797968340066,0.4711310712422563,-0.2059639211873731,0 +0.18319437393261317,0.3824169012532798,-1.931911338073966,0.6988990319618175,0.26696518097652305,0.9534781096279805,1.0337651756424018,-2.6390248629789523,1 +1.4255265129602792,-0.838549393879281,-1.3604227331765082,0.04110134384420804,3.278886478384117,1.1096583752840734,-1.9028306712183587,-0.24441864534577173,0 +0.2121670803665018,0.4458788052587598,-0.718130726982977,2.2540246403523874,0.18868857708100664,-0.4967953878452579,-1.2064892973287282,-0.7418655170695705,0 +0.08488356930499871,0.7126264564992227,2.3287633161783114,-1.0016236205631444,-1.112836036318738,-0.5477742563914005,-0.5806629664388692,1.9636311933679698,0 +1.7884441042076893,0.9619333811158269,0.8038768326197501,1.0005238715295255,-2.0197558599380945,-1.3364867173818922,-0.16948788805160164,0.1527110711240075,0 +0.5274411236777395,0.9208844561939393,-0.7891127223175287,1.927204064433818,2.03409969221052,1.3567454312649703,-1.8588155590959476,-1.1808869543590308,0 +1.5170722551940201,0.4439022705337604,0.30690334347302417,-0.5732070442681707,0.34874942391782726,-0.2566926803340877,-1.4069863345549343,0.3372658195615485,0 +-0.37706274618407254,1.8029396846244319,0.330166057103746,-1.139028194072971,-0.906063495050959,1.0244392028342222,0.6200957943246789,-1.4337418289097401,1 +-0.8050652328451338,1.62093301086237,1.3346830464644843,0.35600976310953486,-1.642196612025801,0.9460760378925064,1.4735411358488792,-0.48411591298111833,1 +0.7828226724127638,0.41529925892996755,-0.9167513265953097,0.09983761325387189,0.5335359594051987,1.452355001891319,0.9917500965595367,-1.6620957506513978,1 +0.4521757542481161,-1.209106316817458,-0.8621835855741061,1.2803194236081807,-0.9194812308419702,-1.9570946870386172,0.2529068951271589,0.22683858953032665,1 +1.009096254364113,1.043440885872561,1.4259373975756133,0.41477648973113757,-1.5638470204075008,-0.04052760694779056,0.6421918116236567,0.39700393574667575,1 +-0.11678875368444797,-0.7331796538292397,-0.10630604770766734,-0.014138834647561655,0.15835682544096863,-1.0764055096703775,-0.8406258523134931,0.8212647602179534,1 +1.0633356766832522,-0.4353562305364296,-0.7442843969077566,-0.5702860552753077,-1.8871336530039702,-1.3349536015332062,1.5951804203682038,-0.7177997877222176,1 +-0.6183654498360713,-1.0258662398251026,-2.2891551005754343,0.32152934694209945,-0.09803224660008557,-1.6850239337364905,-0.3437934014412313,-1.2374424651543718,0 +0.5570180895487137,-0.8335749256582954,-0.185706476063697,-1.539983970967284,2.9983629416389963,1.381159263690102,-1.4833061995288974,0.8107895639001372,1 +-0.8267024560396545,1.4233681757004903,-0.07390275120048487,0.5014215796246699,0.2356556303213993,-0.2105002035884611,-2.1309241185675023,-0.684725815385097,0 +0.4226264799894367,-1.4832910696866282,-2.6103296371353966,-0.89347095231285,1.3310366525379906,0.15384082178942649,0.6558783056379033,-1.5889249521027173,1 +-0.4528772482683751,1.1407939729370193,1.5023023265460278,-0.842695368662618,-1.3785803189974668,-1.0149050340824355,-1.0489435972324475,0.9246415395443497,0 +0.17437160962686085,1.6416179915342382,1.7686026408327151,-0.25594506010136925,-1.3954993273363818,2.0414883650899225,2.4358580100062595,-0.40500966539910327,1 +0.8643996585513473,0.4195030883846861,-0.9729547097962059,-0.5437636166098988,-2.255752028700083,0.41739537604973515,3.6025723181346825,-2.3497574034324935,1 +-1.24111683208417,-0.626472453009564,-0.25715589733247196,0.9618853017347077,0.8242606228421606,0.5937394735559073,0.36552371875388734,0.12342549551987625,1 +1.7943390127474164,1.7801931152281638,1.4425456324339374,-0.3563218025095093,-1.767375738905563,1.5274238603912216,2.224930690151102,-0.7569072463865085,1 +-0.764584985593885,0.8377958984150959,2.7561229324412357,1.0090009096039667,0.1163777366769967,0.7886177325709407,-0.8095692247082111,2.2516241726911366,0 +-0.3630047392263005,2.2981896360666445,-0.11123767941277021,0.02938583770605697,-1.541821234301175,-0.5712408454937784,-1.008751358513591,-1.73755852948161,0 +-0.5451176557043955,0.8702179908448222,0.9386917663836114,1.1548531196089953,-2.0307568828480385,-0.5305317800848359,0.9815526338776102,-0.006048301846651616,1 +1.0174928725197643,-1.5059698378866693,0.21791743912416722,0.9330526397503737,2.853368419048624,0.09097734133592572,-2.3883706739189456,2.132725058201901,1 +1.7644918749085794,0.12583541716831614,-0.7074594431324082,0.0488125267834285,-1.178265154033202,-1.2309107467191924,0.10670585070543626,-0.7596758634466511,0 +0.9073855035803753,-1.359107181404308,-2.179967407191466,-0.12920555110757337,-0.03435611082708351,-0.123272462244711,1.9768002126471134,-1.5926203709928424,1 +0.5127488536779332,-1.0729326588611225,-2.731861338369929,-0.6792371012408565,1.1374458466189525,-0.39367291934285065,-0.20594715525381235,-1.7838891334475981,0 +-0.43546951441168,2.4016474142801485,3.3841779421320135,-2.0361159661054304,-0.5256187530780221,2.1954241563145214,0.11609034072953572,1.210553481557897,1 +0.47491856941335486,0.4504264293574638,-1.7453987564952556,0.05366275398028956,-0.9301615714372553,-1.2752298319870472,-0.35823341877989867,-1.959407728067188,0 +-0.8448541888178778,0.04560280749193557,-1.4825886487706463,0.806409859103095,0.8078465619655321,-0.13222656110931374,-0.952213010538001,-1.2773471104332155,0 +-1.224517733437561,-1.3561464352401194,0.46718169523770137,1.611685022715199,0.2360815186856598,-1.2128940688540335,-0.6265328307406789,1.882793058482431,1 +0.8244659207227013,0.9639715357836209,1.6371331272044929,-0.23573000346116615,0.12048209477174177,1.5724031928138902,0.41563858024809786,0.6163443824834169,1 +-0.6879086635780651,2.640702171772312,1.4976070542652267,2.4229473152218097,-1.3103223835696016,0.3609444966077254,-0.9272137721679834,-0.4855313580464168,1 +-0.9216427493523007,2.110295904410301,1.6511358434193693,-0.4187006005685336,-1.2317732469963159,0.8641490422093413,0.15992523069954545,-0.21421062591272166,1 +0.21217510477060844,-0.9470887463711257,-1.3889525685743271,-1.4678099065046608,0.7315391064589657,-0.6895897804584515,-0.5431626900543891,-0.4116074226403562,0 +-0.12225539516887049,-0.9334411157790854,0.23653468923372356,-0.3723369062653438,1.0637478351395224,-0.6785170390799341,-1.4842162667753473,1.4824263715914368,0 +-2.533335641108963,-0.6037415186316888,-2.2727796593853498,-0.7289540957065078,1.2490366031178082,0.1500068800979666,-0.27782755260901415,-1.7359416583010006,0 +1.7259174931571277,0.05497042022555798,2.7301306186535093,-1.2750586360474552,-2.3511149131216493,-1.3423310592119173,0.7201485962325183,2.636005144026734,0 +0.014368876701985242,-2.871042474450908,-1.7104695167220167,-0.88027089459843,0.3973423879050712,-1.2394263130475585,1.367560074106742,0.41202151689071886,0 +-0.0037878828209837755,0.8486303001576115,0.6698415701842576,-0.5313887991447772,-0.22555709206055688,1.274629937637679,0.9144975852970292,-0.38131307927491886,1 +0.1488114079049544,-2.8381796331424933,-2.4000664372544755,0.3521989583077949,1.988659883328569,-1.0519178463135725,-0.4901382365534409,0.17172869386548228,0 +-1.0503571746135385,1.3034162697569676,-0.9471866409326629,-0.31555350240086966,-1.9281112482272285,-1.5018665516431462,-0.3859797452858922,-1.843893535106327,1 +-0.5655859300224552,-0.7430465779393847,-2.9208780912732535,-1.773705379067803,2.2320370763996626,0.14228015738455813,-1.3542449924974127,-1.9850422897890192,0 +1.3201946172991232,-0.46760409564653216,0.774704768836089,-0.8988511464896756,-0.7942242075846092,-1.1253261352102477,-0.08629348743778831,1.2918755287948025,1 +1.0337854926909582,0.8806791332048003,2.9727433058145665,-1.543928034772222,-5.7305123037407375,-3.4509434414717512,1.768817115944591,2.0630693379275105,0 +-0.6012244679461761,-1.4167558173799233,-0.9840180557592302,1.3007828298913673,1.8603147226700136,-0.0203409298772248,-0.8707735536864775,0.43391633861232726,0 +2.223647551669001,-1.8347439546057351,-2.2903080982044126,-1.4323111747332784,2.270039970041177,0.3027424238989583,-0.1982104322258056,-0.7471964956856875,1 +3.175203528318563,-0.20266647335659133,1.0667230938678025,0.0871935751414192,-2.4118657567908555,-1.7581736010577385,1.0079384380904788,1.1173168253845536,1 +0.11227747532572319,-1.2663237091046673,-1.583503037424553,0.10698845280610825,-1.4003287729795666,-2.758049813768035,0.13948733910730515,-0.3657170178221576,0 +-1.3296582131947172,1.640749611342131,-2.0603595131893764,-0.326632533798964,-1.398626098430761,-1.0618104293998334,-0.5983582425398709,-3.2363186180296584,0 +0.23092402169318932,1.1691756905593316,-0.8432279343241289,-0.07932774749285948,-1.8149984935809074,-1.7366447526522684,-0.7456699811654407,-1.509539495154079,0 +-2.151301769878234,-2.2376786994198223,-2.1060866087944774,0.4699363345384749,1.7887681717079393,0.16604007310040647,0.6877511835531769,-0.44885553931427374,1 +0.5732830045878728,0.5655775002897965,-0.473353412638041,-2.3701715033084056,-2.235989423449853,-1.2078798080476487,1.1051011054373605,-1.1651100859611836,1 +0.42301673818052826,-1.6240570525892024,-1.35509308864533,-0.5475222232476393,1.5666135524039166,-1.0985404716414156,-1.559854043748496,0.501059132019221,1 +0.1129079598293146,-0.1486291803811971,-1.7827456747276076,0.9325183722384751,-0.0429033822136896,-0.9607994523108974,-0.547937180640947,-1.4641336067819357,0 +-0.5082758301746909,-2.717295303806619,-2.6237494430553303,0.2523094527474988,1.6874978673766787,-2.2764584184756282,-1.7600993379399994,0.2798185051264506,1 +0.5349134707724613,0.2911565387366422,-0.4852397064995278,0.8080275706493297,0.19925018967387317,0.6815222321494346,0.450298107885544,-0.9131283859391378,1 +-0.5853321952214547,0.3653902381922649,-0.5646220646305679,-0.4725161640243273,0.5930799438378604,-0.7915287737287799,-2.133980361619658,-0.24434401755749008,0 +-0.6177012573636023,-2.604877614896429,-3.777419046175213,-0.042991458130736675,2.2130562839391943,0.33243572854669917,1.1806307542166155,-1.9831914522340017,1 +2.0537402566808356,1.0005724770781268,0.7728464310167737,0.6351088859007652,-0.2834905666087282,1.4856598493796662,1.085210950593947,-0.4673552339450584,1 +-0.31726644081301714,-1.422907165225769,-2.952513110187936,0.28207447646171063,0.2067881660891421,-1.2689441558918941,0.3951693096824873,-1.808004226258598,0 +0.4322002489872615,1.000774167847478,1.1206237504287042,-0.10238198017069867,1.5156808551802115,2.1109875392989017,-0.7478702963502801,0.33387361506002744,1 +0.1133572994235438,-0.1740461583929407,-1.1301419816987754,-0.3203363284580223,-0.40550437257173194,-0.6457330971422093,0.22962689154328692,-1.0140302165231025,1 +0.7925764346837273,-4.111435210429604,-3.6959281880086268,0.7047930149718166,2.981554660021887,-3.0523387074411943,-2.8298826853080126,0.7168289625321567,1 +-0.23501235001792736,0.5011505424868319,0.9944376504129887,-1.355046673588813,-1.286839008983636,-0.2555913437693812,0.6688987457669864,0.42585106386161303,1 +1.1206153094732794,1.85683139538473,1.5935953350173158,0.41199076646530214,-0.04482898521007157,0.4286977095289555,-1.8246660991095904,0.5117497766334416,0 +-0.34544789267005077,1.3805178097767234,-0.6435353676436081,0.04641164923508248,-0.6123135166805147,-0.7179064487651615,-1.3879990479647395,-1.3894743108110317,0 +-0.8432350001578044,-2.603759174941916,-1.4421213724910908,0.9215472008891076,1.1979201718012047,-1.8708572590363892,-0.9824636488792784,1.1431771455042985,1 +1.4829556706061087,0.8436269183268348,0.13379968042116128,0.9668989589915309,-0.7894118483753749,-1.154536510885642,-1.3621218685173868,-0.11956489761327438,0 +-0.4615251834537716,0.19642119593609386,0.18516405888920417,-0.5055144357089925,-0.29221827512431275,-0.1938112478110111,-0.106649576288111,0.06596554873744898,1 +-2.4169995750412943,2.3028352179811202,3.015758285260906,0.03724949098509166,-0.2606057643213656,0.8255757358244755,-1.877024242834768,1.5639339236414687,0 +-0.2253456691279271,0.6922486605109712,0.5875000629316335,-0.12729152573171248,-0.4514693784495427,0.29261742412500913,0.11912286216276335,-0.04239135744263678,1 +0.859719718444991,-0.7146468225235453,-1.880091197855327,-0.6947761100386498,1.9497844283314179,0.07214849307770665,-1.374780278466948,-0.9404589365956597,0 +1.0209664127573288,-2.096346528892975,-2.0124990823562947,0.840701270114109,2.552068137772895,-0.7051145538922079,-1.742824573731969,0.2512774315068386,1 +-0.37848874254545406,0.2855081710582947,-1.9414059774861347,-1.738010909616721,-0.26977833527705747,1.0992826075829631,2.1013656587121305,-2.8668412762726394,1 +-0.4776933284560684,0.7250609704485107,-1.730252584521989,2.003970253565935,-1.2457316156582696,-1.1354981072800365,-0.02210422506176546,-2.277653736800093,0 +1.3073140780657446,0.7963035728128601,-0.3647618486299694,-0.14184612650400294,-0.3199229613773184,-0.620394731693103,-1.1251429151065837,-0.6913042549316346,0 +0.16816667358580356,-3.2486558121823563,-1.501424457881453,3.029067920199332,0.8542521553398997,-2.731029854975838,-0.927037847686175,1.6786208742591355,1 +0.0018396043740024329,0.07357658863498329,-0.9091862755577291,1.80732143240094,1.0970930789714404,0.02713768029358332,-1.3472667348418148,-0.6236283322045247,0 +-0.08616015359031887,-2.659035131649918,-3.703150267077289,0.40650301164143426,2.5312022675588746,-0.3489431680695827,-0.14522668547217388,-1.4510025860865474,1 +0.8411048025910237,-2.253989351540726,-1.9071740717247765,-0.5721285767051579,1.091475300458764,-1.1586245728971867,-0.12403360000339714,0.08827574304609476,0 +-0.20478059807549004,0.4648648406304128,-1.4050768129235154,-1.3147190814968708,2.433297358101283,0.9973705643353241,-2.239005243909877,-1.2912076550786842,1 +-1.878138238081956,0.048391347067237134,-0.7568792965983,-0.5467028998297607,1.6231567206112447,1.304600964046323,-0.41030528683412326,-0.7990497678643815,1 +-1.0771083758049487,0.5065615552882721,1.6878534208679823,0.27556468005932,1.137784212167991,1.0851612279862624,-1.2071447625513099,1.5306716290003628,1 +1.0450572211945335,-0.5586764045881842,-0.39491648088107406,0.07102386630221577,1.4919229511834455,1.5346554038737796,0.6345544224263813,-0.21877855102098148,1 +1.31062702838753,-1.7490311836693297,-1.9260638572535935,-0.24992444764414878,2.777992292805381,0.6659142866042127,-0.6356054526895167,-0.35896809359516935,0 +-0.7112844258981303,-2.151572286755956,-1.7547400420592352,0.19486317430359834,0.3176679312365147,-1.5884094889467562,0.25246102481495825,0.08776562454122805,0 +-0.9704518813112772,0.1294894028494037,1.0966413525758336,-1.3848015171498198,1.6534691228493854,0.7498214322363059,-1.813737409579428,1.438228830423398,1 +-0.11744201426650575,1.1510372070934973,-1.1471474475730152,0.9849719178797454,1.1257948904610133,-0.14672149208899343,-2.7138151497321576,-1.3925002920941667,0 +-1.2544059884063,1.6791650718575843,3.2802671097747593,1.5834111802930084,0.33179569322191493,1.8291199501208604,-0.7869086369195455,1.9876337138010423,1 +0.3572366623856782,2.553865780969179,2.459578868074987,-0.6136625883442779,-2.6093384421655395,-1.024365262105392,-1.1045460258339825,0.7195829102299323,0 +0.47782233126969437,-1.3860949416225004,-1.614214461757192,0.23316339465669558,-0.31542720265783775,-1.5359789497872531,0.35978289008508435,-0.44907949100294703,0 +0.37993702438427235,-1.0145565057011565,0.17142494922015808,-1.9248560814247204,0.25234684999012885,-1.0769761362859704,-0.7518390910693731,1.3171898465961656,1 +-1.1188590956569964,1.4786006515976027,3.67196164913257,1.349815549300886,-2.5808731645959746,-1.2238977367732429,-0.6000575880875888,2.738667987559631,0 +-0.49265290911083165,1.6250314926132805,-1.3567644227510887,-1.3589355465123238,2.029984243040902,0.9264546615247375,-3.023268505553987,-2.004466229084307,0 +1.930906378981867,1.7014113185359567,0.19097615626362022,-2.5169010898143167,-1.6313494255793535,-0.7471452249184123,-0.5588883746330009,-1.0345830234980842,1 +0.728355243706094,-1.0401030132986855,-2.1333712217018537,1.0125459075303556,1.4085340002061573,-0.0017998024932877055,-0.27736394010095206,-1.2141706336851186,0 +-0.5877550601547419,-2.275399663023581,-3.88622216392761,-0.2685614149037676,2.064467196983954,-0.017723292175781058,0.6014442139687624,-2.188506663915616,1 +-1.36604471833587,-0.5568107246488108,-0.15257255282891374,-0.14085116342575124,-0.9444369932205287,-1.3155852825608556,0.23689470111718702,0.3520877747982066,1 +-0.7930984628623998,3.7561591108281585,4.256777975501928,0.06882317915314705,-2.385947953922933,0.7164013246493868,-0.9141659291591455,1.3453103424500623,1 +-0.6482467794708301,-0.3273174302172335,-1.1542393438834924,-1.3771992462833502,0.40211462543214893,-0.8155564745505789,-0.977039864275454,-0.5695589610142242,0 +-1.5213107923374756,0.894755760661667,1.7437405738421259,0.20836201507790225,-2.4546970488643063,-0.8252179204925785,0.9355268025181908,0.8263601255791333,1 +0.1155372745872976,0.29615438332344723,-1.288050334334664,-1.0037689500673872,0.8692606282983403,0.19643732228660415,-0.9275155491532456,-1.3231840653494613,0 +0.48630770806671764,-2.218008154208426,-1.2907116691823268,0.4403695801561738,-1.1719444440657076,-2.370266931832088,1.2731896835208263,0.39922298434674497,0 +0.017826138245351876,-1.7554342991076528,-0.4333632661697623,0.5518479381877966,1.471249075349404,-0.7812266839010256,-1.1236534485578533,1.4063341770524143,1 +-1.4703669070352503,-1.7787366200753765,-0.44125457428094383,-1.2274030125183162,1.3698319918804358,-1.0189389864782745,-1.2686636462629208,1.4754616328145453,1 +0.9639153001676158,1.1533351287298081,-0.5398018744819439,-0.11919254299369589,-1.4510158322811504,-1.014358239255728,-0.3715710447457326,-1.3444269273337537,0 +0.9515745876511781,-1.5556842641959867,-0.5877934732597088,-1.9947900969402346,-0.2367242163576307,-1.798263220963345,-0.2144571388561441,0.9126875127711335,1 +-1.0026716527503308,0.1961412794017242,-0.13703098589455961,0.6193498432835565,0.24520345807554608,0.17001450146273522,-0.2952235915167407,-0.2380920604703901,1 +-0.6088436425521273,-0.8037874057623243,0.5341256966688658,-0.7988002500410059,1.7837320230041227,0.040125774746203935,-1.7781750462289183,1.6997375653722118,1 +0.4663188840234566,1.8792375467191549,4.756929323150528,-0.7200283072654874,-3.5925568417945173,-1.17062316721964,0.17066412910154505,3.2901816841712144,0 +1.2449682525884285,-1.3275891509624127,-1.2742284214860686,-1.2954192283574701,0.39245078759137,1.2179397167621828,2.8627692362797683,-1.0414004595764648,1 +1.1026104526837484,-0.8852697075961684,-2.8296439566001226,0.8015881306393483,3.9969024167157703,1.4235430573364038,-2.0360140478359687,-1.6860021201718747,0 +0.34806483603045685,0.3396260670121185,0.5779826009795133,0.46908952309052254,2.0182743170565356,2.3893636946001036,-0.2246485893896536,0.17800121683067505,1 +0.6559224580830505,0.9653118191739195,0.23148955256002768,0.9874970505791443,-1.5655828025250478,-0.12366867613730514,0.9612519746829158,-0.8307351528494911,1 +-0.4089605630948811,2.542004157440768,3.6573359258758193,0.5566306153887355,-0.6607966671822371,2.324812527855427,0.25170704818224376,1.322962073637558,1 +-1.3108448593313393,0.8041242282405698,-0.1136382356730743,0.020885530157152974,-2.358179028830095,-0.5002599977580604,1.862793325677447,-1.260332594734468,1 +2.423777861450755,1.8884983446662607,-0.6825333515251425,0.775194447871752,-2.8702454843250753,0.4227088973713789,2.8186787205964734,-3.0837966268755013,1 +-0.47828218167062964,0.8582140445212236,1.077217092729096,-2.2016363296245114,2.090965945989232,1.8203542950510994,-1.7902006380217683,0.7144784337177199,1 +2.1651183209392357,0.4575831598970408,1.537057135650102,-0.5239403433390493,-2.261131525606222,-1.5533872078481223,0.21882202964463038,1.2353553308413328,0 +0.7650381327604647,2.0184515972782666,-1.164740266240928,1.439795942907425,0.036190268451226845,-0.10222853215245897,-2.0302178722594553,-2.331433705136087,0 +-0.04284561545102888,1.5744775287319184,0.09455433390821742,-0.5594345123401453,2.968305796604565,1.7238194788121934,-3.6609213143733133,-0.3755780008272551,0 +0.7856636491815625,-4.078530311288364,-2.608627575907828,-1.1660273151980747,2.733120111741446,-2.930725730509808,-2.6611026613630115,1.7389486654596527,1 +-0.42549859973434184,0.2991474090916652,0.6513500560770378,0.19356605574761623,-3.582600975846723,-2.9520905457357296,0.6638247967431703,0.4560064224821141,0 +0.4363363156549431,2.292574055493662,3.5805411580017306,-0.9547325450447254,-2.553110266760293,-0.6578516054474285,-0.7361482421737079,1.9516243473474844,0 +0.1284208216838765,-0.48822200773715596,-0.7281046329588913,1.0330566720856316,-1.6194646311160021,-2.294019792375633,-0.013798610526939314,-0.1478358724259896,0 +0.3585066475152589,0.690326788571086,-2.731896193678702,0.04328189459880892,1.4402771330779303,0.9822292602070821,-0.7042099408299767,-3.244037927557687,0 +2.4222207262823376,-0.5587490800321846,-0.8962814949624329,1.0102022297035755,-0.20746386743527598,-0.04859144536689897,1.0913604805886896,-0.7303705536005369,1 +-0.39349366212506254,-3.714617415700178,-2.190797772223762,-0.5674479207782857,3.122664393095602,-2.2584625944465246,-2.8326480159896663,1.851007174890943,1 +-0.74528938310698,1.3455833148928045,-0.13249176769225463,3.078021060304934,-1.0059575453637448,-0.2464968282746256,-0.30663165145255,-1.1693689297385996,1 +-1.5444869751360382,-1.1861419059344742,-2.3342240396090337,-1.1946928131250358,2.4479240014594317,1.791925533948893,0.8476953475198841,-1.7368692742849554,1 +1.3969236979063642,-0.8250962542014625,-2.1720717941950007,-0.35705906987136304,2.2109080799134375,0.4329999884385167,-1.0629527528907747,-1.2559118009053138,0 +0.11143003784853757,1.7443601790085639,2.774288626795291,1.8678750553423442,-1.364301525212677,0.8856427326130856,0.4496105370017217,1.1562038840046271,1 +-1.3648326752656983,0.23487906302660244,-0.05056072252922762,-0.04299502221062638,2.8263230283323533,1.2877491033554167,-2.553607939232869,0.3423527155776185,0 +1.0910805204212104,1.6140988149010398,1.604785820158887,0.9629922778788481,-3.120218646801893,-1.5640163615771538,0.1636589075881133,0.3430268609856686,1 +-0.12765676111595092,-0.50910482166028,-0.5146780584013522,-0.8933644253329126,-0.06497462362049301,-0.9429379223247204,-0.4682331688542448,0.10601980941613998,0 +-2.134658539701671,0.5585714001317219,3.2912422826426764,-1.0860179812569082,-2.987126231518772,-1.8477564866236273,0.24900938133225015,2.947046442622943,0 +-0.7283443745384718,0.06411420653011168,-0.017750667234904805,0.6059799592751094,1.0602592279215721,0.8000925309159322,-0.5095208067276378,0.004299077214287128,1 +-0.09153173077275212,0.8997537692443867,-1.436071793058635,-0.47771959503448885,-2.0372119233895707,-1.6820543859810009,0.10514881059852654,-2.118783882342047,0 +-0.5641262231245536,-0.8029796318089797,0.47892133184156943,-0.48543667559468406,0.2279045469249531,-0.4812654479471769,-0.2388145892932974,1.2664623945542552,0 +0.7700405920419279,-0.6438052813330846,-0.7043406863834702,-1.1897245903761058,0.09532647051888249,-1.1204809174207793,-0.734029799702704,0.11259434918866407,1 +0.3175726614808747,-3.5169408007601763,-3.1855212316865016,0.779782126971009,-0.8186958480399901,-2.5624146394413696,2.458216821113515,-0.7349517020026549,0 +0.8315339199005967,3.0600316861753827,4.630191685565734,0.47740256592444047,-3.911081881325713,0.20239945057562952,1.2197355745392797,1.7748625549882255,1 +-1.0857238535391276,0.46679522116282346,-1.125355627126068,-0.5732867068963365,0.11164109747955246,0.500711009130121,0.3286106055662711,-1.665178331791271,1 +-0.35480728217206814,0.8965402242524783,-0.9123070854393214,-0.5248827612794642,0.15560066578418574,1.0900041288583713,0.5273210621779115,-1.910635390661827,1 +0.6585391203329221,0.2585126941211093,0.5012850558790926,0.2800663198896432,0.15693926758174562,-0.004460607909630432,-0.6527324641233291,0.46798051279235886,0 +0.7619640163650133,-1.1423972035536827,-1.0713522577759302,2.2067156393599716,1.6687684900618676,2.4279873305206943,2.397878575335625,-0.9586897186323363,1 +-0.6827504398286998,-1.4751598064416471,-2.246861085765965,0.9263000416923359,0.41458287859712767,-0.43875145553890027,1.0597616453951861,-1.2902661592371458,1 +0.6512784196747636,0.8211656224910489,1.1307052740757504,1.4965106060654343,-0.7484735950346858,1.2329355968517106,1.5021832246447038,-0.04559188563762373,1 +0.6141511926137072,-3.1721001547699235,-1.3155713748084654,-1.3379996264790308,2.2067848165013615,-2.156800816580967,-2.2268208550316517,2.11044135120731,1 +-1.1291211548214959,-2.141888219521878,-1.7139930818221023,-1.37742125470941,-0.09583242125769541,-2.4455135086734465,-0.32309574856883033,0.3424432419666622,1 +0.0064645635399989635,1.8538238533632105,1.8722186537694638,-1.051022640945112,-1.144119619303009,0.3859908885082589,-0.38994504963289445,0.41253005511287877,1 +-1.8765857065544547,-0.4118544361855527,-0.7933901033784606,1.5922006745565056,-0.6042945743415662,-1.5225444685959373,-0.49671628831245607,-0.20719439613349339,0 +0.9641270326426151,3.4261023817738874,1.5692287097244195,-1.1683938177314337,-2.0199975882500225,0.3682261345692499,-0.7725410008717055,-1.1185730769297146,1 +0.8956808702511392,-0.2003856350647843,-2.248165791041569,-0.17417187114640967,-1.0993601580406236,-1.4659018338352086,0.4751991971839864,-2.1314485008094497,0 +0.797295019379642,3.5156458506172337,2.30130918225878,-0.5048531870516371,-5.215448545924322,-1.190333921773695,1.4007540756873589,-0.9187433814564647,1 +-1.0284247950962884,1.1063891225672606,2.5214353590879965,1.5914460490814668,-4.410397817698899,-2.6861466240788965,0.7917432356676715,1.619499013661567,1 +-0.04610325617719888,0.7329493227533377,1.5648776075279782,0.6447516975776326,0.7179138863376897,0.7926946925015896,-1.2070367652169134,1.236878157639838,1 +1.460727002704635,0.45364108284166305,-1.5633425763700908,1.0549873523139266,-0.05413690909404926,-1.1630023781131162,-1.5142497373637274,-1.4729610414557786,0 +-0.8654971184736583,-0.32934588618916805,-0.1994257419345564,-1.1722802672797001,2.0775622057027103,0.8276669634522711,-1.447713730524555,0.40375042313153153,0 +0.8037953596881435,3.038254678013015,2.420328981706045,-2.566082761520133,-3.263195117108066,0.44395649711580143,1.2760559437264896,-0.48614734809786647,1 +-1.1100442152336698,-0.4716453208378753,1.8755018019527856,0.011498536156490947,-1.1314685546867327,-1.002535962190429,0.24674263457364276,2.3143876190499313,1 +0.10002677397108738,1.8556119946646892,1.6306697247678659,-0.11731142706487988,-2.224920948732757,-1.0652319585311174,-0.7163058395584587,0.36515301008221734,0 +1.6941262273244315,-1.5058653088934542,-1.0908920619774312,-2.194141598625433,2.1220590483582797,1.3187831581535776,0.6690073018022888,-0.11871052293289108,1 +-1.846285875726481,-2.37001658018423,-3.9932224874325546,-0.09861345537992657,-0.07081704079078471,-0.6737992793129406,2.905723938904524,-2.7904355007138317,1 +-1.121875392032454,-1.4675719430161702,-0.8875595714946768,0.16419460000292754,1.8547653048614372,-0.1361131975631259,-0.9902120783625534,0.6160534725274831,0 +-1.309169129065121,-0.9663131763158963,-1.5253129446398832,0.5067024666101411,1.6505722211908977,-0.29317434012036914,-1.2657296465008616,-0.36884469433449557,0 +-0.8693064325412784,0.30078491530579093,1.2999621706008906,0.36422178938406874,-1.2238782767921805,-0.8876246032360717,-0.13578862557973093,1.1717508383407729,0 +0.776948950953244,-1.8619551271170889,-2.1362647684782523,-0.16324839263631008,3.2876806348917893,0.5871188976691177,-1.2857743308425322,-0.2952381784863924,0 +0.23172126659431905,1.1990718781607044,1.8670879106347678,0.2674295934117529,-0.18417469017061827,1.4486667781511255,0.3656323389224091,0.6744549251700609,1 +-0.3523111370329941,1.9678209998969984,1.732073533870829,-0.03178974488254243,-3.0870656332415045,-1.5600397577154257,-0.2964070244209025,0.2977587816607786,0 +0.2253037788331233,1.476203781265847,0.9832790497536381,0.5804544801615188,0.16648525021055885,0.3243392853963174,-1.6795092189871577,0.1817936752675704,0 +-1.0195846049307302,-2.0467615324818422,-2.5882413650851093,1.5934123458025222,2.19310811710325,-0.2920908193015792,-0.5676922110245745,-0.7252822125114032,0 +-0.0982332318187667,3.2840468075850886,1.6865992929712257,-0.6772722809207057,-0.8628522036664701,2.3344141063178148,0.31883042175667514,-1.3253725630061934,1 +1.726605419016105,1.5880461707979385,0.035569578202708896,-0.1971718203272084,2.0820158291893973,2.350779939060478,-1.5576248134756805,-1.0641165108200972,1 +0.03155277163393343,-0.05183383002471664,-1.6935320949794084,2.021429873048628,-0.8101476268169614,-1.6341671312397357,-0.48152412506301717,-1.421564844630625,0 +1.7623920667837196,0.43601812471248963,0.7483800472142557,-1.0855525910655517,0.988297116903837,0.5403263833761396,-1.374630610778365,0.7226722660717846,0 +-0.2844121234685055,1.1181818761180826,3.6279543455870438,-0.067076608022818,-2.928055752300682,-1.5098179187706733,-0.08475147723924481,2.880898268910438,0 +1.0123592644182786,-4.080775351739793,-2.192387389731848,1.4193780094501849,0.39057129609190744,-3.5708134978748998,-0.28974072099897913,1.571331126400287,1 +-0.5641892159332756,1.0046748456572516,1.999803251266984,0.25039858129359643,0.40042418374036426,0.7429822051699038,-1.2383825188713722,1.4616157700411627,0 +1.5743086877061048,-1.7088686504539286,-0.9409078839757995,-0.782112755064284,1.2136831699518382,-1.1763363949372612,-1.1876102743059036,0.8988435988434118,1 +1.435657253810778,-0.5377437471700852,-1.2903525009647303,-1.114161042484297,1.7570078882093785,-0.04481893574918505,-1.6160128840432562,-0.41636290458601005,0 +-0.5465298452759605,-1.5847752414076473,-1.5577349577928572,1.758736152370455,0.5897792724279508,-1.0316982049723575,-0.06103076768501925,-0.14868352424998676,0 +0.30847650350460876,2.9628544544030273,3.872995115197327,1.6414793681131414,-0.9707195449046574,2.3767940802099563,0.24740440291057053,1.1838038542488982,1 +0.2864664185233579,-1.8884121714150062,-1.59325276834276,0.7841564084665411,1.1475104101757057,-1.6836313269051582,-1.388845089164818,0.4809444334399121,1 +0.1642949093848516,1.9933483340222582,2.3115863362876863,-0.6332348134862146,-1.8878224802183021,0.98677729824057,1.195936214974291,0.26601555547412936,1 +0.13430738119220237,1.3327283003318997,1.7280885521365186,-2.2207514700959456,-0.12694594190113168,1.7115006672422794,0.5303985113756302,0.35557224891897365,1 +0.0983711992273882,-0.24030218919374113,0.14663842862431636,-1.4705567097106715,-4.027382444391116,-3.404063965250752,1.4223408183449056,0.2282314772607698,0 +2.229337386480011,1.3207192014882105,-0.34277302766345014,0.6441292384485083,1.5291687305743078,0.9501564698706471,-2.240242273004693,-0.9306777915686637,0 +-0.5628129401783667,-2.024573964293142,-1.7597746120054985,0.41562623313592656,0.27344851002009446,-2.0494566037233053,-0.4350170047737233,0.19673367666110353,0 +0.269018542246131,2.0633566331117805,3.52448683511998,1.4731640882694341,0.3605163374168933,2.2644105043639344,-0.731726697201315,1.8629736693061762,1 +-0.2714508514660663,0.5184289304885491,-1.6795599023338403,-1.7273783595215517,1.0248540786639022,-0.3559492342512978,-2.013643489154204,-1.5725656079541104,0 +-1.2016182079760305,1.9322155004829074,1.0790193138755024,-0.8526961424430343,-1.0051467821457107,0.2791649428586483,-0.5873598409084655,-0.3981241720716489,1 +0.04891944577674622,1.666179389748969,1.4155929081686776,0.6697170437755533,-0.8363075343391825,-0.15423612176798063,-1.2162341872564517,0.37199824024928063,0 +-0.8057758974626716,1.0413979459514309,-0.2143051035767738,-0.6665064175009582,-2.996111740640324,-0.34711886038352735,2.7503451999110213,-1.8149266203593353,1 +-0.8045323154528866,2.033664022645338,3.0018160710625965,0.4279020145300478,-2.248371001100644,0.7132128456257255,1.1036151645434094,0.9793240483281656,1 +-0.031659625772607,0.1213101633844369,0.4116924989208297,-1.7225268661104451,0.010937459198689178,-0.22477785453634747,-0.564602808062113,0.4858829304005977,0 +1.411454047843127,1.3736254940252672,0.6981226367526278,-1.7878100125013856,-1.7208378665796837,0.30452944383599156,1.179548743452093,-0.7933439267624747,1 +0.16884085837044754,-2.405763966431328,-2.5381032282997045,0.33215066328113724,-1.4885641148364679,-2.451415914375203,2.177643271080915,-0.9482501572353413,0 +1.768364757858205,-0.8808797748465182,-0.9275914344939592,-1.4561408633655468,3.654505449209622,1.4543176410910637,-2.0577176715894208,0.2466496570258327,0 +1.8862493372406366,-2.081787409212933,-1.1384275132672488,0.44404490797013507,0.23542880531858829,-2.160430327780353,-0.6456555096428821,0.9419679814756957,1 +-0.24744547387266064,0.9605611997957204,1.2834501299080554,-0.028673150996389347,-0.7992442701548339,-0.5029028706091698,-0.9352679150254403,0.7844651411751187,0 +-0.5346091292126709,-1.8436012442337553,-1.120530534838995,1.0368076645853117,2.6946822367188212,-0.4893750922119046,-2.1874093975780458,1.0479360682671572,1 +0.5671722638066846,1.8304966075076747,-0.6201474248168809,0.1273807498230401,-1.2532052248406933,-0.003213455093722617,-0.012148290793066896,-2.1728511069894614,1 +-0.8690965801298366,1.4418650885152995,2.0515593247184762,-1.3686897153896889,-1.6424672515106828,-0.8718932874602268,-0.9641752071241875,1.1945785063145806,0 +0.24265466802943944,2.9952944319829147,4.310734810073472,1.0490832898163074,-2.352574575653986,-0.026411251817987202,-1.1476313165160636,2.1629647462589876,0 +1.8875607711041746,-0.5323400381818584,-1.5943730095763653,0.3423122846958062,2.9036407768387966,1.9197524843670357,-0.5497432030754215,-1.169017634919623,1 +-0.2889247791828735,3.146857917497522,3.667892486102431,-0.09193319845267763,-5.805248701134513,-2.9677054882418403,-0.12372329972381702,1.3302371605997503,0 +-1.617723253011158,-1.5143728701054,-1.8397442483354007,1.6935729320926052,-1.232014131903471,-2.7315894395790963,0.2757819742448455,-0.4554874329623438,0 +0.63330081300912,0.10718471120550122,-1.2647869503121014,0.24269915640665735,-1.873784746271214,-0.8422391168300192,1.7978697602876463,-1.797631704930136,1 +-0.9903225452719348,0.9431652660693941,-1.6232643779318445,-0.06884176682664192,0.4508953152350873,-0.32618624822871983,-1.6292455445044398,-1.9804107969146054,0 +-0.5086308279265638,-0.11650348453547599,0.03742291419487051,0.4137279334455324,-0.2969839565938758,1.042071423475503,1.9288000694245262,-0.4653240188068287,1 +1.0928860722796099,0.0014356347066470931,-1.25875410697448,0.3640162551540203,0.021317292675482206,-1.010171785943086,-1.0178522668642813,-0.9274921646362713,0 +0.15139875364152092,-0.31627818972025296,0.9242574393978097,1.4028187739654878,0.23844441162150556,-0.5963756176844803,-1.0602924891323096,1.5389806298534785,1 +0.44474991151588333,-0.13121150680080096,-0.43883929633415847,-0.016323335301470548,1.842389249026979,0.678514170330448,-1.4560241640364004,0.006786123565196922,0 +1.8727430967165513,3.1284185543319527,6.01014793806305,-0.6389437192062901,-6.556337166699734,-2.8193833192011537,0.49264909207718155,3.547853745974588,0 +0.41858928793129674,-1.242195125225878,0.23708063683966327,-0.5109935167366806,3.1426718734478123,1.3299967672705562,-1.43825868219679,1.5773138408071756,0 +-1.098653346732518,1.0309945192248289,0.8169715803527042,-1.6045424049604495,-1.0129566708335025,0.6531879062401026,0.9700107210485471,-0.35320225442700726,1 +-0.17810878964688506,1.6967566852920124,0.03225115592285503,0.15442268286833924,2.2755762692632926,1.8905733708390693,-2.564025598001069,-0.8517356347864956,0 +0.44162139839258674,0.7703337419511664,0.906089819220262,0.11126463877772706,-0.267763397963131,2.2515037357738072,2.2944542897507674,-0.5233736401800122,1 +0.6380422884902731,-0.1945832842379681,-1.2048417393412876,-0.5707614783242257,2.150771494719612,0.35055670161132535,-2.0450790370262197,-0.533566654602619,1 +-0.6698044360099064,0.7912931888066184,0.9375873747806056,0.192659837832903,-0.5173071306937238,-0.06368350545475288,-0.4696734512322164,0.4163286566540232,1 +-1.1283389610446826,-1.86805214962816,-0.8959807971358221,1.1511249387622366,1.4671912726541427,-0.43796318778846743,-0.4055442687820582,0.8107409216353418,0 +0.839624492480453,-0.35125047564389156,-1.0295120732846754,1.8596917811348435,1.285612140659284,-0.22282297268326362,-1.4569561050700752,-0.33820997530377345,0 +-2.072744093318002,-1.8321456240430518,-0.07479819006325407,-1.0524099859513718,1.5287571372672397,-0.8965347370256421,-1.3798361707616515,1.91365602650734,1 +-0.6231896637378569,2.963587889567667,0.9898912113137457,-1.9104340968023334,-3.652724615979254,-0.4501204799566416,1.1307024360763003,-1.768781675834648,1 +0.9168205083033857,-3.7588461566035862,-2.818047474950841,-0.17951487072354508,-0.0623001629523963,-4.198138283837307,-0.6478477916173937,0.8086090085945928,1 +-1.6094974520086354,-3.3382508654361533,-3.217000180537963,-0.383533701418116,0.7192786878031531,-3.25845637929815,-0.8484428102215381,0.030132946269746608,1 +1.2802342068091153,-1.648118324787711,-1.9260396402880593,-0.21333282668145714,3.1360329258866138,1.1771203472706993,-0.5733497662666571,-0.5002313779152638,1 +-0.06310907603649674,2.173452454545238,2.6036374837772396,0.6111741203220785,-1.9116522819286441,-0.6783683055122777,-1.2695837802029826,1.2054210477338185,0 +-1.1305050058017767,3.0582772561726435,1.461048662579845,2.499859650693145,-1.626915494834644,1.1104922122707737,0.0845848241592757,-1.2066312615723958,1 +-0.19744965269120898,0.8903335667995553,-1.738637746204234,1.0681049982133488,0.23707009463610382,-0.7169607722611412,-1.7553235420711732,-1.9889463132343164,0 +-0.40509162780979924,-2.1198298441048857,-2.769538142642043,0.007421581586677373,0.7561366025376083,-1.7629541825626012,-0.34863661428094583,-0.7942597686409146,0 +0.9487593845791829,-1.7317990224640787,-2.7570776866035716,-1.5609252633967932,0.010682755873391306,-2.2696488435597635,-0.38301008060888536,-1.0612035751554016,1 +1.5140073728656336,1.4828015665226006,1.139946331185807,0.31482494941658723,-2.4818574021042155,-1.5555164746234678,-0.4606632754789586,0.14982747889009063,0 +-0.4644750782072932,-1.5705151399301163,-0.9606380684934309,-0.3305996937247539,1.449508721542839,-0.8856875226221641,-1.279906252922189,0.7646096704139054,0 +-0.619095927730055,-3.3486824888342657,-2.328813437645689,-0.7914843122291615,1.423552001675989,-2.5332889379014665,-1.1299108079122675,0.9620504300673867,1 +0.2825148455824921,0.4033411468252428,-0.5300049499790245,0.6411366065698456,0.09578206518519426,-0.4673426128026422,-1.0428179855090534,-0.5613035637303987,0 +0.5625408699247266,1.2255272686267775,-1.5720867265832834,0.036211131007555714,1.5853378166255103,1.147620235195948,-1.6010463968006783,-2.2875682091758325,0 +0.4729342573735709,-2.8315634224165676,-2.1588538225248883,-0.17692320513482526,1.1418164244491247,-2.3358854035198706,-1.0711286552465815,0.6669154467878481,1 +-0.4920385040958785,1.221432374032391,4.073076313008642,-0.28897776573654654,0.8531889769457113,1.6754066962343648,-1.47006775797,3.376539665706402,0 +-0.7821647398186574,-0.9336722335676589,-1.8336288762020776,0.6122147030602799,0.9410523212069613,-0.12613179600625812,0.022876923356372036,-1.071172284042613,0 +-1.0615651184660335,-0.27378223900247234,0.09207948701607194,-1.3465065527904927,1.0166667477047897,-0.03415744844960045,-1.227375531623527,0.6595216770684635,1 +-0.897285972311744,0.7032048338659926,-1.885252521484884,0.1165867685382323,-0.3523323359658669,-0.7314972379890943,-0.6897820259211769,-2.2670416081261555,0 +-1.8756868022358615,-0.10609665798239709,-0.9071226017102452,-0.9587751923293035,1.014295786131052,0.8296678672629726,0.034656732871262474,-0.9051951556449093,1 +0.759210968469201,1.2784473623483597,0.7059999128707587,-0.0006450499920170349,-4.682691645629455,-1.1060100733354405,3.6243293434019295,-1.2582141554536057,1 +0.9430640711720719,-2.225720767944525,-1.26548239634724,0.9745507848473728,2.418269363223819,-1.2327272240657885,-2.33089739065752,1.319237903923495,1 +1.2018716970927799,0.7436881081616254,-0.06879272283722263,-0.12049440912010083,1.2500150868997175,0.7093915953484267,-1.6195238704833896,-0.3143246245364335,0 +-0.20597561842726272,0.3098938156836714,0.538449639085222,-1.2655002787070408,-0.25716088677821053,0.8303573216518629,0.9857019411737609,-0.04496193150671435,1 +0.7065864329966205,-1.150265945317513,0.44406886508352417,0.7167881040910646,-1.6301668805044216,-1.883406695683772,0.9264239144144819,1.31666443981074,1 +-2.757326857563366,-0.5458330444722292,-0.6515492542147556,2.4655590592442276,1.3908825765472754,0.4136106827941233,-0.6568913801342405,-0.055035569457925426,0 +0.7261409594880461,0.22881694984161766,-1.7679343701497443,0.6291961006648598,-2.1940159390344323,-1.7814490047444373,1.0152570036935307,-2.1278990241247633,1 +2.5623290660707303,-1.326404534365587,-0.9009204219593799,0.3885450287006731,0.5788496898012967,-0.9340013504367598,-0.382499147657746,0.3800051498732543,1 +-0.6340400034073057,-4.671948640082466,-2.3970390585223904,-1.0314837361406686,-1.4956908061659975,-3.644610327140363,2.9995993755996366,0.9784370914248726,0 +-0.02307058235084337,-1.732390860589866,-1.9570383889113185,1.2587789338057278,-0.39398998859122597,-1.7096157142628248,0.7122362908181816,-0.586983841384604,0 +-0.1632022873058096,-1.0080063901602756,-1.5935016163964493,-1.1992661003299145,1.4243620998767739,-0.3756252124230687,-0.9883948113458365,-0.47163058552885007,0 +1.2545063204192441,0.26984641291949096,-1.2621854622969915,1.6757183738864692,0.630264648510321,0.31170649024987485,-0.41179268106207956,-1.4230494429511937,1 +1.5364436453449202,2.1442467228185342,2.3400636649525217,0.18831978928363644,-2.1992825451292823,1.1840643034557934,1.732600347800861,0.0071653339932485904,1 +0.14182696090562744,-0.43026506422735733,-1.5099126651169645,-0.5054709599947388,-0.6266983313969213,0.588942548178021,2.5777936206627263,-1.9135189975182296,1 +-1.1114703521516773,-2.9514025044857792,-4.475782579462014,-0.5586206848988755,0.7470733308181292,-1.5684491933829563,1.3109253234954688,-2.289629063623919,1 +1.0247842447768072,1.141634534118405,0.9349543569226445,-0.21514743821672597,0.7141992531904799,1.2664458245920005,-0.8294917577933798,0.11306649333237084,1 +0.3417180195990539,-0.4815976309390025,-1.5401140626992575,-0.6749117951947833,2.1246424508763537,0.7784388668577709,-1.03110067251884,-0.9389805665114305,0 +0.0958124292309386,2.8084500339929903,2.630478878111729,-0.5362952060533517,-0.675858074372537,2.4391861956517276,0.43348871680970585,-0.003536929308458836,1 +0.11985265074071862,0.5257257608685294,-0.9687681617708458,-2.2257362300187165,1.5139708933037872,0.6999197543869262,-1.515095322300022,-1.0722885237309978,0 +0.8171462968373018,0.3079734708645434,-2.0647410885504285,0.9638891697738049,-0.8131039943568504,-1.1098210294784712,-0.059194508002364477,-2.257183784307597,0 +-0.18875272651671623,-2.130456578016552,-1.6169088559665095,-0.07034266543915056,1.182093748303742,-1.7501571836302454,-1.2590947970249318,0.6313544620072741,1 +-0.8475365793770683,-2.289719687468396,-2.0382573527587926,-0.13753381108147592,1.0424923798981056,-2.03384821031064,-1.1455151142694082,0.3287384218536991,1 +0.39246801160058903,-0.8037060819471502,-0.297828447032219,2.12178424611135,-0.4388528172503052,0.16873641264696793,1.803654169115081,-0.124697205955274,1 +-0.8957186492982814,-1.081323631676077,-1.4872256405812374,-1.39835997919825,2.1556995271695825,-0.31937924785478206,-1.9083305847293308,-0.05712488818675343,1 +-1.2280659125168145,0.9871569020803695,4.575488804767516,0.6286857353356081,-2.1687106956464532,-0.3537918586212445,0.24298654065836556,3.7771220055389296,0 +-0.27555665772684323,-1.0752853414714396,-2.754086683673458,-1.5444552813775527,-1.3207903183855652,-1.9182856533013877,1.276611312573774,-2.0886762593066033,0 +0.6443592474993983,2.2077257996241944,3.7201914861558474,-1.0611510547958671,-3.862519172949886,-1.8655956232611508,-0.4276170054498262,2.174353868490827,0 +0.532682693224666,-0.913528668618307,-1.5914545177516994,0.7348077074457546,0.5340113727983286,-0.9628251879962475,-0.6038303139772949,-0.6083673534544572,0 +0.7631070752496333,0.9424738127514782,1.5542131905032346,0.33800823255475415,-0.16503640763708818,0.6874608699637348,-0.3104990154871653,0.8145669015646959,1 +0.29161481430658515,0.49870090759075636,0.21747900012216567,-1.920847551228031,1.5351977398337182,0.7313607995473876,-1.8151704896759697,0.2347676599985744,0 +0.9990826571615793,-0.03653700923603931,-0.09692971771646676,-0.3250465434500015,-1.9909564473806907,-2.160139082496578,0.026346954013988788,0.09089691412683298,0 +0.5519212766115694,-2.978511452642058,-1.2303271949627248,-0.4963629471157411,1.035911803294791,-2.5865203415853477,-1.3627101268230142,1.832710470194669,1 +-1.8669369837931133,0.13214399458018278,-2.953694282147858,2.213672852491004,0.22044539754462808,-1.0339645582527126,-0.9876315920551398,-2.766633814113983,0 +-1.9712235712632742,0.4133470450533911,-0.7366294744305618,-1.4646708862216493,3.062397693911951,1.8057180148746566,-2.194793250691439,-0.6423755441250583,0 +0.02651790210339966,1.3090233453278535,1.9558169144320792,-0.010752179354020503,-0.7117267366407175,0.8127640802141651,0.125972267924374,0.7853546254014955,1 +-0.8185335898769012,0.7301318920684143,-0.9043054867413085,-1.590905396382132,2.6436505544283992,1.9577866751605935,-1.6879125108115118,-1.229151223394426,0 +-0.02229440085192375,-1.2740241239923733,-2.507046366367763,0.13312572030981182,-0.610638808180508,-1.0522895696573245,1.5619536833777161,-1.8133783313479095,1 +-1.4392375594198683,0.519273040648899,-2.194598464179916,0.2911904813114171,-0.34109609302202637,-0.92212167959112,-0.6728497283350624,-2.4159933482511207,0 +0.4584957759529744,2.241936985133939,0.6476519179186916,0.020315155078016196,-1.9950230917406333,-1.1181160548110376,-1.24905666339787,-0.8119104551995671,0 +-1.291522671616973,0.4998272485548423,-1.4582745042654774,0.3198561241336355,1.8348705597873867,0.7083012095300205,-1.793192318106056,-1.4732466389659327,0 +-0.6010791248765822,-0.10792189603277358,-0.8020456546503753,0.2383107236018616,-0.02579424986018799,-0.2117694821432381,0.10116524485962475,-0.7350010945038291,1 +-1.955253482247386,0.30256625645301605,-1.5663419146726305,0.7884455984186419,-0.4307936552749204,-1.2773737878796751,-0.9655988272038614,-1.4880666359368349,0 +0.18997093138921442,1.6311078133277748,1.6701014434563692,-0.32996086873183833,0.1383610378936598,1.0437778820727135,-1.044054973948366,0.5217919515213659,1 +0.12559780989575053,1.6084029113861278,0.7588243295421416,-0.56901060836365,-1.538145046527611,-0.8946288274096137,-0.9514900172030029,-0.2614474514519486,0 +0.013935146924839468,2.6321924109249846,2.339407942063142,1.1474219753658903,-0.2402914763614361,2.0612557471173574,-0.41843150466876977,0.10903620095559696,1 +0.20695824660843098,2.4857497274134177,2.529053476767206,0.6845098576911035,0.12093525913073853,2.1786292853524287,-0.6738227228561693,0.4855461579204292,1 +-0.9098149904638743,-1.4986382859795624,-1.8757691531802603,-1.1438393682939265,-0.3461305033591387,-1.6470964789440707,0.45189529912908766,-0.6362047977608234,0 +0.03184791712907579,-0.23158841233314453,1.156893144313473,-1.5583478486493005,1.037853841403107,0.5650059528874003,-0.8097923056445563,1.5470058326304847,0 +2.4159936848646533,0.1770305637671009,-2.970203811516793,-0.7060513645137485,3.8331611391193525,1.4574038931464368,-2.862510220086646,-2.505133546651937,0 +1.3728105890249052,0.5342039868898376,0.4983623569706775,0.27216123851844265,0.18948110143357744,0.05565234385303064,-0.9154653607629892,0.2986110965389312,0 +1.3771497428306814,1.0997352089706254,1.9409698424400201,-0.4117807610504691,0.40869549238270736,1.0259927422157085,-0.9582559767013568,1.224039979035088,1 +0.07558244323876963,-2.053585028668129,-1.6794142828146734,1.2879626981382553,2.0391454623615757,-1.2617195187933492,-1.8953259575646093,0.6375811642156274,1 +0.2808819608685787,1.0411890827407,2.0274065934054013,0.1423134341510919,-2.477692142504257,-1.8485318268752293,-0.6362373357144427,1.4946542977613397,0 +1.1050080141766296,-1.170057071308994,0.10458643357544999,0.06153538329726186,2.8506410192833673,0.28400656849439854,-2.456687718568303,1.737498045734133,1 +-0.055633454922723334,0.37231398899823814,-1.3619215005004675,-1.6512109819553074,-1.7867551632085261,-0.7198948169813328,1.5788736456698347,-2.070422446001476,1 +0.286280405835955,-0.21722408556143147,0.01567557000663788,-0.6280525068885414,2.5343056446082177,1.000333592601808,-2.0518063930528543,0.6778244817132443,0 +0.9505755041983636,-2.822758397045452,-2.9989121152688742,-0.5679310020358106,1.8890266794879178,-0.5662175365004198,0.4554130669500285,-0.7429102095092474,0 +0.29015473905553085,-2.632351487227072,-2.868191846366771,0.872571130960704,-0.4550362089677168,-2.511690745558788,0.9617819245807522,-0.7587087779501833,0 +-1.6110604477846815,-2.834822885031879,-2.3502990184067434,-1.6887619754122902,-0.746428100063042,-0.20278723954046995,4.527245833818836,-1.2031278960479166,1 +-0.9357179003059529,1.6134319646760562,-0.0700467070041483,-1.1514044728432677,-1.8728590994793923,-1.4380661403783601,-0.9661093037314653,-1.0623546949631562,0 +-0.008317465943519606,0.4400981879466438,-0.5050754740362973,0.9261039262333686,0.3798775672802565,0.7703560858708468,0.15614475830521723,-0.9863226381281202,1 +-0.5468094671319595,-1.5986911699555848,-1.8985369360145647,-1.1445230210503192,3.7960450923516005,1.2183304174371967,-1.5213177876719235,-0.26071756254899225,0 +0.45740411241358886,0.3900933573489082,0.012357808049420906,0.1269964867607753,0.4421960459107956,-0.2620695411610636,-1.404819890252099,0.0832292891073243,0 +-1.168136213974378,-0.8469110904899879,0.14247537291747617,-0.784066171753121,2.1375570249154277,0.010367820888135482,-2.163672788503014,1.4447523447815103,1 +-1.038943546084972,0.5372306726387687,0.01239873091261028,1.0711643399850037,-1.4154097292070047,-1.5570200117249224,-0.6405130724078131,-0.14849019829166976,0 +0.15764884921032668,-0.3211547604263065,-1.5139163120072914,0.13656384667632862,1.480774510797331,0.21883633383307544,-1.039495703148598,-1.0026951753925193,0 +-0.15227649898562864,0.2543182621645012,2.136625096936555,0.5030977639699212,1.4050733804692146,1.5791983476432103,-0.7863769371719947,2.048047393228182,0 +-0.2842167351771994,1.4971073862567126,1.0896429503613183,0.36755781081025657,-1.6668769421502798,-0.7878822175707592,-0.6004376784603814,0.06557208386007252,0 +0.5854604979453503,2.5714106209728973,2.417799324967196,-0.0718209406197893,0.7256176982818561,2.35488860668198,-1.361889311958455,0.4727759929362436,1 +-0.30748916020548683,-2.4047388984384517,-2.737326576138125,0.7910078025037435,-1.4163923245059136,-2.5050143059167724,2.0593064643079826,-1.1154379242597292,0 +0.7742361333687388,-0.13823489507665798,-0.9669073000103486,-1.5318839876293961,0.39066422727264777,-0.3477722234988626,-0.5944202590840534,-0.6783033015797757,1 +-0.2224202178191817,1.0852672715604856,2.6079314351905007,0.8183057592735787,-0.9451687301713698,-0.09808804224432477,-0.702116936888256,1.9309277166838343,0 +0.7467852234154332,-0.9260471061204223,-1.1308089927666731,-1.0003638230762582,0.1662527131798168,-0.8541683781124736,-0.053014175949762654,-0.28704805563880936,1 +0.7739426864087091,1.7378633848245222,1.7691659278151732,-0.3690798272494459,-0.9497854285123818,-0.20220164964388143,-1.2972198638627983,0.6963348249048967,0 +-0.2500239951226596,1.6242977433960837,1.6964165128319468,0.36329606874394327,-2.224717117069266,0.9703411203159843,2.2295005058259854,-0.32575675122516135,1 +0.641923717533344,-3.1699257522648656,-4.4307815553402286,-0.2484603940411474,3.671562475876259,0.8238178980079867,0.5522452602871015,-2.037515612530952,1 +0.9053506468301377,-0.7678553342338905,-1.5375748229202106,-1.5441405158946087,-2.3081258736284505,-1.9222109090933743,1.9990091961546126,-1.3072970696780366,1 +-2.1904900902615676,0.7908457659131441,0.5680272531978671,-0.1506255504951817,0.2527600965093663,1.8748122351921959,1.1242540060743473,-0.5387447022023428,1 +-0.332555721128159,1.1161646949068265,-1.5742546394870953,-0.8317520866587839,2.023717848123498,0.8661105905004858,-2.483517518125243,-1.9370487667959668,0 +0.7529792085749948,-2.965101460149395,-1.8013329568512733,-0.687791955369344,1.2485204928257478,-2.5518582446920868,-1.4702085483772556,1.2675584021778254,1 +-0.3638030910389591,0.036299621201043575,0.5193715712606793,0.8616663134363426,0.13470819741557918,0.27552935885426644,-0.013037319219667887,0.4795155720093709,1 +-0.13772988153803986,1.3397493527413853,2.653901514784566,0.2592470284020934,-0.5267154342825962,0.36153985877648087,-0.9736948551146176,1.80091192097657,0 +0.4148989404390221,0.7136593252242495,2.873839240217011,-0.8654857210770633,-0.41372882822711765,0.38777459712695017,-0.4878733016292547,2.419807554901569,0 +0.577351278578429,-1.940847647842056,-1.5549941069366064,0.485492916551414,-0.5725105863422751,-2.6533449070724573,-0.18271674621266742,0.3121587488704483,1 +-0.3252184778371321,1.8726865001482322,1.9431310121282,1.8866820974633514,-1.3304767660011843,0.6087060367292101,0.13234548478997543,0.3102695036718526,1 +1.3953222888019683,0.15171766043369128,2.3579404593776725,2.245668432614092,-0.8770429245518702,-0.3715027529300775,-0.08539467246884436,2.319557745556862,0 +1.128323171163159,1.2372062526932341,2.894408119640626,0.1232604470972157,-1.634011227684269,-0.6045336642702533,-0.6410491577659948,2.1160191737421363,0 +0.24451935074708087,-0.64882819564466,-0.7055006341282016,-1.122767606698414,2.7675872589498085,2.305416426850571,0.02907940682473298,-0.35353741983647174,1 +-0.7639150189485868,-2.3233464594766664,-2.539278170576656,0.94321687096834,3.137914369968399,-1.102062314768437,-2.7120815951032053,0.2003919025880585,1 +0.596424985947008,0.03453188564333454,-0.12160721105678972,-0.18225489208982976,-0.837305702678232,-1.3724176939475057,-0.6384424519692015,0.1252397976356262,0 +-2.685746820705226,-1.4657877615923829,-2.6722571059060556,-0.25691465141380304,0.5943692192784172,0.06448778155044699,1.5867047630757334,-1.9116263438062873,1 +-0.5310843769723638,0.5805745487415083,0.2354799391687995,0.013225452333270887,-0.7417930231461918,0.7892207917877335,1.4174494932209114,-0.6951336747726271,1 +1.8700159427560183,-0.3366850830130424,-0.7246467148362307,-0.34804207311486246,0.36258331662716253,-0.5536386261985332,-0.6845722145720429,-0.22431314095227528,1 +1.4704233667275215,0.7904986921648516,-0.16465079241745398,-0.026554847220182677,1.0613044208011904,1.225229552509809,-0.6850594117530118,-0.7436580626014392,1 +-0.23138266378264616,1.097311397143695,0.2622611966105041,0.25306392109970527,0.1179769462521674,0.4457800450089745,-0.8324639644919793,-0.46933751144374136,1 +-2.5626650795732164,1.9571209450998208,3.4147743394223338,-0.7282882308599263,-4.79809014116069,-2.5760448479162843,0.3175753743103056,1.92854415475679,0 +2.720057722377321,-1.3612292168989062,-2.068433641709175,-0.05184367083779696,0.2214442484028279,-1.3803333585689028,-0.09490614762977168,-0.8205750334148766,0 +-0.1769260066991778,-0.024489360454350684,0.22441419975201654,-1.1613229844162138,-1.3316089594564655,-0.12433687108215374,1.6960511928007336,-0.2006048334567352,1 +0.09970786102873791,-0.18224071149799748,1.8973604472524093,-0.5063530146147199,-0.23224589185092048,-0.26344163585325164,-0.368735791751703,2.2019827362585067,1 +0.2647167745781947,1.510018217409414,1.4357379290783991,-0.21701773483283954,-1.9353615107418185,-1.0657074147220662,-0.701357437549549,0.45497574816452846,0 +0.8031454212697104,-0.3071886349827686,0.3951623422992064,-0.04833492539349403,0.2764545124648375,-0.32639311137186905,-0.6121253380497348,0.8516827470360168,0 +0.20052882240197,1.4709069758054327,2.830964867609049,0.23780286145873084,-5.068296798423708,-2.9527627654858843,0.8927085893263347,1.619266895679654,0 +1.0633684609585667,1.9900338782003841,0.38386808629477315,-0.13309937349816672,-1.627432614679468,1.9160907507476481,2.6216535237862573,-2.1471172383323074,1 +1.379727837810513,3.178642232676225,2.0418706392904005,-0.26268340019941694,-1.1339101777086442,1.4812410807949328,-0.42098296026816673,-0.6097255055396645,1 +-0.7913412989270588,-0.164937415741519,-0.5138813388781818,0.26899701898128375,0.01659270853756267,-0.19606027791928604,0.040327300086746454,-0.3787557378316657,1 +0.6542706085969352,-1.7849274293857758,-1.5123895389177329,-0.47190125916903475,0.7759645243134439,-0.9525574097072631,-0.018277568831997604,0.048825579564593324,0 +-1.1562468363408278,-1.11594137946123,-0.6695943432936708,0.5089328478539178,-0.0022282091744569386,-1.1660849222974552,-0.1564573762889957,0.39394314161086896,0 +0.4912262540708845,1.9577420159677286,-0.3239206740892387,0.6038598166993319,1.6069677223693044,1.0128407886949522,-2.9600732157309837,-1.2596589797584297,0 +-1.6747982646887551,-0.6794730486926779,0.16574545943884086,-0.7445904533599926,3.374649953485759,0.9949640569961167,-2.8025961834946918,1.4243207972042333,1 +1.649508640759889,0.27108422949449895,-1.0162468548914634,0.4764003393067847,0.9459537362356912,-0.001467799579062068,-1.3520227577696229,-0.8957738598338034,0 +-0.7042102550143966,0.5053669728857592,2.0714769587806883,-0.6983111825143363,-0.618743220869379,-0.25570521848917105,-0.598563555604472,1.859692734720908,0 +0.3667690189323776,3.228705567612642,3.5763077842125472,-0.6317389475692338,-2.946309034010243,0.48250772541431286,0.3377570378512917,0.7785803390279906,1 +-0.24310200774993745,-1.5461811094736564,-2.069825707258579,-0.6549068741289747,1.2741117362314942,0.6104526848861231,1.2587444211776777,-1.1846732143703607,1 +-1.2221612565571132,2.5556992080465357,2.3796137139139573,-1.1994937711065772,-2.4387821370559704,0.8819658099740879,1.2162029445056466,-0.13731122512827199,1 +-0.182233953468327,1.3601552033087432,1.382642357079248,0.40517738438751844,0.014607643657016337,1.1795252158325742,-0.3115610765991104,0.24995900335602544,1 +0.38286382859043544,-1.7432652838733227,-2.991262397400855,-0.672131558490489,-2.966077166461148,-3.5154875967521226,2.2820302599979208,-1.9149884048306745,0 +-0.8388952500318934,0.3862672125380508,-0.6956650648516309,1.2765246072853271,-0.17170234546281676,0.17435486286219903,0.26090232647036604,-1.1171627094984984,1 +1.1048941334542801,-0.11425371704909781,-0.15013554056376113,1.323802110436366,1.711767861028207,0.7432444360576567,-1.2845461644779474,0.23448188341373427,0 +0.7799798129768022,0.21974664059778592,1.1123995478786497,1.4006692501739366,-0.07422774838788922,0.09001276515490286,-0.3306625584561241,1.02735196533055,1 +-0.09282143341116349,-1.5138928763343653,-1.5379679973615124,-0.7461620366823759,-0.4951535828996576,-1.6974629716332181,0.5167195193344387,-0.29372490469297624,0 +-0.41113696779141834,-0.46506181326590323,-2.2064458017535653,0.3966208522685299,3.3743246090898453,1.4817952274044475,-1.7022589522906406,-1.5024242501649916,0 +0.7814594655863739,-1.411869631435777,-0.9213221446594712,1.1542808093503611,0.25704537205539535,-0.4532665686117958,0.8160166549785245,0.07033314996357976,1 +0.003976906621842354,1.2129695001610126,-0.23197813047462865,1.4633233125754035,-0.2846902609679554,0.48003386965486033,-0.19493952735912046,-1.2443856077058602,1 +0.4634727117638804,0.30185108737566124,-0.9543457592322762,0.6388118562287517,1.3987494279920427,0.26923784543980545,-1.6879308826104382,-0.7887380825861728,0 +-0.2839324550024713,1.1898159799832742,0.42148006751438977,1.0090367827001023,0.7996639967379299,0.8878391010289226,-1.3609223847098202,-0.27660323658484387,1 +-0.3004411520150884,-1.6833814428439757,-3.8536251419546526,-1.484879376712687,3.989623413762325,0.46873906521109676,-2.14435306534573,-1.9498719206401434,0 +0.6852644944847531,-2.28367509822566,-1.6534754028876921,-1.842332169779781,2.778230324928814,-0.760236384411247,-2.040190846393518,0.8590289100632456,1 +0.6221415232176354,-2.7817837945662873,-0.6333403348563296,-0.18053211214459433,2.4384037909881116,-0.716236616566364,-1.2525482587511325,2.099952120756204,0 +-1.0159213127415698,-0.5958998788844402,-0.5785826854378179,0.7627151429857059,1.1085478039125554,-0.494365100720284,-1.4322824142287591,0.3408214799204551,1 +-0.26237106302780244,-0.459527409607815,0.41060664585175033,0.36827183799588536,0.2047732887448928,-0.4474963837126548,-0.5115436346947918,0.978130313229634,1 +0.5612231366112559,-1.7933430344788135,-0.6978126074148446,0.6798417493384735,0.07065372629717395,-1.8672884356217274,-0.4571887244303867,1.0725999349831505,1 +-1.3415130013804772,0.34976991474010244,0.3991641380735022,0.38860840203087454,-1.1675012580134614,-1.1336368161031172,-0.33839658787806365,0.28867451667530253,0 +1.344347069490519,-0.777132599112732,-1.1849947435427968,-0.7252619148381322,0.9678175473819587,0.1668853553409001,0.020362899488135633,-0.5660547225490258,1 +-0.09569354040313151,-1.2965346077603304,-0.6256576948696475,0.07662254963397418,-0.24906116421980684,-1.4824420128538849,-0.04415148429448068,0.5850125920704006,1 +0.07129205135066163,-2.5909588942938546,-1.8714997996322678,1.4562163979765228,2.142849981408896,-0.9343243171067519,-0.971785270476237,0.6213224022227541,0 +0.4674061900160676,0.8790274429780887,-0.06703258493985818,0.15310649902031756,-0.0874267608967292,-0.6409428057226655,-1.6590626585696335,-0.31260026293797444,0 +0.6486923229488489,1.0629475954705367,4.302866190877147,1.521415196707939,-3.9521359554577065,-1.9121594483666766,0.705342272937332,3.430485619938616,0 +-0.8082476952557571,-1.0119150418266505,-2.0005336867759365,-0.6538032352043003,1.3355857499976058,0.63429469039791,0.6067187791478087,-1.3909669923602237,1 +-0.6028341163474662,0.02206898591402806,-0.3113781264851155,-1.6297605493360425,0.6712949554184321,-0.06232462355845314,-0.9752993897602379,-0.06640990210100406,0 +-0.030527746287646727,2.7036851118356156,2.823723180280057,2.019137164817569,-1.5011191234747652,0.9328729455269906,-0.3410037340403249,0.6063916072928015,1 +1.8680775359225956,0.5396785494585546,-0.3189074561111301,-0.20488591075858936,1.639716383451381,1.6038479697751336,-0.6904367608361319,-0.7161293174693037,1 +0.719854055451449,0.28105266739381696,0.5480616985714372,1.1858509641566577,1.028071654244837,0.7527798263543874,-0.923269733878423,0.511597196040044,1 +-1.0821431156127226,0.8739844576583737,0.8897992931369466,-0.5414655979793231,-2.2957463686184396,0.1896034415071266,2.3303209754888057,-0.4790562273010127,1 +1.2937292795742041,-0.3948783601331564,-0.10146619697072144,-0.9397326809020183,1.0326998592026593,0.1127744108670452,-0.8680214860521769,0.4566376538031909,1 +2.060616226348891,-1.4569366849891519,-2.3472022043105945,0.24532519941192085,0.22466355705070293,-1.2844863988259942,0.21169012192125747,-1.1133156514817357,0 +0.46942525096793375,-2.7723657683991343,-1.5374267586671564,-1.0049552509445274,0.625841308281891,-2.6553220201474694,-1.0034685936417946,1.2545923585050436,1 +0.35722488344216785,1.1349986925468862,-1.29457352706496,-0.38080920066972157,0.12569559547930081,-0.5081154072337769,-1.7092803712990081,-1.7728314084709627,0 +0.7782764142820682,-0.2918955267986263,-1.0455783117330901,-1.81044652622143,-0.5343964025050388,0.6244604402082311,2.210813538969453,-1.4619815736406143,1 +-1.4138110460715108,-2.9508949221658867,-0.16272434743833847,0.8357072197817766,1.093946254751078,-0.9549138169039522,0.3945289346907692,2.293714265827732,0 +1.572963838043705,1.4916785264869201,1.3923283099596353,0.5663018028063669,-2.091813013924121,-0.4624452693405292,0.35889799705119435,0.09323364202424245,1 +-0.7456244958686815,0.17457394029176865,-0.4086002120450412,-2.573931482194221,0.12893576934484957,-0.43801547843135513,-0.8391608136757721,-0.3020459741965644,0 +-0.394123657982544,-1.4475645860324222,-2.073531346306199,-0.028178777717716676,-2.1031101352783788,-3.154849476335654,0.9491842886786852,-0.8992235974006546,0 +-1.9126835404891018,-0.022030086471483634,-0.34283493313359065,0.32835624211346814,0.7365229009446362,-0.3369608226017599,-1.3781423221323554,0.06892668659946732,0 +0.0938564357241808,0.4585939343707204,-2.4868710726418017,-1.6776655410416803,1.1042274197043453,0.4015310901808655,-0.8198752306450658,-2.7234763044767822,1 +-0.2638326934573351,-0.5354684395737129,-1.6604342614863024,-0.1318212953196928,-1.1515251061285987,-1.6687213499864813,0.47156057225103365,-1.234622437520244,0 +-1.2676087118618393,2.465296026071004,3.473025497695875,0.10597295194190294,-4.63015672626467,-2.3032998647734777,-0.12299493302988262,1.6567708741583917,0 +-0.32640353499309804,-0.8004286481841373,0.8394662687775682,1.2468682800017874,1.7981004330040096,0.34304659780036295,-1.4859351868818838,1.9048868701682387,1 +-0.697756613438667,-0.7360398510604318,-0.6228672419348119,-1.745986211881753,-0.16319839144773413,-1.1947843329834473,-0.38821567276462615,0.18543312790853717,1 +0.9472909122207124,-0.8308150026593513,0.3974810915629729,0.3277681185055383,-0.4337604984196991,0.5840550732332768,2.179870498924008,0.4711305447759986,1 +0.4487854671210563,-0.49586131416554785,1.1157467377795072,0.137365044856844,-1.2211644112776672,-1.2214334655074275,0.32714698301267164,1.557820155483463,1 +0.02950026516281836,0.6977289015301371,-0.866645124937592,1.6090333276989075,2.8845970873541114,2.0725113572287475,-1.8545342652563621,-1.1272288084086493,0 +0.29762858568779504,-1.3344916191408962,-0.4197293719181167,1.0832583468256614,1.3449371056945083,-1.153026349711879,-1.8973232154003339,1.302457144527577,1 +0.02382401766588026,0.863882914209968,0.3597449813727037,-1.3688310969453341,-0.7152710006045011,-0.23554491857794646,-0.32871920200495763,-0.2571406069853731,1 +0.61679197142013,0.6616963139693438,1.1417847775594956,0.4308982613764039,1.3411806451634822,1.9073336827866203,-0.41095169093586237,0.5662553974008058,1 +-0.1074261545571496,-2.4479245687659263,-1.4304385977143654,-0.2938192959125848,2.500156216897491,-0.9900582808108745,-1.8369607256246443,1.1870565618641258,1 +0.1961335770340407,-1.402595480279042,-2.3825517228506454,-1.6833676204053896,0.09134783110165007,-1.2634619361626909,0.3815088443622765,-1.242696338466871,0 +0.08671065331759924,2.3878848402254094,0.3609355501957092,-0.5167835105066976,-3.3517995521394917,-0.8055411478045451,1.0288191574061847,-1.8668094831095985,1 +0.8904120673653978,-3.1523744264181817,-2.5570069889511333,1.0174726205239477,1.595716313834981,-2.6187775955889254,-1.6357517808692987,0.7077569949523737,1 +0.6936093142707047,2.1787600504076634,2.627320353982024,-0.22517532155657632,-0.9031798817407021,1.1947329055278753,-0.2222694632166483,0.7979999552184163,1 +-0.21457687738041484,-2.1831822083389634,-0.6834819654103172,0.9599608985644453,0.9268508738896372,-1.2705536892624838,-0.4664605341958731,1.3731992974866578,0 +0.46259889821245503,0.6409600659292498,2.6470871291666045,-0.4772829561277833,-4.636836855707988,-2.8323005671271835,1.3857206300280123,1.9908324843752185,0 +2.456251663477955,0.18406438786980694,-1.3130481586393932,0.5844318367761998,-0.5482094222135263,0.871712169963906,2.123900491555232,-2.1312661318163753,1 +1.6173429404782218,0.668945574330545,1.1537347304606678,0.21183680173229444,-0.9300135062465636,-1.0509772329893146,-1.1280466343276108,0.9931625610495407,0 +1.630332473293692,0.39794442282385545,1.3178090210816045,1.1897561967478902,-1.3134631913390715,-0.8490310926008724,-0.06639517741614931,1.0860828497980746,0 +-0.029660788345065817,0.9770357806690703,-1.1775233163869596,0.2667289114272994,-1.586767905201851,-1.0379053742287037,0.16410636416814528,-1.9866796892820024,1 +-2.0624467144200525,-1.0110115157974924,-0.8525311162973154,-2.4622388448471324,0.37072020949459145,-0.7890441500664322,-0.24621045522787094,0.11477929371728968,0 +-2.7075264893603865,0.5312884408573368,1.6218396710079228,0.8421609200510797,-0.933700272629091,-0.6494875854690414,-0.5732369203099674,1.4042271033293696,0 +-2.430842912378626,-1.192848528322199,1.1553100912675138,1.8423798390241832,-1.8393546498019129,-1.9534242848129926,0.9730407953381301,2.0681473603147333,0 +0.7768662279827366,1.2413000727497896,1.4651652312646979,0.39051105828993615,-3.15340238005617,-2.183891620782414,-0.173741163751728,0.654867376196662,0 +0.7424677020409649,-1.1217982396004629,0.12912649971106568,0.15860680691235984,-0.4333800990464499,-1.0456618137324425,0.39617438446124686,1.0517908865288002,0 +0.8817909138358822,-1.093580234160598,-0.16079962616422136,-0.9826621307518177,2.1825966512980006,-0.10198948748654335,-2.0246440677636013,1.3159272168457017,1 +1.9158343717188728,-3.9589895597344507,-1.592677321628165,-0.4472847910592011,3.2356561499124648,-0.3839720838952371,-0.40156018442296626,1.8637331155360488,0 +0.19914092688079804,-4.089230801457371,-3.450744876364971,1.0891993249730598,1.6921600943614863,-3.610535041784412,-1.8291741458732032,0.719288611400062,1 +-0.46425658231828903,-2.8420441374080134,-2.513716811010189,1.362374031399924,1.6756639172976555,-2.271104211070483,-1.633148527098769,0.46224864124249415,1 +-0.8906842175946564,1.4448124327219665,2.051305208595803,-1.155425871124701,-1.8682287313300787,0.713771110506831,1.4701704731133447,0.41160306452603,1 +1.1050474457682937,0.8384092705705183,1.103464698790353,-1.1506442170860134,-0.7392602283358053,0.7879509310353423,0.8846443999584255,0.11336477507053433,1 +-0.21255457060504018,-0.18474916873890546,1.1109161593357215,-0.1366553747424352,-0.5667477585891348,-0.6722669600796586,-0.20814372657987984,1.3928283835619752,0 +-1.863291905150775,0.007415416144263887,-0.7968001791017352,0.7316929109277028,-2.8508012192825967,-0.7966880675866661,3.225806143711777,-1.6276215926309074,1 +1.594917565272919,1.5912783736740104,-0.507346456561498,0.7005016013904124,1.9111306998559803,2.4102509106412553,-1.081937326270458,-1.7518130010051813,1 +1.3131328911313596,-2.6515538150652436,-1.7655160629323285,1.0844927445400385,2.970776390086142,-0.212462883523507,-1.155223698756541,0.774476002542184,0 +-0.6375906607387387,1.5593159731594173,3.3443613447946587,-0.08542015448006218,-0.8100688947301743,1.6815146876987725,0.756281271959969,1.7478040616402282,1 +-0.5220534889767452,-1.0905944040189581,-1.203865858534462,0.3780023549128182,-1.2911390676432755,-2.1235766444668527,0.5314818048232393,-0.2830832276402582,1 +-0.3973084331987848,-0.941923661564319,-2.80539637242876,0.074190092777167,5.521310924904933,2.6431268950854507,-2.530008229543819,-1.5733852933631296,0 +1.0555044634315283,-1.3819592300479089,-0.2760244244693988,-0.7418996539239713,2.0158006895281786,-0.36950842855599775,-1.7994034179175007,1.4020031181543238,1 +0.5343108509704669,2.0278969859456177,2.592446829916852,-1.5390631318367427,0.5460953730870942,2.4008885869473984,-0.5083804254692776,0.8749017928663603,1 +1.5353083006115598,-0.4839556524283011,-0.342555887525965,-0.16157978308009305,1.6682250841621256,0.2125833676240112,-1.4763185067153648,0.4438098836172973,1 +-0.19980813243667686,-0.5294066091309088,-0.8385449712789,-0.16557674295958819,2.0725748418839234,0.4797936428892984,-1.505249767018546,-0.03448275781115606,0 +-0.8442765630240926,1.01272106662421,-1.5319354023059375,-0.8765858471682813,1.1002375153033095,0.5505621203918598,-1.4874050031775545,-2.0519697472871066,0 +-0.3295745374919637,-0.6053340426532265,-1.083908594671706,0.964404947264188,0.7245515270697569,-0.33135651891052686,-0.5115377124298226,-0.426329591797993,0 +-0.11251327707952768,-0.5724162906047011,-1.4489155258243744,-0.6118130396342956,1.0363225053190444,-0.3167369307984884,-0.8674969123300782,-0.7298663502196765,1 +-1.6590131278695615,-0.1778460618007216,0.6561261810740343,-0.43554626328877377,1.4732180171093698,0.6947126055549471,-1.1720174160703967,1.0807899294984946,0 +2.2092175925528905,-0.1634857000311133,-0.281170440208748,-0.48006867255785446,0.5798524066870909,-0.37708888697798887,-1.0732901415832738,0.1716736633651108,1 +-1.5347977526786356,-1.348435008065041,-2.020308612844823,0.5697844217271563,-0.7317523564356541,-1.6787459440996386,0.8394356768150817,-1.0123826275657932,0 +-1.24743152231804,-0.7814495706318307,-1.6620639122985466,0.45616689710482244,-0.8431489958480328,-1.6090227042585519,0.37695547217018666,-1.00748397048542,1 +-0.7405407344786885,2.9211075607078962,2.531181729611209,-1.0886834797400338,-1.6689352919490739,1.7881813690069313,0.8890251930021189,-0.2729235610953743,1 +-0.4836216989290499,-2.323066560864345,-2.271211253670658,-1.75362618305441,-0.6995815469888087,0.20390650029955043,4.428289217694321,-1.5594498350952448,1 +-1.151503185898821,-0.30376468598815287,0.8444299290137198,-1.5458926547466354,-0.5622735422150551,-0.4555774970418822,0.2794779471351077,1.074012318850752,1 +1.927344532902225,-0.25615634390659925,1.1537652444298148,-0.8214749695959054,2.025191271005763,0.6405953429978544,-2.090333047555985,1.9052381600633614,1 +-1.2031201854751916,0.9698191532709628,-0.1825070250016556,-0.2982358063553506,-1.8625186357368695,-1.6826793382096672,-0.580731906073738,-0.7184905604618705,0 +-0.36523220244843435,1.5708351707969863,1.2503719049511193,0.18607843491146717,-2.6837598154162245,-1.7338531265853934,-0.5371629645731861,0.22205411299655647,0 +0.8544405400185094,-0.9973688944054084,-2.5624965403103337,0.24374347638575924,2.613835250540801,0.5274751868134546,-1.2138456202937917,-1.4735620034850476,0 +-0.029530964992532594,1.7442655613869529,0.21960057103898734,0.7803097039161374,-2.0951957632874922,0.9918085954032483,2.368321565516176,-1.9670235127002447,1 +1.4379308607608312,-0.12607473990994722,0.1124019654442415,-1.913803629012712,-0.8523333196580027,-1.0039629200284281,-0.019500376043701917,0.3029857236039132,0 +0.1986312093007352,2.480653006869443,1.5015492557350842,-0.7273249491590815,-0.11721814665793708,1.9128441772743607,-0.3878227186372154,-0.6112842283998909,1 +-0.8001451550116065,1.3459493354488659,-1.4079690315683973,0.811483557174411,-0.21825576298307237,-1.0093004555283513,-2.082037741049963,-1.926962935735747,0 +0.8318588736611789,0.010288628541595513,1.5025696070748513,-0.012009337170350734,-1.368137411889646,-0.5305666173145537,0.8014523816378623,1.3420596096877841,1 +2.059604140663731,-0.16060189807481218,-0.610125983035934,1.0836387331158013,-0.7961767640476426,0.01053631560906787,1.498608106023849,-0.8906087367167512,1 +0.15029517815229002,-4.46468904742835,-3.304737249480028,0.5191100275196849,1.9222438955931833,-3.6775249136089396,-1.8838584629402015,1.2047373681006648,1 +-0.8759178699042377,3.265100441256819,2.903895040520711,-0.546990777086786,0.137882772503665,1.9144526115393152,-1.9986679179892313,0.5868516165851274,1 +-0.3602806160002559,0.7753981354662021,2.0396277791900164,0.13865273992789776,-0.7899779299307048,0.2606247533636218,0.05248483984036301,1.383494725586967,1 +1.3915257868371682,-0.6286705141773848,-0.726146174718281,-0.4704486432780204,2.130350249211065,0.3774204228297344,-1.6494976920579414,0.21046068018188896,1 +0.6400528520508648,1.5448132108113146,0.7796277416459096,-0.17403073878109157,-1.8064566482875042,-0.20665667949194433,0.4117279322779196,-0.6081790072790629,1 +-0.7267695489536036,-0.058663071066827444,-1.467815579479716,0.7038015152771975,0.3351869843234959,-1.0399681585730138,-1.3805521114109434,-0.9887588443346507,0 +0.5622082086101519,0.8781139451883723,1.6931795784381345,1.1108177807894217,-0.8571446616039063,0.9941180172617984,1.1155994254949984,0.6007926294770889,1 +0.2829836705639197,-2.9077521918430564,-3.139697886859747,0.39388745544451015,-0.2822176024998657,-2.554573918058238,1.0330288010665605,-0.8179707555831436,0 +-0.56953225234154,0.03166157733401409,-0.376432562852706,-0.6164787767810105,1.0053272572587657,0.2579949144575261,-1.0162463019805277,-0.15410742433305558,0 +-0.37110062509539044,-0.5573283222143005,0.5960784268374366,1.5169977471223905,0.2283698874731036,-0.4794249745132516,-0.5356244144153677,1.258179915129534,1 +-0.6728766165405919,-3.1881305064064724,-3.5667613126708555,0.7907960453458838,2.7678307295072213,-2.14284521858641,-2.3445417385638363,-0.1328765914819714,1 +0.8477336313367381,-3.964654271854239,-5.236168399604414,2.2883206311793733,-0.45523274415128706,-4.821133577448745,-0.001459754368111743,-1.6019247117484607,1 +-0.8088667946177962,0.8107635180394946,0.4737856716948606,-0.3949978790467486,1.9664506847964798,1.1683990248302305,-2.2576893254383292,0.3178376220888205,0 +0.359608669317011,1.027405763611072,-1.3181446822614815,0.1983016643533713,-1.8615208720602354,0.1615581370675041,2.142341519472599,-2.799331786980752,1 +0.3736613621111013,2.2288452472397244,1.4179238243722403,-0.3639995232129672,-0.9539683964685661,0.7040475217048835,-0.5108790607112901,-0.35756841298728764,1 +1.1451563583142217,-0.21714329933044463,0.18753818289036794,1.183670064383466,1.0403482522811465,-0.11177112889662333,-1.4532202919887265,0.7757392152828693,0 +-0.5378853725505089,1.2122948187268954,2.4155125712708023,0.2955464216229241,-1.7934873258476964,-0.7437239703435479,-0.4347047090553903,1.6052595589621856,0 +0.05871859493941523,0.6011192751335637,0.7360620448260135,-0.3580657999461061,-1.2510021922914925,-0.5106692920600171,0.24391331060676225,0.21339353388908489,1 +1.3046591874098799,-3.0702777612281835,-2.447794808846412,0.930502384920741,0.10788976430594004,-3.136222139192009,-0.32306943031616653,0.4339227643637711,1 +0.07316933320209273,-0.1250767651232071,0.14340663831593933,-0.7817045756351947,2.025625730540303,0.7748602875042814,-1.7628742756115021,0.6689078241059124,1 +0.5794592131376147,0.7952506600940684,0.42977241107474806,-2.230749652144638,1.0510678351786058,1.3801653470344757,-0.6397014609909062,-0.16777855213568904,1 +-1.2777542418721697,-2.524550786614132,-1.4936784153596199,-0.1682381328658506,0.5240029725388434,-2.1302950084047616,-0.4375991279763644,0.8963600958792988,1 +1.0431520564147934,0.3267804115061947,-0.5934721020275334,-1.3142612943500718,0.7530928907242523,-0.17947881996710002,-1.4958689984700744,-0.4606299965850802,0 +-1.942956215204917,-0.7921601658164621,-0.26613460759835356,0.4821340673386991,-1.5925751541087227,-1.682525302279128,0.958633694362744,0.2683549193701763,1 +2.227078364268893,1.0952886971848492,0.7773197076899412,-0.23259114707112313,-0.8436536788119494,1.7192242688928896,2.092620530762421,-0.8332860887931051,1 +0.08920049484127891,1.1105074793874334,1.0909589314682266,-1.4697067921538676,-1.3980583970726914,-0.9443945812672272,-0.7762215644844406,0.4530272654772205,0 +-0.29435820676562235,3.014246881497801,3.4717965295970874,0.742416097398356,-0.3879404444950304,2.4524104237010054,-0.42339404796670577,0.9083873687195365,1 +-0.9907888584111153,2.4247141841024975,2.2090218999285707,1.0431472008580773,-2.1908897072806504,-0.6546660404952945,-0.9971265319152736,0.5166467323854524,0 +0.01570496022864518,0.2668003213143283,-1.01589806442142,0.32743428354578585,-1.2466288258026246,-2.4458167422475716,-1.479870642277582,-0.6697529766896225,0 +-0.008587482825301038,2.0781238220661145,0.8333618885253045,0.5605742320848403,-0.20861985011442014,1.2790222290926678,-0.4768081254579679,-0.8775954708762639,1 +0.487384328757666,2.0070372582626437,-1.1744268105772784,0.888431930099002,1.8344665271874407,1.4646137065634999,-2.4907643731633753,-2.327194524206692,0 +-0.22346423614472716,2.543471684310676,0.42450772159054784,-1.8487747600312028,2.284085610389884,2.3617821193659285,-2.973460707667293,-1.0936999603041635,0 +1.4429345405224527,-0.3214054953064842,-1.2169375887183846,0.7652417543373465,-0.19357055078808033,-1.204332330709457,-0.6340893460465933,-0.7012373822950828,0 +-1.120013251019926,-2.278719649706514,-2.632569675010253,1.9424185045481293,1.9250659287116378,-0.7177596937994822,-0.49018869696591605,-0.5627204517348647,0 +-1.1069305801436544,-0.9589081443182814,-1.6040473763243794,-0.9865543658925803,2.3013922382802243,1.2634494080131933,-0.10312422252375752,-0.8890346749446784,1 +0.3739998037539918,-1.9015373277658243,-3.1066556812430908,0.4903551602437547,1.9538972551124358,0.6504108728035753,1.0232963911638975,-1.8774884078155638,1 +-0.39575077694914196,0.9647369029648314,2.8890912847984778,-0.48884629854153155,-1.7628804478916629,-0.20965440260662593,0.36499423435466904,2.0382948260476157,1 +-0.19134907908332657,-0.035886671352486244,-2.223363169466176,0.4867158259484497,-0.3178896593606071,-0.7784179896388956,0.09274938773528196,-2.1944444303067874,0 +-0.8613605658951466,1.3592588098536775,-0.8498238140182753,-0.38339293184329043,0.35524871589133844,0.7426789680687296,-0.7378850542027198,-1.8690494462118183,1 +0.9017642559633886,0.15065370529810818,0.2997712574137082,1.4326142716201125,1.457901279049806,0.8488185503028605,-1.1964665652524102,0.4359823443770748,1 +-0.4418155417695824,-1.7287981879296828,-0.8073916830337128,1.746024390061057,0.08358323273265902,-1.5393318074558362,-0.07625604824964927,0.7785124710099357,1 +-1.5564101545028277,2.1963071394592584,2.083597433912029,-0.9157669936368603,-4.133651298471804,-0.12160200397048893,2.768390406797611,-0.47753324932753727,1 +1.588367852563843,-0.978305042687879,-1.2300634092421443,0.06679973716629148,0.7673799141703433,-0.7640681349193117,-0.7056495501629827,-0.17410447678062757,0 +0.0880233963053679,0.08317770247775824,0.045319846226777136,-1.3990437626343502,2.179731115968266,0.987817743353411,-1.8950830669795027,0.4127609923334747,0 +-1.4949258686476916,-2.533223548989848,-1.1973243007402037,-0.47974551809602584,0.5002560807845362,-1.635868948670364,0.18005749375100144,0.9998108350439467,0 +-0.9804746404112555,0.04987388560635053,0.02080835556451859,-0.4359608970446719,1.4411603945611673,0.5751318338899303,-1.3488332290318565,0.2998428132614915,0 +0.7004719217754293,-1.6806636248168263,0.04893804877092523,0.10634365408225643,-1.0772716488143426,-2.264361522116684,0.3149023371884576,1.5578214024121002,1 +0.3726693544209876,1.2937872459665452,3.0571067027638477,0.8630298382342684,2.040805194818996,2.5270892206527424,-1.8145257364308562,2.310882302191315,1 +1.6175078068049424,-1.7036459626320701,-0.2053812166289828,-0.7606474551390299,3.3934719680447394,0.12733909737095883,-2.77567346256387,1.9715451179692145,1 +-0.6432792837534961,-1.9706131569805587,-2.381916589619072,-0.7614603401410324,3.7447195221025305,0.9601616487476363,-1.2524683795448093,-0.4907051253041891,0 +-1.0801558241743066,1.1843137825453112,-0.09198519371405209,1.8642654325357721,0.27061632673466446,0.8551068017930876,-0.4962383511055066,-1.0251678268615148,1 +0.8403745893638065,-1.1792028596904254,-0.6280473846786266,0.9287816384729899,2.401185656010992,0.214732391522782,-1.687407915887618,0.7979085326425641,0 +-0.945942805213457,-2.9375647193895036,-1.8272712626936851,1.4869502352689186,-0.31186967859889714,-1.8472618707824886,1.6739305027965894,0.3132444906384446,0 +0.7546401253348043,1.1692595811901367,2.6051994352885646,0.3233320878364539,-2.016570452726422,-0.7852710055643894,-0.17991980804041263,1.7686220149781013,0 +-0.90684771016246,1.5528459786471585,-0.7500892442786699,0.1249859300674553,-3.7166745751774743,-2.9196143999175153,-0.05094924523659039,-1.836211227702197,0 +-0.8705987509277341,1.856940392092212,2.4133257100005827,-0.29290474785017206,-3.0621661723912936,-1.5829723711923345,-0.4387058087203607,1.123958504950618,0 +-0.8911304972482754,0.7678000036342052,-1.632394788674326,-0.7583295186155736,-0.06788503889431176,-0.8283280557334906,-1.3671453230393495,-1.8739631662777054,0 +-2.090488672106597,-2.204755571086881,-2.235830662924615,-0.3869870629487108,1.3820754080788098,-0.876748624836526,-0.12129945848130719,-0.30964605209579976,0 +0.2512520725381469,0.4000341494253212,-0.962149829647767,-0.48333726345550176,-0.1910674100307098,0.6767721378501387,1.0205022516371935,-1.6436343020696182,1 +-0.7467312158928002,-1.3081269529129924,-3.1263749525442726,-1.5611790733160298,0.32419516412776106,-0.058791181530028824,1.7681996022611277,-2.545920532403842,1 +0.3644862928679479,1.1893980844785275,0.5185555181713903,0.6108754842954879,-2.232938338275627,-0.7570695901257956,0.7443187366356321,-0.6210361431645832,1 +-1.8782147152556221,-0.9411640332334021,0.11928229019018217,-0.3985123646015917,0.2107168618921501,-0.6982571575234187,-0.2513870571819051,1.0377658135654153,1 +-0.06798052523328393,-0.14617195543692785,0.45006943534395766,-0.9705108521380459,0.2033279082163145,-0.5800123619090359,-1.0355557188867763,0.9054811801164169,0 +-0.16645912463115103,0.9816922061502382,0.10587898561394432,0.3548613271158466,-1.2894082331818726,-1.1546895182608654,-0.7897903259008312,-0.41939452530562904,0 +-0.7151121512542471,-2.5051339496875373,-2.1505253092658174,0.11019795263187442,0.9359469118004828,-1.7475453581212872,-0.34696918456243414,0.15860373817384865,0 +-1.4984481715939781,-1.5879259869023106,-3.138173893294114,-0.24510199307259517,1.6387674126742646,-0.1605431785900937,0.061926119907049326,-1.8521251429589225,1 +0.09265225204428237,0.6263686027491008,1.389191702432307,0.5326197367763402,-1.6709650834226524,0.8812829806916175,2.4851281139481123,0.1426506145544454,1 +0.8276294208898575,-1.576195336863008,0.7306941245909147,-0.09679141773313485,0.19662309198068653,-1.4529902001747912,-0.7289270418514388,2.3825605777735737,1 +0.6606187042833719,0.13930431524279174,0.8336146708636417,0.28939377943818245,0.6108102821984599,0.623947694937915,-0.42894986654305844,0.7976463034906067,1 +-0.919786426884148,-0.7375780818344997,-1.8365202094565372,1.7015366480392278,-1.3944748778425184,-2.513934969185402,-0.04075450802930791,-1.03941123143061,0 +-0.1669499867304396,1.8942083755611074,2.9099550468607958,0.28601480548669256,-3.2523288357588793,-1.8859489550337134,-0.7544577298307258,1.7058122213084965,0 +-1.1245590713780766,0.9812870204187285,1.8563737880467404,0.617299367279283,0.09993732377324087,1.2868592321143697,-0.017647043001890572,0.963634248581902,1 +1.5348768858789728,0.7585629170355608,0.5331850941507449,0.3811805947128094,-1.0370382691498357,0.2952981694489821,0.9023013138428547,-0.3656982847682498,1 +0.48937537302449635,-2.4168331566082912,-2.3786371160212587,-1.1483306540325724,0.24876987663889963,-1.2591092148325738,1.2554301790825708,-0.6187820644000237,0 +-0.16910867305602142,1.7501991480886698,1.5845450107436938,0.6053041874892348,-3.5575555416583162,-2.5019074069415845,-0.6044739812014728,0.48724498858633714,0 +-1.2731392791678524,1.3617084190912572,0.4959139477858809,-0.001001629879469673,-0.5613643433273944,0.4893223066106984,-0.15735875058427873,-0.6412262471482462,1 +1.1259580159038323,0.06552055312986926,-1.1623593977941726,-0.9646369194128909,1.0179825278038597,-0.09419978412359686,-1.3148166678527327,-0.8735697492340985,0 +0.7555073637235986,1.4491472095149591,2.1647783694059,-0.6147732863426688,0.5548175203612561,1.0723274801586082,-1.5460912797376873,1.3118162786881278,0 +-0.9915117865553275,-3.6982067487996613,-1.696291971197612,-0.5508116364334821,0.00328121138541686,-3.582033074093234,-0.3072635594401116,1.7579093230274292,1 +1.8641690650768796,1.7512223948275196,1.6159647875940022,-0.015344278889426001,0.5121366726497776,0.7715503516003592,-2.05452081992006,0.6595825797363912,0 +0.12728729987953047,0.6793786777159536,1.4864111267650553,0.7501771330693277,0.2360124445535019,0.29568032033741876,-1.102148080507568,1.2121298300302088,1 +-1.225478713856438,1.4605178395044487,2.5485277524723964,0.5962286500319914,-0.23693390910668957,0.48483506662404463,-1.3226566437086378,1.6767780524923797,0 +0.3202913404688152,-0.7226229208495689,-2.001474839531204,0.46596348668908216,3.085586171052067,1.078936901712903,-1.608820444660581,-1.070961019446711,0 +-1.4106347008129403,-0.9000421061530635,-0.7571418579991785,-0.9680150005884519,1.5395412969133133,-0.20120737695120156,-1.2768326640287881,0.3517362747992774,0 +-0.8513768232998161,1.3739906585053676,1.2615726513332965,0.15923078499664545,-2.2602626183670056,0.47453848827096934,2.013714428800004,-0.45980480590764267,1 +0.43165032853423474,1.8035831423470345,0.9326494515921874,2.160174744178401,-2.1892712563258834,0.7060366294265277,1.8524495464136455,-1.131047382548877,1 +1.227948553777792,0.3366811334264259,-0.046998882562592624,-0.41211209346968314,-1.299419158889502,-0.9858927585426904,0.18924929428901982,-0.30774360390994326,1 +0.11748405689925054,1.8997896948168491,3.0044475800120263,2.0673567563846174,-3.151789387505349,-1.8375130703576665,-0.8664693150789448,1.8237108186313853,0 +-1.7131538637687322,3.5842417683199423,-0.6685035534815125,0.3647765427634133,-1.4075914120178064,-0.49812325305645166,-2.3296083046458946,-3.038402205761873,0 +-0.6384907322124047,1.6544532299635193,3.243755908308091,-1.9396908563824204,-0.8958156212170565,1.3679735529084864,0.3866589142579342,1.6892570410903942,1 +-0.18728714486620537,1.0719433861343193,0.5552862144544437,0.30704286523606217,-1.8541642989175766,-1.5477755765295103,-0.7348381764892224,-0.023666681999529593,0 +0.4507827750228473,-0.23672503077948037,-2.2621860925796,-0.2067504223824629,-2.8578254066760707,-2.892562103840456,1.1242635355156683,-2.181196307907973,0 +-1.4060039778290911,1.037507487626523,0.6293222664313828,0.6221737686572022,0.12082720716257588,1.1728115731154665,0.09237238480040277,-0.3517925853553094,1 +0.25303153806226963,-0.7112737779934415,-2.7193457342205685,0.03767253512121038,1.4304737334740576,-0.2509451674116773,-0.827294254223545,-1.9194971689452234,0 +-0.41041152833741706,0.597342819092705,3.0085472807666434,-0.5454541223644698,-0.7946560669837749,-0.18197303475865323,-0.6176732122880302,2.7337597065461408,0 +1.4307739022862462,-0.06757344113963126,1.1965210220258504,0.2811331812148769,-1.6771429041154016,-1.1561087888573323,0.5797815979943945,1.2047719953785694,1 +-0.04685809408866338,0.4215615467003793,-0.581926960238549,3.097502610418103,-1.0931088432422997,-1.3017918474100008,-0.46436991108816694,-0.7219640497164461,0 +-1.183742459554156,2.163074762469602,1.9013750369435052,-0.4436193475313433,0.45963620703153635,3.271269264529706,0.8288935137248419,-0.3700966813555729,1 +-0.012673182718496157,-0.1670078174012556,-0.7834008456128719,-0.7828980678597364,2.2456182352889873,0.5581995737619294,-2.054252865557795,-0.1420371858379187,0 +-0.8832632548910504,0.5765716994665517,0.6140335627065653,-0.906680387883034,-2.482721421354232,-2.0323220370369657,0.032990828043755416,0.2838864639097292,0 +0.13292152291222345,-0.6427494682499697,-1.6427209986758033,0.8588986367125823,0.7091923453861488,-1.0121014046321546,-1.1968256237061152,-0.7249711157694829,0 +0.19321957151272187,0.29381466730047645,2.0950572505264455,0.20537287855302352,2.7124638738932303,1.832983490770019,-2.3439116465715477,2.374379077460989,1 +1.5214640726056967,-0.7189353075852514,-0.4423007969176115,-1.0115315630132486,-0.32945087133084505,0.9530805985720204,2.643984204540402,-0.6306198825113467,1 +-0.5953996375263725,0.2121174770536589,-0.15547369585074708,0.5426247051281436,0.9502278401878178,0.1556651303318871,-1.3322552994956005,0.01134546390231872,0 +2.2845932628576326,1.4070403309481518,3.342507384607907,0.28129963989128093,-1.700934086713231,-0.5234522148200976,-0.7493266484533221,2.4509936169109334,0 +0.9218045246513479,0.6148397006773987,-0.6849039725635566,-0.156257219273607,0.46970061938267116,0.47124619555588976,-0.5078241073397538,-1.114086118869499,1 +0.5934008572126191,0.4379020361759589,-1.8615395917429185,-0.44376075133623966,0.662856546032813,0.032065133519528444,-0.8403653684130977,-2.036663936710932,0 +0.16074636409560672,0.2988883777536637,1.0830538494895134,1.3253260479417257,-1.0957160855558614,-0.8983586534650037,-0.2685996703869201,0.9896883901941411,0 +-1.2264508220309605,1.33941454101162,1.326165851569187,0.5007876693158402,-1.9352781379027526,0.03818733676667496,0.9866359291906728,-0.05361548799168858,1 +1.8523159706557988,-0.06615451369041692,0.9578089270067824,-0.5572931528553038,2.6810135167931697,1.418670233620363,-2.136719411335817,1.4984962925426901,1 +0.7213512929856609,-0.23298502996348364,-1.8436353548849806,0.6074178334593093,-1.960186850309729,-1.7851270512407869,1.1965201721561358,-1.8635070629118433,1 +0.5658123631940932,2.163182022480755,1.3336465827982869,-0.789657760384151,-1.6061650414030437,-0.907454951368195,-1.635055986361917,0.03999223464385737,0 +0.007102885197733149,-0.1927293924471063,-1.2781080806687728,-1.232342718837907,1.184989277505816,0.2888021547329705,-0.7303884796370539,-0.9605442218582926,1 +-1.3818750958205404,-0.29516793908234246,-0.22335509130828546,-0.14491241354421114,0.3222405142663226,-0.26694735018147264,-0.4333807283357755,0.16007836621696514,1 +-0.07855905731297615,0.8871621210905011,1.8495625065207242,0.2983794077503532,-0.7644600620274543,0.5640516510225817,0.35493496212808934,0.9908475346746639,1 +-1.5150322848129643,0.8567602953963506,0.745351026734772,-0.7551694027838717,-0.03627524813100481,1.269579311960063,0.6072181353508779,-0.2279253019515643,1 +1.2592866850616058,0.5623519746205965,0.4850494903788161,0.9052465864561933,-1.343526137582919,-1.2565210875758277,-0.5051180046204307,0.25091637176870135,0 +-2.363749620941516,0.6451908430868085,0.5180713031256895,-1.1826808874018,-0.8773957487523835,1.6595588515643684,2.621097516015203,-0.8549460749407876,1 +-2.692706788280525,0.6449274403272878,-1.2569581389655529,1.6859271678042471,2.440096020438056,1.529005849859071,-1.7762486357181961,-1.4587593978335422,0 +1.3019346429301557,0.5730281902651795,-1.985529509843447,0.36301855577521097,-0.24530536628779706,-0.9669039726407651,-0.9873215136077618,-2.1604296680906563,0 +0.4906563782027192,0.6190639237675182,0.5255391901766593,1.719103643546966,-1.550319398666868,0.468104798401239,2.0178487293082075,-0.5707036449234892,1 +0.7960437190044103,0.5545009693069795,0.29785754112136814,0.6231478723493064,0.2935558615879856,1.528239345437899,0.9362393349399591,-0.5362043439225912,1 +0.23674793426675622,0.2984009966632858,-0.9170117006827606,-0.46725162603628545,-1.3629278408055683,-1.732526679796791,-0.42487641233414375,-0.9360938463288704,0 +-2.096771995636981,-2.1181473557542767,-1.270436436868244,0.6185027051543125,1.021969891491313,-1.7457771948912284,-1.1376173645793826,0.9398369306622667,1 +-1.0269370752544664,0.676804212928017,0.5815289106473375,-1.0715190619092338,0.4278090446475694,0.8240583060488511,-0.4081373894833729,0.06648258095558413,1 +-1.4433474433260858,-0.8701717997880618,-1.1165480731565833,-1.7222596588061851,-0.34877653933664937,-1.4548284011624024,-0.1838073150541102,-0.2383018861871995,1 +1.0795647245200992,-0.7479299005762164,-3.0453144527594587,-0.663799705496791,-0.9158928410094411,-1.7063501401174337,0.712248588943942,-2.524694742462171,0 +0.4481724987728051,0.5348390658927623,-0.038214308960821106,0.6281207799964994,-1.7853997543927853,-1.6090805241667487,-0.1649226306535121,-0.32258297578634276,0 +-0.20331858155471977,-1.5130130316167294,-2.4283556243507762,0.2929382076817204,-0.3039449629868021,-2.2898242438978293,-0.29142229171373907,-0.9351971211395288,0 +0.9071108797903356,1.0680595274427502,1.9515103099020277,-0.10927476997111792,0.8558717353262176,1.0616089036747307,-1.5176594811800714,1.4101246690110174,0 +0.9039215141817085,-0.47775050066438596,-1.4323897632597724,-0.26049448854945056,-0.3473784395956356,-1.271095005082244,-0.27316317214711294,-0.8806453357652254,0 +-1.7936555512321037,1.7677854739695757,0.26488472795006957,0.6934143819512077,-2.573219635339299,-0.729663404868738,0.7155102727548541,-1.3616777577071524,1 +-1.4181922030329823,-1.284898131875833,-0.45658967309836485,0.5245721606547538,1.746212651339283,-0.504859536072515,-1.6481000119875249,1.1059725349451859,0 +-1.2360416522530897,2.668735361593547,2.4399031704876255,-0.01986248179729059,-1.458776659066782,1.8347276574586646,0.949669370398037,-0.17248170703833654,1 +1.040385072031788,0.5186798759498055,-0.15472797701295968,0.20704234547845882,0.8467171661566152,2.8455487003446365,2.0729839780722896,-1.3744359096926217,0 +0.2095178686937609,-2.978174097969652,-1.2750828471650586,1.3917656096026223,2.4803034225736624,-1.5665607049485355,-2.0504742374245355,1.894801571070989,1 +1.1187206491427988,2.39171690927576,2.895474227247702,-1.2682688193873748,-3.325706477931655,-1.448398410658875,-0.5984555419519979,1.195095091682206,0 +0.2971220545192423,0.4319300463289375,1.6077367229012498,1.0908419096106434,0.6487533967164465,0.8434840136621213,-0.7282675597115648,1.4012701350896482,1 +1.9845351053395408,0.7390855911826335,-0.27912495627609935,-1.0478170802948146,0.9498842225009972,0.9910859633428115,-0.7500910529396417,-0.78100652314931,1 +-1.0656123648927087,-1.1927929623062152,-1.1729910379440605,0.8449088972431246,0.4519290722750219,-1.4201883641301296,-0.915910510481205,0.172272151113961,1 +-0.6141918326466042,-0.3394328847436878,1.7148324159398458,-0.8386711326804501,0.7939434454308536,0.57137663885712,-0.49728988208313263,2.120035903534432,0 +-0.7367356491319945,-1.5882070465166729,-1.9355732055023112,-1.3434929858540188,0.8100880146480866,-0.9915576663829782,-0.20955185418053723,-0.492635815595283,0 +0.09224870224723158,0.48159125397664604,-1.1977137830824287,0.5910893029675152,0.36356252744821665,0.370092428252753,-0.20025558876146443,-1.598101878951864,1 +1.068585527029971,0.5125212354802995,1.2150937763359877,-0.27793479731756116,1.6133435766246997,1.3267882380232077,-1.4339313268755856,1.0880512104091005,1 +1.0466160524300434,0.723408860600881,-0.058851686801102934,-1.1712037472136478,-0.6982456530936659,-0.9069676733043754,-0.9769220134897305,-0.33699239518304547,0 +1.0197947232688098,-0.3481813002240394,0.7343328235966101,-0.23308577954741835,0.3237973409764658,-0.42990680533816933,-0.8710192441562303,1.3089539184743604,1 +0.7023603908122927,1.570223055506133,0.327962877928853,0.015472746342797137,-1.7348562905176048,0.8007235692655351,1.7558268630829046,-1.5295279570624971,1 +-0.6575372097019692,0.9022347351603253,2.1293084425267748,0.13800438861405795,-0.9766299416520537,-0.0343154568069417,-0.23721536186341008,1.4684888606023259,1 +-0.023011743164545854,0.3508131796835192,-0.27761170700280136,-1.2536439982455183,-1.508201023415497,-0.8903739062042186,0.6656001569533836,-0.6902314483987808,1 +0.4922347759671793,0.2855474911518329,-2.4758034165771234,-0.8108151300065225,1.1142541043724874,-0.30173927498899306,-1.588915834158768,-2.3040581778344444,0 +-0.5260300102143944,0.5998469087301135,-0.21931841641025085,-0.31307183776917247,-2.392354367792723,1.1794230233880723,4.402986513092654,-2.011248894103442,1 +-0.03521907078404892,1.961042817358588,1.7939499503127132,-1.0338278641877563,-1.278169071159149,0.6663088092763221,0.08213054859095736,0.09320796928087394,1 +0.2667717842810446,0.13629556419002298,0.8030479213649013,-0.9736143896136658,-0.8357805941786672,-0.7524583870835944,-0.18903276288631377,0.809772673874625,0 +1.4071654176630182,2.2778190118018222,3.9145809227606043,-0.5084373236816278,-3.020349648977195,0.03600881975851855,0.7760842589188002,1.8411825740933374,1 +-0.7044628374399754,-0.08704208890010434,-0.4041985228298792,0.12246427888368729,-1.0718591847526013,-1.3716676162549497,-0.09044857947943852,-0.2075544772121214,0 +-1.0878847323549063,-1.8874961188329575,-1.9836681391735953,1.299972277275062,2.441717932265219,0.3086777346177769,-0.4664720632663194,-0.3189086548745013,0 +0.15019075742510332,0.7283872543327878,0.6381258836327798,0.38910773985148267,0.9569801489005824,0.7745065240824867,-1.301180576510292,0.3258410912911184,1 +0.6884041314216474,1.33077768454614,1.6416119136399747,-0.9428342627405447,-2.169107261125797,-1.4213006657646943,-0.7080600238519185,0.8446690804831355,0 +-0.09892497711902376,-1.4514584853139096,-1.6187579704496498,-0.792967625208929,-0.2911081939367036,-1.8283813611950979,0.006809874826957829,-0.2805620586586334,0 +0.13134575042982038,2.1569639467948862,1.50982552842145,-0.7728920943357335,-1.0090185694548133,-0.39641800871954486,-1.8492708698942053,0.2430410616059286,0 +-0.10489328943624729,-2.013661092344221,-2.2865864231111583,-1.1640265045520868,3.709011365594647,0.4835461714909892,-1.8183049177874626,-0.16782820762411932,0 +-1.573170650036764,1.373010346563877,1.4262754941813938,-0.9817170786218337,0.30545197365220145,2.9240486773589804,1.5742956384201021,-0.36057459492077876,1 +0.23656082909533235,-1.1096272306551356,-2.4299427872358117,0.6500344786954668,0.582767010194105,-0.7635044929806175,0.044941686189562735,-1.4856033931920078,0 +-0.5905437343290089,-0.4101858812074027,-2.716086066116162,-2.525796326433053,-0.37603847519571115,-0.9702110388159018,0.4651304447666045,-2.4650198011719677,0 +0.5332258131325045,0.8585858713873965,1.2457552741452922,-0.2553363115504596,1.3384398407509461,1.418844745727122,-1.300922605035564,0.7838469967876084,0 +0.6790438019444869,3.015023813935678,-0.8268065280996314,1.6987448001453163,2.050442881108056,1.5908555328075915,-3.8175236032184934,-2.476100254092931,0 +0.4275271561460144,-0.05790025589732162,-2.1349269946035143,1.176024215471187,-0.1702939975833377,-0.5274574022345413,0.2152716958717747,-2.138377022147165,1 +0.7257945898680359,0.7384049890640627,0.3297232068992367,-0.5854475327952415,-0.9461867128703759,0.7527154690766775,1.4630860251841167,-0.7422293804387414,1 +1.0190787622761208,0.5644274773988621,-1.2797161615237882,-1.3455514539080444,0.2837518447468128,-0.20977088961811186,-0.9257088395930979,-1.5106582360773406,1 +0.46980918081645123,-1.1473109934264607,-1.2143618584110187,1.3161605864348793,2.0905652307020897,0.3582593724768557,-0.9186454801752204,-0.04383642489721129,0 +0.4267879889800453,-4.520856909226927,-2.7129793517985843,0.7891074037170521,2.529631796730694,-3.1035241117825993,-2.094239519109787,1.866419586567135,1 +0.6666234997699706,-1.2237820493707356,-3.3828392279933936,0.5263884988149377,2.645015316234141,1.3207925332542279,0.2798938910523303,-2.58091566678379,1 +-0.6773714593520327,1.051811457159338,-0.35959925455137975,-0.8588653883068208,1.922637760273674,1.4400705125344406,-1.8532476653688057,-0.8629083396140941,1 +1.7573355820540606,-2.05549913353381,-1.0771172184616464,0.19264311583372004,0.7761772402691638,-1.7298873902525767,-0.8888304988422393,1.01483906823063,1 +1.2460686825000618,0.22429873356728158,1.8473472910312803,-0.28198038177340884,-0.09019707993049664,-0.025719920101565763,-0.6783702779546207,1.8733032648996601,0 +-0.373153001289212,-0.41868806493455946,-1.2323424952503235,0.36775452275750825,-0.35522129467672764,-0.8921376036404198,0.12238421247315534,-0.863327822036009,1 +-1.8366183106463883,-0.5571953374272072,0.16194925955284578,-0.021168643244602294,-0.47031897236915743,-1.1553280927451266,-0.3157743486810677,0.8092635098958612,1 +-0.5494118078937618,0.9605817312907938,-1.3617280976865451,0.9317071090541774,-0.8916408160360177,-1.9159431184439357,-1.9283814050802783,-1.526499978890603,0 +2.3565806298222465,0.9258483085191802,1.7555299365048673,0.6041476655134426,-3.0939984655809747,-1.864037871809488,0.4249699685427304,1.0298777052340458,0 +0.768049444306063,0.8359034605456801,0.8998631958607838,-0.5165358373935497,0.16845855202307908,0.7859340707723221,-0.35200857951564546,0.243319754553107,1 +-0.07909619325911006,-0.42945445528658,1.0250917634700336,-0.45130718734070774,-0.3471247732894324,-0.7161534463567986,-0.29147987277799636,1.538226371214065,1 +0.2913366568722532,-1.3343031996645325,-2.165120801385282,0.5059814486446487,4.209172898618584,1.3127481807024892,-2.1933673689669293,-0.580357737963646,0 +-0.14300684481424966,1.3510350650685026,1.0919146071170587,-1.2201293897001142,-0.740044263915056,1.4867979686687915,1.2684984323656825,-0.48882872784002085,1 +1.0094690114155946,0.10307973256990077,-1.4272578956447508,-0.0527176867744376,0.6530511548576966,-0.35160566228163015,-1.101891531805645,-1.212350094665655,0 +-0.8067028486979664,-0.029561829219081903,1.1485627430783403,0.4632672274549366,0.17039652715383918,-0.041013182635927126,-0.5960078959441752,1.356526958531758,1 +-0.5843453873514391,1.1253334699239206,-0.12395006090169386,0.6631267365050083,-1.2875996084743155,-1.3031493852472957,-1.0792950131099703,-0.6845643842486915,0 +0.9719495030540832,0.8351605825525303,-0.2571899180688793,-0.3787742592847328,0.9570222672859177,-0.1273987005338384,-2.362289210624696,-0.3179056360902183,0 +-0.9983247077960485,-0.09333361929972339,-1.0130058581353134,-0.4605993207216221,-1.2102043242308314,-1.8501849824584997,-0.34967787496085495,-0.714071173597135,0 +-1.0554160815270826,1.1123787970233658,0.2438800910202072,0.31571050408771634,0.31935832778423384,0.8533899898946453,-0.5870073788822059,-0.5984125278221175,1 +-1.1734724639293215,1.0901275249121003,-0.07166958785279205,1.2358420782564996,1.0915754551270296,1.8740872615655926,-0.21252390616285743,-1.0798715604169966,1 +1.3098740263173212,-1.0069211832209282,-1.6520492465913241,-0.6294476139053723,0.17293434087091827,-1.3426964219851076,-0.4772540988358678,-0.5961689730321313,0 +0.8603774179152296,-1.9770715660644984,-2.2082506453888326,0.4744571895310495,2.304304128246714,-0.8290744574394511,-1.6270581538907238,-0.07020801659039189,1 +2.413905309816721,-1.6395911423931882,-1.9813919646056377,-0.43790182903176905,-0.39046962426288245,-1.9252505903568489,0.3264633264447976,-0.5692088017363892,0 +-0.415774565281635,1.4482157787387526,-1.2954391792000943,1.2375878416523676,1.523418229736238,0.6458431148417771,-2.501749672073985,-1.9123730770795933,0 +-0.30705816547622056,-0.11652376165432277,-0.18914934234837674,-1.5937409481356075,0.12542647917186137,0.5278149372843102,0.7051821703617386,-0.32505403333811517,1 +-0.9039695532065041,0.5929583703662771,1.3052854654225519,-1.4768835067291817,-1.4230554418058785,-1.013176048106374,-0.33572270588249653,0.9940868546751487,0 +0.044607746196641804,-1.1184339233643088,-1.542944600281957,-0.7356508742869845,-0.057651407539661526,-1.1802672133879817,0.15735544388508682,-0.575257535057254,0 +-0.9517218197091908,1.5188317554564141,3.959543133789817,-1.3583420890752396,-3.6276226421368456,-1.7841636103844793,0.020048626632706346,2.8721176144580163,0 +1.4540036824727587,1.3917313689778374,-1.033996318355411,-0.018039699356169475,-2.0420519036194493,-2.009123111564033,-0.97040280586293,-1.8096875068308045,0 +-0.24698513120139393,-1.079469667122582,-1.1395314242120276,-1.932236274794758,3.6107041665208266,1.4077502054738529,-1.782260605882272,0.12806969381773625,0 +0.7457155859237439,-2.561234473081833,-2.351174233968987,-1.2315625826806296,0.4798015151660323,-1.5189927395807616,0.72693706669738,-0.30598406588247395,0 +-1.6095401707569512,-1.3854829441857257,-1.9250745195387,-1.3385507333346875,0.44399596952450365,-1.1165688641156089,-0.07562004361990793,-0.6798541710775559,0 +-1.4134771430429909,-0.5125465190439449,-2.8008244543728296,0.7113241781251555,3.5116715620088903,1.0697147542810168,-2.2259478107034156,-1.8930277563222935,0 +0.4773538031700499,1.0828156868938659,-0.14048130642360965,-1.3002915083730202,3.1342075339538216,1.7881302302967217,-3.214047428930556,-0.32495437391397797,0 +-0.8412598690509523,-0.16186052574634036,-0.17182234923830866,-0.4479454986721592,-0.48180839367334605,-0.683203486965552,-8.872096474044078e-06,0.014514732612572856,1 +-0.38267163755824535,1.897556110057832,2.7158730693354167,-1.520895547253387,-2.761937444655601,-1.2083362053938251,-0.4980520238132058,1.384422112512714,0 +-0.541402651036772,-1.7778274467174362,-2.0040903794634914,-0.2519569753597915,-0.33222016781601055,-1.6243605715139,0.8003576505204093,-0.6267978036916503,0 +0.6538067562814758,2.4127305620847848,1.4719280923877534,-0.43179918226871544,-1.326009832658668,-0.5066849389288355,-1.8090281939808281,-0.013944048137795595,1 +0.18525990016830618,1.2749907393056752,1.6529135788288702,0.4110866997285983,-0.00868952485512281,1.0095240535919252,-0.490921138449782,0.6581074628254655,1 +-0.22616261815136493,-1.9722994953773436,-1.4558982633081763,1.1121906115540243,-1.324128558761241,-2.808823256925008,0.6877554124714318,0.21583980029326977,1 +0.4365084793476584,-1.216909418090881,1.6260811018165582,-0.07504479809171866,-0.5617121881221729,-1.1622101653695291,0.09622069649843357,2.7434131875455856,1 +-0.48150022446505053,0.9481532341554759,0.7277639829342568,1.0703309477825418,-0.861539170107221,0.3875007350284694,0.5145058215296145,-0.2302648341323198,1 +-0.31972699426454954,0.3449178981381636,-0.9503921695148545,3.623171009953921,-2.2225068088555155,-0.28941793747187683,2.6861824575786675,-1.961689535525236,1 +-0.6848952738250884,-1.536547443132282,-0.29024696318651483,1.1726177812624776,-0.4288334592657733,-2.0320264791001077,-0.3583363932050665,1.25574140826532,0 +-1.2830359720461573,-1.0490104754037402,0.468929762928163,1.021320223473636,2.2342012593296143,0.11854160894977983,-2.0331066006276313,1.9035818078577271,1 +-1.0910378795739528,0.12800832951223906,-1.4067680048890943,0.5311305077103298,-0.0863786582490863,-0.7080709716533928,-0.5551510817366996,-1.3331707585333232,0 +1.324877853387203,-0.16456065851694135,-3.1660178756089405,0.36455599095807095,0.004753756947799404,-1.102428056441608,-0.39019707626456346,-2.88816047516403,0 +-0.4854442668046554,0.3436295392341693,-0.9079835227014122,0.034111838480428064,1.301159048644681,0.28243669089804757,-1.5894577857014043,-0.8045694494655666,0 +1.3680854250289924,1.168034876420398,0.9722062834282229,0.007495450777013657,-0.09455540881528214,0.26439070727425695,-1.0514764503157787,0.2655284290040069,0 +0.7386249670978711,-0.4992918553653669,-1.2942780569070103,-0.24506213768224866,-0.9280537206752949,-0.9627613520953433,0.9502403203455382,-1.0767449667500288,1 +1.0791623749833805,-0.45861483826235466,-3.3015177614339803,-0.1439673091230457,-1.3949192637292027,-1.8423287794108736,0.9759395373753974,-3.0903411922235424,0 +-0.10655417871624184,-0.8736380478894994,-0.183253129468799,1.0085740138367556,1.577461958051833,-0.27483807479009303,-1.622553327126665,1.0117964171077185,1 +0.025201709691715733,-0.3047186077182595,-0.3117542056929306,-1.6747494554565088,-0.4229356448606933,-1.0824841716320426,-0.4223807288167868,0.13788308746147693,0 +0.46264441331655487,1.1072454370872213,-0.5189149081725251,-0.22842152890143747,-1.2293868739288374,0.7110284808236055,1.6576244092758536,-1.9655983384741236,1 +-0.11558320897613357,-1.589482963449189,-3.220828764001622,1.35812267733021,1.5379472257478806,0.48596272112867145,1.0936702164159084,-2.26352656364762,1 +-1.3489256684201139,1.4317021346844865,-0.30980705407293313,-1.6851490937170293,0.30904554743303186,-0.008237243597310262,-1.9070141227723638,-1.0075805613557707,0 +0.5090129977709165,-0.11613007427549282,1.0284499245322727,-0.8283147756017682,0.745599447545999,0.28714984189944215,-0.851072781506067,1.3514344021574125,0 +1.328564552060095,-0.45701729618710885,-1.340577922489522,-0.07644928118303795,0.18222303554077085,-1.032634451469352,-0.7594507639138214,-0.6915805626533338,0 +0.4084706243707532,-0.6358341855004246,-1.0781568021191499,-1.0266963632675337,0.8804215611554193,0.9321137452896094,0.9828103763674604,-0.8959197642389889,1 +-0.09850098474488135,-0.9436162439061462,-1.7598894486179146,-0.38362696029827126,1.4871774664144861,-0.3610420623142466,-1.080200012669253,-0.6713819592611064,0 +-0.37295031928334205,1.3232860531079542,-1.9419966951252712,-0.44189432217993974,-0.5550881739348859,-1.26665879407254,-1.7668556230795034,-2.5160304066504517,0 +0.05117581324778638,-1.3650256967197738,-3.6345867613921,-2.209391781282691,1.6617177132627343,0.03901690553295345,0.19764902963458508,-2.5968809354116065,1 +0.4923351251835854,-1.7103622985682767,-2.1028115824664027,-0.03512068182468866,0.555348269588381,-0.9703487073876733,0.36201674502796166,-0.7156657588374796,0 +-0.6327580289585402,-0.48273344718822037,-1.5959863650214805,1.3812798033028826,0.9323752979049326,-0.0179347393835797,-0.3750303247708213,-1.1112264277669568,0 +-1.914380949248056,2.216223496732736,3.2882520890833815,0.739857880901076,-3.623648128298945,-1.679103252408629,-0.40470527999473854,1.7077421576605711,0 +-0.43063618416590643,2.1336777621225345,0.5763162840948628,-0.615516200928342,-1.240384220904641,0.8908954153154076,0.49153273001055786,-1.417951551224716,1 +0.7974729451166302,2.146054848038208,-0.6718789903932363,-0.6232307459568006,-1.1576687977111797,-0.8118697312319675,-1.5527004775720483,-2.013149115701278,0 +0.23069013757561016,-1.2739061774200813,-1.1907863637915184,-0.09888007479713955,0.8814214072077934,0.3796947474022289,0.9649657561223095,-0.42420871937271376,1 +0.8027258454144358,0.6676802912417689,0.3137422556883355,-1.0861752658349,-0.3976692338125108,-0.8679332774475772,-1.4006885366724697,0.2003655131682216,0 +-1.3899048713385043,-1.4285682739100602,-0.31486811021686606,-0.43969629892495127,1.8735310675574628,-0.2594574454298064,-1.3881657826122193,1.2821986577720572,1 +-0.9620734131817079,-0.5481725358850305,-3.234476814348543,-0.5745236444250108,-0.8577371019737622,-1.29844528494145,1.0123460746512798,-2.998127189301316,1 +-0.4295146891691772,1.1721259105170911,0.3372898816527031,1.9009725544718452,0.3244416843819677,2.0169650057026782,0.8667052095808825,-1.036501015395543,1 +0.8216885941296689,-1.309398306867763,-2.5434701185265216,1.4267433700774859,-0.8960828800400202,-2.2132271362818257,0.46912841827273644,-1.435810495286324,0 +0.30106981680819317,0.9387738348080168,-0.9082896966601575,-0.5274077515944925,0.8218950994405012,0.3666782174819041,-1.435018486189716,-1.3558358176255412,0 +-2.5560769501977965,1.6436853056465262,0.4165123997342104,0.10936762664531,0.35128255408357956,0.3974797122978493,-1.8633782866667223,-0.4914813556998224,0 +-0.5200888636786192,0.08486098456005176,0.47864040779108935,1.318756851134814,-1.0989000123521233,-1.1869960586966684,-0.2445963014169012,0.5719167154877663,0 +0.9626878381069042,-0.7327432802479187,0.3934854229166888,-0.4748993775824382,0.8299453588061148,-0.18083412056215886,-0.7482463919512524,1.2351042051818453,1 +2.0068125419101697,2.4902338647687854,4.632350102599879,-0.7177671806489242,-0.6652384069680942,1.1405848811746244,-1.5460953150916783,2.9347138844753546,0 +-1.8053696745004224,0.45419609866136684,4.017731772619085,-0.31345333570826606,-3.63731261928049,-2.066930600472534,0.788144047627825,3.644406130247825,0 +0.11637929384936405,1.9051132673417361,4.539508131615443,-0.40456465595109375,-1.8971630777712771,-0.07972820012115556,-0.7585368439512669,3.2151214486519395,0 +0.5917775359349269,0.7908225133608306,-0.04616344328286328,-1.9028870956245054,1.7959591795966976,0.51544675814137,-2.714565527304523,-0.02000097179853788,0 +-0.20300012461233988,1.5073788848664973,-1.1008706344806982,-0.40795661989896176,-0.0010249967625498636,-0.4390978882496759,-1.8936729038958222,-1.8459417788123287,0 +0.051326467932734945,-1.9019036886505742,-1.981819125841158,-0.8263521735670675,0.8685371925696528,-1.0267627725954567,0.011696849139279486,-0.3318149454666943,0 +-1.1671271635444647,0.46494601836479044,-2.3998828676276687,-1.0598454226662264,0.48408982491989583,-0.331503812037967,-0.9447754700379308,-2.5504362011648825,0 +0.40190604351945236,0.11582332020558583,-0.4572178902762179,-0.42508372975570496,-1.8417427284268,-1.4501000651743974,0.6998674754753831,-0.6405982857696186,1 +-0.746687881041498,-0.7079195463007331,-1.3178319889442847,-2.126094871609301,0.21576774392777298,-0.4310447874283707,0.25928747024201393,-0.7782925779733298,1 +0.7844649827419304,3.446321462686096,3.5458246562871327,-0.8659214933210162,-2.4141634658766837,1.744243402752388,1.0357244188806354,0.27818539123103525,1 +-2.4019822570247484,1.2894222931136445,1.3546412056284824,1.6646268764811087,-0.973579738578242,-0.5045771590389467,-1.0638864822326404,0.6139509189706549,0 +-0.8808764034511777,-3.873538292307929,-3.291941113001344,0.6228386825019749,-0.4486075635173271,-2.642133072635963,2.23898360328403,-0.4764533005462551,0 +1.7762653904002321,1.7234539133952298,2.428941279576869,-1.5801357473380384,-0.5722713514029285,0.40021941906688974,-1.2062755391249382,1.3081585827013114,0 +-0.31360261592357425,1.353260689722382,1.566466251250498,-0.48664087272830475,1.1317886199451541,2.5643844117595505,-0.10354449632837914,0.2800976675857879,1 +1.2518817349321438,0.809999604613278,2.12244674192412,0.9910530959635205,-1.9559035528845088,-1.3480875755556663,-0.4911117208213678,1.7088722940599335,0 +0.6876515419934048,0.8140642619042263,0.09378259027337936,-1.8444282157946477,-0.6799677871771559,0.4705850413309375,0.693063733531224,-0.8159289771679918,1 +0.14695938464847144,3.5357573533947946,0.49478102406948743,-0.8356457852143472,0.777614858746801,1.7513514607257081,-2.728672402257785,-1.8798738055899487,0 +-0.13898970110789996,3.0671093106566394,4.688948268846352,0.8647576613296085,-0.8786143125299668,2.534015689065164,-0.021186223654309222,1.9855160537457515,1 +-1.1909845861481627,0.6986815154323406,3.1210835103020456,-0.6752307621230592,-5.096455439787265,-3.1209990832422205,1.4579318463457585,2.4263499927783956,0 +-0.6136596372224682,-0.5605865914671848,-0.9175080184189084,2.363122693714406,2.6734979727799932,2.3631456340181494,0.20609588103110277,-0.695833682685868,1 +1.7975113623983259,-2.56426673979788,-2.3872390068189424,-0.6155159963327727,1.9342134667680122,0.40642625100596574,1.2339230642431955,-0.6248997724362648,0 +-0.31882886228977836,0.22100420524861375,1.1592001057929353,0.012988306541282931,-0.40169112592460804,1.2474475957642697,1.665825082985635,0.44492579673207566,1 +1.4753600554066493,-1.0714356085054546,-0.9282087110387516,-0.6344449084498331,-1.9811849208513532,-2.370212423792517,1.0871735451110436,-0.15057631374564107,1 +1.7932472743712977,1.0250752349348424,-1.3615334291417385,0.6438917305632441,-1.1542676482676226,0.23954926257403125,1.2522269418178928,-2.6066114153130657,1 +2.5780442282217293,-2.303761497478729,-2.503184984095916,1.8722675749375837,-0.7161021052187343,-3.073074955518,0.12610574296852806,-0.39619937604928146,1 +-0.061129973798325826,-1.2301330129617045,-2.0991062699522565,0.01460438678327274,1.1745020225809766,-1.0829078691757208,-1.190567685389633,-0.6888533806033192,0 +1.720601571281512,0.3640202373892279,-0.14186646673452996,-0.2980108902742228,1.039967398427264,-0.020903425609983928,-1.8635847703502635,0.054157268629934086,0 +0.15334732209533675,-1.5548345119679459,-2.9161643494305762,-0.2320294361702621,-2.770999377372544,-3.408517433861512,1.92158382877863,-1.9085227516030843,0 +-0.7241120261282824,1.7388811949172676,0.05579597470943417,-0.7323774794708415,0.2341902378697887,1.4348106414055846,-0.31148859933356327,-1.4378722879141248,1 +0.2002030992904323,3.086025422202729,1.8535756478461793,1.2630064351485015,-1.7563893981572727,0.4371630913281647,-0.7716403640564744,-0.5478943342382887,1 +-0.076052359991428,-0.25785335646570584,-1.4209913509964678,0.8235285040711167,0.08752336787288835,0.543973677212241,1.2872237386177445,-1.616174130090848,1 +-0.7934771935163913,-0.5676425068346649,-0.4194485425373783,-1.3546754339730827,-1.0206778143517856,-0.47594688641932215,1.5541529198604316,-0.3307415670542256,1 +-0.4107633799168494,0.5971055967345364,0.9424161346383367,0.8700680601043247,-2.1643275185759006,-0.9265576803377672,0.9373077088783317,0.27077283235258326,1 +1.6970791772205527,0.5052250307925099,-0.5100977074709212,0.2904630968611496,0.24625689115276897,0.04690574551808946,-0.687100927617241,-0.7628126295125022,0 +-0.014955090097591986,-0.8128869915794832,-0.5514881401420514,0.04221014580750476,-1.0683731867142512,-1.3272891449622743,0.7889287231798597,0.014560185441682028,1 +1.9297573012421128,-0.014022041369085692,-0.1263884860939741,0.5359921063770197,-0.63935920909537,-0.8540863574571462,-0.17567143802600838,-0.0035616977348510437,0 +2.369007551361847,1.9370671374137158,3.133276630808073,2.1939407475442088,-1.7617986223756816,0.3594051357569727,0.003766317608825398,1.5192095068348819,1 +0.20964364379865824,-1.2383684386686014,-3.100049725858359,-0.07262149896677796,-0.4033921782852362,-1.5934567014193215,0.6762612554107459,-2.1649705824296195,0 +0.556969919218496,0.6782504115644334,3.7328111657466057,-0.5572292493421693,0.9228212523143373,1.1709689962472976,-1.558757566971565,3.5522649573407996,0 +0.4954041047264733,-1.7611614949520076,-1.01015774669337,0.3117523699255676,-0.33724277547421766,-2.0249258125302507,-0.030430909123287386,0.6246425664827666,1 +0.2716092996325846,0.6597673208998138,-0.4551873072436024,-1.215550300477453,0.980164874020429,-0.4741229006121862,-2.611793017534925,-0.27686164730876694,0 +-0.48776759894924077,-1.0844085243734802,-0.2231793826551941,1.0015588116308816,-1.2747860951565264,-2.0111888503074855,0.36959803837048244,0.7434353406809753,1 +0.13686265351653784,-1.85053582382655,-1.68514569879981,-1.201288198021559,2.834033504234855,0.03820108013013068,-1.5127131663609634,0.25703504942372857,0 +-1.5173645388634074,-1.8178941251250957,-7.3387919637749395,-1.4312231252883558,8.995206815026428,3.1972570580103357,-4.50004101303605,-4.949754738541328,0 +-1.585584322084335,-3.547122283192219,-1.8664194287691611,0.4975990967494988,0.09722004128300794,-2.234234038068309,1.2426489454062066,0.9347097877841661,0 +-2.020298012621674,1.4356168071035489,1.346155465910511,0.33465762530187393,-1.052418607256326,-0.27130350400466663,-0.7954340176860524,0.39131842948481943,0 +-2.127613215232949,-0.5016430388025213,-1.2778296923317316,0.8226965641431213,-1.1669127392729857,-0.07754669796931524,2.4697673660237873,-1.537046133370434,1 +-0.16118596684070666,0.31421653214204714,-1.5612847661597196,-1.778139561861771,-0.6954306869697058,-1.5114971634509202,-0.9143494181544072,-1.4886791683055687,0 +-0.2504067111219977,1.1868873085836908,-1.2857743617991686,0.9525923067470664,-1.8169873663620102,-1.2559505885693965,0.006495921669512406,-2.214578064755307,0 +0.664598500643799,1.9779691511767736,2.3918573370465652,-0.21427990552060422,-0.7943455276938014,1.3772058029534406,0.15008084442845704,0.613595206385158,1 +-0.8350824529399475,0.5593973755613095,-0.892950473374259,0.3047360607080857,0.7498934285980262,0.1078394693854755,-1.2728324594741753,-1.0438236182326635,1 +0.3007543658132965,-1.84739517174301,-1.188991652040211,-0.27030493373747744,2.6493885066937484,0.2750683981017781,-1.0792265301726156,0.6231222202641051,0 +0.19492919649414617,0.6627238590115279,1.2440591310889406,-0.3453162573594081,-0.1003132162917347,1.5307377702788116,1.1129443947560578,0.2859025308063855,1 +-0.26625184534223834,-0.8765470586774696,-0.8151666098235013,1.8180878841111845,-0.4649287933175876,-1.8421114817505908,-0.6144526074680378,0.21955801570899636,0 +-0.21709118371772848,-1.1608912727736507,-0.7436666452890839,0.6972921037813442,0.06291142963257329,-0.2458120074698531,1.0480349303813012,-0.03981638167886514,1 +-0.2262152175922055,-0.3341167715920239,0.14332184888791707,-0.8575044726533554,-0.3280387672329117,-0.6523295577170348,-0.08300777792212632,0.5003518641070169,0 +0.29917724298206666,-0.5811645983069637,-2.10672027240552,0.4695114006971195,1.1225429723511595,-0.2462925231023791,-0.6980844660374241,-1.4421694634011097,0 +0.679462830497023,0.4641067727097222,-0.3325857483437619,-2.041907526077198,-1.8256757890659567,-1.687533785415599,-0.051239391418931746,-0.58671471179669,0 +-0.17300930803130785,-0.2650235732074412,-1.020967175509299,-0.6113857227702869,0.7982049465337276,-0.4488174047710515,-1.1584377426176595,-0.4657952403155514,1 +-2.277329197781082,-0.4215090525335876,0.46135655069940107,1.169133474870226,2.6340097177739663,1.5565773885452348,-1.3597704049081833,1.0733863567138109,0 +1.7464767792098235,1.8140660466831864,1.8027038221391412,-2.3798638738624804,0.26140073690943355,1.706167825892756,-0.5713894323830164,0.3233182602049316,1 +0.25641393070555313,-1.550910607883492,-0.9289750732258745,0.29959041283507615,1.043366473881346,-1.2568294350855438,-1.2257622717648418,0.7940397639974398,1 +0.06969942630613207,0.7538024235431796,2.215347729070504,-0.08533571489038226,-0.04578184777874788,1.3394834438986987,0.4026618384732982,1.4028213527958673,1 +0.1556101766206332,0.10857920123080256,0.12855635184727657,-0.5220919982495716,-1.429702225830076,0.3104749567022162,2.3000982130411374,-0.6071892763964415,1 +-0.4306699487879079,1.1009989393027215,1.0935834327406682,-0.7855978185298045,0.22944646720219602,0.14656311929641175,-1.6335420175907622,0.6120116390910415,0 +0.2683716824549852,1.8974574579088586,-0.2792663865025333,1.0564233227629323,-1.8853944977213952,1.870591062399985,3.219427062046477,-2.9010309526385036,1 +1.140648599869316,0.09633435494710507,0.04631705388470576,-0.06354810916646525,-0.24904032729483294,-0.787095132383122,-0.8118742516332758,0.24571321189739065,0 +-0.1504385641357731,0.006270368269459703,2.233412599430117,-2.9025482849778625,-1.9991867760706403,-1.362451566103546,0.3864201778024374,2.2642158901413105,0 +0.38266189032648007,1.0751876970293412,0.14263824693852536,-1.712864061852345,-0.6005971904194597,-0.12355371110397562,-0.5084459082189257,-0.6162116407501472,1 +0.9552356304004179,-1.1700173700860372,0.4807887859998881,1.8756885061226367,1.2267319548233722,-0.41327927683856264,-1.1779741970289077,1.8272716778585691,1 +1.1366677067322646,1.2512893027292522,1.430317547313083,1.6014644435348717,-1.0921367310832968,0.8811756416463363,0.9732930103430439,0.06562158609647306,1 +-0.6439526066654052,1.8530830205395799,2.7548325975955845,0.5908477753780546,-5.526881419887346,-3.210755841309351,0.8125658217415233,1.2605514919379397,0 +0.14049830682690917,2.604614214014018,-0.9135386065568006,0.8252628372259813,1.4595630392352381,0.8334316016658954,-3.5173081270897537,-2.24070641916679,1 +0.19993781748774,-2.98833617165827,-3.4832941209562183,-1.3530453860471625,0.9239574763335183,-2.294520725988146,-0.1554287100349786,-0.7974632588631972,0 +-0.17675196400203008,1.5339372933057227,4.255132197606532,-1.273074290623103,-7.355442554421164,-4.467029819014856,1.6588015806919147,2.9221116497385227,0 +2.033191618271428,-0.7895525824460716,-2.099582848291862,-1.8519197537782854,-0.16545543414715863,-1.4411187328395307,-0.23155357668934734,-1.293484078780701,0 +-0.6769352800902293,0.24204150662208335,-0.7361776248908126,-0.1243168389419351,1.2635980721009301,0.3596227007262496,-1.372702694001439,-0.6087352533189561,0 +1.1100653839649708,0.8343586632060723,0.18608016251936405,-0.36177048731137273,-1.5655504228329968,-1.461344361781474,-0.6690131734928233,-0.22260342066048056,0 +-0.13246988921954062,0.10295420380980891,2.39692700971997,0.12557227824489817,-1.6650139013754206,-1.182534397647844,-0.001637433527014176,2.439902834528618,0 +-1.312966494086043,0.65191584469086,1.9489521844377107,0.18936538388241309,-0.07606957973223087,0.3876279723395515,-0.637491403645952,1.572590917871438,1 +0.4532408941861284,2.047525045645053,0.37389176272304403,-0.6633205095345822,-0.6927409748863499,1.0379767985302744,0.05742740526290169,-1.444712120221571,1 +1.3655267679777587,0.9334364332342442,0.8296035309764292,-0.8569759071723038,0.44394521594272784,0.5792898683739329,-1.1057540349239285,0.30931433293239313,1 +0.9003250200769972,-0.55523941328555,-0.41112819655482424,2.07732972212143,0.8768163792407839,-0.534012023771101,-1.2465001696882516,0.42941818580721647,1 +-0.7723883387576176,1.042600395898614,1.2039021274758475,-0.49901212199821754,-1.59971626425833,0.45401671169875124,1.4178190355298366,-0.07569226746437008,1 +0.38174914650012165,0.3913366589146041,-0.140831589921161,1.7103719401274242,2.6540951012021305,1.2737934860750904,-2.4692826669178674,0.0967183468056676,0 +0.5449579539642039,-2.9834720869133413,-1.0842112416378566,-0.1685052307027827,3.4368944531626022,0.08237385858941149,-1.2647835068683093,1.754209291037242,0 +0.39666673057353613,1.0877270067500964,-0.9862189418782729,-1.4906315853666463,0.30154427780982757,0.2754683487768458,-0.9524892846393798,-1.6844009332519487,0 +0.10980638254523366,0.645374132879961,0.9749754925437234,1.0134896738840138,-2.1259991552039352,-1.6681958041975031,-0.168162855707072,0.6190537560442747,0 +-0.46099676770514025,0.5016635518448762,-1.1426010597942642,0.18342752634757253,1.289509264675916,0.34353495447084437,-1.5943489958615662,-1.1798371545191118,0 +0.6473300040683142,-1.6189714092222132,-2.4000304410731497,0.47762508671888426,-0.41014700173838403,-1.7815317376563786,0.6443258998982875,-1.1090634299242585,0 +-0.13847039907421396,0.15706096967798056,-0.45697869289811544,-1.0778019942883195,0.7112805286399293,0.019654017226258813,-1.026739920155896,-0.32076330741661535,1 +-0.22075129960288845,-1.9282860874800685,-2.9924701817990105,1.0853357947293376,-0.49491577271776327,-3.0250570460631785,-0.38978538338680785,-1.0746715559750737,1 +0.9313561319054171,0.8285844593743414,0.1176015466393114,-0.3584894298390697,0.6669804695779258,1.4920652020387832,0.11136268992538034,-0.7249454747559264,1 +-0.8421412858048334,-0.091902938777768,-1.2272982332962037,1.2788328560330835,-1.3295791536952168,-1.2878127093378007,0.6309087895635752,-1.2414719325076988,1 +-0.5419254268182865,-0.9097866678730324,-0.17722771120074338,0.6425009746995068,0.9315951466937232,-0.7559274647946903,-1.3055365963125363,0.9995783918603021,0 +-1.0190638024555394,-0.6476997787864739,-1.8666873943361366,-1.420247177261042,-0.08899108078847463,-1.459889728304856,-0.5856099094029005,-1.0794081090066099,0 +-0.15785481594673667,2.8872394597146513,3.096788361633913,0.2956126157765431,-3.571168712769755,0.0040560664616885456,1.0971289554496786,0.4109704991979053,1 +0.00011348816562488637,-1.4985195572843337,-0.2808616114253753,1.4249609710638125,-1.1120217918751347,-2.1397457501280366,0.42905463767537166,1.0283861660652034,1 +-0.012466285256874474,-0.6731151572324154,-0.6574877100165109,0.9234375763059527,0.8408058174104248,-0.5847706499364415,-1.064909950057361,0.23340074061392113,1 +-1.1989434373830388,0.537163447798002,2.1082814016419427,1.732924422066415,-4.124170809780785,-3.012591730379669,0.6804878885308443,1.735609033740823,0 +-1.2988794567330084,0.9074744623491107,3.0064209700942865,-0.3969829684697939,0.6506912220005105,1.5431371165121817,-0.7124715208220259,2.3629835530887675,1 +1.87290442974464,-1.4050540708738146,-0.678265619665062,0.01526898780657882,1.8832221735849617,-0.6734108328051488,-1.8751550377133013,1.0565585950082435,1 +-0.657528048845192,-0.590244583077111,-1.469752076726537,-1.260700174394312,1.633974775230518,1.7719708741124793,1.0913638357255613,-1.4261427324208094,1 +0.13752544260796715,2.1905523186647216,2.3487776947767824,0.3914871472615012,-2.879214810837763,-1.588256369179231,-1.048049837878783,0.9418336312074969,0 +-1.2167715824622705,-1.6080716058828757,0.20630226569451623,-0.31076749010425336,-0.2332762986511842,-1.8562296531374014,-0.468395665124006,1.8370406773449799,1 +0.5958460910940816,1.188303884510439,-0.7316954436026001,-0.5396828219526805,1.1401750753091235,-0.045698629497695764,-2.7591413169548717,-0.9972848170042082,0 +1.581020488157053,0.9396671219552704,1.4557831310535436,-0.6508401263389033,-0.9475369952333079,-0.35678237555715936,-0.5557353070067375,0.8633471073088355,0 +0.6773676845024929,-0.2127684701539274,-0.15373248020505273,-0.9843476144070357,-0.06367727613401024,-0.36717493046829536,-0.12531812754357774,0.08556534133265203,1 +-0.9905256435470612,0.4165691717520333,0.1620982317792252,0.5180554681508386,0.8796471466673373,0.3310568682076407,-1.3093278586030261,0.14170746695037928,0 +2.188387098570919,1.0458545933727184,0.8939107516669262,0.8577488161385602,0.3213688820726692,0.9534535626873069,-0.571433249640674,0.10644711160235387,1 +0.7726913654363201,2.318513249418582,1.103524605266495,1.0135484587375347,-1.550324233201551,1.1801218473265627,0.9687625705595513,-1.189632891625092,1 +1.2167510200606746,0.27962985091859316,-0.12051541728967703,0.46521403912688997,3.7300537846540998,3.2342202276922114,-1.2745981094777263,-0.2618520953795796,1 +-0.07712387423841117,-0.1179195967572102,-2.0960637559703836,-1.9295880369927572,1.5535762028693838,-0.40172516769371197,-2.023125076039319,-1.4522218822116761,0 +1.1221178588793272,-0.6468667489175659,0.1971205263500103,0.9374742170248554,-0.044898452593538106,0.2532860706225941,1.0429565251621025,0.44511098070745025,1 +0.11154991416784915,-0.7671405017956178,-1.486800770189852,0.393785104322338,2.5870201729571285,0.3600787678734385,-1.9563078501022655,-0.36120693730282416,1 +-0.670605660040059,0.3799758145741476,0.1946191678262677,-0.1612000490593117,3.5269213566509237,3.9427768794187488,-0.2383032851591379,-0.36108956988144697,1 +0.08172350300995117,-0.9057575777626227,0.33714407432187343,-0.5987435908294351,-0.3885491753498137,-1.0813281084341897,-0.008147686341304805,1.1928159967104572,1 +-0.8241957145965307,0.9609196716829597,1.4946974069393202,1.2107522763219698,-1.6932097975083131,0.7733184042026743,1.9817082903480285,0.11175584001585004,1 +-0.2971533481736895,1.647952870033245,1.3845650718332454,3.1886786451696985,-1.317039687922864,0.060199395328698335,-0.2156682557893913,0.06871130704826067,1 +1.265651127477931,2.2894763217718603,3.431377317677417,-0.9139286868886236,-4.183208368875795,-2.087229923672669,-0.27088611682153285,1.7864030501854662,0 +-0.4925476328733574,0.7498984457592193,0.590057287479162,1.3958176222778629,0.4373436423877441,0.5396030430754677,-0.8824967505892668,0.1635621994017371,1 +0.008877428087223704,-0.2394000127933072,0.2058863488714933,0.6247964430267338,0.246360882689582,-0.17818979816428615,-0.3901987983930303,0.5306731735152675,1 +-0.4358063022838902,-0.03627588522105929,-1.9029199650123185,-0.7342737718053786,0.6777286425778417,1.0250136711156577,0.9863307342072407,-2.2485523406102854,1 +1.0122543424798793,1.1730508345436281,1.010484142363899,-0.386001540322452,-1.3061173826008043,-0.9573983195157122,-0.9690822548343891,0.37159651765954055,0 +1.7725080714568782,-1.5260478799810162,-2.592059486834722,0.3801768565137899,0.35709703521130876,-1.168948599896863,0.3217575832513153,-1.342399872877731,0 +-0.12647487496748375,-2.549247528437423,-1.392244113804783,0.7588498626622415,0.7541279151466023,-2.242621475425177,-0.918310576734514,1.158970548434061,1 +0.9532943299440031,2.5997509384771984,3.4940094988120483,-1.3592953801283205,1.7487995863252084,3.455528818652133,-1.693342794077611,1.5477396079258554,1 +-0.5230049527895864,-1.4997863190968563,-0.038022912916543514,0.48329472220492203,-0.6953643276672753,-1.9588800783868592,0.007415191039628399,1.3764322511771492,1 +-1.747201008321796,-4.443351998537226,-2.1453526296319043,0.14669003527326363,0.4843132221752241,-2.2775414913651373,1.6792925530933498,1.2934793890642724,0 +-1.0312306210594686,3.7821931761773664,2.108445280409248,0.5846754503583105,-4.435728456839205,0.8467743661765972,2.7737315574959247,-1.8675703265574797,1 +1.0324664913712218,0.17573544026636245,0.2830728361940117,0.18603377052191736,0.31121014872535585,-0.37776971127298975,-1.2188782390763142,0.49795847485711764,0 +-2.665612928405054,-1.8735440286302325,-1.690962838472506,-0.6675352244076972,1.311252592104678,-1.0137860491538535,-0.7168425570735273,0.13590965423349877,0 +-0.08723707980032022,1.0865687350674533,1.318257227332512,-1.194341863763237,-4.9901453713008435,-3.835769251006915,0.45243834312136744,0.5935480333090231,0 +0.6991202833242425,1.3510166940542698,1.6206772617930123,0.7060604992383446,-3.097797252029809,-0.5303866750597367,1.7897288032548484,0.062188110884486836,1 +-0.5333848668034682,-0.3083570645990412,-0.032246944360674545,1.2599310931018357,-0.5468019448052109,0.6674642992296476,2.012447805538611,-0.36796816682106126,1 +1.0814056161476626,-1.2086301447948098,-1.514738717825776,-0.5380582912247268,0.8141104089851248,-0.6478418444252498,-0.2870676647430728,-0.3909988130868462,0 +0.43750713027882354,-1.648352552402637,-1.9832049185352538,-0.4486806794921151,0.7901472870404108,-1.5935063774658453,-0.90556347526428,-0.2557620641307774,1 +1.8172048463446209,-0.08576401915294518,-1.3017294177839185,-2.0630751633546667,1.1182891093116336,0.13908081559668584,-0.9435252115249492,-1.0057530190456239,0 +-1.7974018354318682,-0.526333946648807,-0.2263299323521472,-1.1666277120730084,1.0347792930405895,-0.4667075934575782,-1.4663799237126764,0.6471201713077288,1 +-0.9660202025840862,0.9844118687447057,-1.623754943069712,0.15535373127372953,0.9633168054238371,0.22245824992915786,-1.6728249198885088,-2.0460349507759767,0 +2.4094324380369287,-1.1774851825773642,-2.3799463427676586,0.07854342858996882,-0.28545488912179723,-1.758259071129967,0.015541893430900622,-1.2932363915919276,1 +-1.150958001690188,-0.050381411645560314,-0.0014773807797715884,0.17465754723945437,1.4473432051288289,0.5113168492693747,-1.3282569046395118,0.3612075675832241,0 +0.9778102503770422,0.0018659654547444893,0.19201989127058916,-0.5320352420107892,-0.4413969870316913,0.3415723790033086,1.0282810869928307,-0.11084840103392701,1 +-1.3555206346036832,1.9617441139146716,1.6226454797412468,1.2207806171984767,-2.463316889186782,-0.3583986834753292,0.45462727384967905,-0.1036577226928318,1 +-0.2422624923465479,-0.48590974861574154,-1.3007891328697505,-0.1449040727624213,-0.6238714076417586,-1.3804150658862944,-0.05350441101499259,-0.7910677908981498,1 +-0.08533271507716944,-1.5026407145350942,-1.93862240147356,0.22422655476294864,1.5109299351171708,-0.6070025977204497,-0.7879414353425652,-0.44101709759010654,0 +-0.2779072777894482,0.5863477977250027,-1.0443002336620177,-1.714679875170468,0.8024643718978826,-0.005795834122393262,-1.4850104122598593,-1.1542681281339344,0 +0.24909086392028337,2.5914462878032563,-0.28938362891294755,-0.6559585942636638,2.4527486594703554,1.3937469601294896,-4.352103457649621,-1.4124366372533688,0 +0.33125312100818893,1.0925648933159313,3.5379719454399723,-0.2944306832588431,-0.484582445319178,0.34461920826972015,-1.043840650500363,2.9283653701764143,0 +-0.046160334717057855,0.27626753442728613,-1.141292513881982,-0.005701154946924434,-1.6513642468211336,-2.483045264778034,-0.9262183892244227,-0.9521123326978349,0 +0.5514767785428988,0.004014352718855196,1.979080042177767,0.5983682137363568,-0.5043788174674371,-0.297781108287027,-0.2506139489138675,2.098373383637197,0 +0.44532484319996957,-0.11782815504584698,-0.7252714348438333,-0.32058587198314875,-1.3154055719801778,-0.6625185156018005,1.3285461389760602,-0.9461210632427437,1 +0.06307184681889433,-1.5315707647523422,-0.3330798229757364,0.17438719777216075,-1.1231265109978927,-2.2235042200738055,0.38381399086037327,1.021903942252101,1 +1.6090326533197483,0.7739814057434877,1.0185721494869768,-0.3236906147391572,0.6313809360633034,0.7635736759483387,-1.009684195042916,0.5959071369567356,1 +-0.38982090801158814,1.525251000546881,2.9289441312320874,-0.18576625379093434,0.5232855180491401,1.6235917898065264,-1.067363474260472,1.8522720319697326,1 +-0.5735339043907519,-1.4983868636813176,-0.327860014359097,-0.8444214162726813,0.16076331466487292,-1.526873119916194,-0.5560555267681558,1.2000389619821359,1 +0.45147804532032854,1.3732837104522262,1.4050344828666002,0.6345366436694049,-1.6600537956990835,-0.8279553958462298,-0.6207184170687761,0.49922250254618183,0 +-0.12799309724483515,3.4383252618212303,3.881915267939955,-1.2310835351023313,-2.3117435687650407,0.9734381777356522,-0.22664500401154652,1.027124497329418,1 +-0.09183792004078507,-0.9537962373986728,-1.37639831934917,-1.245432258381638,0.6923331922306577,-0.6673804020609274,-0.4539675691974383,-0.41901954130768837,0 +0.20788919064514585,1.3880237328960507,0.7633497148354265,-0.28121295678284197,1.2812512420018107,1.7417680839171052,-1.2209098112838341,-0.19999110896237926,1 +-0.25868925892869793,0.7575103327017232,-0.694121905064323,0.05606674083421182,0.9215147178939891,2.46662506860491,1.3581841180887522,-1.9018480194807745,1 +1.156727009990514,-1.6676535220936823,-0.543931459289069,-0.26561839524354897,2.6656741849316843,0.6318754527079689,-1.0056865767018552,1.0795407472514826,0 +-1.8774461000017262,-0.27558731589141816,-2.3938681754214572,-0.22559625962792978,1.715367870643944,-0.28587021146688085,-1.8438009763289558,-1.6790699592065688,0 +-1.4909716825427326,-1.2677999496593304,-1.9166987719859623,-1.7942564573006754,2.1331402376598096,0.262685962474559,-0.7751217276633572,-0.6872705931630183,0 +-1.6218177661457591,0.6034503691779626,-0.4996533419325653,0.9648387758054003,0.25555391145872375,-0.32205861707607486,-1.301513544664169,-0.6406408840508182,0 +-0.5915226842797788,-1.9820609825754993,-1.6553892732658144,-0.2430432437432859,-1.8282611767275345,-3.099977102254086,1.0865179356654366,-0.06419386077874001,0 +-0.7057697026164005,3.0171483315737966,1.5872252881000317,-0.772210433058498,-2.811272766650952,1.3558838716194983,2.1099355190334004,-1.6104569653878553,1 +1.8834963351648224,0.6798461825783662,0.6266036680998915,-1.0368246510332761,1.1481590230057221,0.7976807487755602,-1.4873849479571035,0.40373545488794166,1 +-1.6742657777585197,-2.1259704776361863,-1.978680411807476,1.2313052099542452,0.5533150089310857,-1.211963001583117,0.4551605584345626,-0.24513703506769563,0 +0.4710259901751571,0.9906008079065445,3.300248149906581,-0.11216566092164613,-1.8114312008477582,-0.7732040179209603,-0.4635675260886348,2.7016513832653697,0 +-2.455815355011651,-1.1235356961786969,-1.9404245676004497,-1.0075695700963614,0.9668995752209772,-0.4408649128056418,-0.1984102979824378,-0.9353147184939798,0 +-0.45561522697932183,-1.5524147424050185,-2.802417538428974,0.5259632196490784,0.021633441828297257,-2.262284769222883,-0.5692483746264975,-1.2089782461771175,1 +0.42283263114001435,1.219990191600762,-0.7290136516376076,1.049351841454879,-0.5076233721275848,-0.8694401265073741,-1.5418339807540282,-1.2874991242445313,0 +0.013239786692855224,2.0577554954066075,2.0898696455521146,0.7503929084442604,-0.24196171071234213,1.958952827876258,0.13871376671985725,0.1977846609802293,1 +-2.6841244501717063,0.18875443034968076,-0.5728531936681814,0.3366382070790672,2.4029797137112308,0.5522704743904632,-2.7308847954544966,-0.045068000556717,0 +0.731228099669448,0.934202151703874,0.33844860345369343,-1.1753914239317849,0.015296053632508608,1.4841710385694702,0.8533115521900494,-0.7898685835163839,1 +-0.16224936170317633,-0.3672831009230908,-0.16128473534007443,-1.9746307350682084,-0.43118952105135055,-0.7589450547729859,0.04524470184872742,0.19230580055930913,1 +-0.946244927520769,0.9383238064494478,2.2639990264941456,-1.4567692011789035,-2.3457706502224873,-1.7647328539448746,-0.6697244933045714,1.8245997711449709,0 +0.6194204332277847,-0.827548984874209,-0.7621445698121138,0.6436297135445772,1.9449819627238962,1.5291967262560946,0.3763338020982378,-0.2945578933313738,1 +0.0813920968331803,-1.3475966002488355,-0.932596797160476,0.38335591104881256,-0.5622176553779568,-1.737572586535843,0.20559308203272975,0.2682319655711328,0 +0.3237796599800597,0.875334534514775,-0.11168499487074367,-1.2344757469236647,-0.088112367927815,1.2527275490814187,0.8849444666839985,-1.1883743652245529,1 +0.0032981204625746018,-0.1315583317568949,-0.6206565761020195,1.3068587663042208,-0.018262895293540665,-0.4979337616686549,-0.3179644808523089,-0.3953664713576692,1 +-2.9091895580433436,-1.5141855249053027,-1.1999288608542373,-0.6609009495620751,0.054633514838521365,-1.3907411346932097,0.0446139389822503,0.1542420187026431,0 +0.16846888908897076,-2.188425531358626,-1.5261979405869157,-0.08551265649250099,-1.5568972903250713,-3.2856214349704347,0.6371093648925652,0.37722907613542395,1 +1.1096028913466762,-0.3817016210826636,-2.137837346071964,0.09703056864058866,1.029422147926432,-0.8795219856444304,-1.616142654136161,-1.3453269861716726,0 +-0.7142929344030077,1.438996190725287,2.5353829612257672,0.9526355524423231,-2.5409177442469115,-1.338781895973356,-0.4410084246426159,1.5829198046109143,0 +-1.4713274705390567,-0.3906251767723222,0.15213472430881247,0.8724484387623931,-1.1220411551449045,-1.3330813483864203,0.200176263945676,0.5326298335832289,1 +-1.6534482151536591,0.5224421502528096,-1.321045684032865,-1.8792793986243541,0.3626096041966498,-0.009872658712801186,-0.7143984258024946,-1.5896936502036931,0 +0.1488541215433135,0.3082242161515511,1.6530121288150328,-0.22955739359792257,-0.5700686919224417,-0.5890355949474212,-0.7798197126568821,1.6755794165160358,0 +1.4143264111366474,-2.439330615915016,-1.947527531260314,-0.9864650429256003,4.651436441947257,-0.2273966522356185,-3.74976287599158,1.1133641991198426,1 +-0.4431938448716337,-0.3262063809611786,1.2497697188932158,-0.7616028689585702,1.193844152945358,0.6035114703245892,-0.9056415844592539,1.7442881069367233,0 +0.6397647281476286,-1.3123289205193704,0.15021426894653697,2.6584738541137556,2.9816747725293857,0.3904407472883906,-2.3613369540451137,1.8700797495737913,0 +0.3667543866400001,0.02770851109509409,0.42441292468119246,-0.3563974773716302,-1.8904824983838933,-1.0126597976629717,1.1946586123917253,0.1623208493030921,1 +-0.46189002380640987,-2.1906615853030607,-0.8365531778669716,1.2931057745949774,-0.5849362242564708,-2.8377229919105122,-0.34797855641696485,1.312098544225936,1 +-0.1341928805304488,1.2484445338821106,0.5702323840179926,-1.1673886471168713,-0.7304032422189185,0.4603365290129071,0.14596433957235244,-0.5498744365357447,1 +1.3346563773009685,-0.3477093620495699,-0.08960376988868209,-0.4945385846433369,-1.205954013488369,-1.2643254578677499,0.4348098795448416,0.1819729911394493,0 +0.13929374892030733,0.745869862256433,0.26827214070093475,0.20777831620208898,-1.0317908688033672,-0.16564631795473217,0.36971418238119536,-0.44473500722773074,1 +1.3832184276556656,2.479804895840541,0.7285389411915809,1.4609663292952033,-1.614560192386723,0.9020829426746948,0.6233065826639062,-1.5921432677144605,1 +0.47399354228630636,0.45053279074173624,1.026594648910863,-0.20094749693447522,-1.6937369594804768,-1.5758188927363812,-0.466395788021067,0.9096923102159165,0 +0.29566089575929627,0.22199779605666747,-0.19359144190957228,-1.8359680655687323,1.8034848718388343,0.4128770703916045,-2.2062922261297784,0.18101344352929327,0 +-1.4899904250921647,-0.083348418417447,0.13676230539847664,-1.4252057375429728,-0.1327664667558044,-0.7646070620074074,-0.7799810875725807,0.4790450483239018,0 +0.15216935820731553,0.8096899445162555,-1.6877575125476303,-2.0209620417448018,0.3745110640698244,-0.06127939890637024,-1.0043775113636824,-2.122579745386159,0 +0.7214496518059094,2.283115069949333,3.4073501362283736,0.9123569039751558,-4.674244651188909,-2.449748734349144,-0.0401011373533785,1.7327219923114183,0 +0.7190214264300798,-2.7217964218130435,-2.9893612443494795,0.8586799668739579,0.14938135258202734,-1.8863960018530312,1.064821391985424,-0.8821188978870455,0 +0.5178340954827216,1.6963747848466624,2.1426790151893864,-0.37261999636749393,0.9963330430872395,1.4879782430377773,-1.8818579422634356,1.1394959026654343,0 +0.16487505426416987,-0.014470219363905246,-2.4984589735792944,0.6674453346118535,1.2484875449073445,0.12765250406414952,-0.8775443053504207,-2.2990543127079497,0 +0.15641026709659767,0.8986603912794946,-0.7446588997855095,0.3503374677067768,-0.7369039807437977,1.4427612721045269,2.220911648727169,-2.22732483867687,1 +-1.031412981252452,-2.651717040921786,-1.937831497679053,-0.8853725739305192,-0.516315858889549,-2.215757820005032,1.1975413879568504,0.11659162216357655,0 +0.954832248859304,0.33376768794924205,-0.9214328991612908,-0.10331311018823203,-1.3835727478597675,-0.15174751660515196,1.6765163946834813,-1.6602315919447626,1 +-0.17079130070052387,0.531123494825956,-1.21356050092342,-0.7430721315998283,-0.09578520230438713,0.026576347445625315,-0.05196683070556307,-1.6698201508081503,1 +-0.4367628813447263,-0.9324447117192428,-1.1344841429474763,-0.8101206071581483,-1.022932217066301,-2.0787874581588106,0.018041194473580435,-0.21068653207927224,0 +0.8615531993129063,1.0393378867651795,-1.0033266663921545,1.465568964364575,-1.797463359387471,-1.286742313563761,0.015529708409365517,-1.803007007003287,0 +0.07611886326477875,-3.3420347499542515,-1.909269388538172,2.598684812309175,-0.26516199303110266,-3.8142190005559042,-0.5569116741267756,1.3259796515336444,1 +1.6974439693851149,0.9582485158303088,2.166583472179609,0.1263922045322378,-2.5334595489559053,-1.7059943363563232,-0.3170587428797471,1.6088569844420715,0 +-1.914062854674805,0.3277661654019529,-1.2392621286794603,0.4619221007510167,1.081301466665347,-0.02364661300607873,-1.571776140990048,-1.1091222826829008,0 +0.00537222423168755,0.7493124208211213,-0.317532271402932,-1.8078806617091416,-1.736115387376082,0.1870287730506468,2.009776298435487,-1.5137043094558185,1 +0.5539318379862003,-0.7427950186118408,-1.530065114598825,1.0356347273425839,0.46125198732971867,-1.0966559801641333,-0.880325649741144,-0.6051299689974359,0 +2.1641499279765113,-2.4031530153678404,-0.8811411894166988,-0.09435863162852727,0.6184320087734285,-1.933048131148869,-0.616145986657515,1.4494512648064912,1 +2.4953501104298255,-1.6395330688414194,-0.7083586767073086,-0.2210389130609873,0.32247008055934234,-1.5874366450453956,-0.6060136202055928,0.950765122317689,1 +0.6105653367645317,1.1246409425310626,1.401411327106546,-0.6179712869425225,-1.5425882108244053,0.8660523898702389,1.74073805927125,-0.06325010193237623,1 +1.3469022177547478,1.6047608761458603,0.8272736812034759,1.291970859267428,0.3318865693986678,1.3915996125157026,-0.5855720354892402,-0.46314589914057724,1 +-0.6577407320270912,1.91210021701794,-0.057310332629482645,-0.7598631590060025,-0.2784738326115022,-0.7822460253594127,-2.691934913685917,-0.8850590222858425,0 +-0.5953697281812282,-0.7113144228709585,-2.0469865444423947,0.2955296525239858,2.0274297046927274,0.1664848492097989,-1.3153555193773412,-1.1361835725185279,0 +0.6005513386585011,-1.043943507756942,-1.647610881229274,0.5821801468304442,0.6145854964922222,-0.7066467832954524,-0.2202574937060362,-0.6786968869034571,0 +1.6647802963727534,-2.1324837816261333,-1.3387042432301512,2.0615525855800576,-2.3331423134573717,-3.574853796339485,1.2446325793422464,0.3783185674896657,1 +0.6249109555441122,-0.8305986921253681,-0.6472313370428,-0.21151128382765946,1.7824737450070494,0.4766590643452917,-0.8256425381664503,0.2307111622627781,0 +0.5603574270299474,-1.435281274058596,-2.8594327386935823,-0.19367572561289548,3.677358357590134,1.4912683449005188,-0.8879796152072632,-1.5674850871882957,0 +0.8665985334174727,0.2787866662298841,-0.419446197911506,0.5946639917185439,-0.13591084000738804,1.1373761487823821,1.5310778624446986,-1.1631900645334359,1 +0.6275868829327892,2.4741616117350067,0.842256383202374,-0.699544288000688,0.7993245793895492,2.555375826846517,-0.6419734636297243,-1.2562827570696333,1 +0.08487600886744692,-1.8299895234821781,-3.1463306139838663,-0.1937470192682781,0.16291736574553084,-2.3340840535452694,-0.4684299969464847,-1.3457662676024886,1 +-0.6574169476631656,0.7320494651304904,-0.4097402323565102,-0.7100523799773703,-1.1365940268014512,0.1965476141699879,1.212167157872281,-1.377756908366179,1 +-0.9257483811453623,0.7571100349710697,1.011409258466691,0.6085793246733855,-0.14961381107698374,-0.14124969055614944,-1.0821362234534697,0.6918727655628562,0 +-0.06559533504887144,-0.6433155654288056,-1.633619454941816,-1.6350527895577718,-0.47213450000360985,-0.5217727405162926,1.1408500849715733,-1.3853154624325312,1 +1.3313834167214962,-0.9002257843347214,-1.4338596592398034,1.7346846097677844,0.9026723703759018,-0.5286930082019838,-0.6103389039933589,-0.4909905467393788,0 +-0.934949850059409,-1.5274985963751706,-0.7603109687554119,-2.168751059489372,2.5714463241449295,-0.22989251993822235,-2.1098422526991856,1.1060941581392243,1 +0.1073334580175202,1.473381472445307,0.5709027482949967,-0.9678474907684053,-0.05540791546495396,1.3110953084572425,0.07500381130158307,-0.7852408453243265,1 +1.8261915885060427,0.8863697462041948,1.0929438438463273,-0.7989918866504466,-0.1715198684349099,-0.11045599112191518,-1.1726362742272065,0.6876670646393805,0 +-0.11218846656868206,1.323890927081979,2.577610786658543,0.6450644886153551,-1.7535158594586708,0.39644024073745476,0.862339982008588,1.2373579837990494,1 +2.188537858715405,0.4347862145358208,-1.0824612401237306,-0.8458873876825136,0.8600199288099313,-0.06026678262888363,-1.465373909933105,-1.0661602582670255,0 +-1.1094249637009679,0.16946957819773445,-0.7299177817896719,-0.7759134532325451,2.507567038848188,1.1404124914004738,-2.0295822823687724,-0.42323107906551805,0 +1.2331810579657028,0.798030651467626,1.3803156476709428,0.1520761324619999,-4.237958967245669,-3.1474764856607065,0.590746436310531,0.8101302455391393,0 +-2.0869803168558922,-1.011624299930598,-2.065956369144134,1.905440246277955,-0.6114476328941385,-1.352980031695411,0.7522283104346006,-1.344657808295301,0 +-0.2835721620701318,-1.5243924381740732,-0.09456952813847541,2.445834201446803,-0.045863206004852664,-1.5793757463830342,-0.37026304954247835,1.4128326571732281,1 +-0.060607009929463836,-0.9164794563750914,-0.20544867208597828,0.08503524750810394,3.7598003987512243,1.0107846994480472,-2.968762739950442,1.291056733569604,1 +-0.17593868528721585,0.22178908774227285,0.37232924312880245,0.6583549779356408,0.8615096932269853,0.2531870826863334,-1.2376703697681815,0.5064550527122227,0 +0.3536601392560484,0.13960051737309087,0.8056959550990832,0.4142653734000575,-0.8431798055836704,-0.7668344934646903,-0.20197875417163275,0.8142770321146354,0 +-0.16080616495121142,-1.6282828593435092,-1.4280439658156527,-0.8864819191210463,2.1089742653255033,-0.5076048717795877,-1.5198702633282521,0.3743597471139748,0 +1.5456904968257243,0.48001002527547,-0.4954712631579185,-0.9416583270019004,0.43999945183212147,-0.3036538791117364,-1.4082069945313807,-0.5046677756131785,0 +0.15860623895242162,1.0539225507628536,1.0288262969864161,-0.22795827039366817,-1.4363635636529113,0.7764327271606392,1.6529519202525904,-0.3515087633410904,1 +-0.5399112731085679,-0.15109617765566263,-1.8212225947361584,-0.6919358414762622,-0.9202113183155263,-1.3295514081453477,0.22563356628079723,-1.6821627123325782,0 +-0.17320386083825104,-1.9990607315549909,-1.9041063111908494,0.49259451782146024,1.3962055494766639,-0.9285202887094657,-0.5276915590447405,-0.032377108772288055,0 +-0.9278616619164332,-1.2874822676715867,-0.9034822553056309,-1.9740263770949171,-0.6799923448706506,-2.067761947769589,-0.1400434870558781,0.36587588052117914,1 +-0.5997016616515648,2.608395868056528,2.7804351918734933,0.5969889197234105,-1.5055070315343069,1.2507118926352905,0.20447276202347864,0.4709361828178286,1 +-0.4332331828872268,0.4408574810794018,0.855097138891784,0.4331176090256281,1.439989296402582,1.0346609869495818,-1.3955516498957026,0.794778991739816,0 +-0.747066439213899,1.7087167859352073,0.9235845641676617,-1.688877991995857,-1.164586554965853,0.6378797118834986,0.40438105574416594,-0.6631187216357469,1 +-0.6570107598898672,-1.3236958340218652,-0.5852038077600824,-0.3476765295600877,0.5918653021066228,-1.0217323932554918,-0.6117512862319459,0.7672986727226887,1 +-0.6760316512955292,1.133933746830686,2.1915754084680388,-0.1987380696501828,-2.98056031446718,-2.0480602523104503,-0.33210129350661377,1.5161575611240212,0 +-1.7591531321901375,2.2152738343602776,1.2517325971596773,-1.5757300835836923,-0.7834567319384662,1.7886343048290905,0.7550931672409447,-0.9406782615535532,1 +0.518997709605782,1.5281472705760146,5.013461590435247,-0.3740950540264642,-5.446553097297571,-2.765828136852729,0.9929059069144599,3.747304661918598,0 +0.808992526537626,1.0351907559692648,2.2125522654125738,-1.5184524275375277,0.4310664609682849,0.6935314281382381,-1.4421196107943137,1.710947265337042,0 +-1.035186007672219,-1.9603205260234644,-1.3111430026422968,-0.29413880819201194,1.5219867312911497,0.4122627603095038,0.8693106110427917,0.056673364423910466,1 +0.08916387395318962,-1.3307500173523341,-0.7397779068122226,-1.1385882271992611,0.7408342760165266,-0.8108705335638994,-0.4909842305953696,0.5673353805848197,0 +-0.7112450043647544,2.068196898290518,2.679479020600689,-0.3354183694050768,-1.8343926826142216,1.6936874201343635,1.8762992204967741,0.33835279745165736,1 +-1.1904334514011994,-1.0281492105090628,-2.449003751539394,-0.08270281144423165,-1.6851249275449514,-1.1082289926931674,2.738595619632177,-2.276138630340805,1 +-0.5263759652610323,0.3030282100365597,0.7941121669229084,-0.04893815585371285,-3.2012167584080866,-1.6566828472695436,1.8025544009284107,0.19036849754427532,1 +0.5241340981623622,-1.11923418166699,-0.6295125114033235,-0.7576168130545873,2.0561606952607407,0.2828820910113261,-1.1684531848871391,0.600133137637552,1 +1.112864934179141,0.24381936741978727,-0.8924607072444132,-0.5575618844945075,-0.009873364043657235,-0.8930810084119092,-1.183813702113524,-0.7240847499535193,0 +0.5822959227622675,1.9831206436326727,4.45425551702478,1.36794076802861,-1.516237176020725,0.28356549068104187,-0.8770459560367004,3.066798733411919,0 +-0.5469948636118851,1.9584446941434905,-0.5974432491732564,0.028649120922882475,-0.5900708922370184,-0.28497090086914084,-1.478725789691232,-1.839458637002741,0 +-0.07074437441080038,0.7550174337614173,0.6101974361070661,-0.019218433276164414,-1.1635327051397726,-0.02822276799874901,0.6328956724346202,-0.18674446729071337,1 +1.6985537763306253,1.8851858006991338,4.293602877028985,-0.6004105892526568,-4.448068310220735,-2.130652949177872,0.2373598419730989,2.8699095338359824,0 +-0.8327527070620863,1.5845607021530674,2.06166560340276,-0.47936827380577446,-4.725973997031857,-2.8934177803189494,0.5819246069264059,0.8210430819784994,0 +0.31453652581777397,-1.2972588926309996,-0.32538682453771556,-0.7885530954773143,0.3915296717548864,-1.273050751194012,-0.7643431383454404,1.0695493976803474,0 +0.9684342520158788,-0.4283856609283072,-0.7746462854871885,-0.3567436954282572,2.415206592917395,0.516381558986851,-2.072634733834745,0.09582185898849405,0 +-0.01845582154143415,-2.737629620573289,-2.8565480786626765,-1.5300089075589536,0.7049555968015478,-2.802018250679194,-0.9704525741261577,-0.11290999803992918,1 +3.1399469049536157,-0.6908717133475779,-0.9670420180808381,-0.2527381927727036,1.9117224644079716,1.4909094575033282,0.2841858258429045,-0.5903549658468533,1 +-1.0420761106504597,-2.712107039482631,-2.3782571670626793,0.5754494055656506,-0.3141911153866033,-3.3771716717334828,-0.4485303013549164,0.2544666692252131,1 +2.0653992929261022,0.5308094394175449,-1.8940999134852876,-0.13740098912571747,-0.2253938612829155,0.143785143023895,0.48522149387609803,-2.515439999667115,1 +0.023731287830422696,-0.06400140175009872,-0.18648490380729538,1.1205415185227372,1.290855941481872,0.15583738915166634,-1.5113423408347848,0.2615056688814235,1 +0.06477764397281992,0.9802536960637624,1.5015201261698674,-1.1473249776738936,-1.7933508479510103,-1.1519355089148453,-0.4665668460317377,0.9123973866202467,0 +-0.1207914843713156,2.1133011087283298,2.684795720038946,0.4015131895939045,-4.48140204483539,-2.716000814388015,-0.2796694522437373,1.2271437409446224,0 +0.4740217503471279,1.7643740500067653,2.80750700527901,1.3980236388368086,0.6606506445098025,2.085740234379398,-0.8698399517053169,1.4380015143197324,1 +1.480904901671165,0.24278422401135258,0.8559878351665092,-1.6286663913164299,-2.357889533389545,-0.9118710216631729,1.6400542886680165,0.290978437168261,1 +-0.5145405081703104,-0.24906719054966192,-1.1291394228222895,0.010783324745670078,0.4347839496400662,-0.756277574284403,-1.03617953953986,-0.5986952360049603,0 +0.8648697720132177,-1.9347667652623077,-0.9090035712592394,0.5238627352803172,0.8596503360758596,-1.073959806170632,-0.3114244545413574,0.8771705830227525,0 +-0.4577439490155073,0.7239201809002652,0.34985764212088033,-0.5219366508001101,0.37138174897692544,0.1310804919012578,-1.2363204296994192,0.06847529342996472,0 +-0.6864085153874674,0.391998790307059,1.241209409074236,0.03372801917419854,-2.1542342747376626,-0.793613004574554,1.2356057760964227,0.6567534078368024,1 +-1.6906059044860335,1.7728895665772664,0.6632954047273854,0.5534110478452855,-1.4746580671175729,0.528865597685376,0.70696171800779,-1.0553321588587112,1 +0.8911290666711282,0.4526830644270954,-1.6768190883099512,0.3392051771262747,-0.3811397233599068,0.9175852021329893,1.7615414698585798,-2.633305674551596,1 +-0.7668418143728054,-1.0235154565282023,-0.6421476981613815,0.4118070499693256,1.5569022734054154,0.7953143019889313,0.12790832629817117,0.11640638470418119,1 +0.3003217142436409,-1.4391344070032415,-2.7163787128257963,-3.205284572831442,-0.6673037156461732,-2.028069784632857,0.5793094056795314,-1.5459419419799252,0 +0.0770502718008569,0.7009363403626112,0.49783135988469523,-0.7424574026608795,0.8094419789749423,1.2803737958127686,-0.34590373720337375,-0.0907867707906409,1 +0.4383420545809743,-0.20435588667542393,0.6238426672610942,-1.5602059232906722,1.078475205449108,1.724135551705816,0.8023681220602505,0.45725111240270455,1 +-0.6344596131563811,1.2339227990942545,2.179546290918398,-1.5760149567195925,-3.546876824206553,-2.1618384637385213,0.2197777367208945,1.278886774209825,0 +1.421414725513477,1.865600197046813,0.13611834650931356,0.41404052275404846,-0.5075436912690329,-0.7960428828782762,-2.388926765564297,-0.7301426858972223,0 +-1.2336127334871163,0.21261166029600553,-1.2217127581064169,0.7104836804436924,-1.381310085805708,-0.2748369519021757,1.726037450558998,-1.8669926336771043,1 +-1.2245541060315481,-1.801613145696201,-0.8355622898271512,-1.4493355138527648,0.959960756460248,-1.3490122009062002,-0.986190191065502,1.0429823900465156,1 +1.4604368177296176,0.29567049072626006,2.906659898345088,0.03880441712472962,0.8970639694717739,0.7000984778039372,-1.500148076435401,3.056152168938997,1 +-1.0806798635588954,0.015906713313002863,-1.6177122681848795,-0.531713407274208,0.2107382652547903,-1.2657859693791003,-1.541580944194801,-1.1431854887988258,0 +-0.005110567335086542,-0.07650326540197161,-3.203386839505016,0.26483536648140604,5.240234723941959,2.4939549353794925,-3.1469476152059386,-2.5304730783391145,0 +-0.891402104321405,-1.1115211958159528,-1.3313995383761608,1.3784940610524992,3.2623730058209066,0.26002274228244027,-2.7266485578624,0.3036963963167907,0 +-0.026898340639842016,-1.588768236940905,-2.279831805321233,1.0521826290905063,0.46333274063172564,-1.208299989261005,0.09560289111218412,-0.9079329927980399,0 +-0.3376474647737226,-0.22828983428506122,-0.6638067172384546,-0.6913269966500435,1.8816199627377497,-0.021998230915936,-2.2771602229239774,0.13606147988852169,0 +-2.069624939241142,-2.1299356448696916,-0.5036838925228581,-0.321273596864305,0.6259162834465706,-2.0196132793144104,-1.1454358829824738,1.7520770480610288,1 +0.6152237730167002,2.2993275655035337,2.9419918584667974,0.315698592938914,-1.1541163035752435,1.5493288308795659,0.3883636682209055,0.8235209640525101,1 +0.6182984326450138,1.3172215785295707,-0.07586958333689994,-1.0615376874792304,-0.4486113246975237,-0.30488397708483844,-1.1654496867807687,-0.8510386721565889,0 +-0.7896213449587307,1.3070712575248444,-1.4208753696795968,1.5945938249323215,1.1119200992949891,0.694431327979832,-1.6615190738228351,-2.1516713956332785,0 +-1.957900075386261,2.2288822252692855,0.7924529518820401,1.6787359802069188,-2.1984401910434013,-0.30847062629619226,0.09374933638738303,-1.0791316175104928,1 +0.02014998908525962,1.6076040212314315,2.331276024348139,0.5706228355213373,-2.357409832923981,-1.3073933586837057,-0.7841638893181534,1.323522379326855,0 +0.2829266764670028,0.26731514610978324,0.18819612945683328,0.4519551512686277,1.1387610277776723,0.48639992089680306,-1.3183389079721115,0.2848254659039141,1 +0.36527867976940204,-0.13201158605886587,0.14065869498535366,-1.4136781073787146,0.3482523441914992,-1.2105894659898366,-2.0099097405298743,0.8910745598799712,0 +-0.0547096548288656,0.6570447288967667,0.34402812034949953,0.14240596790826443,-3.6868758707110034,-0.49636346159488176,3.7909434193274425,-1.1929880936375836,1 +-1.3943116805262625,-2.779086084566302,-1.4138009497893302,-1.2857720352352593,-0.5767711212593093,-2.6972599117272655,0.628246109977973,0.9476453216124916,0 +-0.9120301527631953,1.384505306575049,-0.5249179629938998,-0.8698764920481846,0.12984538916159147,-0.07466790267888657,-1.6272287129254726,-1.256910237028452,0 +1.3207877029756083,-1.281700174584073,-0.08957392832186707,-0.36115624483938796,1.2283267398192632,-0.8021747460879998,-1.4147001033165219,1.4358831376300654,1 +1.7615935405028047,0.5256115649653127,0.9048869624804262,-0.5448866332457175,-2.109911947659176,-1.5310700427327644,0.14111774279455735,0.5547989182654751,0 +-0.9879171904098673,1.0385569051538184,0.979239765261334,1.878091654109671,-0.3137438353315876,0.5262852457191989,-0.2517327940754325,0.14558533645853045,1 +1.156693577045827,-0.1569350613414252,-0.7513409201578425,-0.20068742269965825,1.5968410932827592,1.795560480730368,0.502051311933509,-0.9044789871069203,1 +-1.8090935606728165,-0.7626651824334437,-1.738659646801388,0.007452568871458171,1.3643624579107945,-0.1472361345134332,-0.8209950408612322,-0.8891812538552161,0 +0.6520287712358452,-0.11294491330706946,0.8111438467274127,-2.04102622599424,-1.9636445535900657,-1.3187420853158096,0.9312907096357372,0.7688501484380925,1 +1.3579675345978663,-1.83830647826771,-1.6358165676530945,-0.21555705355176127,0.3474606168303858,-1.756318485100748,-0.386075200726881,0.12963870903727237,1 +1.1205258387869614,0.9386392527408476,0.3354295664429378,-2.182329727068253,-1.398735887436572,-1.0060965464168476,-0.4550999240696703,-0.25170864893716416,0 +0.7541779498114454,-1.6252831787638982,-0.6679441948446269,1.6582689799979253,-1.4386913774195254,-2.686246489957797,0.4140575545556189,0.7880809025416847,1 +-0.2059913853786161,-1.0604562916321318,-3.455235679863668,0.5148136954385042,2.2745542173762527,-0.027575328658948073,-1.1456242813442512,-2.303356606749983,1 +-1.0300350883338045,-0.6442936664516965,-1.5459384561101501,-0.5755883109868819,-0.8763130829106742,-0.5550921726106299,1.6489590367711369,-1.4303043789595613,1 +-1.0212947991827697,-3.057974964400864,-1.719849949678298,-0.02182212728932524,1.9181452148230218,-1.3462225965097037,-0.7405527327994055,1.138937583805755,0 +0.00522218481504586,-0.1282166739262166,-0.7741622142646424,-0.42997355332446024,1.1062691520862131,1.1740865845319837,0.3485397189504431,-0.8627335293587178,1 +0.8934172660476509,-2.782202242246676,-2.1111453814937398,-1.4635819635868597,1.935300246329299,-0.40684580608990617,0.3031482148648019,0.1539464131499293,0 +0.3493418792228536,1.1104785382310953,1.4464951630302583,-1.0955681071956633,1.0438329842916982,1.6644202928379117,-0.8823103267441641,0.6429760018297108,1 +-0.25005261858194533,4.002104908355406,-1.525312394367286,1.7548986764905319,0.23826943235255146,1.3035131152228174,-2.4790082062850987,-4.359794271667669,0 +0.23487152092876082,1.9702906919475744,3.6570890927413418,0.3363104221822112,-0.9491415557284941,0.35430757043226424,-1.3489206243761593,2.3898053734621834,0 +0.964289884367359,-2.158798637587582,-1.2806566851989063,-1.7447138347066788,1.0782145791316755,-1.6226773135836976,-1.006871304341563,0.9189743384812428,1 +-0.9020720053810803,-0.8050788090087971,0.13888979138138474,0.6082121061323589,1.234577506381753,-0.3767170542601692,-1.4357325275895552,1.238511953439492,1 +-1.8898535554744675,-0.7211045985683628,-0.059047069892157265,0.6798575748887432,2.701392602891496,1.1832923598943754,-1.4812328640679089,0.8591110130232344,0 +-1.1720349768370186,-1.7061037760665814,-1.843253613438914,0.35515403681297747,0.3009442781961643,-1.728511734572215,-0.3655806921677753,-0.20050414067271677,0 +0.7537067796182318,-0.21618491264609863,0.25316593550724853,0.7591904418390464,2.353043984940137,1.1334839450359904,-1.684913396507057,0.8088064108223738,1 +0.09298824313568314,-0.7960533722995643,0.6324649032775865,-0.2562499871652259,-0.49650330675478915,-0.9967933491877778,0.05547898655926775,1.376555104657128,1 +0.9349367402039275,0.8209094075865042,0.6451765385477962,-1.0366149110476006,0.202807484008686,0.14119388143170264,-1.171765135629735,0.26840877465287316,0 +2.127139544794423,-0.12838027625424653,-0.8282423490127675,0.6915801847300954,-0.41837829315055514,-1.3507526779122547,-0.8285259087007164,-0.40546010375358255,0 +-0.23520618267545798,-1.7498681228011044,-3.775301549993465,0.9126352046686751,0.8405313081905361,-0.5897700431967938,0.9860194810005236,-2.57987766871607,1 +1.258976431894727,-1.5903562540733647,-1.73142120210321,-0.6354849698103823,1.9903666412820713,-0.08093185920047652,-0.7351669343343796,-0.21099195570581525,0 +-0.7960405673994999,2.843738032273035,0.5560918020184048,-1.1837107984880342,-1.6443942483690934,-0.9452521548958904,-2.1414751838217523,-1.1850958287651485,0 +0.17841372421299162,-1.0630342179329868,-1.8415907127877713,0.11004058072677249,-0.37368777289570543,-1.4505388570165434,0.27380841585673343,-0.9363139203496154,0 +-0.15194116348234987,-0.1434804800411481,1.7868078464115094,1.498372811560735,-0.09734689712358888,-0.23736691434779578,-0.536465655685529,2.100280294649713,0 +1.0607725754802149,0.5190927337402664,3.2432841699039647,0.5826997860662622,-1.4909336978599577,-0.5196739020140393,-0.0577590558800567,2.9128052568232814,0 +0.1804553546938219,3.1488826575799616,3.891284305091333,-0.8641233651928635,-3.6056320047064307,-0.9752805101515251,-0.6706496772927121,1.5507089088128978,0 +-0.5775826059964,2.565850437614833,3.519660489578591,-0.8440799677696955,-4.448403054519004,-2.150776604086052,-0.30070691630657176,1.655607583017882,0 +1.7352769059420763,1.2485600121484697,1.6081169158738176,-0.360015175543937,-0.3607346163324607,1.7285143952976978,1.0119252371031622,0.1731701782740006,1 +-0.6852383253730902,-0.8150640101077355,-1.3076768585658325,0.052131370554524124,0.7522444356634141,0.6214529842103451,1.0105217105590611,-0.9614355548389713,1 +-0.8717135200627512,1.2487843507891696,1.4443593661917862,0.329277906846801,-1.003726459200923,-0.43051323148555465,-0.904021471695525,0.6905158701058233,0 +0.35531873045155216,-1.7074342623791388,-2.453812992367315,-1.111553172786243,0.3239149382098513,-1.296263811630105,0.3551598771704496,-1.047973671139796,0 +0.45367193158369407,-0.5917330740874118,1.3228997266976037,-0.7372342725213515,-0.6886563642462209,-0.9750377065908147,-0.06008767722686836,1.935180460415692,0 +0.7694510608790844,-2.0677796255847296,-1.8535343427760878,-0.8632477036898129,0.7196608490958833,-1.1688407578361661,0.17661712735774016,-0.09506378680584393,0 +0.9608049296124593,1.8096722940536487,2.3437823478695745,0.6624232721255784,-1.0755824385549473,1.2290465812437783,0.5490355368373796,0.6103235159648395,1 +1.2820390051857664,0.7535300182288108,-0.4458722937917845,1.1784591578422374,-0.444236272925597,0.5160844323046399,0.6377699602531947,-1.3017181586879514,1 +0.8230322528771845,-0.6431100633591227,-1.1226156340246378,0.5285015551422535,3.5748214222981995,1.3016986867164089,-2.348012595070288,-0.06212813385412552,0 +1.4602834476954938,-0.8108866545694782,-1.3201135133236725,-0.8469342472214333,-0.12823319228617786,-1.057706385066579,0.025842257828720627,-0.5824175784282893,1 +-0.612703809900762,-0.3076849224281871,1.9579542182783547,-0.2647113792530381,1.4176518152582567,0.4597388510984075,-1.640254711364431,2.658072376736195,1 +-0.1049245888571054,0.5855874086812082,1.1299855473611902,0.8562741332092494,-0.4252191607913742,-0.4756796659583108,-0.9841173909235295,0.9563799441461146,0 +-1.2892876264320439,-2.848939677508472,-2.6688980216460427,-0.91061908778818,0.9469947197476438,-1.942284904583521,-0.10276807043829306,-0.1288885904657443,0 +-0.9821464101078595,-0.17956348798285815,-0.2344938644230502,-0.6827283749202516,-1.5945053830457585,-1.9843933150047806,-0.11109156450207835,0.09562464138042626,0 +0.9385609317195706,-0.22868615135713788,0.16052499963879716,-1.7250650945453188,-1.3662318113475207,-0.05118740174734593,2.081621626202014,-0.202973663160185,1 +0.09383759202271913,-2.5117983333179774,-2.679656432873151,-0.6949143031166178,1.8041031283394944,-1.9598131543398376,-1.7096253613844445,0.011486170424730324,1 +0.3690977596685389,-0.573074709739072,-1.279530231145458,0.038856457783596754,0.329868432759002,-0.9511667607270362,-0.7538115635506496,-0.5392858044218274,0 +1.6964370111152396,1.5503667267726857,4.858627807553227,1.2822280089363478,-2.946678527948706,-1.0094655497744398,-0.21044951166035836,3.762072214321254,0 +-0.08730273850220564,-1.0505980268902348,-0.09749674766528069,-1.7237690671382009,1.1160570614158973,-0.73088264930672,-1.4063702566098522,1.2249020174390708,1 +0.4337891379910335,-0.8565037265401783,-1.6863333301478545,-0.22386301913430542,1.122095521710165,0.8373250579633642,0.9242852860888673,-1.3044428347450714,1 +-0.43700362399544146,-0.35702611227738595,0.31009022274736386,0.16466886729128777,-0.10346305881141143,-0.5875519525936774,-0.3402410061873053,0.7537992482563205,1 +0.921311355923756,1.0592309483572033,2.3639629910562756,-1.0658100965334492,0.5896544612023249,0.6150678582319713,-1.8425089138383046,1.9588473977096916,0 +-0.9235294354622956,0.35782627845714887,1.2396172317511744,-0.5225763117338827,-1.838984498753212,-0.9213537605400623,0.6526965800546505,0.8515055279527636,1 +-0.4565127173097393,-1.0371233318781345,0.26360940703635155,0.4322031892794936,0.46409626331982773,-1.0078838959340892,-0.963952490648595,1.482018185389942,1 +0.7387677330892056,-1.4622509789849207,-1.1007238074298777,-0.7427750752860048,-0.17738453094009937,-1.7120572516294086,-0.13749736383837763,0.28509767830969696,1 +0.6672382006331604,0.25193153353193165,-0.8901865171865495,-0.02372853602153363,2.135141573792008,0.6228104080975327,-2.231567906008549,-0.5614060287567617,0 +0.014799006908685252,-1.8343581070969102,-2.337236334784444,1.7332083662575044,0.7637793652662546,-0.5643356830414565,0.8073457599714045,-1.0007713077282179,1 +-1.3992267221448234,0.9477086305152869,-0.3969296116949721,0.27774539023186345,-1.455240893530164,-1.759431233937672,-1.178780138261672,-0.7500177437952786,0 +-0.04904692572628962,1.4735618845311291,0.6307384005943627,1.4070003422488508,-0.22428741000310265,1.4258725646224368,0.4516957873490549,-0.8353067069033084,1 +0.23123207736494802,4.217941854015934,3.2313192100379617,-0.34095829406673667,-2.524242614134493,1.8480562240461875,0.5894620395839101,-0.5804129521833981,1 +-0.6206369558937808,-4.3586174600397865,-4.972838471512402,-1.5079367718386583,1.7960001852486616,-3.8303247296672973,-1.5426245579606972,-0.660572757337506,1 +0.36967466615533795,-0.35606347781021797,0.1664892771142394,-2.1407007879604976,0.15846967302903078,-0.5390409833481902,-0.6090358807182041,0.676063433829891,1 +0.9704241402507989,1.9196365489568394,2.8218802323881964,-0.8762918061823731,-0.7002752273465782,1.4672957504768784,0.0753814360114392,1.1131544362773267,1 +0.39638182421470414,-0.7309846508849452,-1.8452944993433746,0.23933470275413596,2.5991993523496557,0.3479561962705564,-1.9258356167183703,-0.7633599905476599,0 +0.8097315133185168,-0.7647195840089352,0.28248368033918436,-0.414727455088029,1.4753208316157809,-0.25387312847750215,-1.7001479425117716,1.4124575620568163,1 +2.062777289479981,1.7574947875803775,1.5530433886295445,-0.9932427245627713,0.427247727580954,2.4773862562409925,0.35355636478981745,-0.19199234420506184,1 +-0.5700836569074992,1.4186618457876499,1.3382181310400028,-0.5480139267466774,-0.06196809962996266,0.49644060793403333,-1.163889379476885,0.4383827465856937,0 +-0.10018928366495902,0.9104025163447669,-0.07237999478051652,-1.3432062115233654,1.5489916108407447,1.314273571921574,-1.4179556747590893,-0.5597151941959104,1 +0.2343481780056004,1.8293303446231786,3.329565726967395,-0.10491383832778675,-0.1943981888607621,0.6546543495579984,-1.7790061532817474,2.2693742514936646,0 +1.408978269132569,0.8847537123788001,1.4570812492319876,-0.23930255774724746,-0.7496734375056286,-0.4088650932416074,-0.8486842100638322,0.9943036677399354,0 +-1.460030170047028,-0.8954098407963704,-2.065739137654322,-1.280247174666134,1.5589397613006033,0.7423053488971141,0.32520378304441866,-1.4877568899050169,1 +-0.09812924796535988,-1.5226937122480684,-0.5830880225310036,-1.4473711485518255,-0.4989598123676448,-1.8033073963916177,0.11605010324472353,0.8005691902061826,1 +-1.7266757427434336,-1.26308646475431,-1.925626599471351,-0.7850840387620162,1.5531751451298565,-0.25534407141521476,-0.6411891836801625,-0.6968324632133882,0 +0.8100982600982769,1.3177430581991505,1.6314666064493721,0.5751495983875325,-2.2085784577715217,-1.5379751103809058,-0.7904149884631281,0.8765989804366822,0 +0.46344871285039313,-1.2843918634936604,-0.5669077087623335,-1.4365719466601379,0.4750676191900651,-1.1765013315040733,-0.6992128640982873,0.7882238403057021,1 +-0.27371556171723926,-1.533780209715066,-2.1107073727945305,0.8077933812381702,0.4750548896291029,-1.2202556943830438,-0.044975904645000675,-0.7435669165197242,0 +0.8810957562009659,1.9791595517423435,1.200346664806438,-0.2711858923936859,-0.7897687066340316,-0.3903676870312461,-1.8733411649594076,0.08478887193207685,0 +0.8029011432499854,-0.7937477358737635,-2.451555660616359,-0.24129849496997663,0.3664088114176795,-0.5148470368937599,0.3509018230136708,-1.8762338618268555,1 +0.7707787447859776,0.735310681857852,2.525378434798388,-2.920365054127223,1.7220821964273532,1.777198091081263,-1.6050226606959215,2.243110299712816,0 +-0.047983863995046484,1.7320796566160657,0.5990688809379483,0.8889581932755561,-1.6086746287290732,0.9352583965899004,1.5027922789676154,-1.3326086688880743,1 +1.4727344830268019,-1.3520629574239713,-0.9977907338843008,-1.0609365461891604,-0.07311012442864871,-1.6673295595763418,-0.37502883913813784,0.3574578876607014,1 +0.2075205406334771,-1.3245221619762417,-0.7810266022687921,0.006632133129731182,-0.028157940350109878,-1.674314570980317,-0.5404783766683388,0.5997669736678153,1 +-1.6936195523379272,-0.20616210866465268,-0.6782612458591921,1.002835843057815,3.6859190946056226,1.9814454944150686,-2.1986655410166174,-0.07220004552818393,0 +1.1720388693455905,0.980824301199071,-0.5365452994188209,-0.16798085901667484,1.5046171321093778,1.8362895527507805,-0.6008232135690976,-1.3519922066768943,1 +0.3503435949900843,1.0859380310038496,-1.1370777161157535,2.1444982276779063,0.036229836118284196,-0.49751603962603724,-1.5598326744336095,-1.6125913121353772,0 +-0.9082968765775561,0.657281658671059,-0.3409182300306448,-2.5713051448397652,-0.6506432922703064,-1.1182608544627326,-1.1743424410729753,-0.49815192754483245,0 +-1.5417368561586773,-2.9706145389046927,-2.4303061255718372,-0.5743739373110527,2.6199446775754507,-2.0488274965412243,-2.569269581581539,0.8918364885226914,1 +0.2268917860071273,2.0305498873633843,1.9141595327006966,1.3497530034215368,0.3355995118024922,1.0135551739852955,-1.8667317166077224,0.65729447844048,0 +0.5659510950415116,-2.6450952717404737,-4.036184206997713,0.3114442351065829,1.3900389796628825,-0.7306584665414828,1.0544789763305664,-2.0965148553662547,0 +-0.24093303675548386,-0.15484833834666856,-0.28945397547816654,2.0841266708235078,-1.7026154645851348,0.02810148679432256,2.717032710694081,-0.9006017376256776,1 +-0.22458940370201932,1.4756607830593649,1.4168771848033324,-0.21616011631567802,0.09592147758338868,1.5928845449688982,-0.01055943702696871,0.07404413455232695,1 +-0.9203853076829519,-1.9414282223310544,-2.234834410368345,-0.9012048023744152,2.289325448429127,-0.21875495357908747,-0.8223031540849522,-0.3918651254419608,0 +-0.085872943362449,1.4801020545660297,-0.08844545371161165,1.2930305308533752,3.5290014590247782,2.536666746201295,-3.22221168857147,-0.6628552648385309,0 +-0.3934813600724805,2.044776284145814,0.24544964277619177,-1.0277345772098236,0.3493605723718699,0.3705122258922158,-2.2800320285507256,-0.8893144247572349,0 +0.06386143515568418,-1.098670872416103,-1.2654824788596932,1.7256870215586484,-0.6196219747617232,-2.0327783130917276,-0.2791228227496181,-0.12652627003624384,0 +1.975058702951348,1.9537802770578725,1.7404769640750295,-0.41601704245997184,-0.40852599092039993,0.22086668068900273,-1.7297479184264926,0.5693762118985968,0 +-1.2311876119259308,1.470034124402911,0.04962672955315538,0.8691081225629665,-1.181237086183026,-1.0273060804898955,-1.2847125726734352,-0.7649193157471377,0 +-0.536029465297494,0.022125471235555527,0.968902945992867,0.8330276446014885,1.5874547405487853,1.0222412365335136,-1.2036301523054558,1.213152099295721,0 +0.8167589447038212,-3.854246274224919,-3.888777155324559,1.220836319374702,-1.0791800214702412,-2.9983600899041765,2.8141921954092437,-1.2275541164610029,0 +-0.18832802751489694,-3.622345658547836,-3.6707027442768485,-1.9603914752598421,2.14199225068745,-1.7645048045380725,-0.448681479727518,-0.41367308802061276,0 +0.45250159597302764,-0.051914477447306706,-0.6769572233760218,-1.0928027420912212,0.5465784467935821,0.10397287704568581,-0.3906593620693857,-0.5463453338424634,1 +-0.5699535509278586,1.5761226016036871,1.1357914108887852,1.4787663975622496,-0.20363859081054636,0.24369263563314292,-1.4105741775480838,0.18579853044868955,0 +1.0085546132708718,3.061154919632809,1.6475722640470711,-0.6095791532197832,-2.7507431594874623,0.14175383856826662,0.33907997994649647,-1.0140802348795437,1 +0.2607181331531022,0.06338525045120613,0.790249326664654,-0.01544085321507873,0.9114875731138816,0.3401864122666447,-1.1421751045061126,1.0324345096380596,0 +-0.012626757086941495,-0.35571452697556827,-1.3039027653201172,-0.38727545126310564,1.6060663566712363,0.5632410232011713,-0.7818971957098042,-0.8561960790372005,0 +-0.440118324952211,1.897057207965173,2.042767507565534,0.051403607544848934,-1.3134726974097841,-0.3413360955291946,-1.2142173925573343,0.8281108869081529,0 +1.3465299080512358,1.0087085972818437,3.6040623899947772,-1.176419841805828,-0.683705006798303,0.6142402518480847,-0.3285939083827144,2.8521678292386987,1 +1.2051022787698347,1.3426673268097533,-0.42034918838410856,2.275998047562917,-2.136068022009936,-0.341221678057105,1.2653547461277106,-1.8774668505869994,1 +-1.8320295260683228,1.3019251455632088,3.0386707882581847,-0.6706696452956693,-1.2149121088972423,-0.27056810331643955,-0.9047714432756286,2.253689568018742,0 +-1.5490583090240824,0.909488135908657,2.384371153456086,0.887603181695114,-2.714950421922562,-1.480591391850097,0.23259968777109974,1.7053594145238915,0 +1.1660910206232555,0.1364567490545564,-1.3107924502868278,-0.15410104786682813,1.38070796120277,1.3379261749895295,0.044280401807560654,-1.5618646013838617,1 +1.265317823622273,-1.1371237730722712,-1.2785294862039989,-0.47395129187504303,2.591540555730249,0.02668533764014336,-2.0683360743894617,0.21883415711721066,0 +-0.7844082192375195,0.5109923133080028,-1.4697469011273485,-0.7927186313729927,0.2941393395932756,-0.5987916335600865,-1.3472591780986065,-1.5147433596912627,0 +0.779294449325882,1.7343505990525738,1.5928397002612904,-0.1498741742719542,-4.100349117737127,-2.60790863206243,0.04330699611319733,0.34193046350935824,0 +-1.2762559473332031,1.6880074108509284,2.3293587800105433,0.4445076472529694,-1.0200911209635914,1.0382619075693544,0.3507059060887028,0.7667254035292094,1 +-0.8064060639610862,-1.1967210822977896,-1.9338604402221211,1.1914912688428103,-0.7032970359437185,-2.272823794048218,-0.18214893581475544,-0.7307314990289552,0 +0.1529064201061715,1.3922450421741634,2.11472856869651,0.4856388560723369,-3.775425178240118,-2.331252737758369,0.16775152637254054,1.1063552608762364,0 +0.3108570395293091,2.393757440441222,2.339016182419626,-0.31991489838497145,-1.1799645235452847,1.729822192970452,0.7374558534967289,0.022728590322331765,1 +0.8224520650500576,0.8591890504688879,-0.5848350117078818,0.4149643543941007,-0.4026922583846846,1.0971534821922686,1.2796359973324893,-1.7504015187125188,1 +-0.3662798434258325,-1.9403836523797855,-0.09780346337146179,-0.4287569286873342,-1.1077466248952346,-2.8326000799062285,-0.07738695769266546,1.777800074897734,1 +1.8375455038226851,-1.8176996885644876,-1.2434505607750979,-0.6604790138273502,1.1512787472346386,-1.1677645727025943,-0.882821573807935,0.6002114650598263,1 +0.548306015281378,2.257784966137801,1.0467217417900179,0.8312750586038647,-0.9133522551711692,0.9463406126513625,-0.1701490696416238,-0.8699929762400664,1 +0.6456623687798948,-0.057610943597232844,-0.25843874283657653,0.22635451623530545,-0.6097339954183675,1.1196831281676767,2.5000839623860713,-0.9762369372009212,1 +0.4369959167550791,-0.9412954505484776,-2.8766870249974867,1.018783078004767,-0.5128202804122806,-1.282878241750519,0.8621407259760385,-2.263033974471558,0 +-1.3042936683383006,-0.08396373956406322,-1.6496246332098645,1.9624741598308177,0.31824265387522166,-0.9195682929964353,-1.1162270309089755,-1.2328881342009357,0 +0.09146570258478745,-0.7800738528786328,-2.1451795197652883,0.30836919989281525,1.2280162184275731,-0.43011116922561315,-0.868222578861878,-1.253106669231156,0 +-0.719782617620284,0.7612831065705202,0.5565877846474554,0.557117489233444,0.35866165694778246,0.25983307415585355,-1.1461124095142523,0.2127123194954233,0 +0.6003357852749351,2.570689899122525,1.378120382474286,-1.0308190587978165,-1.227650183010919,0.4459521360234963,-0.8219274174711495,-0.582819088991551,1 +0.3977340073901793,-0.8137980273839771,-0.673995844266122,0.9067831056389255,3.704232788873008,1.6656701194785446,-1.9919403866049061,0.41368303519503324,0 +0.2558672766497739,0.5013569111714579,2.256189657451759,1.0160230717084826,-0.368120487212842,-0.06783811539583207,-0.7542959063348942,2.078509733482515,0 +-0.9368463883813511,2.77547575320707,2.056035526700742,-0.34045990211145294,-1.6497463958173957,1.7392873579208397,1.0900205398500376,-0.6833798589597639,1 +2.013927833939762,-0.43833414287357053,0.21141028194500514,-0.3602976744241627,0.8213341841181981,0.08472167564503508,-0.6468996725779445,0.7536122802202055,0 +-0.6359346333056106,-0.5400881826369437,-1.8238993785636655,-1.1022203444398442,0.7289537239377305,-0.1598996366180364,-0.14681569337798395,-1.3452397918569448,0 +-0.7237091943310618,1.209865628573258,-0.8877739457008362,-0.057925757193870574,0.34386952140508903,-0.6521800335806476,-2.410407897584296,-1.2219432322019106,0 +-1.296112249800936,0.9048069058689203,3.039276254599653,0.9166012847263996,1.7901721900462388,1.9611232104987322,-1.7872889020017215,2.657364843499452,1 +1.745184933172103,-0.11158445434877184,-0.3478600757353619,1.2092109818905115,1.6673356897519176,0.4144714158767915,-1.6058029509186107,0.14343246714050262,0 +-0.8652251310180861,-1.4171381051259928,-1.0614083753511236,0.9860838873599351,0.22343403119151353,-1.5638006721586226,-0.5715751894981571,0.3930151156657253,1 +1.0418171852015488,0.7150277842336503,-1.5256792745161754,-0.996156327767683,1.48037758700845,0.28456573878891933,-2.065387646516567,-1.6173797594293728,0 +-0.8359915522609662,2.6237337135404726,1.3566339300748258,0.24665095205483795,0.2675629131969967,2.1713196055920383,-0.7047004168554539,-0.8134942117404091,1 +-2.267409607388802,1.5677744839268515,0.13038531169003723,0.8722830601201407,-1.9316484542103767,-0.021245358035346107,0.999502493703529,-1.460572314034021,1 +1.9348106154050295,-0.8462658845022444,-1.3873868854679003,-2.028995745337156,0.2797558423624006,-0.6456841736940652,0.05084473042623072,-0.659258455539033,0 +1.0489204257791973,1.6569435514817956,3.9614631656878663,-1.6328707992344018,1.2924648482143042,2.2290428342611532,-1.7959035227510496,2.9409465384127644,1 +0.18805502056217363,-3.4851594087841766,-2.5243965973789457,-0.9693805228737817,0.8580054656366828,-3.341491536981618,-1.1977396293108833,0.9589136553085603,1 +1.7003127292666953,1.2016615540334619,-3.02567769579264,-0.5674701150138985,1.163525766776039,0.3183594910436822,-1.662006675486388,-3.664445320593881,0 +-1.4229081989760775,-0.49518635907939634,-2.171690957128618,0.24934323975455966,-0.36646236275667915,-0.8436833249005139,0.5554955800996455,-1.8741639223987847,0 +-0.29423003480827775,-0.4688606024240758,-1.1794711099754276,-0.7440448256703501,0.18239580467291824,-0.9009703524501971,-0.617575593163107,-0.5663437330684056,0 +-2.252862734797237,-1.8163408249106128,-1.6433172669775629,0.2697693227598326,0.8347904521493553,-0.3353584547461513,0.7926520994327242,-0.3244211183608959,0 +-0.3798065915486762,-1.7902166670671238,-0.8468305171715504,0.9328516790120572,1.8698234084987013,-0.1434751571949635,-0.6852499725855193,0.848031513328694,0 +0.9642533037730768,2.281838518828815,2.7196660169838425,0.5684131451080222,-0.2976605890580956,2.215836247200201,0.13822707951282354,0.6289290633228954,1 +-0.5412471258175792,-0.9841615326538615,-1.2700524628861019,0.8055640937074249,0.07015260879796026,-0.6350393802770742,0.479119521774652,-0.5402335655992392,0 +-1.1094065758173768,0.787404718566015,0.6142291156545879,-1.399450770878998,0.9970952211743597,1.5091844975273427,-0.435118752863775,-0.03895324537289546,1 +-1.051422125713076,0.9095139428856215,-0.8405755309485441,0.8156277409510448,0.04530895805903462,-0.8019540779610006,-1.873845656650447,-1.0539604659694293,0 +0.09899257631623735,1.2650038930855376,2.2652891580549537,0.5713086634513269,-5.187987169744777,-3.3397975987254007,0.9317893870933565,1.237464521910808,0 +0.8020487864227355,-0.7344512785893519,-2.52831131193828,1.6436802133030335,-1.1052679436310286,-2.13684664449418,0.24505969181235143,-1.8512913373161448,0 +0.16306145449239218,0.30087841609524535,-1.7450134485581688,0.4927700339310598,0.544787104865139,-0.009054626900062313,-0.612458586201793,-1.861016757466222,0 +0.5259538980668205,0.12293010332597065,0.3820607930856758,0.6639652065772105,-0.7746149586689086,0.1301919758197948,1.0365650455549897,-0.006022300840007988,1 +0.4497892803442228,-1.1757595574834625,-1.9923292529561845,0.6513405496022833,2.1963320097969166,-0.33747848469391273,-1.7434569632517227,-0.5338568905963752,1 +0.8281737181916077,-0.789704449646779,-0.9604422935648773,0.6940093359779809,-0.1271158026267388,-1.1410400449899973,-0.21312113820189688,-0.16377193707713333,1 +0.29296726939698775,-1.9046772057583579,-1.2582393349030905,-1.3133812484562655,0.6242278825936456,-1.2865910213276366,-0.19126635395291003,0.4806617069763104,0 +-0.7169224591196046,0.35547771339247825,0.8257714669334333,-0.09819569483008432,0.3161229347720765,0.15985611632688512,-0.8584793975155878,0.7588796777633536,1 +-0.6322140486958887,1.0855128459946457,-0.41674720635415846,-0.5942562899340149,-0.4546065828883691,-0.8548795728881546,-1.5427546601763305,-0.8574532036434801,0 +-0.38081902466077266,1.0022056684985041,-1.0226209480606279,-1.2499888569589406,-0.4279759464179636,-0.8891521162537187,-1.362523577963414,-1.4489018644959903,0 +-0.922451406370925,-3.2589613403341273,-1.5762171533745015,0.1808970552967644,-0.20081530906117037,-3.6171493108113824,-0.5711270780229509,1.5829858930402656,1 +0.7361863771095445,-0.4599628939320146,-1.6985355443028431,0.031849460931345074,-0.8462375185115358,-1.808876855956555,-0.2214924896766568,-1.1388621604767062,0 +1.1241466408614211,-2.631001046999402,-3.1148180630672404,-0.29711295935694604,2.242800145738856,-0.4020754712726399,-0.003899177934442166,-0.9109869267019476,0 +-1.0831856121084247,-1.1680655318027877,-0.5604178308183726,-1.884612260064882,0.24945620060876353,-0.18258895543022202,0.8212859458091541,0.20895863659535863,1 +0.37687346398357785,0.2084590992371469,0.005377626912497227,-0.48680983131321326,-0.28094848639453096,0.9585863937954381,1.4532844845143482,-0.6373245141033222,1 +-0.3093831419813373,-0.6913931891128265,-0.8869265306830856,-0.4737946646053262,1.5061630145873726,-0.30011007989235394,-1.548879731373826,0.12479567732845065,0 +0.5916122661930067,0.8110617164889171,2.4605205637263596,-1.096396142008533,0.013390758013551477,0.8928695671033511,-0.40977138852251277,1.857655728404977,1 +-0.33238756635290945,3.2441522770885722,3.00729456601815,-0.05087020650471359,-1.0552177803647746,0.8026530374468721,-1.7865968242438852,0.7375075238337232,1 +-1.2110926515736742,-0.645087674814752,-1.6101854011008874,0.6658518292801623,-0.5062763438615684,-0.5561308238561602,1.1389076227118986,-1.356844641909654,1 +-0.29544801077591754,1.4879020669717729,-0.2617534614579134,0.6770905287930687,0.8153343542638924,0.4098871844822012,-2.146037660071298,-0.9736176048046667,0 +0.8315558495198834,-0.2721553945616848,-0.2081894831729633,0.7547541434625621,0.2653743046927191,-0.5814515724201279,-0.8009769867410517,0.2796252811816613,0 +-1.2450307693396447,-0.13182606655618234,-1.1727434184504433,1.176828005274205,-2.6127078707913713,-2.0530910315454127,1.468206358993361,-1.3201561505746435,1 +-0.6359156420419175,-1.3082512606320245,-1.2142978078715172,-0.48012739711502855,-1.05881476018266,-2.137655173324029,0.4189512524631742,-0.0783069073141851,1 +-1.2534497271293874,0.08836692793136525,-0.41653864801908214,0.6312904027187065,-0.3397445714429601,-0.6783888115750528,-0.39583791225977594,-0.33880354824595504,0 +-1.564653907224436,2.740298392294263,2.9781024007406054,-1.4614374217259427,-0.768004972637865,1.9830480192646203,-0.06992540941443992,0.5784638524492527,1 +-0.6357525775698907,-0.8074692123943251,-1.352190967833293,-0.352436992199533,0.24603003427644624,-0.9754607258117738,-0.39292204797975006,-0.5109100778874058,1 +-1.268691969305061,0.6470068190629414,-0.2330159130780727,-0.528346732521022,-0.4231715700577706,1.246276708703947,1.6355324258862853,-1.321384294735883,1 +-0.538441174829399,-0.9782365040503487,-0.9247734947023832,2.3491129123997077,0.90561922395981,0.7168634866515289,0.9849120003394867,-0.4348913395980802,1 +-0.8573042759392587,1.9376709438790811,-0.1679125855226484,2.031410363155176,-1.1534035943086933,-1.3622823472209231,-2.213130249401135,-1.104110635014031,0 +0.7313889428544045,1.7248849879786026,1.306108704400566,0.044972608409137554,-0.782089033489022,0.05333912025540011,-1.04853651267483,0.14986323700060722,0 +0.5618848194406751,0.45091134284657675,-1.043767234834871,0.5783895246600218,2.2150534515204,0.5360736881219079,-2.6317662342308976,-0.7706217327892537,0 +-1.4892503083971067,0.42698601039789885,2.220427166183481,0.003232501730339242,-0.16340691328909246,0.12356171414192707,-0.7005708752989468,2.0757742796628187,0 +-1.4080843410299564,4.797735757074011,4.912664454364429,-0.48582303897059287,-1.041587730833826,3.8965243260819395,0.09821147786397288,0.6142221747166808,1 +-1.0447575346884075,-1.640853216728559,-1.4849494895436588,-1.6813385593188195,1.754793611162209,-0.30248963325350114,-0.7109709058611583,0.09256943181688826,0 +0.7524032001623471,0.14220163386466078,1.1504260018116443,-1.3822306188105309,0.14162278882010246,0.011757428106922152,-0.6703371108669841,1.2293971367846606,0 +0.8720579480148755,-0.35611153750183255,-0.6066987349546443,2.3125542502438297,2.0799167854149365,0.2719527442925824,-2.046513436196336,0.21711771201540953,0 +0.08342043248051258,-0.42801976331705405,-0.7437522478400028,-0.24683386754135606,-0.6154714683444719,-1.3276205829397107,-0.2175636426507091,-0.23357293785822447,0 +-0.5090061583498877,-0.7130079446180835,-0.36964285741163594,-1.9212448442656342,0.7202518703019181,-0.6226041639997614,-0.9830596594402103,0.5403594309188742,1 +-0.15894795133091627,-2.0028274801613906,-2.7910392167031413,9.957650071694292e-05,1.0384231222740188,-1.0393280098478506,0.0939161583133532,-1.090168993322526,1 +-0.5891647402143719,0.6318542319061047,1.4241425236129033,0.9889960163185517,2.504796676148716,2.1716797669069043,-1.7675552773101497,1.2251538696977384,0 +-0.730103999894677,0.7922553359897597,0.5468378097071337,-0.2385792132464079,1.5451624237746988,2.043417364007192,-0.4903069491523915,-0.13757205041325005,1 +-0.4028246941606459,-2.329374372057061,-2.6195106693336574,2.1746038043175275,0.05785114629611981,-2.3771474668577968,0.011236009238465128,-0.5150660676585705,1 +-1.6036429315108336,1.5841832585931102,-0.2597914289145422,1.213822699406701,0.6558922385947372,0.2959357199434811,-2.174956836468255,-1.0363880684503965,0 +-0.3792703636638109,1.7342088903002806,2.1562055250354617,-1.2870514400848307,-0.444107996713233,0.4627684338061061,-1.2389285819027784,1.025959977733722,1 +-1.1518186521213039,0.3044784648790313,-1.5310718753895662,0.40201250010993134,0.22915592922874403,-0.36015499275530605,-0.6958419147328377,-1.5971665067620961,0 +0.8972712604493792,-2.1179260032091207,-3.5789015908017774,0.3069472591351097,1.7932175585659176,1.0644138090327304,2.173932586991643,-2.517659112942824,1 +0.7567184363801442,-1.4403573268318122,-1.5949996257272714,1.0179874333615608,0.7097253114086428,-0.6778065618591023,0.09488105053958817,-0.37786212214099674,0 +-1.0491029759283903,2.363869615850028,5.031152992715234,-1.429900778209002,-4.41313833320456,-1.6325465056025235,0.12380805861575261,3.2075851024010973,0 +-0.40209541818514016,0.4323690297659486,2.2907429017551753,0.7259395955647306,-0.5592239051542796,0.17255343207310803,-0.09645740058144459,1.9754788907271656,1 +-0.7807676888008971,-2.5743043844842672,-1.7091587401084516,0.6625979917277782,-0.6592491823335529,-3.076912377391703,0.10347734139059539,0.6456231796294428,1 +0.25408133749625944,3.919724228924017,3.550146176861415,0.23656006376173444,-1.6981449206835824,1.3460874455547516,-1.0288804108429637,0.4718220150485797,1 +0.44196142807560296,-1.6573288837913818,-2.375729880271566,0.21134206362529376,1.052867767447,0.13541808971658165,1.14849071416574,-1.335384925537221,1 +0.7225872297639666,0.7778232216350134,1.10164407024392,-1.3220791872697357,0.7424354868537564,1.6333796372421352,-0.03580821690079494,0.3468869341982086,1 +-2.1646329745472954,0.4005007363845827,1.3119320852730851,1.3288334979759673,-0.33408822895538015,0.16421043801182666,-0.11318132573322459,1.01290376445686,1 +0.6924443979636931,1.5988422377320541,-0.3533661653512935,-0.22531834932301928,1.8345220018340394,1.1335163914568536,-2.7282372385495437,-1.0584021642905685,0 +0.4016812491559838,-1.5107239053835908,-3.1124465781316526,0.2631218141435164,-0.5415480868750293,-1.7397998301005972,0.9754595468961986,-2.017239316943333,0 +0.9638787311903187,1.9725866024042735,0.8048181378188777,0.26708284792732284,0.49054794395907164,1.6757076263564075,-0.8231953963759049,-0.7541609094829061,1 +-0.06340691186835457,-1.075614733201534,-1.0639296059857895,-0.5416554465733736,1.9321344166327297,0.7127088179298804,-0.34029553911870214,-0.13518732092016994,1 +-0.5626269609825869,1.1791007984619422,1.2599779009754637,-0.8933305861663711,-0.9728214644901414,0.35523063916656983,0.2282258343973943,0.19541667375475558,1 +-0.44300444732012667,-0.4437603954321865,-0.05803169348726983,0.2094355513599558,0.8309353592135397,-0.2347384581640617,-1.003490248690343,0.6053679411878672,1 +-0.0756442238659356,-1.1547505762657875,-1.3998401533793996,0.32221398074066565,3.2968427279202808,0.6747671739053553,-2.156259642898776,0.08453494932715633,0 +1.3648288186080872,-2.69993522801429,-4.140460191570626,-1.4185279428018178,0.8465383685484646,-0.6411498084696523,2.0384853410200097,-2.429248035323281,1 +-0.3178876966416761,-0.8502670191916814,-2.6623482861003103,1.7915112209019832,1.1343113504786306,-0.23110491787939225,-0.24472413585000574,-1.903309474571153,0 +-0.6403040069207749,-0.4089233927622391,-3.470870942620759,0.9080087599154296,1.2664532745500303,0.9886559143852107,0.9502748523919768,-3.514575690355197,1 +1.9104961696080238,-0.07737985372964573,0.8551770673422703,0.40080416081466325,-1.636972815489746,-0.9337849315999546,0.9277162195657305,0.754999533832691,1 +-1.68989589156352,0.8347360570124622,-1.0681404447034792,1.1901074971288323,0.11682726508979578,-0.8013469530547511,-1.8290405040016116,-1.234214695044507,0 +0.02498689941720493,-0.10466179146578647,0.8771257396493839,2.3838260722422646,-0.06604306144855049,-0.46544582042297056,-0.6658572754332193,1.1955791085329834,0 +2.3132856372697654,-1.8610815721652456,-2.3451164042123147,0.847915387751626,0.5024604332043237,-2.053629759682921,-0.7754720727773524,-0.44375346702551655,1 +0.672608801116414,1.6614870930707255,2.275699432041337,-0.3487748504647909,-1.6272576280276363,-0.5742436917128013,-0.8900740633531308,1.1939605427085647,0 +0.7224941921478291,-0.5491676448475605,0.9156001112302627,-0.8994171128273882,2.820508148222967,0.9418903710327249,-2.4387363202076564,1.981875273814602,1 +0.3150037385062516,-0.8319580987642718,-2.725698649512589,-1.3238467209968188,1.4471951136759866,0.9029722238730923,0.820192156097744,-2.3582412070876444,1 +-0.6063791970089234,0.3113354496928755,1.9876044488962887,0.9275809338380743,-0.8476679380618614,2.096473910473314,3.09932017024044,0.7574906920494111,1 +-0.11884381938993484,0.7449011495843977,-0.9169161543726788,0.35057649412794933,-1.701049984355533,-0.45150061945711517,1.2849207696477964,-1.87398470356272,1 +0.96278213021409,0.8373750579799072,-0.1462116013954105,-0.7766595031999183,-2.0530553120111645,-0.1487947909044608,1.8697945714170143,-1.3503681059397894,1 +-0.9773411501232063,-1.4069421152395023,-1.2618193906177255,-0.8337011506083677,-2.3923919554463335,-3.078746781791984,1.1864039609214223,-0.1786998741266883,0 +-0.5555099466919923,-1.8479930600935506,0.7492202566278027,0.700501808319272,-0.12176595175444181,-1.9664221734563079,-0.6717598787849948,2.654879096214782,1 +0.25392296433654005,0.8995089937552416,-1.4292070738672251,-2.772146210742736,-0.601813000831802,0.42154521031023895,0.8616194026655071,-2.4775934382098,1 +-1.2935845551134395,2.327339679429543,1.7235566398856106,0.2391684007781579,-1.5608987414771536,0.9630370750141848,0.5065625274246097,-0.42531922902633945,1 +-0.20175175167403062,0.22183133033737934,-1.5955456468761193,1.1647669612124967,1.0350016806531777,-0.07148873194204963,-1.3529048615737183,-1.4372400170583717,0 +-0.8636624699459233,1.075296435062177,-0.30913090765867296,-0.953843113802568,-0.04231732280601842,1.07647340623265,0.4255522850601387,-1.4201147588593739,1 +-0.25415545921363086,0.5587360262651715,-1.5218458176670655,-0.8163068666986836,-1.879596181729499,-2.682176766935962,-1.0615024857492024,-1.5255512956748785,0 +-1.8713134772170077,-1.1518022682246285,0.009512197376704555,-1.7296772854509561,0.24006910809792079,-1.0550220669210182,-0.5104867382361408,1.2016027498825104,1 +0.6444318841251409,-1.6185667915846502,-0.3154524379023396,-1.6818172893577654,-0.2566404877515047,-1.9432753629191721,-0.3899309410141482,1.301150178207939,1 +0.8058661016031217,0.7698799036521431,-0.9339084720509387,-0.8143361374053636,0.6188832694175053,-0.4167351618798848,-2.000936365296019,-1.0260151729959965,0 +-1.8133490526490372,0.5799679880137627,1.0953939041224656,0.9079971477319839,-3.6060190572494135,-2.6135745175322542,0.7183648928278954,0.6293172186752293,0 +0.06796802564248362,-0.3698504723902585,-1.3217732269047069,-0.18786174235225062,-0.09047924732249486,0.4729948397985696,1.5387952633845625,-1.4833674458014903,1 +1.3244580517769164,-1.4552673208825277,-0.521619238771762,0.22498232139260727,2.1912441202230473,0.010432989931095982,-1.393243470740954,1.0753282079654438,0 +-1.1154099542068625,-0.2837582908088562,-0.14031096378857258,0.01698474818338178,-2.1123036111267472,-1.5803292479394178,1.2520687156404893,-0.12045214243386027,1 +-0.5236835894601966,3.243117707140085,3.9884173790786757,1.696075273969433,-2.418224839719189,1.619185063568994,0.9666605419890132,0.927863803746088,1 +1.146551827944441,-1.1995824952136216,-0.5315497418376744,-1.5954571601382865,1.5875627730978497,-0.6132017507599165,-1.6367361442574877,0.962968088555815,1 +-1.1439130412236542,-0.5412536881141997,-0.1296738098037845,0.20488843085628802,-0.8118957045302373,-1.4806566699803827,-0.19578954541670557,0.4919403608482375,1 +0.946403850263182,1.3778394907432212,-2.4065214473350793,-0.08433525839239582,-0.8850660049311907,-1.2990545914328753,-1.264597408066602,-3.1675602985158173,0 +-0.5560125985453842,-1.9122603635255706,-1.9948448093226607,0.5082414283219904,-0.8535943068042046,-2.7638287836086635,0.1665196065110196,-0.244975027477626,1 +0.800852339486162,1.2627412176750608,3.630423257108462,0.0878866946204361,-3.045656609588292,-1.302942568171696,0.2024077017146697,2.6677423191609417,0 +-1.1235241610522912,0.9593454962093917,0.4549448323521884,2.6660364527853164,-0.5733368978105412,0.9817565448527498,0.9623681705559214,-0.6836998081617313,1 +1.2311203456713413,-0.9104101810558596,-0.38875939068196863,0.379407532311232,-1.0710749260922696,-1.6488003576350545,0.42229520807413645,0.38615122277471237,0 +0.7603111011733954,-1.882859643750528,-1.4956873063621436,-0.5615262049639992,1.9043120422676405,0.11168213750557321,-0.10770247062452132,0.0910976003329107,0 +-0.15188677987417096,1.0157745230276758,0.2494694555674654,1.3300583828175458,0.21387951645466777,0.5982835184579463,-0.6742440660317697,-0.467965845858742,1 +1.6797284636172987,0.38347149308958295,1.7570865934444102,0.3845326433295325,-1.2392724999715694,-0.8183432741180305,-0.24193588832457097,1.5898375187746,0 +-0.030338350715452954,-0.560378525887957,-1.0120761097937958,0.4822236509641452,-1.0447393044508508,0.21524827456781032,2.6730225867350415,-1.2948228484837463,1 +1.227536399809588,-1.0478753536727117,0.10152198403341937,-0.5035127476631273,-1.2550810237159553,-1.9170779709149504,0.3343222960914638,1.0448613477114557,1 +-1.5371681490180134,-0.30767238625230675,-0.23362901831968913,-0.7926285322019725,0.6923893917182399,1.395786290906953,1.2730517160542503,-0.4289976962784873,1 +0.3123189249339327,-1.3166072181186,-2.791245445574966,1.8856573340550016,0.6431995640039438,-0.6969809206535617,0.3745096830210244,-1.7721902357192667,0 +0.0006237116922016956,-2.9726433939402472,-3.3960405814370214,-0.1980910634855592,1.2372928878817095,-2.7441376874400873,-1.2443094899017133,-0.39296996221685476,1 +1.5279952012752627,1.4908509284093716,0.6749796749725842,1.0949421180443188,-1.8276626599590002,-0.6313804456044136,-0.03633928049370738,-0.5151414762048687,1 +0.47978502136907586,-2.5986574411161074,-3.1154108255628143,1.1207921854221932,1.0244039090347579,-1.6334102276440037,0.05720902698115404,-0.8610110239645066,0 +0.0077664723425686,1.0574502991812431,1.9179684984506846,-0.9320184240521457,0.17284558995938235,0.41307211144807066,-1.3871765565120553,1.399435116577346,0 +0.9365256806579058,1.595897019824083,4.182880530690701,-0.48987047415037727,-1.9531024680662894,-0.4496837813468044,-0.7362826890776668,3.1362617790590948,0 +-0.6255556251162128,-2.223081552464668,-0.565563565289059,1.6294833361636125,0.271851231212811,-1.7688003193330832,-0.1874091540270194,1.4894415420297784,1 +0.8146931161839158,-2.242460623496796,-1.8667572136085484,0.16554616338574749,1.8542335501790075,-1.6172744751099026,-1.848270242229689,0.6212822802190269,1 +0.037911005005423985,-2.741631571062852,-1.0461548178269489,0.19489102342584108,0.7808818750820639,-2.4292128036544884,-1.097368030964621,1.735922022862144,1 +0.13117357287225964,1.0699767635417046,-0.34806197848888776,0.4657458099217525,1.8508019276910634,1.0835620345689425,-2.2492492320009942,-0.7320476057609294,0 +1.4914010889092222,-0.3079162724239105,0.5572978554449975,1.067588737035511,0.8469353188775944,0.12634459882631777,-0.867951455693238,1.051552153209848,1 +-0.282165028048155,0.8123135929217218,0.9991433494928064,-1.2400329448064775,-1.6368858239853155,-0.16712145058568828,0.9494401122138817,0.08511120415655937,1 +-2.4962452775104538,-2.1210013495233317,-1.251408400076356,1.5289467592953114,3.040496901086528,-0.11613477642425529,-1.8461332411218259,1.028297768851577,0 +-0.4396808842548624,-2.999060005375447,-3.478464921531769,-1.285020626417764,2.4274730897076293,-1.8516603368229696,-1.6997407800247117,-0.399640655000691,1 +1.4904661452314578,-3.0046843356245123,-2.327890113117573,-0.11924614197491425,1.3034845727787634,-1.1872697258606562,0.46577018957527017,0.13747309729556445,0 +3.00270904122816,0.4466052566061609,0.9683843003593124,0.400670626983823,0.4004650007733559,2.6867654355302792,2.252890971621227,-0.20875666206777582,1 +0.8657557821142496,3.2866802703919573,2.918410493507816,-0.26264482948650786,-0.31730516419840143,2.5656544455948067,-0.5079081663107292,0.1301016821482307,1 +-0.13326891047111225,2.0038008893502255,2.376037843643985,3.0008271293979414,-0.9182346298396894,1.0454662369625678,-0.13901349555722242,0.6793567786958048,1 +1.6305209682021367,-1.3012568018946296,-0.8539286450038666,1.8322173751221886,-0.006413349269870337,-1.702997510510623,-0.6139111350637642,0.5280999021446677,1 +-2.9997144368012982,-0.44818450182813274,1.2039481575799005,1.6019112702644391,0.7256419430086771,0.05222181732422415,-0.8283077139518294,1.822113595707112,1 +0.4583335404471712,4.697359388485169,6.174028688057605,0.8218203712792315,-3.9949294301425926,-0.2594574291730522,-1.4862512494850444,2.728202240265685,0 +-0.22822809792660334,-1.25979969346175,-1.0442789482670818,-0.244512662780123,0.14148459336126512,-1.8508592837973112,-1.0122031978669834,0.41874858979494745,0 +-1.3597655724841988,1.157892003126565,1.9079581230806975,0.36896954408799376,-2.2974017926605743,-1.6104195514943633,-0.6673737830293646,1.264857632544804,0 +-0.9720142028092273,-1.1466586290104923,-1.1728420533306974,0.011360114472744732,0.2830841483594774,-1.0251929487185365,-0.19785806591150434,-0.09110995815576572,0 +0.2199229755989963,1.1661723985926118,1.7527410253643754,1.2577660750605926,-0.8667026626759634,-0.7738429022019302,-1.557064060746272,1.276685145521859,0 +-1.0458088455322492,2.8076238896482346,3.1242546542439014,0.44480870924246024,0.09865960603169022,2.7441069138510903,-0.40585145788287513,0.7026337304045627,1 +-0.4002517529337887,1.1098492317708486,0.13165989077228346,0.44053025875517215,1.0424217567960545,2.305183988158406,0.3530088368054809,-1.0759769352497295,1 +0.19588704273121407,0.7870818336299291,1.4761610529824614,-0.2358562836639022,-2.343858810390512,-1.6146828293816904,-0.08277500710908703,0.9814492476015326,0 +-0.35457948584944965,0.8266722447159638,-0.8540316977416844,1.1580109467954165,0.10298269517441236,-0.9545070921954457,-2.066435858927703,-0.9338537736395934,0 +1.256231599613196,-1.9903288648339443,-2.5898279460671247,0.8815105603209613,-0.8821905089484361,-1.5655125683295736,2.0610827970026264,-1.3881292355879273,0 +-1.0210542021718807,1.9674356389758707,2.5305467676620395,-0.3294544291589082,-2.6613598940824605,-1.3687033773036477,-0.8776052291707399,1.2520572685417313,0 +0.3634479911310525,0.4065251681147857,1.2606271923032322,-1.838560864290057,0.2827199998416415,0.05424897422353703,-1.1317158031095185,1.239681197602466,0 +0.465610546767697,0.47986021388054934,-0.6284354406222088,-0.08823087391828756,-2.622033011304308,-0.23315401754714993,3.09324893016964,-1.8629525427033367,1 +-1.7645217672007945,0.5494006775563225,-0.23968366665092591,-0.6154868295755662,-0.573302866010594,0.2865098421522236,0.6765717105083685,-0.9126576525459108,1 +-1.9648075913363185,-0.9804588853003243,-1.3018996222759076,-0.09966125409973699,0.8451654195603597,-0.8270883490748859,-0.8777424836610277,-0.19389093575823624,1 +-1.6924550838125312,0.881253250465035,1.6342686219730773,0.16890267563136954,-5.015895187291401,-3.4731163769994255,1.1035939409656335,0.8841182770437246,0 +0.9609266262849337,0.878432244582654,0.6135415595503131,0.23368945084715076,-0.8451070641258761,0.17908288948533035,0.3210407885012019,-0.21911777406978505,1 +-1.038511077865694,0.6647191843286797,-0.17234376716461886,0.7680009372303068,-2.332409571405232,-1.9497599809151518,0.059564474029340175,-0.603201176680793,0 +0.8875038197308454,-2.169751191919965,-2.576610610851794,-0.3873043435514571,0.5424908519956205,-1.6026027766035713,0.16851685071058853,-0.7082561531108649,0 +-0.4952465824503257,3.547838429742651,4.0339621368184595,-0.4983761180846351,-5.4375552845748505,-2.6407213487612102,-0.7498075447315735,1.507843939928502,0 +-0.8095498203651188,1.468151187602357,0.06475493900915591,0.16391999744525482,-1.647120327183319,0.12578430006236985,0.9159710680954006,-1.4317907913558143,1 +-1.7408060075344405,-1.0972328832046117,-1.8038826847244869,1.006795089596516,0.720466715278241,-0.4025976991202564,0.13665616163656624,-0.9123681287616375,0 +0.8162648091238873,1.5511025796966427,2.7101109584711764,0.6522168702831974,-1.819345191570074,-0.7561686908358172,-0.864470807385819,1.7356706514834146,0 +-0.09821110311140069,0.432973375842552,1.725154847385118,-0.2781815259601595,0.2761196849542124,0.5541793876561516,-0.6173856408691311,1.5118953720232202,1 +-0.39853705176879856,-0.14711833972654953,-1.0558457918632493,-0.08796980314924772,0.21855813336331584,0.7538703057897279,1.1559111708880132,-1.319222923210794,1 +-0.7265589381702741,1.2375945837005167,1.791224750260379,1.7494371695213724,-3.3224888011283022,-1.9992899005272566,0.22408348333358707,0.8675456916466804,0 +0.001096489185376785,2.4050787793278667,2.608204658503879,1.0141001932619451,-4.016506365130134,-1.9632246785317227,-0.2314489150611858,0.8320749034066817,0 +-0.9784412603769179,-2.5708406992013253,-2.014961678238696,0.5010042993131529,0.614930598847981,-2.750264163735241,-1.1946779886487564,0.6581139222419261,1 +0.13420573223369808,-0.3821059822433821,1.206724228707936,0.07862206087070052,-0.49392988436444585,-0.7540870032928588,-0.2358755639988886,1.6706701179478027,0 +-0.28174186813385044,-0.7288470376025928,-3.2448581976587576,0.9547325607263324,0.7803143590012628,-0.579798853754995,-0.1683575193970226,-2.5917322876308013,1 +-0.17679752173886365,0.13150923950777393,-1.6922830042928283,-0.0528275296745161,0.28961401263720116,-0.3320056763399767,-0.5116812932356027,-1.6668671380435265,0 +-1.5359815554468175,1.7253389029854174,-0.41018258334413754,-0.9109027164707981,-0.2215549404005391,1.5803341474422503,0.6814286766507716,-2.1797545210905094,1 +-0.8868549136287531,0.8368230214262462,0.1853399148404958,-0.8513355906670147,-0.7497904262573765,-0.07546905464695397,0.013381505507133351,-0.516345329609786,1 +-0.3541781505123526,-2.606204979614505,-2.0208631956787526,-0.7622894491284894,0.7582064717762029,-1.8459589902851836,-0.15290271806465072,0.3307804187647416,0 +-0.46751710207710145,-0.9765066811582803,-2.624495972776548,0.5367049636929283,0.47632785260902893,-0.5188465869676464,0.43553057361631287,-1.9201900597723491,0 +-0.6294733365925114,0.7062457454581271,0.8152567880210239,1.6820156428565218,-0.04508095450530379,-0.02441263245796732,-0.9642007367574909,0.4946406314249496,0 +0.2954892080260952,-0.5177206745670957,-1.1046704594495846,-0.8819227394405096,0.15797070717782605,-0.8276146698831124,-0.4536650204227641,-0.4990329200051513,0 +-1.0557252409248465,-1.1600572447260502,-1.86717702693327,0.9156728878800333,-0.3679320001026729,-1.4888740328683787,0.3264473503070777,-0.891662168320297,0 +-1.0818799151769671,0.5051521424788434,1.338022987510601,0.5525215373832789,-2.599503298539529,-1.847555370362727,0.31508656529773793,0.9894329007204834,0 +-0.14319081086670402,0.6980138350166143,-0.9311481249496921,0.16151224858570862,0.03599559205484892,-0.9188644367826446,-1.762389241466089,-0.988537239081493,0 +1.1465986854170296,1.251495247460106,-1.129661731904471,0.45889706458001034,0.6675288606024194,-0.02307821216408512,-2.008366608848543,-1.659931351391546,0 +-0.6767555234249537,-0.6137046056010803,-1.9684133482169055,-0.18387848992698436,0.3337591254974744,-0.7979245712346235,-0.3131577930457445,-1.335975778991767,0 +0.32590338612364356,-0.8485663381872351,1.2965137492041652,-0.0798963978700761,-1.175049544621283,-1.7192848297020311,-0.0743530090354626,2.1862470984053233,1 +1.0527876077466312,1.607404151703738,-2.0261558588861206,-0.7215328113660596,-0.6798953222699388,-0.5583363756396839,-0.9260892488138672,-3.1233373511046674,0 +0.19094419846732275,0.07038664148971352,0.44888040881648544,-0.3017505111290943,1.3657725172805053,0.6442220618266832,-1.2942310175717164,0.6974473672953954,1 +1.8326767741721743,0.9522936232708071,-0.9019412089461253,-0.5171299603296525,-0.28151578669274785,0.09866995652425081,-0.23456200072408173,-1.6650393825730982,1 +1.0321068603696484,0.30861080903150917,-1.7577229028776304,-1.0230279150298212,-1.4353630085709543,-1.428106568227519,0.3151566779864099,-2.022605953114584,0 +-1.33210614113686,1.1752690944734074,1.2182826944121954,-0.16273604815214154,0.3010579110826821,1.6517479557453487,0.15630917562815838,0.07630990056925957,1 +2.1240810872527773,0.6817006314156098,-1.2042591393838964,-0.2748009836676246,-0.7144951766987014,-1.0511245866547283,-0.7719220950058086,-1.5101224903126125,0 +0.3113006801129306,0.0962368286852624,1.634944493063025,1.4130965161237812,1.5100825260467583,0.8475290996950974,-1.5976250353565906,1.9473721177052885,1 +1.5586370439091137,-0.17423433550885914,-1.383004441425733,0.37678495473040835,-0.30465095968226313,0.6583477925633474,1.8982742127380632,-1.8222977234278472,1 +-1.0466279203590452,1.245900113044585,3.872696990315556,-0.926026260086697,-2.6248990420330194,-0.9594275196643107,0.008856641789860675,2.954185821888024,0 +-0.47779314480150953,0.8232935762438918,-0.06460693244527406,-0.31529973432082775,2.315407670903755,1.509001300546861,-2.1600242197096255,-0.29240051530660516,0 +-0.3172999027521492,-0.5878804925443409,-1.2264882226284095,1.0251526720462534,-0.4603489156490479,-0.9384678916942617,0.39137056687742144,-0.7836864493942572,0 +0.9256158761141023,-0.25877781312448467,-0.8325254936652651,-2.4168544767676177,-1.117200727445809,-1.1552454452498284,0.5712607311702267,-0.6933791665138865,1 +-0.6668629874850477,0.8568023757433785,0.04092775213992705,0.4473288033557237,2.356290857402169,1.3481745027112304,-2.499371482455226,-0.10931590430192184,0 +-0.4437254302745477,0.009344129975778381,1.0019361045068473,0.5711785764599003,-0.6624159325614961,-0.6083612065840318,-0.16440155816302637,1.1014002406382595,0 +-0.44381040420257434,4.379562108134098,3.6828838725444784,-0.7752604203467589,-3.1265720158521533,1.0642861428910688,0.0992492871794437,-0.06531890353708081,1 +2.1888719410127933,-0.6194023015748904,-0.03810600224338105,-1.430909937412987,1.513531825089716,0.6929189291719062,-0.556219912468582,0.5818253641642803,1 +0.07057716459959062,0.5065822773687432,-2.1750016683151245,1.3444264295966342,-0.8657900008349916,-1.4011734204298998,-0.5552084749489326,-2.3804492083581894,0 +1.153464957644405,0.5548636480432216,-1.3304788741016251,-1.3118256042470706,0.03581178045581571,-0.4532757296637451,-0.871878829650658,-1.5500538396459345,0 +0.5722785094120271,0.4626224892328139,-0.1717948773616456,-0.10702104969417442,2.1158733342411047,0.7522948078733742,-2.4650047930320795,0.043876091612301216,1 +0.11771469201700398,-2.605305447418429,-2.4813865379723943,0.9534581242250244,1.2229086262619402,-1.5804541162316839,-0.3304027728108851,-0.11029721758931199,0 +-0.6328516573652692,2.5063826047186444,2.9066738832969916,-0.32030511586991056,-3.7650949044254745,-1.7317654878588717,-0.47642338799540634,1.0983347063055178,0 +0.44007356873482967,-2.2402471121526446,-1.8836273329211866,-1.220858221216833,2.1411302418108544,-0.468750907391143,-0.7230000763632871,0.2097420221622891,0 +0.5113260439011621,2.607805286139385,2.51233051860837,-0.10335340992803768,1.032580338449095,3.7201635133815687,-0.04497353473382959,0.07709507159941498,1 +0.6478917232963809,0.8584573924136067,1.2733788129674486,-0.29608420560965387,-1.464561938729304,-0.1964687374230799,0.5358411013623241,0.43896125688813453,1 +-0.2970550262701362,0.0199464541010822,-0.3520903005544066,-1.0068060732365205,0.0702788507224808,-0.5659782808910985,-0.7756457122275802,-0.12138009239672642,1 +-0.4679502842868518,0.6181701228522659,-0.5187421493428152,-0.24244036299735156,-0.36552672865028035,0.17295179392999693,0.23463976562712185,-1.1260475724585715,1 +1.5152553415526697,1.8795922259334243,1.1739761394885138,0.4261464600564334,-1.9614629311276648,-1.1991348903128976,-1.1654777034636106,0.012603863284110783,0 +-0.10682075981430339,0.23141037579339951,0.8943035210247543,-1.4059972808231067,-0.6818977238167153,-0.5176686902042236,-0.22418701076747244,0.8136685491068049,1 +-0.3977854427780816,-0.24458302272216792,-1.7663551021681574,-1.088537463690975,0.06740580770487375,-0.48528098520635876,0.027801683347326023,-1.55866297342331,0 +0.296311726960476,-0.690074106912135,-1.147754190099413,-0.30553796833673735,3.8312194471847936,1.1398739377372764,-2.871856819730878,0.10613485453693894,0 +1.8656806435242352,-0.015873717101488216,-1.4637400513618553,1.2149242435445262,-0.20305134140254788,-1.0934999241013932,-0.7313034811206264,-1.1923124873804378,0 +1.5227656868010966,-1.0402033500556755,-0.6463156774180738,-0.3500984640862823,0.28843676223280856,-1.136977974681997,-0.6207336674841399,0.47700345693525437,1 +1.8566525441818014,-1.7790543597390556,-1.6752074824658543,-0.6563660977079215,1.4085577832193297,-0.5759712237505765,-0.3780577768470297,-0.053129907177698055,0 +0.36213089087886247,1.388773392980512,2.813248075530613,2.5269337021554663,1.6090339250088161,1.8262947015465596,-2.165705776218313,2.1315993399557804,1 +-0.8687500036701838,1.162436660995494,0.8706229842226033,-1.6613083091260579,-2.1100413266080404,-0.42650027170377186,0.937862352287741,-0.3182100424047194,1 +1.5612926023234566,-0.8614050434739566,-0.9077074044220882,1.2390936724333685,1.0680232415516309,-0.040892155070151204,-0.388589252937513,-0.08651584538367452,1 +1.2449199397867752,0.2019069479477621,-0.6614164753592273,0.6039358936698139,0.831698115972572,-0.5684820470326013,-1.9727681303691709,-0.2653356038527319,0 +1.2019550355576616,-1.9073314084176132,-1.3233245656810695,0.3245259931243793,-0.9985694793690479,-2.5131401183875797,0.5095202258171125,0.3212284834157501,1 +1.153869728088447,2.2104469728351948,1.9671300103851022,2.0194574654020094,-1.4231877500899228,1.3786166976768233,0.920542886136837,-0.22293960363210696,1 +-0.2804459260126879,-0.9564352195363472,0.4310224620449608,-0.43325068427011765,-0.8705525138502382,-1.4179109393886002,0.25826226898976434,1.2847554191704906,1 +-0.21064476413693617,1.3189666156810702,1.1063012611671856,0.23786978525549332,-2.648163263794044,0.7091723911475454,2.984158235836052,-0.8516638521155202,1 +0.29593700029852943,-0.7685378313864126,0.29020096376166316,-0.875180558924932,1.828063481974912,0.051061201886090646,-1.79476384027565,1.425738205880993,1 +0.2545179510015683,0.21094053354289777,1.393613820563417,0.9315669669994207,-1.0651893766408194,-0.4557927565461487,0.2838500885272427,1.1961567679457386,1 +0.5802341517426484,3.8845572715396237,3.8199224879863447,-0.2894885121190678,-2.0220911920159224,1.809502743927064,0.01195537787053702,0.4585292725449428,1 +-0.3344156980927725,1.7735688470700302,2.1506384197147446,-0.6839578621634558,-0.8169759624365717,0.6732826441275985,-0.4669223599719172,0.7620419759099111,1 +0.0012650473808991914,-1.3289214965626865,-1.7190833062161808,0.47658633998674294,1.1940147632574734,0.4117960969485289,0.772912906139471,-0.8650895889952711,1 +0.8985700169378097,1.9286050476707246,2.55680324091893,0.24547869823046753,0.4752371254217686,2.332859747302476,-0.38070058231977133,0.8932245436155399,1 +-2.801238325637028,-0.4276725212017598,-0.9762434734654125,-0.46321466339787226,2.0604789998595994,0.5050924058051849,-1.524393107167946,-0.25710499105081414,0 +-1.2744167773942723,-2.093849089525804,-1.674874089174894,1.0208574377527544,-0.7610437380418195,-3.0108846273905288,-0.19121813620068928,0.34929607893693165,1 +0.26275910656571994,-2.0968681144379744,-0.9778380739753085,-0.5944468211822316,1.3054338360324629,-1.1536948521820243,-0.8592496270989163,1.098477772594957,1 +-1.145009330611882,-0.5566263841206152,1.5441352048997947,-0.5243252683423344,1.516083066162126,1.195060989960954,-0.4123604121323792,2.0592268445259885,1 +-1.270446551201072,1.5816962315614433,1.8388140846851684,0.6747361815905567,-1.351192193336012,-0.32731877952316024,-0.7429734580492691,0.7586645664971401,1 +0.06967004117227153,2.823562225942454,1.3516940818972325,-0.1916572014348816,-2.61547173856678,0.0684863888097198,0.3895947611897191,-1.1221055450872153,1 +1.0312715115077864,-3.1226333608832046,-3.390994646577882,-0.2210973608745055,1.193562836741932,-2.7175618956061243,-0.9861463948229098,-0.33303299834056665,1 +1.670943383369758,-1.224654823329924,-1.901734986134564,0.1505584082260673,1.9663545604632213,-0.25286079741174583,-1.275732226865028,-0.533528902546092,0 +-0.07208385968482145,-0.4084314403792946,0.4671168690310562,1.1001350818485864,0.5848903355912314,0.1974700839141521,-0.2648511360971496,0.8761889601804123,1 +-2.1926862023215032,2.016232902962998,2.32615367033384,-0.16848599165982184,-0.8999573908895129,0.11683824555751421,-1.4029840296400276,1.031353150008809,1 +0.9112565397771827,-2.172747608292987,-2.4510527372531064,-0.3957351719022009,-0.412062192411847,-1.9232227708557128,1.0699479920374966,-0.7974318634741622,0 +1.8467376259081087,0.6309346068165582,-0.4261126362588508,0.7136820543826189,-1.4768218690500579,0.7242178524518316,2.5153041943770758,-1.7020204162757389,1 +1.2908808687741344,0.42559218453457537,2.529658027134964,-0.3026536252550332,-0.5543691582857063,-0.24266458151410147,-0.7186433451644253,2.4241647625695952,0 +0.9769011190348315,0.1155152196408955,0.07246901153224755,-0.9965532499446749,-1.6654507957639964,-0.049765363488781134,2.164539119579347,-0.6057404167127999,1 +0.3610777950168883,2.2448529019945065,2.976168058634481,1.056143739183905,0.1866067686124506,0.9269475054000331,-2.305982340251668,1.6809617635826573,0 +-0.14484623497281734,1.3556947605837413,-1.2713959603896405,2.286028845874867,0.3232579970263355,0.07468541169096576,-1.4583775176567935,-2.0482756787813106,0 +-1.2339369009291747,-1.596926005731519,-0.8987634665057043,1.2944371009597393,0.9496680228675585,-1.3150058443802766,-1.1287324075712586,0.8418188525582835,1 +-0.3482103698602794,1.8861830207404375,2.731258901509492,-1.7032372224135537,-0.21671453531735244,1.1964484659391317,-0.9137816068094263,1.3377172178947396,1 +0.6884899304660049,1.4911595552675658,0.8922833063202158,-1.8760551668367742,-0.4687227959154624,-0.2505767505970734,-1.5301048398831347,0.08036027026300041,0 +1.798448678471189,-2.3716841830850948,-3.2879176015580063,-1.1853362611362892,0.13769134780024436,-1.9608065012122493,0.6904315224733188,-1.3742449479026055,0 +0.26374451295213697,0.14140567867360465,0.07820146712036499,1.0330742777308533,1.6550651676417139,0.6868427403065327,-1.6202252336023406,0.34570854620869934,0 +1.0663229746791305,-0.3888920779267402,0.5775195301439827,0.3843162630373198,-1.3140849148910547,-1.296582726180567,0.3987758714580425,0.9069069267979017,0 +0.8156174756102338,-1.6667035865254713,-1.293043508714361,-1.058036461957476,1.3810706052898056,-1.0387799800449926,-1.1872273181774626,0.4947375268206791,1 +1.096620526323138,-0.6469167607514694,0.05362548284549638,-0.08499866683821182,-0.8617181936971395,-1.4196113334411828,0.018020847816711316,0.7049307051366623,0 +1.0190339541778466,-0.3533844552329997,-0.49224591963442904,-1.4578369976556322,0.6504610455874715,-0.08260674403201584,-0.5157291072194277,-0.05584871734825114,1 +-0.8541844249877666,-1.9857473428551413,-1.2932031967543145,-0.2697346688147893,0.20431357444241274,-1.5388771303539088,0.1688089494059528,0.43553867772802923,0 +-1.6035719340857697,-0.19470711991473044,-1.4209889569908871,0.4396970271988037,0.5947400949579619,-0.7671111938437348,-1.2536262077622338,-0.8815253011724005,0 +-0.9864504355445204,1.8092211461341037,-2.230450297784518,-0.8487153829711044,-0.4857019569677716,0.17226670510759068,-0.38747955812501766,-3.7031649453993145,0 +-0.3336553479287007,3.9995025120739687,4.721596005479191,-0.5987665019068851,-1.6409836176932204,1.8650200342057646,-0.8408346934515825,1.5041770225274267,1 +-0.558425220963261,-0.44288213642335217,-0.3762760751984514,-0.26711490158042145,-0.09383026412254675,-1.2325768259193386,-0.924640090255889,0.33642050686305697,1 +-0.8756817069811796,1.1259722977452964,0.51366482790974,-0.46953756725023577,-0.873748479758326,0.18206827942302706,0.12761843135032314,-0.47760311258693866,1 +0.413505882984342,-0.5357730809644838,-1.4034977483091824,0.21793188656679077,-0.20440982830345392,-1.4976186696487037,-0.7250713519559914,-0.6626367972810935,0 +-0.5147808815379562,-0.14219147119539355,-2.250630748190696,0.4564536183342233,2.2122644948773904,1.680944579793402,-0.11403015200935518,-2.2650236685538934,1 +0.011751459140007423,-1.7255927463728062,-1.5596550208569357,-0.30332396104623155,0.6197950939248077,-1.1576999203763791,-0.11952528118025096,-0.006198931309256195,0 +0.3366305301771968,1.8558576225661323,0.9038358597140554,0.08914176599368331,-1.1316352513143344,0.8595600138724191,0.5000765881686882,-0.8503666687775844,1 +1.005602363211054,-0.5402016567199583,-1.138174889507181,-1.1805976566620282,2.083619403516734,2.00229526624234,0.6077991413832051,-1.018300914637022,1 +-0.6860104730473876,-1.1582583930973127,-0.6247860258732729,0.4839866366418532,-0.7124560221712879,-0.696079109347171,1.516690820472486,-0.013500607446112034,1 +-1.037036610138246,-0.008679056015443165,-0.966749455713823,-0.458607369544595,-1.0398773904439325,-0.14616048439773888,1.5759217372693275,-1.390233780536223,1 +1.4002522851494699,1.8600065977807971,0.40040964542303276,-0.8538226997195772,-1.1857203699980456,1.18102456334061,1.1462799836164754,-1.5649345417461467,1 +-2.1771575164862873,1.539340068244593,2.0659595347771798,-0.7114551505567464,-0.40780519246815905,1.2330350673482717,-0.027068388029212298,0.711910071391099,1 +-0.20153812834524212,0.17195304294381875,0.023092790454693323,0.41987521465013555,-0.08923672876607702,0.4194551893415772,0.4948055684604832,-0.28781968536692215,1 +-0.8460508087709089,-0.28614056164507035,1.5556543839409074,-0.7914831260761894,1.0706255862004381,0.02631919945636696,-1.6309298624777822,2.261777057383784,1 +-1.9431909761122204,-1.6569945222784421,-2.9703901839118245,0.5032018478410292,0.1913235247361037,-1.5545171979550307,0.293872118584394,-1.5791331542489577,0 +-1.8141517970740202,-2.3794368529310663,-1.094641424694214,-2.251788483125697,0.4526795113091411,-2.2037771861625517,-0.7050311928706481,1.2572721751100557,1 +1.2681255244331546,-0.8046052136484921,-0.20766470773330836,-1.1164657496564248,0.7552440093754434,-0.6317081534681764,-0.9928909060098878,0.7856891898287928,0 +-0.20597533001811325,0.20426480401151614,-0.3589560160937743,0.2729705980409314,0.017699352081922328,-0.28318921863859275,-0.5201882468516059,-0.37485053420771086,1 +1.1449944860758188,0.16680612182632049,-0.5642975653927356,-0.7397757857119246,2.2101882727375974,1.0117506901749667,-1.8216282743537728,-0.29907527554073843,0 +1.7367699347064713,1.6028616522518606,2.6596401009685833,-0.5393814052175328,-1.4486464317211891,-0.37599660395744694,-0.927557098858386,1.6285751417435481,0 +-0.887462694844732,0.3615883190863438,0.1562533703612654,-0.17346653136891976,0.33818556026958496,0.17398391792276346,-0.6853113564839606,0.025425291313783238,1 +0.9612268799178575,0.8630820936601724,0.3404045669422429,-0.5376503811501251,-0.3496634425637586,-0.47475792001693284,-1.163079724454494,-0.032032648777691186,0 +-0.3399160953519337,-1.56418533837665,0.2685599538227069,0.4250079474319727,0.03744780647619189,-1.746630225802653,-0.7736888121879049,1.9374293193032748,1 +-0.7868644086996136,2.9877646471477917,2.6767880686762657,-1.3785043720445378,-0.11608201302526829,2.175807113449932,-0.9232774542238769,0.279334752753171,1 +1.5409806061696656,1.8051093809905767,1.220846312613441,-0.24619272005836165,-3.92738771626705,-0.4746694148691504,2.6729073319016035,-0.9709030747105832,1 +2.041328745850882,-2.4493753745543856,-2.171611272060384,-1.6655717110716715,-0.4373793127947042,-2.665640077882336,0.33370738516691834,-0.0236729853113411,1 +1.0003341626511961,0.1381848683811172,-2.1824621961466377,-0.2692179912503165,0.017702652939226828,-0.4021251288778388,-0.08359103938085743,-2.2810655854891544,0 +-1.385923055659562,2.097632827140133,2.2208140569031127,0.4427190719974323,0.5157198029038138,1.89997656496021,-1.101689964690608,0.6372846146280919,1 +1.0905895360775462,1.1629249411618354,-0.3497058897022557,0.5142727890054554,-0.6387553656556448,-0.763016581132858,-1.2602091809373568,-0.9382042867733227,0 +-1.850819831665745,-2.0303496051567365,-3.1391906731371018,-0.32799950157270225,-0.5470414501649811,-2.7247683144564574,0.23742104704419043,-1.3302784258829845,1 +-1.0005225134888724,-0.7955843951271792,-0.36156957896270603,-2.46839722602902,0.650600821403131,-0.9913201217291805,-1.2888182677029294,0.72931590117508,1 +-0.03341076455253249,-0.884917381212895,0.49763989296972344,-0.5002488258082657,2.299844780978112,0.4533005398954011,-1.8654153616037266,1.72310714302804,1 +1.5181122360571655,0.8327033987118746,-0.7392539576389858,0.5368216286493633,1.532508884163423,0.1974615651341456,-2.6088691702296987,-0.763899486368199,0 +0.3588896295527911,1.274185386020259,0.7624008503485314,-0.16570599410018297,0.3274521040604533,1.6229840400747058,0.10459682637934298,-0.4543093469478903,1 +1.4034891263443612,-0.49732885908451996,-2.1233582834046936,0.40470306034371417,0.9723749657823162,-0.6192469590562333,-1.0669870131238681,-1.401481645730901,0 +0.6252782086448241,1.7362225619861602,2.0463128096798604,1.7873773771602013,-0.7737955103565891,1.0765914492914954,0.07974915216889966,0.5087390044217496,1 +2.0478421256219614,1.3731286269123422,3.010586950889279,-0.8841659321488032,-1.7039217581515345,-0.6107941816495156,-0.7296268564643783,2.14371237088993,0 +2.3399496087907994,1.336707226180646,-0.8978297021213043,-0.7834040050927866,0.37375602155131477,-0.29941472197216223,-2.1163605181763643,-1.4459126796163262,0 +0.6341352201038748,-2.3111985059993856,-0.7816961525909026,-0.6713749358802555,0.5210458157599615,-1.9547965434668841,-0.6339536247816425,1.4793194484715086,1 +0.021410595961915854,1.676421664053428,0.9628241586589431,0.079887116075392,1.7561102747856179,0.5898375801102713,-3.8035275427795696,0.546187059302502,0 +0.24545557334208984,1.0846755098905754,1.1479255565911126,-0.44123843844078303,0.9382959713962157,1.2942778043437133,-1.1118822903015606,0.45186586386196104,1 +-0.09466866156697935,-2.4506862897584485,-1.274460947485324,-1.2229544701893047,2.30228644883847,0.20380099515392436,-0.0038294688335731575,0.760373518498672,0 +1.354958577373375,-2.828307576994259,-2.664429055199649,0.23105539370506603,1.5684273724738922,-2.297750469746816,-1.4871923758609835,0.26004764178508427,1 +-0.434540912813091,-1.0761627538920553,-0.33352031697316187,0.3913180812884322,3.114188507065836,0.46869204217207905,-2.5617239111426726,1.2272411460852273,1 +-0.1899117178474472,2.4731973770810862,4.142487772966105,0.17535716262461193,-5.925462607670425,-3.047657144013166,0.5313096187889803,2.210458249402305,0 +-0.8886608817742851,2.6963282997472895,3.544115715604275,-0.8654900076053461,-1.1128567403447467,1.84513763704857,0.12292031207679821,1.1491834395092002,1 +-0.4510328338357897,0.9356644877844962,-1.6495473417104842,0.11108412925402379,1.8088495150500616,0.5847963950396238,-2.3359106217883143,-1.8794559302745748,0 +0.33778951365867677,-0.6695751045051921,0.15435790840951588,0.4376978695412299,-0.20144243979216506,-0.6742937207053294,0.06567909610086742,0.756380412307024,0 +-1.1597937659539561,-1.2068332836445697,-1.6846835206868895,0.2800254523070448,2.3606301725801915,0.7247376529335925,-0.6157467049977032,-0.5815511076494053,1 +-0.5987651413253068,-0.970361680619692,-1.7730515259829296,-0.5783117855478049,-1.4486815135463955,-0.7043151777320804,2.683497633585956,-1.6541239794242446,1 +0.2379518653662438,0.9653612467567938,0.9555343545916479,-1.5396294651289502,-0.030216239821047947,1.5172631426623575,0.7514667527597384,-0.1640947948688486,1 +-0.5439177673671655,2.262912427807157,2.0261163616881492,1.1707080173323121,-1.94968505522881,0.8021813988903626,0.8292547020107379,-0.1384096462774731,1 +-1.9442367899408128,-0.32194147533771295,-1.6246460879341589,0.36571739230545575,0.6578692277680863,0.02208035850309442,-0.09515075502878456,-1.3549603846482308,0 +1.194549587587988,-0.06207649612353783,-0.4517256857884015,-1.4019594717934285,-0.9699554902737113,-1.5211287251173267,-0.44850291554009636,-0.16860391447240275,0 +0.1458712505335709,2.137547395271829,2.750461078951692,-0.8682574970232526,0.5935986269886128,2.2958686456980066,-0.8799245963400626,1.051430992786921,1 +0.13831892003410304,1.423340409321643,-0.2949713029590123,1.0599974295046204,0.8292640941068111,0.2216231803611416,-2.3378880102481245,-0.8864949302701867,0 +-0.8365345759694693,0.20578974392010585,-1.1481375921511434,-0.38314083202339966,0.6152701836827599,-0.5297142063318498,-1.4765665853295065,-0.9004393232750173,0 +-1.094865596472881,1.5855591724189964,1.2356493285333228,-0.1789523644720042,0.15267223948004147,1.6716681441567496,-0.052882290477706206,-0.19753895878469807,1 +0.5903765299127586,-1.1787635702243062,-0.6851241786509412,0.6300565096352977,3.651817728030071,1.5996124836468273,-1.6084619138346072,0.6119703826936307,0 +-0.8909675861672528,-0.59110916892764,-1.14142339696358,-0.08531925265446338,1.0009657641145304,1.3099307751945028,1.284776627217247,-1.1086624876461606,1 +-0.9071476548708305,-0.5113260695089695,-0.5154855233828656,0.6234400308762303,1.24148615365467,-0.31214041554119226,-1.4882154626644206,0.3346598823938385,1 +-0.6238655115457538,-0.7440337245531159,0.6294831590782872,-0.34466317984710176,-0.7754473751942624,-1.3664070799869021,-0.094834401435134,1.3985985156026732,1 +1.4556186741319774,0.676357729617179,1.3142440973476466,0.48028891693582654,-1.2705968341960805,0.036354417135108674,0.7543284429094506,0.5573373923222364,1 +0.511186890229803,0.13316580234220854,-1.1627589539754317,0.9720407708952257,-1.2208832206910563,-1.647702349685368,-0.26556971713570243,-1.0958542274816103,0 +1.370932239360566,-3.43062196715252,-2.0045687541644677,0.4534451200532284,3.721492355758939,0.018485586107924723,-1.0093653267712175,1.1324473428303314,0 +-0.17030102283079254,-0.3178254719851106,0.5786817324214194,-0.4320270460501898,1.9946231469551718,0.8642366217892947,-1.5166078073067133,1.2005598663282353,0 +1.4738564325305246,0.042016292403252886,-1.1523764419718157,1.1414865172257689,0.5118044945380761,-0.8267644042246652,-1.547363693778363,-0.7244741795108198,0 +1.9474807779302359,-2.2352129036988577,-2.9195999880908476,-1.221540990262678,1.5331254082995232,-0.9502093032883502,-0.2054880387202062,-0.9503478454366201,0 +1.3146850175387939,1.8626263434066597,1.2426070765564141,0.4199805571309008,-2.6618799605027275,-0.13157931134514556,1.2566351024078897,-0.640507161969255,1 +-0.5230542643104917,-1.5649756151289431,0.6225019343955492,-0.9841666935310718,0.3677538813818716,-1.2593033840128722,-0.6957300633397436,2.2393040329301446,1 +-0.09626443457871249,2.575183668982231,1.9557282697717946,0.0623197821941443,-2.396270757476961,1.4453306676591398,2.0078848812036596,-0.841915451532941,1 +-0.10916439805300186,0.7417467278411234,2.185634606782233,1.318846254267946,-2.8230384969589575,-1.9252643794379918,0.03163451255148597,1.7335682613025243,0 +1.670380044716073,0.9516162441610583,-2.610050441277355,-0.37157219386788076,1.6928474247742704,0.4810677626810669,-2.0499670082647126,-2.938392692945466,0 +-0.04055558404056637,2.3499772482882,5.133303260012348,-0.8264386542470551,-4.5947005591090875,-1.8117832093839878,0.12939063496397885,3.335359294847744,0 +-1.4530333579037187,-1.3935923523456506,-2.430310538291965,0.8147128652342424,1.340798479753306,0.5953732356781565,1.0824975927763285,-1.631043474960411,1 +0.37298066201540553,-0.09954672023084421,0.7825282767239368,-0.5175834572407886,1.050081097510429,0.3468636425808618,-1.1530776201378172,1.1646525753589394,0 +-1.004795397621403,-1.9385733636529683,-1.2485696054606532,-0.04712728101640612,1.2773897884704277,-1.4025204439952748,-1.2441003890696627,0.8128589501327177,0 +1.1334111709141657,-0.6050541453262803,-1.763760800112711,0.3071112720578891,-1.778708216172234,-2.432891440250585,0.4517652603623261,-1.216883557960799,0 +0.19905538328264352,-1.1482023372092063,-1.0259318204000933,-0.050971773484506586,1.2991436096918205,-0.5562761748970825,-1.0626159914267004,0.257485248534563,1 +-0.022720006645044828,0.09592424582759218,-0.9097384107088905,2.7530560732948413,0.34745311448776867,-0.3890998538440114,-0.8568658706199055,-0.7438247543512844,0 +0.6254054671500019,-0.8706667908646394,-1.8112187963288442,0.5711455982061827,2.8234139615556866,1.366187892904778,-0.746546532713071,-1.0078951056775607,0 +-0.5753373154086989,0.398226946885198,0.4122270568488845,-0.7524737824860933,1.7985961875440297,0.9640711183712121,-1.828156893630336,0.5032047206982959,1 +-0.3528995871676246,-0.29169681101365486,-0.7721649190930268,1.293963443417352,1.0449347893858445,1.04122323600458,0.43454984927368223,-0.7356954408955146,1 +-1.3910776902202817,-0.8877385149460093,-0.7759101041745399,2.0150507491520955,1.0773857432613974,-0.8415866672771628,-1.4795716450045266,0.4262343011036723,1 +-0.6377827937254946,0.8271673955496088,0.7365600139871404,-0.7624180598246986,0.9581494741173365,0.7158040631575147,-1.515980185040371,0.4050475010809648,0 +-1.971854507519616,2.035578019669302,1.6394505250253015,-1.3799291115843701,-1.5622360706924887,0.39816605324502935,0.093748952784103,-0.10933123569491376,1 +0.06190230208275248,-0.38602007967127094,-2.1346146925559606,1.381282414403875,3.932258359269552,2.188381664407241,-1.6616219810280977,-1.561378557036865,0 +-0.19175836281265007,0.7289642128579465,1.136826619645793,-0.3736178791609716,-2.879367584986837,-0.8574321806267962,1.8516976029254535,0.10425845458711469,1 +-0.181547675845606,-2.334495667034318,-1.2678789437374087,1.0224656313924916,-1.8095044064457353,-3.614735480131537,0.6417982692975666,0.7870852274305133,1 +-0.11699204409730947,-0.37469963060122025,0.8396205306221386,0.4995181013770741,1.6299525559030854,0.30871289186514317,-1.7510102740873703,1.6197861905961002,1 +0.7786071185605099,-0.06297113968890855,1.996292103207363,-0.22294201619255316,1.563755051841117,1.0816756075592733,-1.2939787566145018,2.348941492440881,0 +-0.8625271054112181,-1.3143640328479613,-1.3032140544753217,-0.0013308188557822718,-0.6473743533053984,-0.782075403309547,1.6724194972395376,-0.6065904142673836,1 +-1.3687130247491992,-1.8376147877449145,-2.96804466377838,-0.7368171020074961,-0.47365906123155815,-1.2455259558188323,1.849026261383581,-1.8686322154801225,0 +-0.018868517964345938,0.6686324840864308,-1.8100943731510277,-1.2576150274313467,1.1101631187485472,0.3657809539945762,-1.2970401429786593,-2.0813182810639344,1 +1.8623319329204069,1.3876978580801125,4.337101788291511,1.2748380323049808,-3.8647342282024972,-1.8194205009740685,0.34426919557539715,3.2815408993328834,0 +-0.6220835953027788,0.44445867192674626,0.1562514834623731,1.5503663746438305,0.41478180018225225,-0.1356376220005514,-1.2970220021945775,0.14466975142412464,0 +-0.32126064953917166,-0.915224698171792,-1.3443226270646575,-0.8844996744465736,0.41151940783516233,-1.2717725876235328,-0.9103851273903654,-0.24916863579657839,0 +0.22848490164731244,0.9362112371345357,1.4099747720957052,0.3694810914032364,-2.980170325228685,-0.8244799173355064,1.7374792248427438,0.23514536894235444,1 +-1.3800406160454164,0.39975987875697544,1.7382308317257993,0.4991018074166604,-2.2935646165696473,-1.5687151461447368,0.24920458849961513,1.4815841007179236,0 +-1.0914398678825048,-0.36164408372798346,0.6707299482928637,-1.409324623664125,-0.44004169401811677,-0.6829834373229751,-0.08595714608062366,1.0626998269623638,1 +-1.6608586395943803,1.897405459338534,4.371020619385871,0.7093043949514499,-5.916748128424996,-2.9666782962558784,1.1822249572074321,2.7467368556498215,0 +1.1059498840209014,1.8277672162655867,2.421195433410444,-1.0328842220063774,-0.9880766946819547,-0.030174163253827047,-1.29742142887454,1.2698422158350111,0 +-0.5976569708578318,-0.06434644797357425,-0.46064267292088334,1.4758921415919661,-0.27399318772897624,0.8699153255385189,1.7532059778977807,-0.954799540238375,1 +1.4627683453799738,1.9657312861671075,3.2129396512422823,1.7384485284803741,-1.4680771389234153,-0.1425882357512367,-1.1388086705968323,1.9235766033976818,0 +0.9855072022922989,2.272227405889118,2.089468722494548,0.29161270973031067,-2.1089175257618487,0.7668740078903431,0.9811021450903625,-0.12027502955612202,1 +0.7872297880450574,0.3481253878570398,-1.1636355189323238,-0.0011450279954507792,0.9502268790505346,-0.07223461316175328,-1.4932606228670902,-1.0669848624390037,0 +0.8247472956900287,-4.929566734684292,-4.107064790908879,1.2852840223465682,1.614816274771944,-4.521419839540395,-1.8390636987931628,0.8346948875340926,1 +-1.3244023774849876,-0.09577534137035737,-0.3176573918900449,0.984338445960908,1.0852331075966373,0.5253020362266997,-0.6531120780308544,-0.10548373441993575,1 +0.14252329770429395,-0.454052227358132,-0.47538656167094234,-0.3623679614345714,0.9331567713719073,0.1206785475319111,-0.5441768351276826,0.03842296233981657,0 +-0.61076114440192,-2.4905115349327103,-1.411007277093981,-0.6586535425730937,0.8447519029229021,-1.4018321012242008,0.01606727269546393,0.773009775415683,0 +-1.7408519119505854,-0.9200799713643777,0.4176453317964048,0.3789245723803557,-0.8510900726991596,-1.516303511541892,0.06386856692711851,1.3005927002594775,1 +-1.219326510351412,0.3745352935133964,0.5883502111104285,0.07467359783073327,-1.995407102260017,-0.17654658291060588,2.0386087877292076,-0.256503715162724,1 +0.6342056104075946,-0.12617839079727988,-1.0563982684606115,0.27288657615405243,-0.263694832099442,0.18114970036152434,1.057558041790363,-1.2669400191253506,1 +-1.8475418773884191,1.4063982652715445,2.2531529741274112,0.41087766918234436,-2.6753974265426046,-1.2075803034893773,0.04215773223921537,1.1828708412751863,0 +1.4836878606641872,-0.8915862704320241,-1.213541843494017,0.6674853809514537,-0.22795812273512725,-1.1179151318576803,0.1442240420538341,-0.43336579669382735,1 +0.3035347777299232,0.38372050405284663,-0.19218237254369094,0.5184954288574126,0.9846601297420903,0.5917619064409696,-0.9741435956541318,-0.3012414141520554,1 +-0.04221234077856155,0.412851609708705,0.44641356542736965,-0.38188413743282634,-0.9312089946306743,-0.809691393580078,-0.32500628007624116,0.25493836033731915,0 +-0.15742131235747928,1.8449597176303396,1.686118335903846,-0.5622330851768502,-1.1195785295218048,-0.317286037143795,-1.3001171242576643,0.5310895144650077,0 +1.0354403550798226,-3.8834290496647554,-4.478669314045324,0.6317403488309158,0.36103764647050024,-4.409180881335018,-0.9218659054112502,-0.6833441810359844,1 +-0.1803638574711307,-0.584976553612234,0.219499741679234,0.7362267567131588,3.1341938719838645,1.6702282596581655,-1.6760412112121184,1.0425450209650782,1 +0.5920693786040528,-1.0413332896990082,-2.2256606854781635,0.009617642225001959,-0.24147296109726651,-1.828299674036187,-0.3318248081241116,-1.152105499599552,0 +-0.08118707559543333,-2.0497688969786427,-0.4529087467426863,0.9841024338613567,2.760749475883857,-0.7927682027104612,-2.6559071475299616,2.050535547018799,1 +-0.11854208929954259,0.9913531828832667,0.6654894687392382,-1.6725577023132516,-0.5554667515958819,0.699625396274461,0.46547664216630324,-0.3407099565840601,1 +0.5471033788945496,-2.1650953272198183,-1.604256007228115,-1.137432602151636,2.602196525659827,-0.26857347212355903,-1.2751567985878984,0.5641934518397429,0 +2.043610663551099,0.34335078326872376,0.7274631623431604,1.68385383280195,-0.3035903979821711,0.6978601220025464,0.7847962779037894,0.18336831625136174,1 +-1.136138899653233,0.8134678009852642,3.185953071125158,-0.36395551886004407,-3.4552187821628193,-2.0515143142113073,0.4004340804759159,2.599402592893684,0 +-2.127846210332514,-3.4177391347065935,-2.7904061664217132,-1.2588915263409994,1.8271789896115116,-2.6999677714157695,-1.7210575987287022,0.7240353465998631,1 +0.29358137236258147,-0.715375564028994,-0.9853676329271086,-0.9776493634279301,-0.23838067396739832,-0.1911574678991863,1.1398077636357162,-0.6907729021027535,1 +2.0248467014604423,1.8048465277240477,2.129496494848192,1.1899117828529904,-1.9125653999389725,1.9849686901352792,2.8184829251049983,-0.27533594166353087,1 +0.25429311500807533,-0.9236359369677385,-1.7186365528880096,0.3373276864780683,3.356959941796086,1.2651364761752224,-1.6121151337232926,-0.6271386844595894,0 +-0.12989907469718948,1.274342496652457,1.4810538457877427,0.9968978524688588,0.5329156383683051,2.4655946677280456,0.7288214028236315,0.04233969038867125,1 +-0.9993680993149423,-0.1809396733928652,0.9671382743649882,-0.4828321703916283,-0.5052042459041679,0.9550681130790223,1.9121658976434384,0.5450452060451203,1 +-0.4612711246075848,-1.9067951819923386,-2.856771762135493,-0.28964430174926037,3.8769584097680037,2.4960879594367054,0.67544646510141,-1.6665509338369668,1 +-0.06538723430976665,-0.15093427131311155,-1.2389532203547229,0.3546561613005276,0.1727817885000415,-1.4013374618421137,-1.597154212635745,-0.5919346289023946,0 +-0.6959039490561605,-0.12677553579009448,1.6254710297182473,1.0684105925017666,-1.0255829333944535,-1.0366766247367452,-0.2499781074703038,1.9060098647768522,0 +-2.541341982843641,-0.950193393470206,1.2893469579401937,-0.5348925232002967,0.975533982807732,0.4918816583874812,-0.0814674928375465,2.097156906688306,0 +-1.4246030155580156,-2.5638199532741623,-0.8762170033477489,-0.4947102291338004,2.0547433770244647,-1.4849436383480472,-1.895885971294133,1.902042097565059,1 +0.35509443775159116,1.0135540582880593,3.7223439937588507,-0.17874336655236522,-4.760204842763891,-2.7389722113473347,0.9754238135854454,2.872623370347357,0 +0.15004629842219125,1.1760991095593574,2.6802255094746297,-0.7978705163541316,-3.201257984516649,-2.086229507447098,-0.25401233966310477,1.9589026272686156,0 +-0.7053087509270975,2.949241551075257,0.8773656126108209,0.05350425260025444,-1.1422728552119181,1.4393319947522056,0.11707970595262218,-1.7416739863430437,1 +-0.4449817740481715,0.6451743978658806,-1.1274041777597108,1.2438521940865583,-1.2885782919802569,0.6005496846662801,2.267897176400234,-2.3502733296382656,1 +-0.7062402878354598,1.041303273701309,1.1962652764849455,-0.5408583417816951,-0.10936002974768778,0.8837875721993242,-0.131763010646759,0.30392948903809724,1 +-0.14255777937724787,2.006245494996677,2.419007141571273,-0.34690606147476594,-2.0467436773076253,-0.5487684365717889,-0.6705516514494851,0.987029218803016,0 +-1.0972895759489991,0.0702470923434112,-1.2606586203248897,-1.3140055616730295,1.1456346445643868,1.3277240571738567,0.4230837890944479,-1.5566970827938693,1 +-1.935222241390746,2.7211760383171715,2.447337127406248,0.7182019046328542,-3.797978912828306,-0.2885004707714235,1.396196268858919,-0.16720183148650203,1 +0.3250657178633967,1.298536324256891,0.8034454990792832,-0.08332872741823469,-0.8695245366881118,-0.5798323827570206,-1.16418869455882,0.07904102511068989,0 +-0.39827290061955706,2.7162666273268643,3.904545980317155,-0.9549626740283312,-3.2371583953142324,-0.7776822001401136,-0.470035287293719,1.8601793893380896,0 +-0.8504684250714234,-0.03940923713146627,-2.1738208707429405,-2.2179846786481314,-0.07514984389150157,-1.0583033315557908,-0.6374150042530391,-1.922111000137883,0 +-1.4867189243316552,1.73647581464119,-1.0690716354148484,1.1778525775879292,-0.5422633346156953,1.252837531721485,0.8794641074187658,-2.887182087845412,1 +-1.0096442811864796,1.0184180494037736,-0.30420185667526867,1.5337794384232124,2.4158661407205027,1.3902625506923212,-2.6033561485401613,-0.5716422767470448,0 +1.1941860228107295,0.32641279938502005,1.7404190261245027,0.03636699975341743,0.562636593321922,0.5005307776881414,-0.9872295873569921,1.7215941561397294,0 +0.12836002095677326,-1.7243523524396753,-2.0779808630814443,0.7283415508894889,0.851575265348889,-0.6588132480434508,0.36289849625936044,-0.7027461415643841,0 +-1.6212704398941569,1.0522959736981132,1.9954976786196283,1.7932175608953336,-1.624759268879742,-0.8138240710516644,-0.47571527985270234,1.3300648452418173,0 +1.543169095813687,-1.5018086453542732,-0.6298464169850633,-0.5472297144510131,1.1699119027826617,-1.140333716999239,-1.3898272047915343,1.0919900800858442,1 +0.2538386420846903,-0.025933112356929855,-0.5588277027211448,0.14628530180455412,-1.006028928647169,0.08016057397323773,1.7309336043398167,-1.0204289933884412,1 +0.5440427886847012,1.4277559937698665,-2.557338979971537,1.1152800101890588,-1.6414572387150006,-1.349701359713022,-0.263407227775004,-3.629975538813893,0 +-0.3879437157759041,2.4483993151002856,2.4359537429041604,-0.4338544731096324,-0.25468138687778635,2.396205973585811,0.21941236730073121,0.16413395122785246,1 +-0.5355370453038902,-2.642252715816273,-0.6716445099347368,-0.18408953144728285,0.7758465132221521,-1.2233143308526353,0.3037238688498587,1.5609997903627117,0 +1.2789409386990265,-0.6720058103413578,-1.5252556327770095,0.38302522730767663,-0.5645782108720571,-1.7964576124856915,-0.4279131395569265,-0.7287713514248211,0 +-0.756650791281092,-1.550499326225455,-0.9529720137279667,-0.9763052080568764,1.2331770014368633,-1.1787130745666965,-1.3859301532372497,0.8066502068586302,1 +0.0766177525820444,-0.2647536206879617,-1.7739428122840004,0.4798784176859158,-0.852795567474027,-1.9632296612223175,-0.6069110600644115,-1.2642670335670998,0 +3.1287421960142523,-0.5127116761728845,-1.2629870171304243,1.760925744195773,-0.7373473934458292,-2.103349291417591,-0.8379655541002895,-0.4623330454757005,0 +0.14540146356586214,0.0860658252712978,-0.21136594014349216,-0.10769875290634653,1.608227213119213,0.6231462061563497,-1.4954744723262587,0.06933076860484189,0 +1.2377369484299512,-2.5886275667871925,-2.166401679084292,1.4860048217842436,-0.9119477039631791,-2.8801336822384975,0.873387034669342,-0.030317539880832745,0 +-0.39647936885587864,-4.399544968150657,-2.6929892694018425,-0.8565795815998821,0.07910151187730383,-4.384548150600885,-0.4432245799932173,1.435815993434633,1 +1.3173522396547606,-0.6063782987853898,-1.210580170307918,-0.4169335979806779,-0.21754940899670983,-0.001908777972880471,1.3097114194039428,-1.0721820302739717,1 +0.1616576055931065,2.301320314564858,2.414787062705542,-1.204093243887582,-0.332975588841224,1.4186513201540256,-0.8082551110011074,0.6198690440819252,1 +0.7710894651955826,-0.17504078114392108,0.5576193735181026,1.0243108356870667,-0.5973122966699901,-0.4591112054251836,0.2683471003479325,0.6771092285671698,1 +1.0253030893627932,0.1626339254135939,0.2735451768547729,-0.7308256397386833,-0.1773686299363583,-0.5863133984091624,-0.7830893242177708,0.397432022155653,0 +0.18482004651720066,-1.2601112183179723,-2.6614733908090846,0.11438587363235146,0.178042675687045,-0.8204479304104263,0.7752843444321431,-1.7870010335606379,0 +-1.389744688442884,-1.9599728046026565,-2.446944699210945,-1.2598680233430302,1.7436897697100568,-1.3296211233219393,-1.444745094909388,-0.33814821576333376,1 +0.39127735824598103,0.6738370755941815,1.1772090052547712,1.4198709012066169,0.6280639344658373,1.0382991059943198,-0.5760389583536305,0.7033096872258977,1 +2.058529163870555,0.9325881818639636,0.8223833991303253,0.8555130582520091,-2.205436862138486,-1.701794628458679,-0.36555165154044644,0.27736625394516823,0 +-0.5689478401647917,-0.2870169799867071,-1.2831245553931043,-1.0061700677258807,0.3381070603239044,-0.6819904040685093,-0.7139577816303357,-0.8159933583562125,0 +0.2231024527216896,0.279705896422644,0.1667321411320382,0.1426175528750078,-0.9000364410044628,-0.6503136765446388,0.06709660579641907,-0.035112679597324004,1 +0.9592283271660151,-0.4784763982428986,-0.5973089332230347,-0.7955267743844657,-1.3292714198571645,-1.4670500536625908,0.6272488771372375,-0.26001320849712306,1 +-0.21881794818732486,0.34894741175791166,-1.0406738746241457,0.6750893689796578,-0.5514167686990555,-0.7893300323031595,-0.343500163990029,-1.198804896185184,0 +2.0620084705440576,0.49935146109004513,3.1082628209415186,-2.1724056455214362,0.9581681543176244,1.2795308494977977,-1.0919556335286411,2.9340974792716654,0 +-1.045211165799752,0.5541903669273203,-1.510004115968866,0.2074494813795445,-0.8905594020817464,-0.8897140287221531,-0.0800014286434304,-1.9126921093171128,0 +-0.012653514188613763,1.3801378679036829,-1.5590495604558159,-1.3390938448655085,0.8929635813127836,0.24213011779732396,-1.9915834338997211,-2.2298136651802114,0 +1.0875569675665158,-0.4992353671641131,-0.9781209154898476,-0.9781595717499858,1.3461496652663114,-0.24095253209471118,-1.4226848457656434,-0.16886774726227727,0 +0.5436119887637414,-0.6946552298221527,-0.7377701116274827,-0.8053016135401464,-2.0254163657487925,-2.631347009557838,0.34084131159481323,-0.05336597751510275,0 +-1.0652790403341756,-0.2683142419651776,-1.1460877170625612,-0.1794052285075146,1.3751893223111171,1.6509608839497738,0.8589691852508163,-1.2970126915360494,1 +1.3167979078524563,-0.9073328467157845,-1.024745433908922,0.8404314983123796,0.004156081199241906,-1.1099126335752194,-0.21356015411577756,-0.13202543089208996,0 +0.1589802898768546,0.828523959670932,0.6253341042579601,-0.22914001435953588,-1.6524968848826902,-0.05359627395315347,1.2130948677086235,-0.38848212782887526,1 +-0.7627959568632828,2.4928520441935955,2.8309105330984656,1.144363571350476,-0.5211360132634606,1.8753893035296103,-0.25662072528001023,0.6966710998793297,1 +-0.384444987116754,2.7383232323361737,1.9450774981033554,0.17603093451243135,-2.3610894953594777,0.9314396806622229,1.099254756002284,-0.7052963192115904,1 +0.5593966914952506,3.0343953366263507,4.355088246691341,0.44838538942238954,-3.1359204143500747,-0.8599931854561472,-1.1968601891620623,2.252255088292948,0 +0.007971821725990706,1.403642556118217,1.0187390369764924,0.2345191958808864,-0.30088743037341226,2.2610832999991586,1.6391018948570153,-0.7672744794710263,1 +-0.9089279157617877,-0.7378841488283013,-3.2204986839779575,1.4710835811045249,2.86635896628139,0.918082125524871,-1.143847734285012,-2.410294995116547,0 +0.9140138270315614,-1.0135423637513081,-0.5880305157685134,-0.8678019852603811,1.6312286534651912,-0.2914365335142152,-1.4542099129280164,0.6743676745672331,1 +1.5554584806310623,0.7676337641722695,1.1644834909238762,0.7690962199838816,-0.9909918295227444,0.040481691886515736,0.30547577023381844,0.44917484476068953,1 +0.0629170151288846,0.03228829579744863,-0.5361042422228239,-0.4840200692173789,-0.8142851080431046,-0.5980097805830173,0.48332360717873957,-0.656961228178901,1 +0.9104908501190073,1.3568825658024297,0.08307802368902202,-0.8818246579366456,1.6000695556247473,0.7194258690754651,-2.81058218271417,-0.3564759809601566,0 +-0.7671052930223875,-1.0117681993046737,-0.18843951900001304,1.8707295076047346,0.9553469247433537,-0.31028630669844215,-0.631718593662792,0.8578468359376098,1 +-0.2701672921190272,-2.005409746317494,-2.5378191009332323,0.41914413549424856,-0.9577314907062568,-2.9963331687936074,0.26142849181849637,-0.7259055175036115,1 +1.311831562925704,-1.4447572230846832,-2.2833832583837728,0.039279815819802374,1.4942359982652733,-0.4503235905588399,-0.51846481592947,-0.9251770808039986,0 +-0.09598291018623589,2.5756135761514525,3.163141476443731,-0.31645605545797995,0.1715892618620485,2.778494825097428,-0.22498719312973586,0.8865553975737908,1 +-3.2464113895649445,1.1487320691002263,1.700970114087353,0.8812203263103624,-1.7579180433956576,-0.9357893294646733,-0.46779573000901725,0.9565212874855656,0 +-1.1510406693184725,1.0974432367728069,1.7492192286396895,-1.7937819739375251,-2.3846156926336506,-1.5812885141975976,-0.39326270418575815,1.0782129574377475,0 +-1.219908005455025,0.9970004798338213,-0.4734080514071753,-0.7970612305528705,0.0035881685381744864,-0.47888130180424626,-1.5831903446796924,-0.8581616146100353,0 +-0.43065040613325906,-1.2986412883379663,-2.0826767245610416,0.550251517185156,1.6692454234725465,-0.9485278246999804,-1.6480562380941812,-0.5008200169584902,1 +1.9428524782259136,2.466830244815955,-1.2790159300510897,-1.1598130887603642,1.6079703517743542,1.1771543884507825,-3.01690222371587,-2.657463908157575,0 +-0.8391750165727034,0.1470003169428229,-0.8747105747028637,0.7274082308120174,0.042309587952942825,-0.5478890380115061,-0.6984550023650298,-0.7820541922283382,1 +0.6163218242649141,0.9943447569040214,2.0910646056287967,0.6358884346141852,-2.6303211747559168,-1.5814599111250525,-0.02994859200346034,1.4143959545876723,0 +-1.81414428950432,0.07189586506521461,0.6501403425706866,1.435236560046452,-0.8745169433187492,-1.2393302805569477,-0.6698699646331335,0.8762179098286889,0 +0.22921768828950015,0.49951902660179,-0.5165600224767485,0.7205256734285235,1.4114218894022417,1.2375694150760568,-0.7532143830911631,-0.8379849928220217,1 +-0.6479795004958085,-1.0851663295497833,0.21730771239506397,-0.6240852778243472,-0.2706992486520965,-0.9620712233281832,0.2107198168903659,1.1542222320779765,0 +0.08951580813986922,3.7833333998854686,4.055523655161051,-0.48824181106473163,-2.7064806606307203,1.733656151857565,0.9287575943138557,0.5412194833263673,1 +-0.3903768794951065,1.732591021689068,1.2718633516492592,-0.30897171320904204,-1.2220542471163476,-0.4842369353071576,-1.1363889735172577,0.1735500190853183,0 +2.0272451262463784,1.5424596899952463,1.24272176778932,-0.34484447711352334,-1.5154294968361348,-0.9144029347753893,-1.0782127229651723,0.3217878140710431,0 +1.8731335288482633,-2.24396348547777,-1.9221224436577034,0.6328875227030714,0.5039769648647887,-1.7611005262369424,-0.09600513219075002,0.10323753534020597,0 +-1.9471320155022342,0.25721483726376815,0.08765836297839079,0.2260856388919031,-1.4369699966914187,-1.4359363656195132,-0.16784983468204295,0.027346647348377107,0 +-0.06340599993878523,-0.5642562644160992,-1.0088658023924497,1.0076262980867507,1.9033763014734155,-0.02316013483848056,-1.848257649397131,-0.0467502093711214,0 +-1.4760761291946554,0.010376925543682414,0.1986073681314595,-0.0998127166728354,-0.28633257068347745,0.5572383385068965,1.0836616621078174,-0.14286631931398863,1 +1.4841473852037184,-2.797663072998101,-1.657348950783166,1.734716074608604,0.2935421104766596,-2.0836485357466756,0.29504377717615204,0.7589370331727752,0 +1.3748007135171594,-0.5513313126850923,-0.10244087282662852,0.9835656606967079,2.0223080196020717,1.652779503208634,-0.056607011277338914,0.25016575410781516,1 +1.1063854964971613,0.1191549237173899,-0.8778944758446701,-0.7083676923648033,0.511304440464589,0.7555129004740018,0.4020880718687825,-1.1594839505247287,1 +2.0448906086995473,-0.9927704839292046,-1.3344230621292872,-0.9016962938192261,0.005632947828159423,0.5725058107558604,2.2098637010262756,-1.1592416905678025,1 +-1.5353123261666408,-0.17130195335963927,-2.1858764209338255,0.8266033540970886,3.554949203083797,1.2481844046765753,-2.5943567747611764,-1.4703804115523076,0 +1.2962956532207828,0.677481129906287,-0.3465964834695635,-1.5036035609727536,-0.3623755742288215,0.14820946952643632,0.08370216897610183,-0.9584796832048881,1 +0.747288827689085,-0.3374728709193258,0.30489509487581296,0.7153162913568148,0.29337080610935995,-0.45389339427311415,-0.7477509702440707,0.832006836519438,1 +-0.5404339694437124,-0.19792364439847854,-1.2788914652688432,0.2213243634118,1.9006819717456505,0.6097818412346618,-1.3175450495144738,-0.8227111743342472,0 +0.0417616215951712,0.483634966536282,0.2570430040496111,0.049208831177310265,-1.1914287497415397,-0.2849445617720804,0.7243919766969538,-0.32145012686655483,1 +0.5230463262633641,-1.3665795526467657,-1.4870248614294574,0.5931150291226874,2.019075427557769,0.2415861583794358,-0.6574533523878947,-0.19741967128818905,1 +0.4625602329011541,-3.218197003832471,-2.9009902831892265,-0.25035846331244527,1.182635805694272,-2.7086795124770715,-0.9964470321521082,0.2477318917349401,1 +1.1423437812808521,-0.862090196817829,-2.1783472208217796,0.16272838804039402,0.42083802976907436,-0.5237036211570147,0.25662375387043956,-1.5146874835277744,0 +1.1528196164631397,2.8194989614003703,-1.0561471963351747,-0.2857351172593602,-0.6306715113655265,0.10546216669738384,-1.6967807053846102,-3.0038572675922355,0 +-0.850824329547924,-1.2419920104613946,-0.9401550606502923,-0.2028781989999019,0.4883731712280316,-1.130081692167652,-0.5947452565776656,0.34129468422011167,1 +-0.7987296149520922,0.3720968055738906,0.3551512494181542,-0.8373658385506911,-1.5854934957118543,-1.663155096906464,-0.4598135219640005,0.29854862954897116,0 +-0.4874041404522235,1.7659137187881544,2.6761859215702897,-0.5705513491227089,-2.5625865030675805,-1.0384552653344696,-0.4024871074931144,1.4164052674259082,0 +0.22899408509861832,0.7353175407752996,0.8778464940283965,0.8025935012454762,0.19959031105470004,0.5042103302603662,-0.6574482223889342,0.41015366304216655,1 +-1.31457927378068,3.30242473475435,4.347024788279748,-0.6203940973938781,-4.512111805856116,-1.7618619529114874,-0.7231258921842955,1.9586540735422313,0 +-0.3727638748586232,-1.0112009986545463,-1.8827605505483496,-0.04252260050381759,-0.31296455257529093,-1.6457541249305785,-0.11732892647681525,-0.9011381818842588,1 +0.4430326764886883,0.7982712750544368,1.6549147916374662,-0.8397726328552911,0.5638066067424666,0.8340469520834155,-1.028307465973533,1.2216692334623334,0 +-0.6692214083175092,-2.5566032083778483,-0.9146413692441548,-0.47234175770202796,2.3567139875067253,-1.1969184700197941,-1.9392576068616982,1.8465453376012997,1 +-0.8492987923247881,2.1854271894228985,3.6143565219835976,0.9556412611164545,-1.340595735543122,0.3906749666317708,-0.9616073683539014,2.0570797286719125,0 +0.40806821756385575,0.14596729736885128,-1.7493527028953748,0.25807019065229114,1.3621251202140672,0.46701094451784775,-0.9752660750207929,-1.6729254718411257,1 +-0.578600706126466,2.3185871868645638,2.271570561360904,-0.7038073245300924,0.30180272761125393,2.972378206136968,0.3812682133133797,0.018762231663289497,1 +-0.187320246290426,-0.4951192677656402,-2.0674884318726665,-0.4207559922237538,1.3139921938923824,-0.3473997298222943,-1.2102059530985956,-1.3286732286205922,0 +0.7997584976193022,0.4620419691485137,0.793640673208362,0.4930118545175565,-0.3147158271347885,0.7537705546142346,0.7282316088567518,0.1613764218040411,1 +-1.2616324042955536,-2.184059554832002,-2.7580739675777193,-0.714690190638679,1.9219130688974122,0.7585704931665841,1.4177537597424728,-1.3996370270590912,1 +-0.04598609393575067,0.4978746158231131,0.18375026017447865,-1.540356141065951,-1.379359430804616,-1.3646353322032017,-0.44209772133514763,-0.009556993976826633,0 +0.6826454432679959,-3.380804121779608,-1.0149972087641996,-0.2028833981643921,2.238093660126821,-1.9266756861218362,-1.8257845800699144,2.4660210668561935,1 +0.15699040606336062,-0.032415444338397825,-0.6019420919828264,0.35007649543319624,-1.8639251109056414,-1.4911534482320914,0.8782149906265196,-0.7075546060446117,1 +-0.09475231454210277,0.6628051050008384,-0.3440723135313965,-0.5460253987991718,1.3303029278794067,0.649398169072533,-1.6477789083488386,-0.5134949304150458,0 +-0.17756276440743315,-0.21596009965914065,0.5850403764429417,1.136369987372929,-0.4584282377442194,-0.8681348529907033,-0.439216863863464,0.962340776173636,0 +0.7007574531978038,-2.501511522069741,-2.2133463983515766,2.6574621163336487,-0.5417005530733618,-1.8733962092235743,1.6076569495939796,-0.42747499063702626,0 +1.5244660015718552,0.29640787103645105,0.4829291292601727,0.16967957193847527,-2.0018843239740076,-1.6256659970726437,0.22923467607675851,0.30302883957722676,0 +-1.0865059793579004,-2.695389701282145,-1.5410035363917405,0.9151836326237732,0.9781648662468581,-2.2332047932484524,-1.025052184906012,1.1594041939314492,1 +0.5694541685436431,0.34299691891346984,-1.340416531695319,-0.708455132422539,2.701091147584719,0.9315841405895762,-2.5960118510738717,-1.0209254426760563,0 +1.2090912995386134,0.42010415173226434,1.6405055051937658,-0.9928114125088908,0.7339681166110248,0.703291360961517,-1.0335389849504653,1.5379025320551039,1 +1.8625737078625249,-2.7683736932233955,-2.4802133754022258,0.5530914741661783,1.130805580818315,-1.4100063681871355,0.20392839543907082,-0.12900070284201104,0 +0.10168516247357226,-0.26143084681185813,-0.5786260944971137,-0.5099752074624208,3.596439932139721,1.5755725975200259,-2.581463476898024,0.21042717316544535,0 +-1.1003591988117738,0.357473756646709,-1.0380166630330372,0.46821210755316833,0.7670983847459166,-0.5078149723488814,-1.8592226292172709,-0.8148112161660205,0 +-0.17417170834494708,1.1650590442713251,-1.3883905748837808,-1.2557476287280442,1.2778065041340305,0.9003092205746634,-1.4797398126814334,-2.0636748069974953,1 +0.5566961035334991,-1.680284006686628,-0.6955435718026722,-0.3359401091704433,1.794622109714787,-0.32710916895291664,-0.9849589796716651,1.0040797176801535,0 +-0.03897434428978914,0.69987408061835,0.06973861674674267,-2.694471037978308,0.07190747053442724,0.18155624494883638,-0.6352535426417911,-0.36235978163504917,1 +-1.2882181168049212,0.3908697401351959,-1.7398711516576826,1.1560766938191638,1.9418424524735503,1.1542492917138023,-1.1524860316437078,-1.8749132525279761,1 +-0.2990604411662368,1.1375010716917044,0.5139665221173834,-0.32953519844331947,-0.2845060259691192,1.850664469977757,1.5003009113918395,-0.9863850270332114,1 +0.046437728653265266,-3.5564277480053823,-3.062775067198144,0.17853203141073742,2.170060415832355,-2.5856333084292897,-1.829926462605224,0.5850916228091249,1 +1.471973122010169,1.747579143240799,-0.3160509584164281,0.09131677010842282,0.5329025249132627,0.26049748245967885,-2.206801578073951,-1.2202433211706163,0 +0.7825728945635348,-0.48636085431242004,-1.6999143160783112,-0.02542749854558637,1.3550591464140394,0.02447488879315074,-0.8877810340987494,-1.0782985843607804,0 +0.34525906885723057,-2.167755538458681,-1.8669126706883012,-0.8288620392469711,2.849404989759864,0.4989645781989136,-0.5256192541307352,0.03787793501436165,0 +0.00039640505266390564,-0.5872468532565526,-0.8047412431186456,0.9548662122645046,0.9637023457443523,-0.3684370025450753,-1.0019626790707203,-0.022390107571950035,1 +-0.16891405684846417,-3.678829809508546,-3.62817502632138,1.409955294629006,1.0868349400955044,-3.332262982003816,-0.9858789294675838,-0.057172382823734824,1 +-0.532241380504729,-0.7166745355277366,0.9051756191168951,1.3356256648305729,-0.5207951052988774,-1.0672765669746205,-0.16786293999478707,1.652462408905802,1 +-0.254691865772436,-0.3991494441448969,-0.17683515892220944,1.386594181412067,-0.4598739905934176,-0.8082712286446253,0.059206678446974026,0.20342605757626192,1 +0.7859062059615991,1.1082327154396463,-0.6547115672758631,2.1243308103067737,0.405566145858929,-0.16280931623621286,-1.8029647114778526,-1.1011357690990387,0 +1.6393422883474857,1.5415489690272979,-0.6998448489701805,-0.007859252695555138,-1.6374826132407132,-1.099787677411382,-0.5921771562882812,-1.768742682077541,0 +0.6972752763090478,1.6376725130708218,-0.5362537956964621,-1.4931079045625726,-1.9138130053416207,0.7693442619871383,2.144904062690278,-2.5675705021378894,1 +-0.3047467027545181,1.0221067887595778,-0.6798766573181763,-0.9179385485903702,-1.065954723007884,-1.482000743961424,-1.3630606067929936,-1.0718074356977147,0 +-0.4010621971342508,1.4129182782635556,-0.494511219346617,-0.036272364530379214,-0.9904243812847067,-0.6256118019173424,-0.8031377930083785,-1.430720378956957,1 +-1.2292948265510009,-2.4875071693292217,-1.5382217907092306,0.4150584542105944,0.7373016952297623,-2.219274934818877,-0.8877963913103946,0.9484319353718644,1 +0.9517242300477764,-0.26586505837658314,-0.37017241186807176,0.29416149653741697,-0.35933029499119534,-0.7569081874433302,-0.10392373401336907,-0.06542845063980252,0 +1.1103387738065484,-0.2801927620522221,-1.4458146311672433,2.3339242336342907,-1.0886832305133554,-1.7599378131317498,-0.07677806977351598,-1.07680522996439,0 +-0.7754493905666076,-1.5303144906000212,-0.7444910895297526,-1.338573436114453,2.072173187811524,-0.9480207879142925,-2.356972638593388,1.2464844243140398,0 +-1.8947629807895474,1.1468515046511398,1.7625523642564322,-0.3919345267909132,-0.39383304423070536,0.9148096050241067,0.03895855071107546,0.7416614180739873,1 +0.7263626891515618,-0.08809539520519416,-0.3410013133611112,-0.20705413944679782,1.2248085232167971,1.857730531774541,0.9236619060727002,-0.6644800210369449,1 +0.6435608130992323,-0.6781860546768445,-1.0744728618532955,-0.2997307836946631,-1.5327003890476996,-2.047750908812705,0.4953408013841627,-0.4959881638149321,0 +-1.538113291177537,-0.6334206589467317,-0.6831781651241365,-1.3578481611296134,-0.984269965621948,-0.2911311178904704,1.8954811805413434,-0.6497005915520008,1 +-0.400104427400766,-3.241114552375848,-2.2960584906857813,-2.811629892143023,3.030880602984432,-0.21449673429693566,-0.45539897449520894,0.5441533849740012,0 +1.1275317291363527,-2.1290997843446386,-2.7156764825200463,0.1333347530559233,-0.821735488230254,-2.335509371182031,1.133451555614635,-1.0887715102028364,0 +-0.13539893725606283,1.9399962766666283,1.955327348097901,-0.1987728502683348,-1.2120280316006082,-0.0943437660211266,-1.050650704973755,0.6397893581734015,0 +-1.9586233505304151,-0.24244840121863254,-1.3528581065251677,-1.7626208803004477,0.7031151708405415,0.08307851160442414,-0.24216989696527602,-1.1108200566417326,0 +0.07464293817009517,-2.832156543472972,-3.228699372922418,1.1725902550996616,-1.6823632532602064,-3.4000562555003215,1.8469613878280497,-1.1276403576350598,0 +-0.5787141048502592,-0.2990473307711148,2.0374632560514963,-1.4710507417819667,-2.4208040766550156,-1.8329835307647764,0.7458902407084296,2.261820984157107,0 +-1.003660945247179,1.2024752371138292,0.26315301353225773,0.16744215685164346,0.6756549617019023,0.3454436236317582,-1.8757099052578554,-0.26731237637787475,0 +-0.9204367615181259,0.1745526666395415,0.2144553720077671,-0.6477797581243121,0.09501744046959758,-0.5871434529990034,-1.168723024921004,0.43171637610673386,0 +2.189179218741712,-0.08628317712960099,-2.8472128062964477,0.11035071924911069,-0.448328156546869,-0.4286999656820316,0.9790199666914133,-3.052429562261116,1 +0.8359732925710353,1.3868358934045049,-0.8433483625239337,0.34711722155235575,-0.5786340171205877,-0.4877429671548449,-1.0784053930554267,-1.699272397409849,0 +0.9553975102064903,-2.8720752134284595,-1.3862545049563766,-0.525134945372464,2.46217614499242,-0.37746779412439735,-0.5208044012055564,1.1871590700157308,0 +-0.6964736071611067,-2.5018751617773693,-2.763898070517863,-0.004749041847825437,0.6775318680592481,-2.46301682433074,-0.7599698913847436,-0.3008437263330863,1 +1.5748827660117786,0.10394522066831358,-1.1703546758527856,-1.2123199340269983,0.781647847869027,-0.33183651578757656,-1.3337626547193162,-0.8908009124840247,0 +1.019389453276962,0.33997689232132217,-0.6456997082846061,0.12386272551434516,1.0917561155319118,0.13120910572729394,-1.563845063292517,-0.5302856693294105,0 +-0.3400009741244546,-3.2654493921781595,-1.916321016737426,-0.13134817843815394,2.0958197227033355,-0.6855564768888656,0.16750164086020858,0.8181917759222956,0 +0.237570180507763,1.1644462518773886,1.5318698303737692,0.7690039526652254,2.310913659055305,2.4259289834509454,-1.7570956102688355,0.862423528520195,1 +-1.0653981665374073,2.0571882136218145,0.6530489491354968,-1.4661886517359224,-1.4855610848125298,-0.9738758703908332,-1.5858568836739129,-0.5703103284217366,0 +0.928581503277474,1.1066608573647678,0.6229358825880992,-0.07581150652838711,-1.6086401276344453,-1.4881295890464319,-1.062475304884576,0.0998222076163986,0 +2.1680570546021247,0.46162979122343717,-0.7797991094456758,-0.7365604400160993,-1.5280163261204058,-1.7366980613842753,-0.4103574273961375,-0.938145166078002,0 +-1.1113397292937528,-0.0010283595341323837,-0.6367676840164143,1.2786251898917336,-0.4535323504478594,-0.4669507322423526,0.2082816502311714,-0.666749560373332,1 +0.44681914706271025,-0.9467678965508335,0.3040514544463674,-2.104999594849712,-1.873706709715711,-2.3174218737562935,0.515689466995003,1.146898660503002,0 +-1.4822583558800744,-0.08259441969240167,0.3654766862720842,-0.9647630409399532,0.2910406610584668,-0.5667682501676399,-1.1872999394046067,0.8058550504055629,1 +1.1386465701858013,-0.6211025080103929,-0.3837504735837227,0.3708728645049921,0.025428042767933652,-0.09354196204237375,0.6190634909606375,-0.02564300527746677,1 +-1.058824159198657,0.6709286193273982,0.45327044428086705,-0.558206015310334,1.3226626528016576,1.0178701605170561,-1.3832083346345,0.19005656750424205,0 +0.38204648457754964,-0.062322851406278135,0.9939045881772303,-0.12349532731521154,-0.06121793430532176,-0.1685279736352735,-0.3558642702399166,1.171844889135197,1 +-2.483994959548354,0.21843903548935728,-0.19851937094835995,0.12369070165922968,0.328611157227275,-0.28819317487170404,-1.0318754049935943,-0.08496624798004804,0 +2.3019478851674395,-1.159095300877849,-0.7907362998844444,-0.622703728739223,-1.078262993263073,-2.0869253599499675,0.23179742311093454,0.27286703184933897,1 +-0.4367834802911943,0.8452963803827287,0.7195813035554105,-0.9738520150257101,-1.8681285207260003,-0.6541386523533473,0.6744533242932778,-0.11508889108232057,1 +-0.6659072658193957,1.4185221991377701,1.164125763635056,0.2894492930548731,-0.7627431981516178,-0.27576132657812485,-1.1439577683621507,0.3154175639431198,0 +-0.7837372910384538,2.13383161435204,-1.2771714439175523,-1.3025195148279483,0.9378295419643784,0.8232116644085088,-2.1742783935761416,-2.575141399927902,0 +0.05023663552453889,0.11903687994384904,-1.8291012163602616,-0.4337431280211243,1.1524966443926083,-0.5829650291894938,-2.0248989269547373,-1.366711767609715,0 +-0.4120127508285608,0.10119413149224221,1.1295653090730502,-1.4808004667795214,-0.3212520953662558,-0.1107586857392946,-0.12310689050684065,1.1041775806366647,1 +1.6983342111382054,-3.5980938360740415,-4.757364468472616,0.3092529536060431,0.8448867167224775,-1.4959964427028718,2.046387052838131,-2.23405699727697,1 +0.21017456286919778,-2.04071819117955,-2.2280789760641824,0.5056256997930456,-1.054866209173195,-2.7023270686129024,0.7413115573617295,-0.5337077323892269,0 +-1.5648988076947283,-1.7069615636653983,-1.21618744951631,0.5761163463223475,2.9742123691835665,-0.2060346264480935,-2.328148045778061,0.8516606065895069,0 +0.8108152601665458,-2.266200722378853,-0.9142649034668504,-0.7348144219520941,1.7055640494516702,-0.5502213071989415,-0.4607628346338944,1.1520203564371079,0 +1.0562696493116985,0.6944536893198416,-0.3129984388117648,-1.0689297254853922,1.2644062863090206,2.4605043142226752,0.819254494672079,-1.3150117372298644,1 +0.8042785686616876,0.9818911670808036,2.490690823984095,-0.08530707399373229,-1.801297122849557,-1.0463025385123246,-0.6003231117837498,1.9442875401050859,0 +0.3456861429749005,-0.7956205535074595,0.6231743603415905,1.6945015138715347,-1.6727794251082506,-1.989403326457435,0.41186985190065895,1.3464491683199966,1 +-0.7298394866068175,-1.095266816677055,-0.6553066612776423,1.2227324770087713,1.4391058443070295,0.3515802963309857,-0.2148044353137869,0.29039430343215134,1 +-1.2748414874381482,0.37856768032854304,-0.6309899628819171,-1.3336024621748568,-0.7116650489196256,0.028627476443078836,0.8266580920133637,-1.1868284741652537,1 +0.6897966106388231,3.2553745821744258,3.744245532079267,-1.0805096459410832,-8.683753342920408,-4.943861680671802,1.208219071956204,1.1073534657690123,0 +0.10918600819850502,2.1185558205079658,1.0184973887279511,0.2438125443078835,-1.1542806601873428,0.7817692783537067,0.11234369894101692,-0.8448778362975214,1 +1.2340863823199848,-1.722601573108135,-0.3753718370574843,-2.0591017559349067,0.05944610696369157,-1.1155227659706677,0.39273084034537575,1.0529043571399304,0 +-0.627162048052608,3.379035628970872,0.2456973131134285,-0.0997220331682145,0.499444177915961,1.1830358490254087,-2.8493167108852804,-1.9243844010854156,0 +-0.6970046065820396,-0.4625507160809155,0.6825733969765347,-0.11846020555655147,1.1758903331736403,0.10261727245006591,-1.2381968978364821,1.4114647679791252,1 +-0.8929193688345334,-0.7474548604896427,-0.5800943293580151,-0.8405987590144894,1.635254843556578,-0.030534473925296735,-1.4011592969265323,0.42331000493515303,1 +1.352938355593569,-0.759404074588679,-0.42112857307507495,-0.101149507465652,2.5592648646854843,0.9743312071740451,-1.411846678441667,0.5207708261660429,0 +-0.2099276915368236,-2.38251703968404,-0.4548164743300971,0.6240425054566091,2.619392029072694,-0.9322531426012952,-2.2808723234414296,2.2388948107410807,1 +2.7489031250346616,-1.1202381648340942,-0.4202680809389465,1.4388760072395679,2.619227035889592,1.0215321116898264,-1.0455232402835852,0.7237068468654949,0 +-0.4926081824224543,-1.6235003484974266,-1.3762286992753825,-1.409216353255257,-0.6307315860009619,-2.122212813366378,0.2152731687281494,0.07734884791271113,1 +-1.251681143650305,-2.6799165237630542,-1.683779246044016,0.0982998251616794,-0.7448660556985534,-3.1158493330328154,0.2803057652248069,0.7157671856092506,1 +-0.31999982568399665,-1.2460212509251014,-1.301795034133996,0.19980322216639645,0.40263446400301744,-1.0026376835473894,-0.19412977205293436,-0.1409589565501842,0 +-0.24692254025674185,0.2204509793797501,2.896882385576612,0.1829651481921212,-1.658702600587333,-0.815655813956548,0.20839826079221313,2.763742742687728,0 +1.3230593811677258,-2.990980104216815,-0.8924089325289244,-1.4262690131520164,2.3783234807221443,-0.8400917909547786,-1.0319860207120901,1.9632188596726967,0 +-0.28988158930110597,1.1420004514205344,2.34561072395762,-0.24454436197786625,-0.8585291438589305,0.5984798114023031,0.11769826733003874,1.341213597400754,1 +-0.27952790378150844,2.8590047226738733,2.8904452370686666,-0.0176518948845613,-3.2704179892532816,-0.06788417750642817,0.6617801303973678,0.3484386213481123,1 +0.7665020445357847,-0.3662001664582213,-1.3167502267985551,-0.409114324846906,0.5565448931588552,-0.27160834012144053,-0.38311000443672594,-0.904263073394051,1 +1.1422985489990234,0.1787809399410284,-0.36234667191931347,-0.379946744346021,1.5333834452673525,0.32028113934763125,-1.8493234068883517,-0.04344752240895855,0 +-1.2110785795582142,2.6417272626038066,-1.3537173843015233,0.10800848151962626,-2.7111045520808363,-1.704424990871901,-0.8655405492090448,-3.2421784262304723,0 +0.8599277013136718,0.6987162148351207,-0.3158219190648518,0.04095025926157139,-1.378426534320224,-1.4899687389882463,-0.6836792552161154,-0.6118930587209042,0 +-0.978299264672283,-2.213221138437691,-2.776332806933878,-0.005036812767906709,0.27751969357489514,-2.2257352598259965,-0.18041502981066293,-0.7323002351743154,0 +0.24904397263823766,3.3298433973079753,1.3278929023877968,0.03493447379222049,-0.7336457469920789,1.5904067618774604,-0.804370165218669,-1.3676255893116886,1 +-1.2553765389902085,-0.7023445818362637,-0.1754517063894012,1.0133246981569826,0.031216126296562716,-0.7999129762686119,-0.3037526417231316,0.5584959975786776,1 +-0.9600402032186575,2.1518483586538397,1.3043506919348982,0.3063301446736832,-2.3094539413018733,0.3062232175020845,1.0081522748180427,-0.7884130778667193,1 +1.1107138910947656,-0.34319683845914684,0.1096022631335206,0.2101557468040215,-0.1866641924513478,-0.5823708834110229,-0.1719175010922983,0.4924458864141374,1 +0.3993526787934614,0.097408292495894,-0.6691407386701725,0.09213840958300043,-2.0237542917190616,-2.3623835548380026,-0.176686835825697,-0.5332785569983423,0 +0.5321586732534175,0.9417359363138333,1.5887922352121946,-0.09327352968234376,-0.7346715790537732,0.12568599276711123,-0.2562853585052762,0.8787440888692108,1 +0.4022254020120703,-2.9233660590611734,-2.3719369386946347,-0.6084744089597861,3.217289342739283,0.0422471052297827,-0.6997582820064319,0.24507110307958702,0 +-0.6481259131208076,-1.2772966106658692,0.1805870874236251,1.884243997440857,1.2668223859380905,-0.8570035109310706,-1.62515272360012,1.7678422809065202,1 +0.6148784962632103,-1.8511234304599289,-1.1950641644623572,-1.535586297663005,1.8177376909367846,-0.9197408693776954,-1.480738691676448,0.8203617967433757,1 +-0.6536562743055682,1.8351716529530178,2.644642727554412,0.18527398679682655,-0.8514090822081057,0.2834752088846083,-1.146201602588072,1.425685786808227,0 +-0.2421664829266847,-0.14981457889905825,-0.7402275781804288,-1.6509360583223618,0.8114782855911683,-0.29907356348134573,-1.1825394905932287,-0.28278888642216526,0 +-0.6969993228786571,-0.024527627754084014,0.9119295620877851,1.0250038706565248,-0.6951259918334827,-1.0282584727313373,-0.6154906111509496,1.1927935763949367,0 +0.18319500962003396,0.35346187667905876,0.17181313211001217,-0.5903032096649581,0.4564107103626569,1.0266915703613229,0.28783155937296556,-0.2805810978351621,1 +-1.2804895136530519,-0.08275987212385405,2.3665662249808213,-1.028445053435665,0.7554440265362142,0.8336421434303096,-0.5565898344420908,2.561444011891445,0 +0.17615488939551163,-1.4167396630193945,-1.2989719801482766,0.6330903687397432,-2.690107999207515,-3.1688686663269596,1.5122151356832083,-0.28941621923433347,1 +2.4665245873350337,-0.08648092320923717,0.47662167661535493,0.1688297155060662,0.8119918485762802,2.122588720552554,1.6293235574503304,-0.04621468679668128,1 +-0.24581794122295497,-0.604161370665109,-1.1219982255152736,0.8851527984599132,1.1680190580987913,-0.639930541024828,-1.546262553750657,-0.16241266764490947,0 +-0.2932018888426347,-1.675074277344602,-2.804021102049104,-0.7936062026893977,-0.8857698609857267,-2.1776309966292526,0.9711528605309587,-1.5302530009551123,0 +0.46302054956913075,-0.27071734420104754,-1.416648819150358,1.2235256273806716,3.7441519345288112,1.5186214105418328,-2.6173719197050973,-0.6192367208423148,0 +0.5870954020958606,1.5109886997469393,1.2677105932259538,-0.3790005422862145,0.7210374218894304,1.8251156224855638,-0.5879347730843187,0.031022825803178944,1 +-0.5556123068942488,-1.017937646421511,-1.4080425256569467,0.6848179501300179,1.5156423733450621,-0.005657037240298313,-0.6676706247936031,-0.3899262652194975,0 +-0.09306564329197413,1.173845439145812,1.4426382416683377,0.8949918499867279,-1.5067531288075056,-0.6837205284047019,-0.4427519317406339,0.6466869579526868,1 +0.7071042799140109,-0.7200473902714934,-0.7031278257246132,-0.7601677439813477,-0.5545886197622072,1.0848300958639945,3.2171282256343874,-1.059900940792002,1 +-0.8879252234100831,3.063331542125262,2.257544460433652,1.913789516239655,-1.3430456072751749,1.6638095108484716,0.18335930845350845,-0.4706669367783067,1 +0.3562254673998858,0.4054382957522684,0.34696752130005826,0.25822907796945777,2.043287103978684,0.7524687836795274,-2.448600877670318,0.6148888376566133,0 +1.0124876505779767,2.0251256916516067,1.259870303175629,1.1962937866918846,-3.8509170529089,-0.9765396305553491,1.645783786786866,-0.8007109383851511,1 +0.3428658123934177,1.1177194050316446,-0.45104115287494806,0.5871021490186049,-2.643539300899555,-2.476017608014867,-0.6070216027741032,-1.0483476022011196,0 +0.8384893959868821,1.3369172503443696,2.4885907437889827,-0.6314559924870966,-0.8673505710391023,0.2772889837230732,-0.5494977755253625,1.527009842017803,1 +1.8894941848497664,-1.7303860273698757,-1.4586663610821604,0.08135202894789618,3.1694852067374204,0.657629746667324,-1.3596750464979397,0.2967829546959395,1 +1.1141525125693994,-1.7884233066083128,-2.3272427142971868,0.4350943180666898,-2.2659066699198043,-3.3059495681759454,1.420419356111201,-0.985030549586438,1 +0.5494695106317505,1.856017623951337,-0.3593497195212053,-0.8597909661002167,-0.8517702436164902,-0.4347800270186286,-1.2631225172296299,-1.557834866649689,0 +0.44425178880141564,2.512779059924082,-0.39388106569317266,0.07581323433525584,-1.0917414267127312,-0.4732020901047259,-1.6703725045674376,-2.0345532178457715,0 +-1.2181092939568403,-0.38263371923532746,-2.4511020655987035,-0.12841268946337775,-0.3795495130137125,-0.8090816230276004,0.5792315061553226,-2.262246080796622,0 +0.36886844165152033,-0.2920259910537013,-1.2461306419545908,0.8979191667326035,2.0023042880571387,0.6972790302165981,-1.2537447386156608,-0.7339045579915909,0 +2.417808632802473,-1.138703339151979,-2.9175714358118894,0.24612540242270484,1.1224923556684263,-0.019138114346492152,0.43932911301831373,-2.120355788443795,1 +-1.1039309424366504,-0.25948604700733147,-1.0968383586814439,0.8383381742001398,0.5429577578686312,-1.0349757100476458,-1.5603636493081248,-0.393876854329974,0 +0.2259199373393679,0.8858465656902688,-1.1094637174745279,-0.41314652735591495,2.1372342915556555,1.2473267407348145,-2.0220965074567863,-1.4242608941162112,0 +0.3881302028420308,-1.7361692993292286,-3.824852772667451,-1.0363813817881369,-0.3352733150212754,-1.792184102174095,1.0591142891528273,-2.5693648599891215,0 +0.5511584063246299,-0.09330545182766714,0.36339178486842594,0.30154260855451775,-1.7345752348260834,-0.08578556113315139,2.3567310046381005,-0.182955263369743,1 +-1.6814716397256055,-0.7623998042190174,-0.8386311582304136,0.5211165535025206,2.430768088304244,0.06773672397544717,-2.314723601711605,0.4128432698969531,1 +0.2577052459806829,0.7620855212189708,0.38746430456028047,1.4312631635101525,0.9973965697242766,0.8759812708448353,-1.1877920033338836,0.004196764344598813,0 +1.2063229064115513,0.48446682753858883,0.47679502839851706,0.41359348066821094,-0.17588652661038906,0.2757652125728566,-0.04066694341679067,0.06514599152838907,1 +-0.8795418261996997,1.7996868974444333,1.9834829695639509,-1.4095845685069164,-1.2929860714025765,1.2886457102462345,1.0530474089069246,0.1116919887595531,1 +-1.0109085521430217,-4.449414293343807,-2.665322679339212,0.6626562432907063,0.7610138625386574,-2.7239275581409244,0.8449472590504365,1.0301805522155718,0 +0.8803637333343204,2.428742646049886,2.4321645399459584,0.38259909582229806,-2.725123667233973,1.0448172668973366,1.963837837281093,-0.19143592144893617,1 +-0.9905143488283756,2.0311218556553445,-0.6445847195917221,1.7506676943767738,0.46510444924318695,-0.2663549165114659,-3.024296060009781,-1.5320199752662393,0 +-0.9845076819656994,-0.0025830910897476356,0.7459381077981339,0.4290116499530351,-1.2672466161113696,-1.056582336629636,0.1870820666222912,0.7906111310215835,1 +-0.8470992296430343,-0.8049345100723133,0.5015885511213399,0.6344594911316886,0.012188573122600663,0.28019892564935084,1.0803898285687812,0.8758345984128837,1 +0.12602351745323281,1.1547256387809353,-0.06307237577317044,0.0706387539626744,1.9556589521266428,0.6709404359695559,-3.122609356794097,-0.24609474433010609,0 +-1.0885768078916305,0.3792930760022737,-0.8167655048520798,-0.4728571402862851,-1.3366994833165387,-0.4380003546708293,1.1485893417147124,-1.4275385436797645,1 +0.013409948883660882,2.177831345702865,3.9752769567669426,-0.2747188457584255,-5.354986995433423,-2.932229913447731,0.23791624932777455,2.360558604316001,0 +-0.9292859958046036,-0.12483835321340486,-0.39520139286071154,-0.5280715642222505,-1.9402084571939873,-2.314758428908773,-0.07138564265590752,-0.09931721515543335,0 +-0.12530689119699093,0.04817542479748227,-0.2121922806863926,-0.8013985990422573,0.4743533831791535,0.9082413975312864,0.5438126101637237,-0.4731051291740408,1 +-0.07814104334665306,0.15725933802965397,-1.149535305178727,0.02725704278308239,2.223543218067639,2.2671962754027124,0.012588464666784205,-1.4782599817828688,1 +1.8109442612986446,-1.1878288586126946,-1.5563501690139152,-0.7120699859163123,-0.20885851519795837,-0.5598085574257974,1.279509844364653,-0.8814499461264841,1 +0.22456340854780124,0.2983103074508626,-1.3015848414241276,-0.30661274808333977,0.5261168970469023,-0.29907149731269883,-1.0973636176630073,-1.2548049104637728,0 +0.5636152514905471,-0.610144361455397,-0.8089281224154847,-0.7082263470258393,3.2684308967516786,2.5363663466654027,-0.3894509157669759,-0.39579170730905205,1 +0.043213633984770315,0.6482056041949799,0.955378236886002,-1.0888106446625623,-0.6472925403438701,1.8508689618167407,2.419075150496366,-0.37311903801360347,1 +0.44688957911673355,-2.513435472212808,-2.7519344518074176,-1.3024072127627657,2.5281308899518673,0.11682546244934444,0.0501367762940893,-0.6959484534126458,1 +0.07968728986435235,-1.47599312583307,-2.2081549149497897,0.323097075199496,-0.12954333092901618,-1.108265103403411,0.9327681591893136,-1.1645255266838968,0 +-1.2571707270992065,0.2658860197181647,-0.5069058344855446,-1.3752215466245137,5.274075426952272,3.063769040799256,-3.579205404825145,-0.006296099971689562,0 +0.8360152329352887,-1.2671472473283343,-2.2860510591706706,-2.0633800832261135,3.8400313344306527,1.120312759142414,-1.9610529000190415,-0.808067381240839,0 +-0.8570714535501254,-0.21061317740039964,-2.1187067798942785,-0.14677127106849833,0.6743750370096028,-0.846241900354939,-1.255166112948178,-1.5706188047893856,0 +0.3262351244414568,0.26230614249199136,-0.40004076475607836,-0.4693150266454521,0.38296601421679005,-0.6664517244772339,-1.603441760908252,-0.14315590707918924,0 +0.3598279002588626,2.9001366820791725,2.383781319064126,0.7764442687962471,-1.6082839265041327,1.5880162845333896,0.6004326244706792,-0.31156599196584134,1 +-0.12146283814801964,3.1514779193898415,-0.12174727192498327,0.07408774187053767,1.0366434344040345,1.3292712686063395,-3.0697234641802513,-2.0571460512011717,0 +-1.1440042518893405,0.4113355575885831,0.715364120809294,1.6675254866151614,-0.534310241871853,-0.3758339115609479,-0.38818884879340093,0.5133455939707225,1 +-0.7379668223451604,-0.13705554363213168,-1.0893028329354275,-0.11113930180850248,0.989613586474079,-0.23019988984910272,-1.2582819451555616,-0.6330828003821418,0 +-0.4376285395300281,-1.7721251519691557,-1.435624680130198,0.015142055732574489,0.3082493382610468,-2.048862843154348,-0.8492934367151199,0.4249303154529247,1 +1.2345768406972844,-1.4005697228810048,-2.0153650636733405,0.9860042691265524,0.3367943716870011,-1.2182137534351192,-0.016040911536295055,-0.7671871712995484,0 +0.42774663562001425,0.5806457550393104,-1.3740692590997643,-0.36399572878496556,0.30395398892923575,0.9719403478611438,0.6315269264035354,-2.132180886124483,1 +0.9825826373508281,-1.7793816759111236,-1.9013937288078735,-0.6808679395668761,0.6669222046798386,-1.9026652892880114,-1.0243623816572367,-0.006096666282153107,1 +-0.26085776794495447,0.7150381206529024,1.4729236416083655,-1.8942764353312769,0.627970498089435,0.6801763094534155,-1.1830638117153167,1.1607078497531476,1 +-0.6664831776134994,3.0366620358880674,2.467304100287355,-0.22104583824841273,-0.4281881045015811,1.0301888834258797,-1.998780484793077,0.4039958816709146,1 +1.1752303683202,0.22467456689568438,-0.2653067346089947,1.2108532085115575,-1.1687313290419536,-0.04275267939583194,1.4444880671418354,-0.8469154202062212,1 +0.430450742762098,-1.65142060281573,0.37586880804401435,-0.5885946153917082,1.5131981621840995,-0.5994016676600306,-1.285666018471094,2.17069819964827,1 +-1.4377240256133392,0.8248405828406009,0.32832800612552576,1.870930207992988,0.9215224771756758,1.2088827296026994,-0.6861188947491571,-0.27016546209507786,1 +-0.8764129293116444,-2.150760130170719,-2.1310622721356642,-0.42236764985537906,1.8941783371456655,-1.6330107307251205,-1.9492067026419913,0.3037553542073212,1 +-0.9330161834028063,-1.7431713970896705,-1.1590595679432403,0.5029610837492487,-0.3343488838279971,-2.2859810135305567,-0.3594299733689524,0.5671664276999165,1 +0.25315686916573976,-0.27153271072980034,-1.4786707240715966,-0.6700508521601305,0.3016793819761775,-1.027015908495593,-1.082763996461482,-0.9015426997409497,0 +0.9350441261469458,-0.35241924954437254,-0.020777920884584418,-0.35469993874867084,-0.2809431866025519,-0.8576936866534663,-0.3572732467189259,0.43900819776700034,1 +0.7076512597638573,0.511368256872584,1.8936490328827704,1.2285444518903768,1.3543622166872833,0.926000067588177,-1.7928143249786368,1.9064005288491341,0 +-0.8774809505531584,1.8645843580026533,1.4613804396502708,1.259116396287079,1.022071070565534,2.0601870946543572,-1.140875356818602,0.0607233912102384,1 +1.3498745539377628,-0.6329897917135299,-1.1810163696547928,3.3136566236228204,0.7932168943246427,-0.76851581489382,-1.1349649554504524,-0.2994523938167263,1 +0.24361259329284074,1.5871288025943153,1.262793013860463,-0.38700822132371315,-1.0972008593064575,0.851973819220402,0.6274989669065102,-0.292498946522992,1 +-0.2967382696488427,1.769465584324286,2.6004165635620797,0.5695161577131874,-1.6836495859195622,0.9702611761794344,1.0410407498157697,0.791807177720071,1 +-1.0656166959994813,1.5896193876884277,0.30768302701281003,0.017280187458498915,3.9179368451004444,2.790004025077148,-3.671146480340078,-0.25078840348204523,0 +1.060233178159456,-1.9741972499150422,-2.7956013731833904,1.2524191236873126,-1.323103401369738,-3.4219819985032824,0.2553409008154389,-0.9799360342285675,1 +0.7315229812553216,1.0999445806127108,2.348230902274761,-1.176362592419403,-1.5722360906963089,1.0830711840933014,1.8271096780025784,0.8797483352264819,1 +-0.4873091395980914,-3.419955095557941,-2.6282903646502453,0.49460510137792546,2.597350651978751,-0.5284802740750227,0.03266516789724139,0.24963843515008055,0 +-0.09349323723816348,0.08949791057082734,2.0080735880088203,1.1982522537215279,-2.3794557235059397,-1.4560688922083405,0.7791075203289253,1.8658636370219126,0 +-0.20650755744802174,-0.7758537936345982,-1.7294159043093738,0.15634581640407577,-1.0447695224146754,-2.1268549842675455,-0.012849065904869894,-0.9354771030141914,0 +0.018998973637642105,-0.6595098112630456,-1.8785505917686611,-0.6557278672839573,-0.7137339428409583,-1.722777717847196,-0.028755048136413608,-1.2119860225592245,0 +0.8077475213072323,1.8838718904390632,2.7631475829953795,-1.1231351932616147,-1.9987520812819608,1.0588153178000126,1.4386269314681108,0.7461755701956263,1 +0.078373813212746,-1.1238878814453725,-1.7195482206751107,-0.5369294938992476,1.5873607658376674,-0.1414667385240913,-0.7473947873382661,-0.5849956730901629,0 +0.7677334562367455,0.5783990692889176,-1.0998250093814996,0.001429351778512213,0.5676105368126269,-0.18133810214343904,-1.3595616831239,-1.2244559707097675,0 +0.29129187270533335,0.5692222765172585,-1.278521565200036,0.44781144590149596,0.9255528157083405,0.3992504476804628,-1.0345186940725442,-1.5307615334528228,0 +-0.6505087960488857,0.5138106016772681,-1.548527489340159,2.215867404355218,0.6626623918845017,-0.3800437791823679,-1.561668308551793,-1.5559466042411454,0 +0.9002534219710817,1.233737807502915,3.017559416472722,-0.3213915688071417,-0.9833612283779629,0.0471792797235816,-0.7316665580857677,2.218630908480452,0 +0.8263293785541339,1.2588907755825884,0.3444744452694479,0.6257827039193686,-1.717602554288733,-0.972454414018437,-0.3032384580098666,-0.5566963399401464,1 +0.3887709382904612,1.23233079458414,1.2853292823454674,0.026158580917395816,-1.6535890762358665,-1.0878760090885984,-0.7902686515701133,0.562446202136399,1 +0.6192058246851541,-0.24104814815592523,-0.6082321737747725,1.753789113717203,0.6095291972917252,0.6597620424833143,0.4451918959717595,-0.5855156102554996,1 +1.2485632686944979,-1.5410111177513923,-3.064901224848038,0.1591554769134706,-0.32889910360980307,-1.614696235284308,0.8579373222693689,-1.9211390815989482,0 +-0.39504076004496086,-0.9967451833935803,-1.5562845031498473,0.3059492812849488,1.4594984838070237,1.0169913909854738,0.7964249042164103,-1.0330138493688708,1 +0.3724718010285068,0.2158399258948714,1.0567330159103179,-0.8066283876174392,0.7838308543942522,2.0975186806392534,1.1433078573830882,0.42133881826275554,1 +-1.7201686737490873,2.322825258207704,2.0701375270072453,0.5392498444702566,0.05542615588255018,1.998406038359194,-0.5131877071232647,0.12718112268709092,1 +-0.5853095957927077,-0.874536986782355,-1.0057213459528507,-0.44901760414035174,-3.268257982522132,-2.912917427192336,2.0095569798331905,-0.6035960169735368,1 +0.9733198270353034,0.43815604981781264,1.6399713483652532,0.478685691058227,0.5222736390572048,0.4959744939548214,-1.0273669812580355,1.5363408798296945,0 +-0.1156495862772349,3.1523943293907832,4.247479739487481,1.5310262769349223,-2.487854180152947,1.449082210173174,0.8624897643583154,1.3089824880174914,1 +-0.46650221109327866,1.0324410818400453,-0.0363535782628732,1.728363615863591,-1.7927485879530778,-0.38745592166394566,0.9380492289065809,-1.1331104915656733,1 +0.08064489721142952,1.5094111545791677,0.7655282669991742,-1.3289897887256128,-3.439264100238424,-2.4592912008983503,-0.22136495173417603,-0.24856174003433695,0 +0.28566956675813776,-1.4928435706610999,-2.3996448197674094,1.6470442579713669,-0.5460620815683748,-2.042647001735912,0.3537796610092532,-1.116576551152972,0 +0.1081983011887915,-0.7018213067776424,0.532108966777594,-0.1314840307490113,2.3755563090738403,0.20679653490556638,-2.509661924639782,1.7966835476444467,1 +1.4213496864484232,1.9794384424290803,-0.8481599985728193,0.2077786640278173,-1.0385231095195464,-0.897594270371638,-1.6067101241305521,-2.0303587682170283,0 +-0.6913180697213699,1.9801672024142558,0.3015295007880735,0.4083311494458993,-1.0000893686454204,1.1138399329347561,0.6906081658784544,-1.63847736713134,1 +1.0707427781063221,3.311398937487387,2.968812944513011,0.144563944452301,-1.0901703661597415,1.1144720989035322,-1.382216293670609,0.5082801237029699,1 +0.09860985515638492,-0.9523866415976836,-0.39205374385077496,0.37664549615412435,0.9433184357375402,-0.6185557928624135,-1.0313297691528376,0.7325349285244032,1 +0.7030181023188513,0.799423026401876,3.125948929711296,0.6513863624660448,-2.503652153188961,-1.3621213891630541,-0.005239862719752075,2.6071773379865073,0 +-0.5647419429681955,-0.47551630571278075,-1.1871431112585316,-1.1103330591512173,1.8922898988791879,0.4840729497191738,-1.2002511873422854,-0.5170921792399444,0 +1.730703633200418,1.5518701676075684,2.299416926670249,-0.027574262480895142,-2.861724823675617,-1.2089290510380502,0.1360323998885582,1.081710896555928,0 +-0.3611920075693579,-1.684880289108362,-4.659461248710646,0.7230049126783049,4.163122483826772,0.621206117900776,-1.9553332369354062,-2.8303218522694475,0 +0.17182348653597643,1.5423977321085107,1.8224043024950234,0.19875881527919714,-0.9732638101164791,0.7773665207082157,0.23856569436118014,0.42490574591346925,1 +-0.45907421771646584,0.9083640538096436,2.8861311599288393,-0.26041499038461013,1.8434054318080555,1.6216728293408738,-2.2759105863310958,2.6569667762368328,0 +-0.1403081775866636,-1.3068971350957763,-3.6899008083924456,-0.08462841661021082,2.6967236258699687,-0.0763908477992028,-1.4798953335855072,-2.2394736832704236,0 +-0.9514924925265296,-1.8677956351184368,-3.2951363913069485,1.137717928619265,4.476804355356564,1.714848024034408,-1.1387307846759342,-1.5942085425646195,1 +-1.1919547739541259,-1.2141548032923244,-1.3056650222438342,0.42867955243735234,-1.681601197861155,-2.628893590916301,0.5770139568400716,-0.25572670353581484,1 +0.9056828808264185,0.23335914884437925,-0.6757602415445068,0.8124695121717211,-1.4056923959989913,-0.5318398237217019,1.2387174448670537,-1.178169800055584,1 +0.7701146344906061,-3.862830502825961,-3.0479337406437326,1.5476211459095106,-1.816335429072096,-3.7262938654169115,2.662545563560241,-0.2689917447751425,0 +1.1547253076196873,-1.2869056729984516,0.5025257641533433,-0.21159571907620123,-1.322794159025062,-1.9185566508818848,0.571528407666736,1.5901996923835777,1 +1.413514239319393,-0.3051740809709806,-0.13074164396832172,1.0938854017895752,-0.9534398310323836,-0.8206845101033627,0.6322897102872571,0.01678808205936877,1 +0.7814139878846678,0.3476754066951108,0.003920785720473768,-0.05957674893876887,-0.9011222234586533,-0.5427213353782849,0.18565732238437205,-0.2983014021837783,1 +-0.052715829517828106,0.06247502864762888,-1.7280808288277743,-0.9554664410949755,0.1927828472251479,-0.7896718158417317,-0.8993190671421055,-1.5049566483186518,0 +-0.28617011212079174,-0.20286928811427885,0.12485776984817334,1.0208619372160233,1.7311535472709345,1.5259271528103953,-0.251533059464224,0.24926965732584117,1 +-0.5423244933994863,0.05579955680035531,-1.173361691636676,0.15505338992654402,0.2346206217522507,0.22334374187829847,0.24017572191103365,-1.3216012041218757,1 +-0.8258079199143732,-2.412000502293414,-2.1971880565210133,1.4760529922527728,1.5078277772549433,-1.9115403377195601,-1.4687628728506725,0.34859970452897526,1 +0.007220684863985849,0.4169429500031614,-1.3945737331821126,0.7667259447025524,0.9185243134066022,-0.0507135606363216,-1.4271741865997096,-1.3793218233316353,0 +-0.5644097215143928,-2.443236670524087,-1.8367426704209056,-0.0797203479857814,1.2072078249461846,-1.1297017582738564,-0.06671738105959424,0.3019769404006598,0 +-2.466658746408006,2.1460239174340847,3.438922716331374,-0.8533457598847305,-0.44877789569895893,0.8858293153936407,-1.4806307124782423,2.014539303345815,0 +-1.0819585781342556,2.0361114680867045,-0.04755392403329714,-0.4984090518216471,0.6851579333839074,0.17227152165255333,-2.930079208168957,-0.9886667187821153,0 +-0.022298596581612828,-1.2991780969598357,-0.4800090710843702,0.5709574300578967,0.8043832746006297,-0.9078542847695391,-0.8197349018774506,0.9010242503195689,1 +1.6816281727049651,0.3384362030957071,0.9782537409544186,0.22297990271642376,-0.49250184776877154,-0.1584746897986019,-0.15480030229186015,0.7622550797392642,1 +1.1032563617983386,0.42474766674807896,-1.3238796677521956,0.7836802408658463,1.731297365090544,0.6236892675703691,-1.7159307017548218,-1.2876716597126583,0 +0.7085219902415472,0.3781423423256326,-0.47839002885282794,0.4657368524810782,-3.0642127622805537,-2.7942694284261735,0.3741485026456959,-0.6924811089722844,0 +0.4660388862270909,-1.0317577798557842,-2.0264043317730907,-0.17501785858983268,0.034607347946627995,-1.3241489337740395,-0.12078022393339505,-1.0534738778649004,1 +-1.3123747061241078,-1.5818984383862864,-2.817801476405731,-1.9368868638708638,2.403958798013223,0.6176436997349012,-0.09031809476215047,-1.5501462339327934,1 +0.18922074036107242,-1.8668945172396714,-1.748412797624215,0.33099185562493566,1.515265731132803,-1.2866418889344327,-1.3625980450357704,0.2675500555243102,1 +-0.9828424925800276,2.1903978195971225,2.7900599337648755,0.4355520297804775,-3.7444707851732386,-2.0666377606101314,-0.5782809976102543,1.2999803643612418,0 +-0.3161044698859362,2.026493001623079,0.8470613326775697,0.16425635945739345,-1.7444243839751736,-0.21970653638827442,-0.2330607639212794,-0.7710711047695057,1 +0.90853737557934,-6.195798817680837,-4.740978205007578,-0.6712654643981711,3.172199051235401,-4.934931815391951,-3.0650487832715756,1.6234952914160894,1 +-0.11564362108510759,-0.6618645135999708,1.4138936641220774,1.868966506549932,0.7883514715662189,0.21085627307559085,-0.5360365067683983,2.124710005283476,0 +0.2613193197291716,-1.4925466215307082,-1.261041632686535,0.7293495720076776,0.35237513381272917,-1.472364935172294,-0.49488137020823814,0.22608416542271953,1 +-0.6715426551399009,-0.5179752149698054,-1.2279798744578392,1.5549483896820333,0.7666052537776419,0.6253216484093097,0.6518799981454488,-1.0346598809594467,1 +-0.9119695200837469,-0.8174706206273732,-1.375848977743201,0.17490053807422293,2.65702586676446,0.9558186858279987,-1.239061248145286,-0.44568717291234083,0 +1.0181383318695592,4.181852702898106,2.7413030651568207,0.7334902803697009,-1.0517872018355046,1.89379389398418,-1.270751806441821,-0.5480977702660255,1 +-0.5333374038054888,1.0399314928157593,0.39428322408925726,1.8847002333647835,-3.1425788371160066,-2.491833807742478,-0.07508654488895017,-0.26633474527297873,0 +0.37734185070104115,1.6327419833076846,0.46203352724634805,-0.3395008210022828,0.14215943215473828,1.2063018681761593,-0.4872772887306569,-0.8703182985250267,1 +-1.8753909361346024,-1.446175383193253,-1.1183633772279715,-0.2815950514537731,0.6272717751922107,-1.2708835820555393,-0.7093442614161637,0.3744754477580124,1 +0.2966852536534716,-0.15665189062789453,1.461293176603672,2.1460764525923333,1.9445173467462842,1.3534934865471253,-1.2198820953527876,1.8435184897993722,0 +1.218675588532662,-0.9551732482573223,-0.3510525809749615,-0.6952356116266692,0.09400100786149858,-1.0360582896470434,-0.38522574343651533,0.6337660303755569,0 +0.5943753905115022,-2.176296115974247,-1.772359448105847,0.7242809078117219,-0.14500008844082918,-1.665696911174118,0.841239195196616,-0.06262434784410842,0 +-3.014792805270437,0.3995595407363324,0.4033252983635764,0.4753041734682631,0.40334651409988387,0.035378110167655685,-1.075140238907079,0.3605232541169624,0 +-1.8058715154780585,1.5881526337289988,-0.04774388986849918,-0.22882750236474453,-0.23706023101975168,1.4171813020610928,0.5297072030996635,-1.6420071419185116,1 +0.9318734282142485,1.5451931491711433,1.086655820837143,0.005541490189534846,-0.994273784703285,1.1245835533983988,0.9401501336670477,-0.5415610531281835,1 +-0.437511804721936,-3.0008596002185977,-2.0414092456103616,-0.24007399483185513,1.5052276198471606,-0.6833418303116744,0.7637225959420351,0.3061028742599332,0 +2.179996980374364,-2.177375216630112,-1.830675264168086,-1.1229370185383551,-1.1888935865925585,-3.065870934685864,0.4807563106988939,0.08393722646715118,1 +-0.1967717115799066,-0.736446040353416,-2.7591165923547165,-2.0232760541553456,-1.3505057330708718,-1.884697790837941,0.9998247501701498,-2.307690793023883,0 +-0.10682707819498435,0.7822849743637892,1.9754693756330668,0.10094140708454895,-0.2910832814801481,0.21218753510429966,-0.7129668703892158,1.5232911589976577,1 +-0.15916949131013672,2.6696215870116697,1.8340459721423004,0.5701035699872524,-1.0137710092299883,1.455299306386652,-0.018310580056881354,-0.4979071852599644,1 +-0.7227888838266746,0.5590751981868587,1.8417392787673055,1.1773041419733223,-0.25508561182776773,0.1822806658720395,-0.5250662719101493,1.5273945111201386,1 +0.8890938654721715,-1.3823113815267583,-0.9395827965422903,-0.7971274016136257,4.781760123411278,1.100507124583084,-3.5938862393696827,1.1007674902956954,0 +-0.4251964611249101,-1.956646473433842,-1.58720953465124,-1.8101732818669969,-0.8534334398311642,-2.590315602012942,0.3284952717576404,0.14962250293768486,1 +0.8628994101023629,2.2516472389488245,1.3718839968065133,-0.08168667968608817,-3.4523370092599794,-2.073751322379081,-0.6631330238660411,-0.1693907380523625,0 +-0.9654244243672169,1.5866691322513395,2.256724445177898,-1.174055046472575,-1.8601560703065403,0.7087826619362434,1.2399759408860518,0.5631863517948734,1 +0.5605729759930002,-0.256116404496573,0.8827849134608068,-1.600728768223277,1.4016794295607007,0.6858252990740543,-1.0625166402365491,1.3482880193878486,1 +0.48548780830911487,-2.391438544618951,-2.1348800413163476,-0.17759865460352,-0.16115249484616764,-2.778354517387644,-0.2838291538542327,0.14043567799544476,1 +-1.4396353322838185,0.2857014931806675,0.7361289494926088,-0.018976641243192132,-2.928467695590808,-2.5096725046944046,0.3108187483257887,0.6150935716735122,0 +1.1205352635509316,1.7591512660967543,1.0954566253809486,0.5942851711222559,1.0260704296302001,1.1277734654331708,-2.1715896991530164,0.12830421468996278,0 +-1.5756743145005774,-0.4237162762822961,-0.22815061532756278,1.9756251357553694,0.8454985519486831,-0.14383858904925118,-0.8757389726807783,0.3740288907242668,1 +-0.2563230907395222,-3.077525608224355,-2.887046019047874,-0.47919707989423677,-0.5146900107851754,-2.6074822017634127,1.4046481846365284,-0.514308544043548,0 +-1.0760314405486386,-0.33009336347016593,-1.3874661094287297,-1.2829294576641264,0.970446038633668,0.4784696081621994,0.008325132861772833,-1.1700510229829617,1 +1.0111009910678816,1.2836493830681657,1.6228465392030726,-2.1481740449678,-1.0449398020595484,-0.5778983841017937,-1.1307245429533803,0.9150813249792245,0 +0.4743248759100617,2.729394757131197,4.251441478598442,0.08891016876368034,-1.2188585437582098,1.9433193852104529,0.1662278267130476,1.8207838458561052,1 +-1.3027934191366835,0.921232160046227,-0.6138555901396482,0.6081006216023023,-0.11529570640539946,-0.28659250287286125,-1.0349677244291344,-1.099953216946745,0 +0.9961581213818465,0.705645473249485,1.4236546935804222,0.4873723255194252,-2.5014823866138367,-1.6734594939968184,0.16663635144538091,0.9339093151335143,0 +-0.312083848298963,2.345711950452782,1.6577957264532808,2.085161106819986,-1.0472728897622465,-0.13021378965986885,-1.6856485695544698,0.169290044348129,0 +0.15723097926768662,-1.7339181441937692,-2.0702910825798253,-0.5265397450227857,-0.20679698970543667,-0.40063839877465424,2.2255488953999256,-1.2105991354536554,1 +-0.5984116067097294,-1.6149967864638848,-0.1471319226872331,0.4271443175306204,0.08553090604934416,-1.770439349663556,-0.6998054038415156,1.53976334324298,1 +0.1466550562669794,0.3582783373710512,0.03361907696442058,0.0483901550447995,-0.1310961832289175,-0.440577753415671,-0.7967549124507418,-0.01911613251467459,0 +0.5520509917565241,-1.0409504172283432,-0.3191241989971018,-0.7642865382356863,-0.006934848958552465,-1.0614972620748007,-0.1918067232163101,0.6882867968352645,1 +1.0700077470280294,-1.1839765988449895,-1.1589234241510453,0.7566941223382955,-2.7229415399139354,-2.6337542442564734,1.9816434459653578,-0.5117559997536691,1 +-0.16969298232027982,0.7077196602077284,2.048486180889056,-1.6561838388029528,-1.6790523957095058,-1.0236050165939705,-0.32170271982060833,1.6493897697795328,0 +1.074827353824552,1.6690753206500313,0.8890742432207847,-0.27974159552530625,-1.9497457236141076,0.19903259174585097,0.9919137908674074,-0.7900072371400052,1 +-2.1554028725439225,-0.2410048014678312,-0.2784466173567776,-0.8999577738742541,-1.073798220886093,-0.5491109190850478,1.1395472879236652,-0.3455790181587995,1 +-1.0053943769663756,2.080895460028039,1.2897300399542515,0.2886994057698232,-2.3499969474933544,0.1942590609224485,0.9973612021350557,-0.731831325741024,1 +-1.1268439872692673,-1.0946013449467393,-1.6418676517774744,0.7766515522053171,-1.5225669968743718,-2.2806250396912837,0.7823702657475129,-0.7806267639547245,0 +-1.2238503068988418,0.8415109752223254,-0.5472385823326443,-1.220185308334107,1.030759859170926,1.4475113725372473,-0.29002348510830067,-1.2994551037466673,1 +0.8180008119407233,0.1268471277035964,0.7606570094718035,-0.2085539947154629,-0.048597196095323564,-0.05062773687221411,-0.35358392313404613,0.7653727224920517,0 +1.4803191722824556,-1.2683052348585417,-2.4996547573007915,0.06409319206086111,2.010969142505069,-0.029067112441301557,-0.8219485462505389,-1.2441943597114282,0 +1.5528675850162594,-1.0407458348612924,-1.1444877505822717,1.0988945706770805,-0.12117143671160335,-1.7075480747112604,-0.6537068473520402,0.023902162193349952,0 +-0.029148905625602413,-1.1199669576231341,0.32073562716601967,2.229976990012432,1.1543424751585736,-0.36311385470110885,-1.0157504761903589,1.5746127195257857,1 +0.1695225443400997,-0.9638307174687002,-2.4625504603934316,0.4512329743857266,-2.3456681028474686,-2.6043304727321184,1.619766030816148,-1.926793008743613,0 +-0.5443678429696455,-0.6062765019704237,-0.6973876361717962,-2.268858593156134,0.7742130878532268,-0.4204515508187062,-0.8113058468686611,0.0551817325658609,0 +1.7746415083410976,0.3542666266153607,0.8554170706998199,-0.17163655341054726,1.243129143205145,0.656466592863755,-1.525889948353905,0.9325137054990378,0 +1.5427149565943234,-0.30231261747620514,-2.4224824882275433,0.47833757754278067,0.44459477473139625,-0.41254957581552193,-0.16255671978976294,-2.130725608310471,0 +0.8276396457480983,3.529112289105541,0.20588095912385557,0.8342269234352001,0.49399002550870147,0.8199224849311191,-3.476355189681237,-1.8941179915165847,0 +1.0517950659468203,1.0995650312391947,0.15759956156242638,0.9526643940586841,0.4782394390709686,2.242433196585578,1.077934011730616,-1.232249504764671,1 +0.8864658945918011,1.5855387458033816,0.9469247254704515,-1.7736298253762597,-0.6128276086092715,0.928129983469652,0.13045158017323621,-0.48350045188975577,1 +-0.4707761011716559,1.071606439847091,-0.3998801733996143,0.44984140586543025,0.7277160902952644,0.21380410905029956,-1.793934220594968,-0.8425666285704125,0 +-0.08895222320578287,2.456859378840951,1.1293762263243017,0.29288254798277136,-5.528597150884037,-3.6821752831062087,0.002040270555476953,-0.6457795818731229,0 +0.0035236676226472062,3.615364865232948,3.428244368763509,-0.4668845698003792,-2.6172330130929997,1.6369106973741778,1.0337616669536394,0.024675091969044494,1 +2.3067352598402366,1.3529066781549082,-0.8206554634336706,-0.7891477892985501,0.12928401288584537,-0.1633190569506603,-1.6256294618568805,-1.5243789696474483,0 +0.5544819842828449,-1.3665427418768035,-1.6689296358632448,0.23874788273555095,0.3237799335982586,-1.1352744398630437,-0.02307681851274268,-0.44834192251462424,0 +-0.23849583031676586,-2.131934165728416,-1.5755921952686687,-0.1680874811701889,1.8411003596171125,-0.8213220614971463,-0.9705775179385472,0.5252958710783362,0 +0.03897859411873267,1.9087631656661552,2.0777293660834744,-1.1989467085789998,-1.845698925746236,-0.7726865687633467,-1.0529208903290574,0.8431919327899802,0 +-0.8614684098036609,1.1691746989019092,-2.1625315476960068,-0.09695768831820109,-0.7429624627491811,-1.298507366523614,-1.3116940273566926,-2.7306634290085983,0 +-0.8042164657547258,0.10466143890252899,-0.047950426219958465,0.22170422286879826,1.4147925523324538,1.0172194526717924,-0.7607819512698919,-0.009311146772459256,1 +0.0931242363843586,-2.047152189759046,-1.6334309312708595,0.5536447525168684,2.9124755179375152,0.30454259491093305,-1.0721394880259465,0.3360414734824917,0 +0.06659131315886634,-0.5744489736058432,-1.406498119169656,-1.1307128250158494,1.6955001607708133,-0.012555559689145124,-1.4122487553652943,-0.5609881040067293,0 +0.4123442449798037,-1.161037845747692,-0.036103347110304815,-0.0012116091025147113,1.081997272189289,0.9643022595356678,1.0051243453040317,0.5981321272278521,1 +-0.4137634611034167,1.5619296811904866,0.17510563103780388,-0.9371078883039821,1.4935576701653477,0.6930807967189572,-2.941339975225419,-0.3987614943939027,0 +0.028641933055539266,1.6485348652024092,2.4080724303926475,-1.5127900921651647,-0.8369293198219082,0.6339985653630477,-0.4299847047013665,1.1222776401786367,1 +-0.7578055336477976,-0.06621986935806712,-1.6907627376363694,0.1760767712724014,0.33454397189157103,-0.9022445277687479,-1.123691417343116,-1.2889893499724914,0 +0.13743402000202296,0.8256196906611742,0.660932138490908,0.14946459622258404,-1.880429800093424,-1.3414437239847634,-0.1868063021008971,0.12766010564185126,0 +0.1837561736934744,-3.541571314732101,-1.3439462749939919,-0.3782085569547671,2.352826457095866,-2.3690203947687243,-2.311678079697762,2.432928131330513,1 +0.564984563838324,0.7197540425017586,-0.08114382408634829,-1.3008131951578603,-2.421066922136988,-0.402624981674528,2.164428330386613,-1.2451419746040218,1 +-1.6397984172001865,2.2008596925071653,0.6108069260050111,-0.5003372828077709,-1.5955904396031577,0.9175362146101598,0.9515286817325128,-1.5661470908293567,1 +-0.9235802956997545,-0.0026238204103997687,-2.671970686262007,2.4165948664500463,-1.685215202327619,-2.1942326384980197,0.24800348141763395,-2.611837135741748,0 +1.3603459224987322,1.834436165548781,0.8079447080857909,0.14601436470909712,-2.3958971661152497,0.03637746733993663,1.256485950127371,-1.0712354488666815,1 +-1.2809508235982485,-1.9482640134168643,-2.9114128412803444,-1.457508314423828,0.18543389052753814,-2.1333859709243828,-0.17276643006241998,-1.1025247517776187,0 +-1.071206986378167,0.29426455080557323,-1.2572626763257568,-1.8214042192292683,-0.7783483657080417,-0.6381153833733398,0.30323442612290674,-1.5592839787380783,0 +0.30051503992669026,-2.651862785204326,-0.0919012478951321,-0.4336342442904066,1.7387754051624458,-1.4013702717096952,-1.4639851404504616,2.650163210252116,1 +-0.05746579653316399,0.09994138264048025,-0.4841240015456278,1.138766780132986,3.3875747466273713,1.9079482863453159,-2.2569424669333378,-0.11207757003822283,0 +0.4703458679304468,1.0157387186261617,-1.4943080798815727,-0.3340341022146734,1.4326484217939104,-0.24434466610919664,-3.0362001991017564,-1.5362874564305034,0 +-1.2045361777899206,1.116167356267774,-0.6531840239051597,0.1919847403160834,0.9251494782820139,0.3422996944122014,-1.8794935402055735,-1.1243175996565615,0 +0.3993979915012502,1.1408863052342166,3.295742239050498,0.19114807895915442,-0.38177897759363544,0.2463692412586882,-1.3041015310425086,2.7193468445142246,0 +0.30431330992661565,0.17130386195353042,-1.1834705588716192,0.7449188988345563,-0.4432772837386545,-0.5442120518044293,0.06181926047341013,-1.3223194525009632,0 +0.8558888752351994,0.5337292411849865,-2.1000304383803226,1.1024120480870903,2.6834160848778383,1.1766127691941948,-2.2313404512698147,-2.071401785131719,0 +1.7646130165238112,-3.5990343193204994,-3.902289569345364,0.5630396808529188,1.6718138160047118,-3.2192481284864645,-1.6770766643880242,-0.22478793893940285,1 +-0.8163258967883646,-2.1058916992589882,-0.9969982740716076,0.7035584186283298,3.070842773980997,-0.619613959624459,-2.650491340184372,1.5302985036143755,1 +0.43578943687276017,0.9457645408103021,-0.5140598414803511,1.5488967938303309,-0.3276879485387871,-0.5817997785528519,-1.1808684379265006,-0.9571502751770047,0 +-0.4220248444944938,2.161835288026708,1.9632695431250766,-0.1886468420955216,-4.536392798003837,-2.890165669744146,-0.27855555132372206,0.4659948026650189,0 +-1.8489587533769192,0.9418159028033322,0.7509869597115318,0.5060969917810931,-3.3215584801757196,-2.5005726184719212,0.1719474148502762,0.11285531499733747,0 +-1.285306505764407,-0.2836338105960512,-1.780641708694951,-0.7666801067448239,-0.2947330758301254,-1.5017632849574616,-0.7652804564624013,-1.247669083671631,0 +1.3935768984309358,1.5941228231191527,2.1298422045198158,-0.9203166566322112,-0.5254548819863933,1.2210687395005346,0.0473952753653184,0.7113240218908923,1 +-0.5058146324884242,-1.7764085461591883,-0.9638783915559335,0.4974554069884557,1.9574534080026842,0.7333474681454322,0.37816692167520216,0.3624692585696321,1 +-1.3258686492561407,-1.4088486092623378,-2.0803897106905493,0.35696013042269076,0.8911520500465495,-0.8403247478511573,-0.2752920718081589,-0.7851105206995849,0 +-0.8815904809535369,0.06293886563025164,-1.1769630472988144,-0.135555428544345,3.0122028924693156,2.4852225863332764,-0.7122443073178517,-1.24707453349841,1 +1.3833466771442728,-0.930625932520616,-2.0276246347788223,-0.44934760960830095,-1.1181311519054191,-2.064179070182079,0.42805248462878587,-1.2318744446278893,0 +-1.729446976843887,0.7138004606989115,0.5635099964868202,2.155985549448019,-0.5349649348961155,1.133854154001685,1.3441437745534794,-0.4809236657565188,1 +0.6180379281472763,0.2817435373956736,-0.9515399252085016,-0.5860976786344737,0.6706373822653716,0.4129042221713144,-0.4364947903030478,-1.1185013300502398,0 +0.6640082199989262,0.9324240637374854,0.37647717492722127,0.27395118242434213,-0.45495703796104286,-0.5285775173842218,-1.1697904965461838,-0.04800517344254163,0 +1.363075208231655,0.7716907657004051,1.3694182295456885,-0.7554273055182197,-0.20775589179399545,0.043080726418294524,-0.8718761930865785,0.9723388839665728,0 +1.9536458964168926,0.9303699850912602,1.1054051456390432,-0.6651482796530245,1.974569676136556,2.1009554845392566,-1.335711148758212,0.5376902530459411,1 +-1.3634983011524904,-0.2963456508822091,-1.1112398711518525,-0.3697264267501866,0.7943480694662497,-0.6047034440086634,-1.3011699374687173,-0.4805004107638132,1 +0.3439544007359332,0.4308788274085191,3.054140412710086,0.2395729849394976,0.6895287447372523,0.7937209014560838,-1.2673348184175737,3.0216432540395024,0 +0.14198939500787083,-2.063931196017252,-0.857346782881376,0.5650571407411696,0.5340370883401663,-2.1267902651065165,-1.1268742134088539,1.3401325458762774,1 +-0.20605148224690945,-1.520533148654449,-1.44658330642418,0.14471905889158995,1.1298823553996256,-1.1521508838983179,-1.0935856643217177,0.1986029010489141,1 +1.5976483617988664,1.2260911970054265,1.0445527668471704,0.8407475967604398,0.34882054118468014,1.9869488805781037,0.5304388380428883,-0.27009062357182967,1 +-0.04955378503489224,3.888865635783734,4.387046576329834,0.9649951112286725,-6.32717339394072,-2.7780796082044183,-0.1329627262717803,1.4222279932979092,0 +-3.468916412567279,0.6647038372468821,-1.169334977762502,0.7523084539777058,2.8309861147797153,1.5115907677793128,-2.403727427146295,-1.2153198448847862,0 +1.8541951591100325,-0.3068086055907484,0.4013381181724715,-1.1161802454843623,0.005274417584119658,-0.42871641275935535,-0.3638811120240292,0.7983212105082851,0 +0.7730124315217445,2.8946771162122626,1.5239862592391464,0.5352868247817717,-2.591192395423743,0.6820988271608598,1.047322982404431,-1.2321029536033623,1 +-1.0186230103362333,0.7919093933270116,0.26893149085769497,-2.0155206226622053,1.1989379213453724,0.6739964011479835,-1.7429174976434407,0.024234816734898246,1 +-0.23305030660161066,-1.6538307147620448,-0.35647051264955065,0.2737688039508796,2.7854501884935,-0.20629680021959035,-2.3635120343439366,1.6900059815132205,1 +-1.430223073663354,0.42511668119555623,-1.5647268111245003,-0.22683846496076865,-0.6251995989103545,-0.9912693850397394,-0.439174925603792,-1.7543097536793655,0 +-1.8868664722864,-4.302447103162541,-3.612503094093596,0.5912937835034551,0.8259580091157899,-4.0271838909545385,-0.8726265237693609,0.5081674302991408,1 +0.06349037232540211,0.04708896454305589,-2.1625406658104556,-0.013004044758502867,0.4784561797184266,-0.451525554944341,-0.7143929181825047,-2.0094193857336684,0 +1.017994140170821,-1.0048379892317538,-1.8196998247617677,-0.007073842153519149,-1.8906621413038691,-2.4098703547846805,1.0894583302946377,-1.1103321600288987,1 +0.04335881471263555,-0.7942909323234355,-0.5763870112091386,0.35977038008270606,1.0477457072946257,-0.0625120902281785,-0.5560882077427107,0.240454023200237,0 +-0.23902344748062734,0.8000088222165163,-0.8297171491177946,-1.0215827020233799,-1.6118300717811906,-1.6972721130385453,-0.5887706631986018,-1.2294488544426092,0 +-0.47469237990713387,-1.401283997865636,-3.4699409279594016,0.7241665764546379,4.7372975842811815,1.7055908416760224,-1.9756645144302938,-1.9387536443457927,0 +1.3233030596212099,0.4968129620391484,0.08467066173067515,-0.3783865049752154,-1.4396068372082027,-0.5244669910878033,0.7942926787621053,-0.5082874246538371,1 +-0.46650589832732625,-1.2933214799078168,-1.6808963924286418,-0.5382425508760745,-0.6969527068515691,-0.9811603168161296,1.5634101332442785,-0.9634012035487878,1 +-1.333959195668284,1.058601849888266,-0.4223448582373539,0.5435242994251221,3.350103032998894,2.272559420921115,-2.7687423545464362,-0.7485585908699551,0 +2.0009684880657774,0.42597020241402267,1.7186250915396015,-0.5547118649013718,1.011755707530022,1.411495663010034,-0.5139064000185352,1.4174307117488565,1 +0.5272537147495775,1.5681860230739104,1.9725972166089076,0.19574274501950376,-0.186900087812157,0.42325918576402843,-1.4268131733102274,1.033479193043175,0 +0.7141319931854458,2.405199031674765,1.8070740969264039,0.2887067899038708,-2.5006146879773907,0.8966622639023143,1.650872059650671,-0.7107237456465327,1 +-0.011747720534811096,0.9275854329332983,-0.45107517461714924,1.46361461968201,1.3353224516517754,2.224378267086229,0.19131356950820766,-1.4642466893090949,1 +0.7728108932905047,1.8582369969843904,0.6674933201255185,-0.36237089795086674,0.06062204010231235,0.6456387624468698,-1.4211152332512524,-0.556353400967291,0 +-0.49444828257114143,1.3531961601647247,-0.8226788752907522,1.102951606439406,-1.3164808365009335,-1.1736365454558686,-0.910276756289844,-1.6427396688615705,0 +-1.0120543365342534,1.0831636694007076,-0.18377930825435154,-0.6300720529653604,-1.0373255930553298,0.6799076710569167,1.2717355007918854,-1.497904598942446,1 +0.5589164300701719,1.4322271982147978,-1.1984748273478183,0.14519202928015185,-2.03259816630681,-1.3654250167108755,-0.1215892049983488,-2.2900508528250945,0 +-2.13847780901172,0.1506871958883691,-0.4638369102986066,0.028405510351455786,-0.3863057423048299,-0.16969640051372958,0.295588025503231,-0.6655887075886622,1 +-0.4261345098836049,-2.278085381247836,-1.5314489675568796,-0.5201172597653781,2.778273783314342,-0.09024850333926049,-1.1875620603732218,0.6962455553089049,0 +-0.25203815891375886,0.9480540461640239,1.2775747059792129,0.0574982916868569,0.30848859525058936,0.5355456941209942,-1.1153280446981921,0.7581361983377408,0 +-0.027832978415607848,-0.09689797316904969,0.564194079732859,0.4863179915558081,0.2061718718163169,1.284854278031556,1.3622395581632678,0.18808159884542963,1 +1.208843873847745,0.27815175540690906,0.8267329752412285,0.14597471870046072,2.2311636916657736,1.4107484942531368,-1.8390913779392712,0.9945501928647649,0 +-1.0759218988118906,0.5222063632777983,1.0008925674449978,0.7977901679356831,0.7637097104455473,0.3657300425767498,-1.4526122781316888,0.9409591933131147,0 +0.40541788533451667,0.748390609433045,3.9071489597341533,1.1934305592775245,-3.1846803799544228,-1.608501478083281,0.4683557887153278,3.3348936268476095,0 +0.16856328099516205,-0.6874978482892213,-0.19064865219838514,0.8559094138051975,-0.7736528692083847,-1.0505823362384814,0.49862245292357144,0.33265016624983845,1 +-1.56285693625065,-1.624323119445439,-1.2114643604659443,1.2633456599750237,-0.6239371228019746,-1.6596024545246018,0.7762561045336371,0.05822176338173535,1 +-0.6600035790117721,-0.9429451717117789,-0.583702926399659,-0.45572787355389355,2.4375941601369857,1.2441693677939245,-0.6336031212718152,0.279347986034038,1 +0.7868615326726058,-2.698623528502031,-3.46069620691938,-0.5895680454451632,0.23561899089090668,-1.5831636132535818,1.4567451117715031,-1.509950533329509,1 +1.7843471860943514,-4.132212454367342,-3.7572755407991822,-0.24209853491806071,-0.647405501928618,-4.778812662558564,0.08493795715564845,0.01582570938521488,1 +0.28797394562429623,3.7478943644758926,5.610150624843872,-0.5702853398424648,-3.3001063832433752,-0.24991091645246472,-1.2788853040496462,2.9003593328852677,0 +0.6025881570731539,-1.1746110142945854,-2.4755382824419647,0.8369320084370705,-1.7975124851030138,-2.1415796868884858,1.6860171811597613,-1.815360850032097,0 +1.2224322953117852,0.86892730320835,-1.2162311125061704,-1.3078725856660054,-0.5238654131961797,-0.8421708929514657,-0.9636538316702898,-1.6445871147386353,0 +0.5379055996344209,-0.32409770056587606,-1.1290243163089964,2.1658745364441843,0.9080953703518377,-0.5873271534118455,-1.4052477707174984,-0.4483049105461905,0 +0.6865649262612173,2.9945492266338487,2.5471925375262963,-0.919447648382501,-3.5450349786750257,0.5525057872849053,1.8336861720498658,-0.4795062455462467,1 +0.18904819263247963,2.0561884280184044,1.5657652877226758,-0.048497332143974316,-1.750151898011007,-0.8929906394709003,-1.361622104258557,0.29115721757132457,0 +0.9513375321958475,-1.6259819121478667,-2.3260757995194608,-0.20258658100943008,3.102937317500915,1.385684521570467,-0.1568170916209537,-1.0541322458748075,1 +-0.7381344378080594,1.0930757430621716,1.478220834635586,-0.3429151532104986,-2.3274895377652154,0.412707294759015,2.267863261328406,-0.06638299687593052,1 +0.39293506725629984,-0.014322338076740326,0.2655148288503321,0.4679849375869362,0.1628218787748947,-0.23787686549298737,-0.6105073468218181,0.4653297626029274,1 +-1.5640320548540994,1.5756872440512883,2.226050920118793,1.869493634182854,-3.2074122835577565,-1.6020375994449245,0.10025044654198312,1.0268676862107147,0 +-0.3700260541536405,-0.09272418480307021,0.9804838383671459,0.9274531345505149,-0.8275111555874186,-0.8397472239310855,-0.1212676183880661,1.1718914245981011,1 +-0.2891504287129955,1.1923923400684524,0.038724606017581584,-0.8518623724803487,-0.713701209409953,0.7739295040328601,0.753661175310767,-1.2311056154386448,1 +-0.6793293754230427,-0.5498350415690414,-2.2368468471533127,0.9898059269328374,0.0028820896858997793,-0.6281132456727402,0.39373819113714026,-1.8669817285323838,0 +0.8681055975937737,-0.7116061882196548,0.13384140815399745,0.6410336370131219,0.17607343825008653,-0.6593677644775473,-0.401838664050882,0.8963790416719573,1 +-0.5547538610031933,1.434782007621496,1.8109036149747724,1.3203093735818259,-1.0428953784151223,0.7098104784649629,0.3671655420139222,0.47450810976262714,1 +3.181419417347241,1.3364500389324334,-0.3562496582007071,1.0196371267366724,-0.5502457587580106,0.6111428453074123,0.26140624847855487,-1.6084926078971544,1 +1.3411796237008462,-0.008171454962323188,2.7679123369999474,0.18276278860585446,1.8399777432439595,1.738340847932166,-1.0929258332402538,2.982010566319439,0 +-0.5000065433444204,-1.8726847919420082,-1.274695083120478,1.5807577800817647,0.30832346139448186,1.2297128655020368,3.586531490890673,-0.7781593779172323,1 +-0.7741231156402867,1.8046629061740516,2.9894878935024383,0.5169389426381338,-4.132099374399101,-2.0227901753908855,0.3920060114190653,1.5625844889257774,0 +2.2174808936685775,-1.1634739231222069,-1.7015270187831888,-1.3855975896547674,-0.08673313566083012,-1.536122513667357,-0.18172592728234782,-0.5793322475875957,1 +0.39838387161237976,-0.6414952425151927,1.052420899128555,-0.40157121028467324,2.947911344889832,1.076558521404406,-2.38061025214398,2.172845177091265,1 +0.2832175415714175,-1.5281170865217517,-1.3485199955424754,0.7227854026280699,-1.3309288758254973,-2.6867770862161686,0.35036476021919793,0.03168426032288618,0 +0.21655754572447658,-0.4115633142645614,0.8355751110456773,-0.7053444260338785,-1.0867886103547901,-1.102916517591587,0.28311327405065156,1.2047313502000612,0 +0.05536021148311254,2.0714637773852207,2.60094603203208,-0.5690096582799343,0.29960974770929666,2.245217034623657,-0.4137841324464273,0.8330834016743088,1 +-0.810928534150504,-0.6036898536062216,-0.5819586370032594,-1.190773606524725,-0.6133176788142608,-1.0806992305690213,0.2517316003575364,-0.06667986297794226,0 +0.43866776688324327,0.1524781629277312,1.8065253490437765,-0.013472664716317665,1.1340925662181722,0.45488802318328436,-1.6949034727578072,2.1306555585787175,1 +0.20729872859527762,3.896709926562533,-0.43549861421028424,-0.5818609168460845,0.989987502305845,1.7061542810675971,-3.2139534874379674,-2.995346139675288,0 +0.018796301585504528,1.0378287414098544,-1.9541135697981582,0.7680737864881493,-0.3254728029373337,-0.16975653463309193,-0.31983119307048813,-2.7628418189795445,0 +1.0209318353743557,0.09352035871820685,-1.3919101157583904,0.4610842815918152,0.13622740401447597,-0.7099350369669675,-0.8423357531617234,-1.2110988094327793,0 +0.7461380108261366,-0.054000858020643916,-0.36622911801275426,0.47043497238071136,2.0166936839979783,0.6590028903756395,-1.8348945736730622,0.11935439253978342,1 +-1.8173937995999547,1.692219297999731,1.8682742056106358,-0.925810253111406,-0.4087970696318265,1.4601033570304154,0.16918907716081943,0.3113767859067548,1 +1.091241137085472,-0.5251781644668898,-1.2099908532109416,-1.1208775423983979,0.7862303411788134,0.6769485676780916,0.6953491023155416,-1.02601540620593,1 +-0.44264464616986915,-1.7148341437367,-1.1275204455970012,-2.0401745794867874,2.223428778492387,-0.2050318009752034,-1.2725491341936122,0.6627394525465808,0 +-0.42205021860881986,0.13627506023683889,-0.23225384667208895,1.1651722571435175,2.170102474968315,1.016768786134961,-1.8202254782877585,0.06336926178021707,0 +0.07315202829724315,0.6884084965769971,0.18159448036514694,0.6098435910373268,-0.8932722931088647,-0.9011034372871222,-0.7221728896755599,-0.13246207081749384,0 +-0.3458427450886881,-2.5628959679897414,-2.310421712928309,-0.057027825372310145,-0.15257200617488373,-3.1479341839462203,-0.553742647271138,0.20824912742541735,1 +0.45048989934915895,-1.1452854713227776,0.8042276867848207,-0.31810280148971454,2.145998711133955,-0.1435173670696721,-2.249368120304176,2.4042385083896063,1 +-0.27963614233985684,2.1107411832121046,2.280436966228145,0.9781989652395545,-3.7766390105690633,-1.9288350743051188,-0.11619506708314709,0.7138037525972815,0 +0.7178443331743397,-0.1562275064220282,-2.4015684121079732,1.9905008569598484,1.0099530975654216,0.44047385514521675,0.005163124086681514,-2.3436650975189446,0 +0.7079513370812474,-1.5878974155945516,-2.85050400169616,-1.0324371432928001,-0.5084868934686739,-1.2134399218730652,1.6384272651232459,-1.9056037108226715,0 +-0.47690861283501895,-0.850510388946188,-1.8971522444556759,0.384269688688434,-1.0545478146370695,0.06100800299231435,3.048497477632,-2.0389159476897953,1 +-0.6454584597761522,0.8376162572594215,-2.470367872238677,-1.9206735244759763,0.9887010213738434,0.7353009637350305,-0.6232960944867247,-3.10564330687639,1 +1.106144806972861,-0.6579593445433722,-0.1515565893411221,-0.5381657161782374,1.555641068681249,0.4037501316158114,-0.9278785662669635,0.6218368341907738,0 +0.07688140681057964,-1.7857000381464856,-2.603714577274465,-1.2168390528067865,0.6800777145418889,-1.1050407771809825,0.22955434082971726,-1.1148740640651353,0 +1.964709445907016,-2.330066983863424,-1.2449755408076344,0.9682819478104447,-1.055785479070385,-2.4783245373477802,1.0710098666409775,0.6033417984370881,0 +-1.9556530995672474,0.4309728578479464,-0.3622828369833238,0.48886940611972474,2.239603613105808,1.169489840536965,-1.9961249291282914,-0.28181422793196265,0 +0.4672352502379084,0.6152595157795313,-1.1081194644577619,0.9132894737092211,1.2179636972148806,0.47556992846186263,-1.4485478990189307,-1.2903232001408331,0 +-0.23047413158689373,-1.2178729601567744,-2.5478646706476638,1.4532981885358927,0.43388872059239997,-1.2837029435466336,-0.285964451546134,-1.3845785060627425,0 +0.16966839296941133,1.2327433591570143,1.7721593357800212,-0.007910368291635722,-2.2110154927831838,-0.4196687142267861,0.7561606771264219,0.587171869054967,1 +1.4985036703355201,-1.9940432897656686,-1.0878776430510273,-0.12827045435429021,1.2834982954327,-0.8804013296340529,-0.5426449599451538,0.7931841147305883,0 +-1.332771955895782,-0.5554523684375833,-1.3723247996169146,0.5513834020225518,0.6710279932787298,-0.5009392349724245,-0.6323154189094549,-0.7158675565466026,1 +-0.3019305343185264,-1.9094388168185217,-0.5417544635891534,0.1970167316017025,1.914855141401621,-1.1353728376010523,-2.0318101853929527,1.6991388439426145,1 +-0.3236953403370951,-2.1105725573281755,-1.767825657200447,-0.5697255654939565,3.170446955455984,0.269123426493154,-1.3804559925368864,0.3391737827652981,0 +-0.22686974131832857,-1.3407938936654378,-1.3177637322464637,0.9068810256086905,0.49342272035400686,-1.7545119460279033,-1.219892729197648,0.25805299147769223,0 +-0.4452594196261037,1.3202261553521182,1.3379462144204017,-0.27021842037351107,0.328491814044625,1.3785043250088225,-0.43807266816041657,0.25723519111240056,1 +1.600190408181939,-0.17023043705328922,-2.545795485042215,-0.5071968727438675,-1.2393708147470426,-1.7784904922177218,0.3109731988567399,-2.3909641331279126,0 +0.9018955009476308,-0.5688928696917634,-1.2745308414433074,1.2451929185715624,1.6992206020020468,-0.06714118423540583,-1.5342902471715407,-0.39437232808410166,1 +2.0485327872843353,1.4461945400451859,-1.1342257721939062,0.8518181567242594,2.089766665643025,0.6891120148652954,-3.2962634874309478,-1.5352014849985869,0 +1.0780580440722023,-1.898202740692697,-1.4192989605856614,-2.253993119719978,-0.25061988407668073,-1.6226200939584083,0.6480291903929587,0.11022081651106885,0 +-1.742447991490222,-3.0640205805513014,-1.872506704138601,-1.7657558115601355,1.24303778604203,-2.4637443276490893,-1.2177022290505586,1.203713848433094,1 +0.12587680885221553,1.7458356391098009,-0.2346290539574342,0.4611168963163266,-0.7444070667561277,-0.7332325115795324,-1.7314657990236546,-1.1884249530858213,0 +-1.2753294556623025,-0.9077694336479317,-0.8987708757862297,-0.4036459206416216,1.2856797403632971,-0.2600530199804442,-0.94408205733938,0.12882719170934043,0 +-0.5621362123932045,1.649865345642326,-0.3743735027534286,-0.16428220241503025,-0.9385778847949007,1.5020848249376397,1.6712284937014807,-2.341407651804324,1 +-0.5544096427241116,0.400433090634595,-0.9249768685278669,0.11113115031400886,-1.0102990563012635,0.24285059313400137,1.599439545877261,-1.7295527502645638,1 +1.9898001639707223,-0.8532601118688585,-0.762559036118854,1.0277268396539798,-1.396259574588553,-1.431164673899402,1.2223929982651016,-0.2751347590517331,0 +-1.0130599427249678,2.847688061727286,2.4251912449839264,-0.5147196868283387,-2.4895854622683893,1.58162527427988,1.8940514196763714,-0.5746867918923402,1 +1.8399658431575612,0.5694047733679056,0.6374135628578699,-1.2897818172817677,0.11487902167861579,0.8513720409612032,0.17457320106726804,0.05424144576745071,1 +0.5367715168030364,-2.988707769678153,-1.6011045709454217,0.5524893476703413,1.3436048417688709,-2.5180010721834476,-1.592790174136366,1.5215370056172164,1 +0.2814663324259446,1.0874717376695748,1.3578026964333942,-0.1537835840042654,-1.918114965531077,-0.15600052688774324,0.9657235490943139,0.21189661272732752,1 +0.24427239399396017,-0.3650370842845341,-1.3287791160536575,-0.984454508322457,-0.729058431104629,-2.048752154320419,-0.917319588505426,-0.6366466495870314,0 +1.7268562555671063,-1.592185840782994,-1.1419557395693736,-0.21964057078985053,0.4863114294145502,-1.7979035938987447,-1.0470252760889016,0.6056125993796518,1 +0.24218185971681372,-0.3922360035163551,0.8218457197842725,0.5500756900967161,-1.038087094973749,-1.0200277108767941,0.3073008626190463,1.161553317954076,1 +-0.29544156644187436,1.255709577881229,0.44662556086568583,-1.730576232394479,2.7368032089802914,2.707465296135246,-1.7757687035908327,-0.33401953580678295,1 +1.1213490930999999,0.9005366166562458,1.9833747606732501,-0.3679036828046516,-0.20573514530868378,0.20722822868614887,-0.9711672043972579,1.5016764470733515,0 +-0.10513677426162783,-1.3852400129475084,-0.03861504139243839,-0.9735732578546791,4.010561779754019,1.299310537573133,-2.4840396575013117,1.7032763428234896,0 +-1.6198570282039575,1.8247843446522558,0.7869328088690761,-1.4753224771869131,-0.6684240927213968,-0.24049845619323096,-1.5612591033035195,-0.3008483651289517,1 +1.0194615032051182,0.11237140901208131,-0.9709876461837007,0.9329718872132003,0.2733461282108795,-0.8944220970244341,-1.4253802313918469,-0.6273910564034946,0 +0.4118816112201672,-1.544016977562748,-1.8331195577856945,-1.6346153709188354,-0.5551394893226176,-1.9239580077802103,0.41746153959550725,-0.5239850764471898,1 +-1.4037284016662046,1.9827002198601678,0.8512563977766755,-0.5310795999074648,-3.541162282728377,-0.38362092258686786,2.1579588388707345,-1.3641466097727637,1 +-1.1238956480700895,-1.1901474310406952,-0.855711234196778,0.31430857312226257,4.04670860922067,1.370393719964268,-2.4163967662683246,0.6844062339149324,0 +0.41853853236754957,3.1825332566457405,4.928030202333001,-0.08855178074414957,-5.727883521957682,-2.359957894651315,0.17605653043886071,2.452927755854911,0 +-0.8539293920429545,2.0099013115009843,1.3242846375641,0.8665689582491768,-1.1866444959317002,1.1329320669679925,0.6562973950010587,-0.616460421625838,1 +-0.1464201544256258,-0.2645962744890641,0.9004291261257144,-0.5089755831550594,-0.0012090198408979515,-0.407346488530462,-0.5150658840244706,1.3091014352114194,1 +-0.2335964964167416,0.8654269680904613,0.9749760801561779,-2.304241155371436,0.971271591659521,0.7537422406668057,-1.5938663789013563,0.6331692656691199,0 +1.801435923126459,1.0610383039956874,2.489642572419812,1.1085261066570788,-1.9299574432428217,-1.0914866592965498,-0.5620811698133125,1.8694864472218742,0 +-0.5073525557078042,-4.190647234739951,-3.4008907772930352,-1.1643173589177065,2.372536248245741,-3.2794775351066026,-2.2632708584823615,0.9476727465690186,1 +-0.5127646535859711,-2.375294933300312,-1.9669461083130353,-0.8985312406993414,-0.11111570665767843,-2.779050160886059,-0.4218197954750294,0.3348395700945904,1 +-0.6982146748166485,0.05015330758500869,-1.7098630809282813,-1.1891137440238542,1.0102480585461309,-0.621131677661927,-1.832821175639128,-1.2363984666525694,0 +0.672839330033669,1.5480662014001116,1.3184610571416828,-0.4234808408822633,-0.6620703124883752,1.0698345694240947,0.3234017235531533,-0.13736698790874013,1 +0.30785220002912017,-0.7862412560133115,-1.5658875428484886,-0.03757605158857811,1.6764259067534033,0.06044867148908872,-1.0134229862481154,-0.6575627054896735,0 +1.6096891212620434,-1.3122765437303474,-1.7348608465788666,0.7413254730058001,-0.03712138314380924,-1.8790473748710197,-0.5399239852986104,-0.3643031385497091,1 +1.8202635883466332,1.1556192224400204,1.3984807046561416,1.3816921249559104,-2.923367340934568,-0.5628078911281462,1.772180170427202,0.008677959813337854,1 +0.858468180663332,-2.239141204790233,-2.7985932128051703,-1.1831728007339763,0.5904886143601348,-1.782839339815177,-0.0017839128128690485,-0.8153219752228843,0 +0.9900525932148444,0.42118648054991314,0.2408650501013728,-1.3571967253709367,-0.8290739797651971,-0.9763017336835809,-0.6429233557794728,0.1378127301768034,0 +0.6956368543692609,0.8680365403554786,1.6070723390990955,0.25046991234031507,1.9216634328594995,2.0745971052914047,-1.3723165389219703,1.1120571816819464,1 +-0.9185547107202884,1.8352522436698677,3.2306140315995124,-0.8870411360183276,-0.4300171119066454,0.750123105552281,-1.2934090862469558,2.0251164620213085,0 +-0.2998487187693547,1.7798166265486226,1.7420193312813168,0.5818821189932771,-0.7114973873796425,0.058464758022148455,-1.326928046643923,0.621358419090488,0 +1.0688688828894028,0.7044266923032555,1.0701006406049556,1.9794566956586308,0.40971116617438325,0.20552285216180521,-1.3776457997407618,0.8493725467176552,0 +0.02827092068941084,2.169120476355717,5.986875364722875,1.2210618870886578,-5.110149055951404,-1.9470975929352072,0.6341141962124681,4.229340867594104,0 +-1.2078973040827847,0.3938653622530648,0.4048125731354967,0.8284889967869606,-0.25233539964085105,-0.21005367550474346,-0.46128543345224526,0.21958568846497145,1 +-0.6453306820022283,-0.7554048381480563,-0.33293757246821476,-0.9260610561717696,1.8352244429815585,-0.12258511933388583,-1.8717311468136426,0.8155582131452978,1 +-0.3581341476878956,0.0033242115678944195,0.425107745419732,-1.4347192184288176,-1.427673472201663,-0.8049858120234725,0.8374455186816105,0.2643429073712894,1 +-1.885465829401659,1.2279399800973334,0.8509743857214127,1.8683182549866768,-3.257761704080995,-0.757477916071181,2.0689445793720065,-0.6741427623802203,1 +-0.06677220351022667,2.08801628692372,1.243948627526451,1.0620949348406747,-0.719108826994662,1.2892488897949792,0.1365673976549877,-0.6354526918424652,1 +0.8191057424204936,2.0088154243420915,1.703498353935769,1.2192175379391292,-2.249085332765244,0.6402425855663689,1.4071708592413643,-0.39555714648896534,1 +0.26246165645940445,0.45001344277901056,1.5734458862416503,0.18503807843189318,1.0708125981004253,1.1603102025584968,-0.9174727014244443,1.3780420139578329,1 +1.2292554905438995,-0.5075265439004341,-0.12945689578131914,-0.10892960446093682,-0.15050166752245517,-1.2863580731790778,-0.9167311887083065,0.6438248473752373,0 +2.0446709390829296,-0.6642395518328001,-1.9446809994589986,0.6493021255849686,-0.24173706917323748,0.6629735126454449,2.504549988939261,-2.1435524532805044,1 +1.0012553256923986,-1.7592663107877218,-2.7794851833002934,-0.4295619426738013,0.055444985521685176,-1.6782837297366981,0.37808310042209015,-1.3120415749752474,0 +0.5693973311507895,-1.7922471630202144,-0.906777054662243,-0.026997215502129142,-0.026184408243345194,-1.9004276064982226,-0.3043589893401648,0.8205192811452857,0 +1.9764008910016324,1.7739115996070975,1.0274011109048216,-0.680295947700051,-0.8335995012482535,-0.29531035856252474,-1.4129348091705802,-0.049441397492619665,0 +-0.18121348848512417,1.5908536709545005,0.8597092220786694,0.008912689153782098,-2.9228327178788978,0.7906951098413868,3.2624518271778378,-1.4134532850728936,1 +1.2298650990904705,0.45195319934501277,3.0456328174249037,-0.6796700700150047,1.5042727243304024,1.3465085061025792,-1.7126941189712646,3.0732969854007264,1 +-2.017228887979535,1.9222032549732366,2.4115733493380023,0.053358456080388444,-5.172318320035111,-3.044221253219547,0.552914560560845,0.9108278296807132,0 +-0.7648957925811246,-1.4618189910747827,-0.44891155371565267,0.41307125045031556,-0.3269053364904104,-1.7323694443008235,-0.1390211454021304,0.9490683227469024,1 +-1.6832551515791203,0.45576315723523364,-0.869884760561582,0.17462021612801548,-0.4421134358382543,-1.3625035281423286,-1.4283683923558663,-0.7780039080793757,0 +0.6135531057147006,-1.5366761162279052,-2.076977960446066,-0.682838926877511,2.558518683738572,-0.4642799516610398,-2.0158240551512674,-0.23160015838700276,1 +-1.0440292157088296,1.7939032664078638,1.7812967084266789,0.12222215788623349,1.1530537323617769,2.1164869782980382,-1.2683620108615972,0.47569708489028806,1 +1.4147569207105277,-0.5183557371502181,0.41196041743067596,1.056310890210365,0.2638968059062207,-0.5082720851887663,-0.6139228570706786,1.0615575533465398,1 +0.5121876864346828,3.1182395129168974,2.6671964675578987,0.3192494813526598,-2.517706461987554,1.7068159113207257,1.7398518150253908,-0.5251761552723475,1 +-0.2295163921694265,2.2113041151626827,2.2124127548887875,0.10084949431518904,-2.9901160061450676,-1.4225082417196824,-0.6518934920030727,0.6658390408866026,0 +-0.09195484247122046,0.7645194343776491,0.7072188851750602,0.5912328001616881,-0.631459374174091,0.18919811225922556,0.12562939580766108,0.024390522419917904,1 +0.3537728996231649,0.6561238571265433,1.272922718591378,-0.06465306795617373,0.3137079448926494,0.7313557681567913,-0.5453748564313334,0.8307784977482601,1 +-0.7984765009858692,0.8824354331609298,0.9110058596240244,0.6072583295283664,-0.07925258673272877,1.0439457626339197,0.2922450062208492,0.02124536499928853,1 +2.4429126602871247,0.9734424708083913,1.4240587922795094,-0.9109412842871669,-0.19469253514014534,1.691680653893565,1.075477035118769,0.20415077490115163,1 +0.48216354642449694,0.1377102358392882,-1.2917106608459896,0.5335397792334274,0.8529462025536645,1.7521225404852983,1.3430287152698377,-1.9266793333914616,1 +-1.7803564022148526,-1.393486367142673,-1.5378063265203452,-0.3583767972087411,0.8457032915840996,-1.1214923357346622,-0.7580139212132484,-0.09455336999625663,0 +1.2488792655253302,0.6048903642640175,2.2262646707514775,0.22695326748531133,-1.3877815366034825,-0.24388426085960968,0.3626867615856908,1.6719436275793518,1 +0.33371220983938377,0.1150122364767242,0.4865724273825943,1.4805526024538926,0.9696082359240997,0.6221693562485555,-0.8173459356424231,0.5707229750654402,0 +0.4387439061410878,-2.5724237622648616,-2.502204187897586,0.7345048673360812,2.2899507386119304,0.0005296551544119454,0.22669700752412525,-0.4311985982011815,0 +0.32903998443097804,0.7507585257406564,0.6842915356244951,-1.4731172599854345,-0.2038882576896038,0.9665991745691045,0.5740594690710136,-0.1682282076395254,1 +-2.3904267334390674,-0.28854408619472455,-1.2690044459696186,0.3881423717251211,1.4745894726350461,0.2857678460356472,-1.0469299062234128,-0.7844854806491348,0 +-1.3104817189797793,1.9057605658718029,1.9707653288853313,2.46959916064203,0.29398135897544386,1.904834173945287,-0.5000361759793637,0.38210692079361425,1 +-0.5580710526033158,-1.8598206325746414,0.3230907667752824,0.16062183549455913,2.0087622786585153,-0.7798079184179179,-1.9934995703517089,2.4984411494269683,1 +0.15905185954752873,0.10155016628688718,-0.8609885713088411,1.936846403821986,1.080804120774148,1.2904797226532536,0.3172929014005037,-1.1455189561915078,1 +-0.7577359889983423,1.2535681889346622,2.4029387627256247,0.9562209808175672,2.172214542992483,2.1322954214467833,-2.297336696680677,1.8409988751952207,0 +1.1374868628849923,-2.2369491968149404,-1.7808390109914431,-0.2904381379459603,1.0056231133108342,-1.2950501400332401,-0.238213197976672,0.243616956684076,0 +0.10642324140753674,-0.09987339359579539,1.604801536081922,-0.06312418080267544,-2.570642493904099,-2.2142345731478947,0.3606048587124764,1.7873934576870216,0 +0.4820052455785872,-0.22684927595485904,1.3354486997618356,0.38084204077990996,-3.2891844921940088,-2.643498630998579,1.0275435761248923,1.4734118511646992,0 +-3.0031063696391636,-0.9089368524001505,-0.6284300117580467,-2.3165554074290666,1.05988162334524,-0.7292830218748914,-1.3242966353060326,0.5433852349139581,0 +0.29253853011880776,0.8892466379955932,0.05848750110583123,0.6687975939612515,-2.339759215160808,-0.7098027157203637,1.4157084316507345,-1.0202912037244134,1 +1.8437116536155378,1.3200994314263415,2.565558670336202,0.1847629132456767,1.18034883127072,1.5642725672714313,-1.7583450294796887,1.847789100667148,0 +1.1229119754015837,-0.04614451463843372,0.657896621197681,0.9225283114297534,1.7043070590635208,1.0601900055024258,-1.1567357987673303,0.9391793628975137,0 +0.1330967373180052,-0.4030595546583785,-2.9221530170701935,0.9401114148833613,-1.2472934940246234,-1.9215491924431276,0.49068852822756903,-2.61439896519005,0 +-2.0613185731631143,-0.13884881287841777,1.2030296221178336,0.5563151709555582,-1.1577535508162258,-1.1052933929352762,-0.018515488931872603,1.4295660601940257,0 +-1.2722750340491187,0.22604025761317004,1.180154369106441,0.8039464840667377,1.3793606277529158,1.7506557144111345,-0.2156122292557352,0.9324049223402269,1 +-0.6672490371559032,-2.1143090588988898,-0.17383476149037527,0.7677454672288222,1.186473122019608,-1.420301164053992,-1.2573991412393961,2.0583977221431327,1 +-0.691831942407444,1.5770865863537467,1.2317751530312024,-0.2410410286775196,-2.5130706922700585,-0.08413860114374505,1.418662585375022,-0.4577982604949973,1 +-0.018784512548575764,-0.6372919908317445,-2.6076509161047428,2.14701524908184,2.207133756709583,-0.14411947448005713,-1.90484253893933,-1.585142694850813,0 +0.615465925822263,-0.9213681198500722,-1.1138723290839474,-1.311327357303587,1.2333424339015349,-0.4967345159332468,-1.1086681333702795,-0.015589615825578607,0 +0.8143137502503703,0.7442459261969914,1.120382933208325,0.15147184068292616,-1.0532076458216113,-0.7065925077252506,-0.5644757369602672,0.7167781014225009,0 +1.0867001260399076,1.654859973750855,-0.6001443148568221,0.9122789238873636,2.7164667541026666,1.8206132173602316,-3.059526300400762,-1.3195553498668604,0 +-0.5767428671698582,0.45064173466717916,-1.0142495754581315,-0.2377345701509023,1.2459736170838827,0.06805662937309676,-1.8815828541224853,-0.9074712569921023,0 +1.7438354312349102,1.3321411920659618,0.9913011995380077,-0.9713516165749385,-1.4525014393233804,-0.8985666800135289,-0.8477987635926957,0.1803958902903835,0 +0.6560880246815681,-0.45573100865921357,-0.7407016248760917,0.7980944722659203,1.5671077827244801,-0.22701651184524174,-1.8345099035249357,0.1460001907732822,0 +-1.9815414910646107,-0.40407032669569476,0.008497516593123235,1.4721193486021285,0.24933166629819542,-0.35396836391913894,-0.39461341137053135,0.48385824560939816,1 +1.4916184256916045,2.5066083018796883,1.913058522734164,0.8416788822509729,-0.7858135518556705,2.1356412490021706,0.7171323616632903,-0.5310730573925309,1 +-0.44387095320453424,1.197371689537569,-0.6793258331144575,-0.6825430622662237,0.4954460615941447,1.3507405255523808,-0.0011501820091086579,-1.8050062605320731,1 +-1.8659093297870724,2.0032034205584193,3.593896201380012,0.05554725753787543,-0.2726240319025152,1.8768211387309688,-0.30046157293807607,1.897361247703743,1 +1.258856700422355,-2.2141251776108812,-0.04370152596804411,-0.033498251305652905,2.0591030908886263,-0.8824110715225867,-1.714685417527954,2.357420960116232,1 +0.1302068312846841,0.10211996138424517,0.6214852714842753,-0.6825199161488478,0.5011384916928626,0.20757490588849392,-0.7268593132933467,0.7260239634920235,1 +-2.562807987060601,-0.36505865708567264,1.2428264772926838,0.10112035908866404,0.4898553145780988,-0.1252520896392456,-0.8294563592022863,1.8053273945028894,1 +-0.01296930000857071,-2.187328058341809,-1.2644071323700912,-0.9224344629396932,1.7369421748495768,-1.4612557422859165,-1.7053306862023718,1.1361770233137565,1 +-0.34896074801593413,0.041721581709658895,1.7663972839690543,0.3902032713198114,0.2442631376493668,0.09810568953919041,-0.7702338315443911,1.9606209638201508,1 +1.1154991016167903,0.15979605178704848,-0.24745574110433488,0.3245502059114872,1.4991142585512522,0.5590782758767134,-1.494403516210361,-0.02499865441737492,0 +-1.2600260969009698,-0.9325035270682462,-1.8941820697822473,0.660348573087088,2.468212685630106,0.6075083855730521,-1.161301201350733,-0.8695718906590286,0 +0.3620117251556952,-0.5635350998346111,0.9546914254155059,0.15267719204266272,-0.006654192247212489,-0.5885806296816178,-0.44225542055618483,1.6109516974138085,1 +0.0801764085830384,0.793858465423567,2.6853218456618584,-0.40120787964554727,-1.0191864972683753,-0.5327670823474067,-0.8843347158469007,2.338355788842071,0 +-0.578392588139896,1.460364426424732,3.483478423345686,0.2516472761910687,-0.7612834685854925,0.9970245987740805,-0.159715870770203,2.2730772733671083,1 +-0.27091133504599907,-2.3461399237229683,-2.5662457351154897,2.2060436271990143,-1.123572513805928,-3.168647732399486,0.6438308272167246,-0.5572277935454921,1 +2.64367378306497,1.6163308913130177,1.4549787104191145,-0.2440020367474352,-1.0311942204543774,0.7993371471987518,0.37637841843386194,-0.04988981516632485,1 +0.06220281326888779,1.145990124656528,2.0446077352337184,-0.13988938873479112,0.5780915738885226,0.8831152168019882,-1.4702276093674955,1.439758319013965,0 +1.952806447369783,0.8972223247130058,-1.1312374289789777,0.2078586917852807,-0.8141054538974598,-1.0640015772546987,-0.9003959003310021,-1.5822201711279602,0 +-1.0117967412824425,0.7854668302662171,-2.4206508154407183,0.36790145197167606,1.7839816976995109,0.47746183941101106,-2.060044870150115,-2.6025792004839863,0 +2.3452741267559114,-1.4965349823808771,-0.9902530517469086,-0.9439162830432536,2.7896420491496126,-0.22309626328484805,-2.3794253089026247,0.9186902194494508,1 +0.507365082880096,2.4423351790250396,1.9981408914323986,-0.4967516659030114,-1.2631694841409178,-0.1929069829947937,-1.6632419378215266,0.4322750155765973,1 +3.222614628677726,-0.9639789147251021,-0.5969982802244279,0.173054050023863,1.3446701764391098,0.07019806374739368,-0.6137817040006591,0.36827386196652584,0 +-0.4612183944480225,2.530726633820879,0.27163359243866775,1.6184334943711065,2.0438197867299985,1.4291393267217247,-3.817138511769155,-0.9384983426162187,0 +0.4987487615667596,0.5374881146028929,-1.646670478245158,1.2949968070421085,1.0066528264723447,-0.30255122348044644,-1.946444953273477,-1.5775186828381127,0 +-0.10258247996664195,0.10372352825034659,-2.2045925643234208,0.09834636772751403,0.4822962771173804,0.6852215960267356,0.7475872723228838,-2.582713041173937,1 +0.6547359268415954,-1.6232861502489089,-1.642438950474167,-1.8485184487337447,-2.6452689994531,-3.2937576149088716,1.603089691971013,-0.4789857639012966,0 +1.216192248403992,2.7714858860971994,0.6175332550628169,1.1687378477600563,1.0304748663313659,1.263020135317437,-2.9519193807159567,-1.0117133963476412,0 +0.362594438326941,-0.3623903865405047,-0.4755429535061447,-0.9369531095381656,-0.046334036169574856,0.22331810770716115,0.8915138933528639,-0.435465096964609,1 +-0.3957588410120375,-3.3758383739418267,-4.539263814034806,0.6292163124096408,4.645295273892004,0.7653421347185756,-0.661876115230615,-1.640852462801076,1 +-0.4010734153385204,1.2692603080129334,1.6344354274212152,1.4051666144190353,-2.7923830760301747,-1.8848994051885735,-0.3687901193004615,0.8331020025969159,0 +-0.9906256084643955,0.47403818374025586,-0.1518681552269307,0.24439815318854133,0.6559489239336971,0.0034932015379899317,-1.3988855211650275,-0.17653436851319526,0 +-1.0994555439010383,2.468184206649569,4.246568184818267,0.3061199838431831,-5.836659684610912,-2.7152580457378477,0.823530927362055,2.215904834605174,0 +-0.407639211696372,-1.7170498243998866,-1.1260269149856583,-1.6341751519815857,2.1123251777923215,-0.4034891888769611,-1.3768096919887394,0.7095566268565685,0 +-0.6590981166038041,-2.4888682638884334,-1.9266606985798458,-0.19186386923613036,1.3245877684447374,-2.003388740964077,-1.3246731477550462,0.6564960755139801,1 +1.303346753808966,-0.409649151392547,-1.961428157480227,0.09769303458061031,-0.56482642818418,-1.6421406789260273,-0.3793096242767265,-1.4185995117178016,0 +-0.15981768626531012,-0.7332477797134457,-0.8864592646365309,-0.6453888310249564,-0.5486426876831266,-1.842596619384444,-0.629715138938211,0.030234625278264704,0 +-0.9862556435080704,1.9848107457738309,0.16395444266176856,-0.6778130481956043,0.9068476828170668,0.5069753682472384,-2.805340936238993,-0.7898178832328643,0 +0.2581207768698369,1.604573969407668,-0.9654697741619038,0.7291374697682236,-0.7024963819650899,1.5013070560904593,1.552042824094328,-2.871511305994252,1 +1.553157291555688,1.3633785320169247,-0.636296972208601,0.7173301141024269,-2.818289056011695,-2.6619005767949933,-0.8173637210339384,-1.37294347597032,0 +-0.11810100505666808,-0.6884921342019654,-1.0189542162905667,0.8413673525293774,-0.3329542358093971,-0.4591408735009954,0.8979087280909814,-0.6616128029736215,1 +1.014091557450218,-0.09045110266823408,0.15982789079639478,-0.24426398475915295,-1.144564017642126,-0.6640336983190679,0.7988944797098916,0.0735992362986082,1 +0.26545864860467444,0.8685281780440072,0.3777508770332265,-1.4483583767764,0.6758572963322851,2.028408215504575,0.6963597515259823,-0.6937298460500619,1 +-0.776572085524536,1.353977428999012,1.3852314695803256,-0.48151111359582693,-3.01764873652851,-0.2745096689527037,2.081181411151573,-0.2780476279774186,1 +0.6484564216237351,0.5746982388249497,0.4786813395631851,-0.2285714297004688,-1.248213037742116,-1.5111333800538116,-0.9922609469517572,0.38534126627782256,0 +0.19802653992356117,0.2115757225575164,-0.34553008600728474,-0.13744363018773886,0.7450796667453341,0.15801883552953522,-0.9812028365947405,-0.2764896674657026,0 +0.28210414389288885,-0.29032110411596734,-0.3790608364293911,-0.741888986085468,2.297150381800272,1.1903924627411782,-1.2676130557916891,0.11169864617066472,0 +0.8380141708767177,2.3630923194622646,2.6407653868220504,0.5041862522992748,-5.037965413231167,-2.893667784379149,0.020697882163246306,0.903764907565781,0 +0.35978790321744714,-2.4854679691757893,-1.5615915507154834,0.589961343077105,3.5456900440763244,0.18907710436297664,-1.677590981124377,0.9519460526650159,0 +-0.9185699523407793,-4.87891295967717,-3.787108100011361,0.6259316063611612,2.5324859379092035,-3.5758383503206552,-2.033570711690662,1.09715297208882,1 +-0.3393863899466776,-0.7831582838585914,-1.2860244997201375,1.9973258479437797,1.8115848341611438,0.014512452285471933,-1.3512996166827538,-0.28083584120433247,1 +-0.3462025258839053,-1.1752035380407182,-0.5494830989188434,1.310005277606207,-0.04929037307533267,-0.45761878705848735,0.885208013901247,0.22989755486210484,1 +-0.7345148030464211,-1.4837963807334817,-2.559993064047486,0.7564347829115365,1.194048868049609,-0.8211889209179226,-0.4633012242186916,-1.1597724489678634,1 +1.1177014509335212,1.3181845137885502,-1.4513082620897517,-0.27192999349695235,-0.6259645974408395,-0.8369822305216988,-1.2280254910773238,-2.1918230126027884,0 +1.072151656011305,-1.601515904648072,-2.3804745344626834,-0.22981271017926433,-2.2004954637273295,-3.236388247349164,1.23360167382548,-1.1517928227795275,0 +-0.15876187705106537,1.5370355232480346,-0.0802196467806415,0.20667446189857483,-1.3844930988347226,0.024980948002363945,0.3741364605517482,-1.4829720345027761,1 +1.1170811809515027,-1.4140572667741662,-0.9250672875754357,-1.4702773505526314,1.576235148937825,-0.7235213660168948,-1.4233516524512124,0.6949716311818721,0 +0.15459463933064102,1.0704904778942077,3.1425716314268732,0.6166458317176113,-1.4504006115944956,-0.40717195988027227,-0.5312545769217535,2.464182097508032,0 +-1.2293278097886622,-1.6566792743819805,-2.12841970725459,-0.3177813372239965,1.5622284137101894,-1.4440875110144644,-1.7571630095947244,-0.17734968771166504,1 +-0.44042849134210715,-1.1186912608493373,-0.941815164967928,0.39750312318169195,0.7144359374152826,0.4145402520107948,1.0107694291709879,-0.31737919295885336,1 +-0.5875746901932417,0.434122708743317,0.5718742392044626,0.7841876099955107,-4.568001153629436,-3.660665420857553,1.0018415749495366,0.22412102994130506,0 +-0.45463868589815337,-2.7412671471184114,-3.0368830609737487,0.7829017760437347,0.6030747378819498,-1.3965853706822506,1.1055500312887436,-0.9625465377945319,0 +-0.572607278398876,0.9412727015555389,-1.7157961424920916,-0.1555854716851257,-0.9551826540527346,-0.9354617029653869,-0.4071556453170523,-2.356758031295152,0 +0.10732362584911677,-3.009248185656733,-3.3452778200226154,-1.5693589117661193,0.41376004733925126,-2.0256048299359763,0.9141781745823672,-0.9495581577214637,0 +0.3197502070117234,-1.1834016708964823,0.08543641840856205,0.803025079353579,1.4619986413580368,-0.22976729822271358,-1.1408093790600655,1.412695132930327,1 +-0.34678844094055444,1.3673393860746788,1.3146507409013246,-0.790850648183283,0.21454502399366376,1.5399179406690602,-0.10427533648359733,0.09107748815006789,1 +0.9432382689617224,-0.24780225353925656,1.6510490295367788,0.47632132453846254,-1.3826195627579165,-1.2680808992039965,0.0739337026896304,1.9643424532958647,0 +-0.5054483898971555,-2.7870374402757783,-2.0367631748963353,1.0104266952456935,4.090638201277763,1.0091897316180949,-0.8993032027457469,0.45034905917235823,0 +0.5425349581610462,1.2434978754447688,3.1592648025053713,-0.463645304123841,-2.089768703066834,-1.0661733798728226,-0.6894910067360167,2.4283590904538013,0 +0.578527882580154,2.271409493379962,1.929536670957403,-0.9215603243098959,-1.664208572532884,0.43358511445689524,-0.05120518789057249,0.02274951179740292,1 +-0.9067183059926689,-0.313256621571095,0.6060248754801706,0.2727181040573013,0.6037910606811236,-0.31414338708458955,-1.116890099312232,1.2067116086838643,1 +-0.6383425733787947,0.30720082842028607,-1.5475544395671006,-0.21795769612089275,-0.6392323787520771,-1.3418035844470504,-0.7645381258437323,-1.5223464060048175,0 +1.3365512616196562,0.39034913781081737,0.2808076526002943,-0.6136607063529613,-1.4842603286903562,-0.2923196795629678,1.2261576544309922,-0.35369260412692416,1 +1.3741966302362736,0.849984829749445,-0.24398602841204328,1.6571638736890066,-0.9538605234513495,-1.0754640809731384,-0.9202918109131135,-0.6344407127093481,0 +0.050643506356152876,1.6467644940284827,1.1940599644625702,-0.6445404902024956,-1.5617620521386135,-0.7828273445969997,-0.9350870157375476,0.13541941159539073,0 +2.162953677849615,1.1426358828661578,3.208200088089332,-0.7169728816686834,-0.001407161184411253,1.2268013776994777,-0.5156362685238264,2.3403971790916356,1 +-1.304397016220665,1.8163146340501275,-1.1306252573143187,1.2467983972973036,2.7253208021430395,1.5727893892622855,-3.424455364809811,-1.8772649551886815,0 +1.278263092024092,-0.6113590799862336,1.7722107241663667,0.9438101613334413,1.0786199910623537,0.3490550840217943,-0.9232777507656704,2.540338394616187,0 +-0.1371531930043531,2.0247116918857553,1.7573437643589815,-1.5467169234683213,-3.87081927607827,-0.6419283249214198,1.9780565388606963,-0.410392610414946,1 +-0.7874196520261224,-1.130218194941646,-2.6984807038230922,-1.3174120527565865,1.821433560016409,0.8144094442857767,0.48191988162781507,-1.9803333310958173,1 +1.6664696436077677,1.2414560474536231,2.1558369508331365,0.1963624994648552,-0.6740667955475621,1.0222144248807226,0.3670447585134044,0.9644003215218848,1 +0.9225006997659623,0.9242647884038787,0.6157464669350254,-0.216658142878208,-2.1974017412439903,-0.849512794116394,0.8283093707162683,-0.31395152692036576,1 +-0.5677691671534306,-1.7960301595893913,-1.3451621237098883,1.9985389551066637,4.661492201430082,2.0260454126596814,-1.624843806963891,0.4343717975397415,0 +0.19520851282978402,1.7396479011252615,3.2389887966206867,0.13288343470249772,-0.2801827331415212,1.5215144840320145,-0.3774363403882221,1.8074039787710139,1 +0.8310255334485881,-1.123440661509761,-0.8736582632118147,0.6118525689095364,0.48720452132306147,0.12562185990441854,0.9351035315921601,-0.20147803764417227,1 +1.5642890498710398,-0.1020904325786619,0.2750426911086411,1.0425145339591366,1.1307801150659413,0.31100345718580713,-1.1674876070252789,0.6577479184203135,1 +-0.7355198735861,-2.1979110676358937,-2.635393956123286,-1.2659430768256448,0.4676607697397762,-0.2826586103378853,2.0833962276572473,-1.3635106244166844,1 +-0.5083618735012725,-1.6997405111793318,-2.564019693055218,0.6925498762878848,0.6100122727227908,-0.1922281742386256,1.4431328828203098,-1.5454880777508113,1 +-0.9780501296244444,-0.7411569809328205,-1.892747168327048,-0.3911047316307942,2.2500621545451605,0.5133286421418455,-1.182453216787906,-1.016796207994065,0 +-1.9029441684104333,-0.33986788243494975,-0.5119462029284325,-0.41708279748360655,-0.29144640402365596,-0.7424948253210114,-0.061003554431721674,-0.1597060453060044,1 +0.16639467357617047,-0.4068037220771262,-0.14028706259805848,0.12908997409824827,-0.5081123869442932,-1.3243103778045153,-0.562624174868767,0.4548455428626612,1 +0.366223825116686,2.4462320213594806,4.207709768955835,0.1889440356602495,-4.902376130793106,-2.141910002326985,0.29016149877703734,2.295295029248935,0 +1.641167501194823,-0.4412932278633088,-0.8909339058390658,0.6224661015704485,0.6470430342531069,-0.4348588206028603,-0.7713915170386402,-0.2905514596728366,1 +-0.593050087518747,-1.389358800642804,-4.334516887902087,-0.18650129550226643,2.500651079288487,-0.43518920220813356,-1.4046084006049202,-2.817725045659352,0 +0.7531353599447045,1.2273525173535091,3.7241665278448495,0.8452278648967461,-4.732333553987513,-2.6310612044985886,0.848507012387171,2.7199448106698023,0 +1.1912450138696493,-1.8323098197090943,-1.1916892199225368,0.21113096685870508,0.8361397980992769,-1.519046743379636,-0.9009063086601762,0.6969847126628014,1 +1.242052721569109,-1.1577592547639788,-1.3331192123343314,0.02875076077447309,1.5025943946088107,-0.23204453877483033,-0.8217932607820713,-0.1366241575787258,0 +-0.28123731597663476,0.15568136573536762,-0.5437212860026397,-0.44305570547487777,1.8725443950697285,0.6204624098805871,-1.8557691225733297,-0.22952391315338316,0 +-0.001016134224013148,0.04373598195583306,0.3214684600012547,-0.8801682756236183,-0.26200004315279335,-0.6555524924739282,-0.6402403736979875,0.513224330831641,0 +-0.31286510859928307,0.3340978987725164,-0.5409715344964124,0.6709204273985039,-2.9691525838111517,-2.729144820026084,0.3908761220463759,-0.7283922505958191,0 +0.5314294858831623,1.6925245236958621,3.637732119774315,-0.9559791138807108,1.9278706577737112,2.5416881698684737,-2.230796215080571,2.6756044332622952,1 +-1.4046791497712818,1.277974984007162,1.2882183867591785,-1.4710722375670495,-0.2194265929022997,0.28441718009436645,-1.0559680843878765,0.49347141209853085,1 +0.6384748332336114,0.7698606341418743,-0.17949359385205357,1.445679995502967,3.215377576871673,1.56686973968242,-3.276299899618553,-0.06643807572060412,0 +-0.4403336290466978,-0.9351845735250494,-0.9354532731908637,-0.9362747751631846,-0.33573178272879955,-1.1965976539162098,0.16014498495154583,-0.11222116200573007,0 +0.48567684837957,-2.9537648786614064,-2.2964872563640495,-0.29907892201318204,1.1427396550654567,-2.631715983987709,-1.295748709324294,0.7137348524242766,1 +-0.7943389574310641,1.6551299305806626,-0.0617230167740602,2.132152031211004,-1.6235735985227362,0.2334341705102181,0.8606696037028809,-1.711548652166208,1 +-0.9327848678638356,-1.7579751069623077,-2.7668635699171724,0.4290529859228846,1.4600379903044942,-0.1805092743346579,0.3670085484108623,-1.4121749327957849,1 +-0.03320975771133092,0.7736597793992984,1.0378865619091349,1.3511949681077726,0.8391629712474755,0.7699547913489857,-1.3028470344298717,0.6946329957242108,0 +0.27978582992736206,1.6074402642324879,2.186646340753126,0.8876642749253838,-0.6657125095608998,2.0401955076212728,1.3095752431739411,0.3534915662083229,1 +-0.7948397411701152,1.9232604260739377,0.5504663768251898,1.4657209011267291,-0.7807227406773203,1.182905774110079,0.45958260310839544,-1.2802333938136448,1 +0.8946172166927008,1.899047359807822,1.9857291209369226,1.145259931165757,-2.6187084968970695,-1.1592458686002671,-0.42872480371112326,0.6186754874090956,0 +1.7012269510025368,0.844182516483087,2.1400252861532425,-1.5882466536340667,-2.5871592023412084,-1.7522046124665942,-0.17143179462725355,1.6423627523591822,0 +0.2668748937274799,0.434324615222382,2.097210415342475,-1.1446872722773787,0.016705379000035075,0.2505610017699884,-0.7606490976091499,1.950878533257255,0 +-0.2916748531398673,-1.844506473098876,-2.3571384676516023,0.329573598169311,2.708932691553187,0.47273783571036754,-0.5679288225187847,-0.7198707851198488,0 +1.0641389705729543,0.29041677568466195,-0.411789603487461,1.2571444336568816,-0.7065822179120683,-0.6713550595878952,-0.08231080893224818,-0.5900119383692857,1 +0.7356211918368842,-1.3029609563801374,-2.4061446871971386,-1.2336817761337233,0.4131062369999473,-1.249095214114952,-0.15910024015813018,-1.2056689993347036,0 +1.0202123081460164,1.2249237674559028,-0.44575415871318735,-1.2128011760506587,-0.5444826480466322,-0.6860675692992025,-1.331334655039539,-1.0748351867000279,0 +-1.24930727131881,0.327676427825103,-0.9681597199817384,0.8989059829924686,2.023509098155338,0.10261490163534204,-2.825527586380617,-0.504030106166563,0 +1.0220374066515177,-1.8300532775629696,-2.7412242013065207,0.38044171198857174,1.3702063055006914,-0.7192419487455014,-0.15313319388885882,-1.1431948216768517,0 +0.028790665388529778,1.1446505553540989,-1.3516457590256772,-0.9650116107747012,-1.9520508769604328,-0.8891315827629491,0.7530391678157178,-2.4759510252137096,1 +-0.7724783632470191,-0.22922722025053843,-0.512981852009909,0.4656695956282221,2.329555239302566,0.9777139582911811,-1.6249759135262338,0.037000578008192675,0 +-0.9374266830223837,2.1444674675505926,-0.7964951875644196,-0.7332125807998023,0.30136441254149626,-0.2810748537803824,-2.888892367945812,-1.8176366707620377,0 +-0.6392584843697581,1.1897190155417772,-0.4095506298943993,0.24731051124681314,-1.0063147851195027,1.1827603986725008,1.8482662274402484,-2.0118839733540304,1 +0.27230505733628146,1.1648393204987897,2.1161531471519424,-1.038992206817572,-2.6135161312870614,0.5229193352783124,2.5622924064603483,0.4331488738442122,1 +0.6878036342307892,0.8791049635392334,2.206945068713128,-0.07004381493220925,-1.289766145271687,-0.4960569867436188,-0.4037609307274759,1.6473906304195762,0 +-2.1433053489297214,0.3096416423591819,0.9725350660538872,3.1609455612807573,0.5928481254927702,0.42938193577713757,-0.8865062306167483,0.9336493327000865,1 +0.6951835993841207,-0.02833067764568431,-0.5512926473276741,-0.19281950616953616,0.7078128704931288,0.9832752179663797,0.4907552446311553,-0.744471542284346,1 +-1.1497654040613399,-1.2564953553174052,-1.5991825187233175,-0.5801375326769246,3.912143517818808,1.3735043854036577,-1.935045292881553,-0.14552933397765466,0 +0.5391424872153305,0.6835074723978899,-2.569339823099642,-0.5147389326075001,-0.5024719346160527,0.7453793544053008,1.7124640423788,-3.7087665964822625,1 +-0.7591000538748857,-0.6268543517791691,-1.477283854032888,1.1226070023370378,-0.47638298459556433,-0.6540940859275177,0.9077135385238234,-1.1671294116372206,1 +-0.7274614375138956,-0.5229115657429227,0.19427277136096352,-0.30501162958548683,0.8530882131197736,-0.45301710661315886,-1.3134264317740008,1.0292097350096432,1 +-1.251303774946606,-1.0836535991089653,-1.289173344162256,1.2739070332536093,1.411383004519283,0.4077360095142168,0.06928685702646198,-0.44471331922519214,1 +-0.01484832473583683,-0.05817132203992115,1.9951973500608888,-1.7395574486369487,1.5075904159137763,0.9230039625495896,-1.4303755899031194,2.3928459970743354,0 +0.2093206919174714,2.965943229908124,2.8695107078916684,0.7782884874355566,-4.901017846367777,-2.621494986592885,-0.5275246046885702,0.7544444079554642,0 +0.510768642072763,0.2969462455549452,0.4036691182690038,-0.585396262785249,0.032661418370150685,-0.053542964674417326,-0.5542848721090787,0.31344853450901156,1 +-0.008438982859517026,-0.3202723743726168,1.40598055425784,1.7347881004033856,-0.2207551167107127,-0.21359707073178003,-0.028568007628024472,1.72338418729194,0 +-0.18164069427257376,-0.6086992062514825,-1.8127300908472097,-0.23529507002590797,-0.4985952106116794,-1.5884592906608264,-0.23025243496935693,-1.1438038662456254,0 +1.2240122875893311,-1.4918152659222628,-1.3960292176951012,1.1028533989417715,-0.6642474716539026,-2.031766363870073,0.24742079983834642,-0.06963895379386131,1 +-0.410784473389393,0.0037727451883957652,-0.2090598807510919,2.570138994215022,1.4563033712458995,0.5910643851669786,-1.2334107948287045,0.07274398785756875,0 +-0.6273197940651772,-0.7755512750665458,-0.9311557032223732,0.598333590949914,2.173109577842351,0.38878838927160064,-1.4780211916578005,0.07893465353220153,0 +0.211811577821275,-3.2201086043987024,-4.194531638269816,-0.2829237108516757,1.2731369279296547,-3.003655002255452,-1.1453133313928623,-1.0022398577269422,1 +1.0584895564224732,-0.2190407355931347,1.5436309324499276,-0.14042207859831005,-0.7298008957502738,-0.6870843450144395,-0.0826200023235587,1.828690110763284,1 +0.5164977860541573,1.6125003758688299,2.7764776687243637,-1.3113758689641277,-0.8963115868906186,1.3340427590807133,0.5216241088144884,1.2159370501650046,1 +1.029124444333757,0.47310716856894186,0.8337932234399812,0.5800272967844433,-0.10180484588103836,0.031092745871577065,-0.5631052919112337,0.5976314825812532,1 +2.0504900218154343,1.6574570488273346,0.7843852459133678,0.4837133996196923,-0.42016561830634036,-0.10252807448969314,-1.5502333493777911,-0.17566208678057382,0 +0.0753183226881706,0.42235772002909444,1.3963264547911396,-1.125154998591466,-3.2281592531478025,-2.4307767554090223,0.5065838971114989,1.1115327748482773,0 +1.7817821307242545,-0.09619635934906956,-0.9114545851659422,0.557723917572093,0.8268456492236029,-0.18989729780036335,-1.0674456325753474,-0.5415906686141085,1 +-0.6982324650910039,2.7630309858704996,4.435576910189192,0.6133323052565586,0.23486125675680602,3.174969599381738,-0.35413085651059856,2.025817935889457,1 +-0.1483121101331416,-1.8017305146820337,-2.38488284668669,0.26165361505265844,0.9882804445649146,-0.07062696976158711,1.1241435728701863,-1.200323035374745,1 +0.91590116502878,-2.3692782491018516,-1.1283001824214562,1.3469180533712006,0.6885147215153413,-2.1468423901497324,-0.9668619889282077,1.2809606839948782,1 +-0.07206067225837044,-0.004213312918937784,-0.44114121832247716,-0.591786890691696,1.7325791846137997,0.6576290546111712,-1.4635100808508505,-0.09919973048167985,1 +0.6843586601306294,-0.7732289099055315,-0.7848134563488801,1.8959238782384664,2.708391437288424,0.47053158351535695,-2.1772932412267925,0.4086066603384154,1 +1.1274463698755857,1.6238584775494178,1.5606424025657701,-1.0914364471936218,-1.2680746139057086,0.44202460949173417,0.19922157272481167,0.12645915586504874,1 +-1.205049003534826,1.2119543096931804,2.133615571615571,1.348609105765897,-3.0325491692570896,-1.942440273645357,-0.18451109464913562,1.3433251945409204,0 +-0.7836394674348789,1.0041326751089799,-1.6087360101352353,-1.3728377998288284,1.3147198349076124,0.2667017249815079,-2.140784128117983,-1.924215488540424,0 +-0.17557713863356664,-1.3810483627718964,0.5604140185862487,1.0273184130034525,2.0913020906935706,-0.24469275828254072,-1.9819635741665584,2.291034901039122,1 +-0.6387389194628319,0.3861036763488111,2.2880888009582847,0.005499659824945998,-4.963215051678643,-3.277111750075207,1.636042695129363,1.8076826311255982,0 +0.6444496257079145,1.6723821973365618,-1.1976919979860248,1.0692387112945076,0.2469769984224874,0.20704078577017748,-1.5356974222052706,-2.2301112583580345,0 +0.47829434496810946,-3.012310363285435,-1.5210656095117363,0.8092038093598776,0.7851252530773433,-1.691313879595477,0.3093539366524989,1.0447766451914713,0 +0.9519254820926667,-3.121331167205791,-2.1486974692260725,0.3769234439165484,3.629851499562284,-1.2987718531783463,-2.9280242739318396,1.3448534290121312,1 +-0.7419395363295394,-0.6810503877895593,-0.8225748992556996,-0.6018850173909475,1.7535968158582946,0.051956863726707936,-1.4619071831380404,0.13092183453049466,1 +-0.6839118354002798,1.4609118284971911,3.717679600807518,0.0009566016805020723,-3.1016008399784423,-1.285189313412418,0.06711375389253238,2.624262141998816,0 +-0.8012834728031,-1.2177679097663505,-0.4968466083208776,1.2708022731891895,0.6403040889503582,-0.8573171705085365,-0.6011642655868454,0.7521370829747474,0 +1.290295060756705,2.459745871629883,2.350873516111548,0.12338197575018335,-3.373825609939802,0.5500488780192407,2.219319404032223,-0.3314087327167303,1 +-0.5511672192755747,2.406396491218832,3.1473555597426923,0.4703305100684574,-4.77242547430774,-2.5777038044660348,-0.12895622463139922,1.3982367855034403,0 +0.43974818880279687,-2.636608442369094,-2.1207599138420288,0.4641403274621935,-0.5132131868501091,-2.849472127372099,0.3839911570450847,0.1866486580472082,0 +0.07932088925651695,1.2416847455667401,-0.02528171920195877,1.6131649867418232,1.6850159739342085,0.12376572334275526,-3.571037433127099,-0.11785830323960211,0 +0.8733097143128543,1.0738744275137024,1.7785223187943546,1.1763914380755511,-0.17154775307415962,1.042625254262977,-0.03358071441377097,0.8293562768804883,1 +0.34168847257156665,0.40558274699015096,0.6723152260125583,0.4904287567325176,-0.24009187932568318,0.2973071514885782,0.10857383822952316,0.2884343539461566,1 +1.367313447834136,0.7914949192806708,1.7562358062327248,0.18883043493117202,-0.770190107059012,-0.35066111088570484,-0.7271489957323779,1.3397306578214958,0 +0.23184660236551405,-0.3122452753356341,-2.216603593868317,1.488908638287779,2.3105691279448464,0.9844566212025412,-1.009806670638528,-1.7910333715198474,0 +-0.15298140431299836,-0.47822271919721326,-1.3212523052519363,0.2712459593490034,1.9579662832507463,0.9857202711875297,-0.5832917728612441,-0.8564790982617763,1 +-0.9666050615767521,1.0483384790982178,1.1636302473055913,0.619393908847663,-0.9536114037593572,0.1596056685590398,0.10855984649658623,0.25534098210076683,1 +0.6537488010336956,1.3145411918112795,1.4981455574793046,0.02553787789790688,-3.0172601862205592,-1.9414926825043128,-0.13309465308875024,0.5969291145623377,0 +1.4695432008951854,1.1971407711129167,1.2663520466136882,-0.39791689395962115,-0.4648820305551951,-0.10357393828059547,-1.129870856662849,0.5892805320025145,0 +1.224843083708841,3.34235905143791,4.827414733870721,1.3982300958101679,-1.3262008186258563,2.2603253616684755,-0.08430873391520577,1.9317920429094009,1 +-0.5311401191428791,-0.47450054409655373,-0.12068651352612027,0.26673241498884226,1.8833468153972304,0.763332173405108,-1.1225005678768163,0.5233207953191772,0 +0.5742013077416268,-0.40346767577412224,-0.5629878159185328,-0.34424964100356004,0.1297778205258615,0.7363746682091706,1.3940932473550913,-0.6649497626529417,1 +-0.8653274661930402,-1.8090650114346525,-1.993500410815141,-0.45859104859552186,-1.3134811194123122,-2.560841396904766,0.9818143841292861,-0.5669252030062966,1 +-0.04043689707484379,0.013142895399077315,-0.287129234258337,0.9221749375080222,0.41556494305999875,-0.45236001919950863,-1.1280736250806525,0.03701702529787976,0 +-0.1417747979404902,3.0475290334326592,2.37966143749152,1.1828432866482623,-2.4514552489009462,0.7174236280339714,0.4843286210406008,-0.3420744242174884,1 +-0.77879855136273,0.052807120233475,-0.31159777595855764,-1.0221648348765358,0.9197914771052282,0.30919362733189915,-0.8673358439818629,-0.1502990762719314,0 +-1.323460092678907,-0.32297834688152977,1.7247378396070268,0.6965655099686513,-0.8241277762358443,-0.633725410750146,0.18320632292844807,2.0245114447189354,1 +-0.48803547694175853,0.7456468924712468,1.1679658840370946,-1.4375383520743874,-3.504804182053642,-2.6729623581638755,0.29518309051913416,0.6821654858893593,0 +0.04423463074914156,-1.263378564156178,-0.539623966081564,-1.007200262487364,2.7824895478615543,0.44070870454314015,-1.8646346103700775,0.9894848975061328,0 +0.5207073949259249,-1.8747645750353295,-1.4328353046501119,1.014292285918456,1.8525531085921707,-0.2609149983713495,-0.5576983032710698,0.2984522954769353,0 +-0.06885741916170633,0.04599153916341847,-1.017833909408596,-0.7872482400342212,0.5258056112487016,-1.0226617930188553,-1.8716234171639206,-0.48835788158303745,1 +-1.0620488364481342,0.4206985402156307,2.199524864230325,-0.2297977520588312,-2.6066134957618665,-1.7606375377414467,0.28470669315579966,1.937773539576432,0 +-0.46685331529942325,-0.7328101306664643,0.4420476757492933,-0.7759095810070343,0.12609051514625907,-0.7778490963207956,-0.554275714899208,1.277814923277585,1 +0.027159562987949904,0.6708742732070602,0.006673445619146551,0.5590252540816446,-2.464021280774161,-0.041538410813913185,2.7348999576858386,-1.296650145251179,1 +-1.4983513960235506,2.0019418719464612,1.4754927936845246,1.4826735326952962,-0.8925014324497655,1.4307343599872002,0.5990125476741742,-0.46342079581849815,1 +1.3033742691651993,-1.709930336649447,-2.5798496021018504,-0.15207725396198046,-1.5036415821641445,-2.688535167034334,1.1443711558889993,-1.2806930502087654,0 +1.2196320082229075,-2.1805942094725808,-1.9108806700604724,-0.14091672876292508,2.7422911849835603,-0.1939628989520723,-1.2706903896565673,0.25876571439495566,0 +1.0495842425490398,1.1016840259581597,1.1610092182327854,1.3836906043433086,-2.993426479277595,-2.1134518262638258,-0.0700550417212853,0.4302639377134727,0 +-1.6563144261682103,1.9615758837429147,2.52209215844012,-0.13737634880749316,-1.9624108685188189,1.3983745851070069,1.8252216926211895,0.30494599944160616,1 +0.807902773265113,1.794633504503513,0.197024527868178,-0.6272830381506399,-0.8104618788487183,1.1873000233862603,0.748166236906885,-1.6091627414510437,1 +-1.1905078867973877,-0.1859797331631362,-0.7897170651534028,-1.1697789945029315,2.360734646932526,0.7003461265978657,-2.0066016782051257,-0.15622384667465228,0 +-0.042484061245488605,-0.6826582344626996,-1.7652984326267052,-1.450676923668362,0.47225014308020574,-0.9989044329428629,-0.7628761085152199,-0.9342416855966146,0 +1.1069035394624172,1.7212485415666943,0.952933979579827,-0.8808710041137373,-1.882613042768979,-1.0867626751919326,-0.8937840697269921,-0.1603920139832824,0 +0.18852783119165026,0.4682725885404111,-1.1756334866935039,0.8826439866747264,0.6601138312797935,0.28897545684573955,-0.7235808030979961,-1.41660527256255,0 +-0.08512933444944974,3.240041125264707,1.8058908503599116,-0.4533426413170316,-2.8736528733366695,0.21497823709031283,0.3737133788582108,-1.0192870001148353,1 +0.008177019191027349,-2.3206853568118277,-2.394012521349034,-0.4188927893013836,-0.4904527736254769,-1.7772779904355849,1.5196538327764617,-0.7473694240516582,0 +-0.0045116097982070185,-0.14115627401813502,0.2777347140433681,-0.2948091134546853,1.0726105122997551,0.24448343367955205,-1.1318695734446804,0.6889467668300245,1 +0.15041524771659867,1.1041211807767426,-0.18502919932874884,-0.5908365517568868,0.23943623219848573,-0.03807219057903943,-1.5300529906586573,-0.7037795212759035,0 +-1.6962759243747838,-0.5577317513489805,0.9662309445025767,0.5801294194078113,-0.04321854702834463,-0.5450736978553216,-0.3416191505141882,1.5872119099852031,1 +-0.4470056398033935,-0.3154331618731071,1.7772401675514993,0.8128050139091665,1.9614731818609854,0.5375556628454377,-2.252105851601657,2.640548359702546,1 +0.48472496652225205,1.1072883910298066,1.372546200889209,-0.1407161903277855,0.26676889049070485,1.1305200502033568,-0.46111155809913695,0.49751237211846755,1 +0.3535907169771569,-0.8488695302890339,-1.798833712625046,2.830286857454339,1.9250390175324708,-0.012419873243736057,-1.3308800025239516,-0.7499015121612469,0 +0.5319160708932335,-0.7135905284808663,-2.4999515537934194,0.9570652409607033,0.7386645177812281,0.4117636641287714,0.9833363698860305,-2.2352910055914066,1 +-0.3116730241531856,-0.40208383802195513,2.297491474100512,0.7865425633010453,-2.234874427227576,-1.885056156334282,0.44753526579558534,2.697807461228802,0 +-0.4919810318750642,2.65708219905684,0.4737832784687071,-1.10572767581333,-2.1425041665166376,-0.042754970639448664,-0.001831340904979717,-1.7591737125265887,1 +1.30153751696536,0.457579200746393,1.2498310553083176,1.0821655047360725,1.18677932875314,0.755905289038481,-1.537593997732903,1.2415873315299248,1 +0.7093376421216359,0.7084390534801639,1.2797102351414225,0.23138268416835658,1.980285371439563,2.266165578996148,-0.9342064546402455,0.7809807824430037,1 +-0.8147420544616109,0.20263816315161493,-0.5972658699115619,0.44896021808564046,1.8465239318923505,0.876975207312501,-1.511702497877008,-0.4363599370629476,0 +0.0282605944228954,1.3135568570287282,0.26084243028263004,1.698878234465098,-2.676471248072538,-2.1846223952958255,-0.5870788468074118,-0.518102275633977,0 +-0.5362870173541507,0.09433991267775621,-1.5684101169065432,-0.8047935873408327,0.43643081313134874,-0.623159079929422,-1.1050820514340396,-1.3267165034277815,0 +0.2160227575196683,-1.0709831040725022,-2.655656125179892,-0.22231687997743596,0.2842556890461688,-1.0621949641083623,0.09559068654559921,-1.7384099676406997,0 +0.6907922324904073,0.4294338859938452,1.613010892203459,-0.6782822425032339,-1.2870626048304508,-0.759042634233602,-0.10280724623100979,1.3624156861386818,0 +-0.05847220239682466,1.247315685889383,0.5867316135841077,-1.0682203771379157,-1.5854830825055308,0.2464265985860219,1.0771421309231621,-0.7676837506811293,1 +0.23803456829687422,-1.7171648406774618,-0.23862596638448239,-1.0674035448877475,0.40555220708693207,-1.734909509407733,-0.9725475416117301,1.604154682484905,1 +1.1275935613443009,-0.07960645577341907,-1.188274856441926,-0.17763315131518076,1.5126735649571021,-0.3840274130746914,-2.2433351450946053,-0.503876381186152,0 +-1.4210326961921613,-1.4265807292731372,-1.421197088331448,3.659028744236809,-0.5570223277493626,-0.48022938163274764,2.101102480626455,-0.7708263742138786,1 +1.4174530634789122,-0.029885226258304587,2.0805264346306718,-1.2590286732465992,-0.22012771904969738,0.004448582673323598,-0.24560234632590588,2.2055627595709835,1 +0.3661057781466789,-0.02645406282692031,0.36392790853947155,-0.6507218115256522,-1.626553739690032,-1.3396531624510282,0.4576498780355678,0.37108499441603504,1 +0.44837774237689954,-1.4226436164103842,-3.485147032821993,-0.13075109486352843,0.12237432505484713,-0.3970944417569493,1.8314613444234409,-2.8049417712483367,1 +-0.31858594509168375,-0.7945793694425044,-0.8144602894253139,-0.48283552731982626,1.8379113856427758,0.3991388885392204,-0.9989499219493405,0.08318370682197396,0 +0.9987524820536187,-0.42051955931812235,0.03824516030981401,-0.9398867122290818,1.8483911959463664,0.6911645918738578,-1.272786995928646,0.6854238344074668,0 +-0.009617311632802552,1.305115251713572,3.0027775660550944,0.14805671341647766,-1.3780930451034255,-0.26943979123385103,-0.6635591301041005,2.1491730413603287,0 +-0.6497729185371838,1.1159057080930934,0.5191702553333087,0.10967164989100872,-1.2485410317468013,-0.7649225992609324,-0.5916520876095527,-0.19627867938037968,0 +-0.19341062495137823,-2.1091515589632683,-1.7518932399272384,-0.8747242458099205,2.2125083459233426,-1.3269061212032485,-2.148892438922247,0.6844676959790477,1 +0.4701506202921851,-1.5204843066487337,0.03808591218324865,0.5541740739916103,-1.1085270998558876,-2.219579521145774,0.2496044585280831,1.4257244728534575,1 +-0.012543877540838709,2.5213217765778455,3.7068535898054047,-0.6648745096322399,-5.013106942824807,-2.381639203936201,0.19129133417420163,1.7680369996413006,0 +-0.31065706345927846,0.41322197156491475,-0.6674951962929117,-1.0040940873010553,-0.7552534848293283,-0.3847493796965369,0.3105097849499893,-1.0818486562280394,1 +-0.35150417290554214,-0.6154418931197467,-1.1335033298213242,1.0843015321189637,2.0336107663121865,0.4903923972184139,-1.2579674010371802,-0.3292599179123612,0 +0.7007271999534724,-2.227910994474583,-2.687298912821542,1.0388040633827045,1.212680939076635,-1.9697573660468022,-1.1830016737967735,-0.3777935421883525,1 +-1.8762814153827798,-0.03264968826058745,-1.8525028108722152,-0.44202401622093385,1.1978364330414324,0.8072718604117837,-0.0646539302221546,-1.8993349043798695,0 +0.7277343452898019,-1.1414069600284762,-1.0715289806495207,-0.9742880613741717,-0.9526679555001846,-1.936253380695549,0.3152053083200077,-0.061534421473649625,0 +-1.362708390902519,1.519938287393941,-0.7855150581596146,-0.7982527569995538,-0.4436836373481943,-0.31852141940085715,-1.205381376777378,-1.7315563536100718,0 +1.7138246762572023,1.6938938453858716,4.66102407161647,1.017928690723371,-6.74593918566741,-3.7853554706363015,1.4093616759421443,3.214671121218678,0 +1.0232042195343458,0.18164083578448453,1.71723976813927,0.8107257587361772,-2.7472582093692615,-1.8952587259404923,0.7022079743836596,1.5469762532761242,0 +-0.14137873531096432,-3.751208660646128,-2.745256414142756,0.5670869768182999,0.6528858049007575,-1.8529998588235046,1.4310278011956081,0.13382923081891507,0 +-0.3181941293761414,2.25762581956759,1.1575824200458824,-1.4595594224017623,-1.9318808056696664,0.2685625292458423,0.3472684372424015,-0.8452133536969323,1 +1.2907205871085894,-0.4953995311811301,-1.3222663441932767,0.2751520497615845,2.102916006423215,0.722715095019755,-1.1221525990283248,-0.6770395098814558,1 +0.4147729534301739,-2.1834792367550273,-1.3246683996224284,0.33661647076651424,-0.5453702843972544,-2.2864419278670605,0.4635106712750592,0.5481838153547434,0 +-1.6920637739467226,0.32276008987069077,-0.031601408867792176,-0.476906881404349,-0.8752749164018163,0.10673622900938151,1.0522525479579616,-0.5976212041501138,1 +0.4277121403892788,1.5494700317729533,2.840442670647581,1.8889585137559,-0.20067798343886895,0.5000704685674886,-1.533882674265148,1.9542621991017113,0 +-0.8973340585538033,0.5889225328055223,1.0435923200607966,0.08670787586425582,-0.8451241852967273,-0.09886679263386278,0.1389296791535901,0.5330278138794065,1 +0.4454569218356569,-1.9928516185862792,-0.533554360432332,0.40016389121708656,4.134771068114992,0.06543836467540598,-3.509756155861024,2.085703160843447,1 +-2.153908126225013,0.12524822593214313,-1.6002001880511203,0.21853590960630942,0.9174396968980383,0.25684921449627396,-0.6416470269932673,-1.5780015921077446,0 +-0.07707366192514237,-2.50273231207636,-0.48451696294214475,-0.4778132576346588,2.1798380041192273,-0.4401179537186274,-0.8589876172825237,1.88781881456314,0 +0.8469238028983607,-1.0258792053795023,-2.1909812014281917,0.039314763567757684,-0.4125265169364256,-1.7514163936352602,-0.011826368191065528,-1.2223915163277979,1 +-0.4969124855921505,1.793362000539142,1.2005080468374174,1.1490522968441117,-1.0672575741831491,0.9491358770501437,0.5098672571428453,-0.5056204528595007,1 +-0.44198680836456994,0.4772142199353636,1.0438850313650483,1.4072914835149366,-2.0726567938549323,-1.6760595431280616,-0.0932055831060582,0.8114445126061686,0 +1.0905239421969792,-0.20272826406574612,1.134310537329993,0.18605861566950027,0.07391847711317881,-0.03548441393684254,-0.26011780371531473,1.3970149295401135,1 +0.22875167776607838,0.21710098603685063,0.42763610414705666,-0.2415877230052178,2.12842268177304,1.047399145268298,-1.9966885266694934,0.7110644335493044,0 +-0.8259629100125714,1.4185927395347147,0.06411550572969107,-0.8691208423386974,-2.2316124192352667,-1.6104657987963653,-0.5126297558075273,-0.8709115740490068,0 +1.3842218511640447,-1.2157721285316476,-0.5345430808820628,0.8102164614856149,0.602398939947878,-0.8719645930802861,-0.5579397886605837,0.7015732237248506,1 +-0.6191108250174253,1.579948745722518,2.8521400600520725,1.5027073097885177,-1.711984029303216,0.6817064376974622,0.8285878821338626,1.2872980024593224,1 +-0.096862545755865,0.3246970724328813,0.5611379114934019,0.05290969382609362,1.053064997447176,0.39258053802886894,-1.4902763569803046,0.6690491068276672,0 +-0.5512214574367944,-0.8084742230044033,-1.1371172078391742,-0.2313733995063903,1.0545613267471847,-0.6131552006431134,-1.1239610460466134,-0.12150491691264009,1 +0.5225785718126431,1.466220200806178,2.603520577273328,0.11498069438205298,-3.814013961428937,-0.869530687352507,1.9525535879087654,0.9455895924449467,1 +-0.4691698649127483,2.0121672987739028,1.7260126043127308,-1.3553959878922783,-1.6573974141299228,-0.7069458156665014,-1.2443500736539077,0.4451868199430037,0 +-0.7607591202788377,-1.3158365829583545,-0.9014872266386895,-0.9251394226432756,1.5325430310482104,-0.4239857301880859,-1.0741270754315806,0.5185120790116429,0 +0.8057914319759346,-0.7291762995331035,-2.0975818042438092,0.40087264496009706,3.193830264489487,0.99329462662695,-1.8428322114534712,-1.0932076657414562,0 +1.3704290775602983,-0.15471519643324483,-1.5512491096465995,0.25402995964175884,1.8034022229286857,0.42462784674546694,-1.3940795852845254,-1.1010698007231072,0 +-0.7595473415734497,1.6737954840100415,1.3037855600817818,1.3062389515757862,-1.6937421970772515,-0.1787829951422759,-0.0016417796764464088,-0.07478309349802226,1 +-0.12314003547772574,-1.0950558242349056,-1.6976911165670399,0.6944451463053527,1.3245855040411192,-0.2792041794262579,-0.5935781725852617,-0.6181913332516986,0 +-0.5168251706916573,1.4763880778502285,0.732629152278696,0.038526614123694056,-1.2629809379522803,0.5600464423574206,0.7463815201249524,-0.7474814258478935,1 +0.5456821735171798,-0.2739496430979885,0.5275251886705172,-0.13459935613005083,-0.008994877886768553,-0.08369763620700454,0.04504538445662343,0.761699401394783,1 +-1.1653284712763288,0.8581455337952328,1.4234085984127043,0.509902358335672,-0.2792156913247682,0.5170052642107494,-0.24644041944782052,0.7486164686156952,1 +-1.0958056501582731,-2.8035031407186013,-2.56180787663072,-1.0107751454734768,-0.8709245671056961,-2.9556407670926363,1.0594912301509607,-0.29518366404633045,0 +1.630372665872295,1.4069282721398084,2.094868610120091,-0.34145193409640734,-1.6318024692311675,-0.6440865713384777,-0.650256845553286,1.1656971525786644,0 +-1.9930302151746326,-1.8896881301897805,-1.3693633722278336,0.6679253643567701,0.704491424759796,-1.7296251117476076,-0.8810443067269301,0.5756761920554883,1 +0.3040885620413388,-0.9337846388264082,-1.1517251747327564,-0.8866388150334115,-0.24679373770726004,-1.4785276882035943,-0.2822213554259054,-0.19187176618293678,1 +-1.6788618085263975,0.2590245482321819,-0.1713818312296126,-0.5978074982030833,-1.117709702156148,-1.1759843604438491,-0.20411440518591423,-0.24754051022769485,0 +-0.21473973660092244,-0.21045931412171792,-1.0206919358983104,-0.5991306429324583,1.317802380089641,0.6456129212385033,-0.49874403560649494,-0.7740204426035076,1 +-0.26166484330035084,-0.45333937862081825,-0.36143002827201304,1.815044085034479,2.4287100628582827,0.7651050166140188,-1.851925608400656,0.4580179575268515,0 +-0.15761851722847792,-0.4888087268070563,1.2016329652632538,0.7049335077283264,1.6273412000753642,0.3367850768569711,-1.6907955071459981,2.0656020670193325,1 +-0.5406354197891953,-0.8713009376797383,-0.9678317867702362,0.3781161355113695,1.4168561285648713,0.07868894076106492,-0.6988439030621522,-0.0644847816003703,0 +1.040100419468816,0.9157235582517433,0.41633493565015334,0.4519379231449412,-2.1707314160435405,-0.5085091278374552,1.3116786627376322,-0.6663062864889744,1 +0.9808456008654786,-0.23734438283961834,-0.1933554100876747,1.1217526775365643,-1.0201418146561776,-0.48987701927274974,1.1136085280476835,-0.2597268673659722,1 +1.6072111490180832,-0.2936147652837125,0.8042607163503027,-0.06882148308334998,-0.26956771195193996,-0.5120764914513751,-0.2129422390806464,1.1621785040580177,1 +-0.8150144288863626,-3.329011038677412,-3.017561008407417,-1.332395703458904,3.008253515031069,-2.0597608619043566,-2.5826272912657817,0.6022588189175541,1 +0.3820354322555231,-1.1098755188033251,-0.9596856943309054,-0.8344030632684148,1.4715670057512802,-1.0432533066463914,-2.0186513697360917,0.5884356212931585,0 +0.2393893680606595,-2.037093470094385,-1.5592439618544016,0.1916402885053996,2.1042253182863027,-1.1948864984027217,-1.9513453671454777,0.7557977539984654,1 +0.004005131385320607,0.6226140201798966,-1.588729500606813,-0.06909307465423715,-1.1189054368922244,-1.6145798545752204,-0.7723537110712119,-1.8075796127417383,0 +0.7364835012564509,-1.3239688566555619,-1.1106140314495667,0.29167245699592487,-2.412629736043484,-2.97630715209535,1.219000953775988,-0.1118082049065825,1 +-0.9101992050367085,0.030321158590097985,0.4725506766845461,0.5025982308910464,1.661563346375249,0.5826495841808577,-1.7620086263020591,0.8866248594676869,1 +-0.3679071795946909,0.18341584934127952,-0.15885295630325158,-0.7327202510581101,0.5405694846256488,0.7546221630743954,0.0832155139678662,-0.3967404174801242,1 +0.51221249702774,-0.6236174554115619,-2.08377062874868,0.21318289763670414,2.5476509758751233,0.7198695557230852,-1.4034078861412085,-1.2662560459357297,0 +0.1934075305750501,-2.57850983228307,-1.9170139165184845,0.7970382382197294,1.3985836082556975,-0.1726997711741206,1.1058486073432896,-0.05596598917972884,0 +-0.018612603394922204,0.5590255240397476,1.0380285738438488,-0.5119224045703236,2.146246871591727,1.4390514524510454,-2.043811446117605,1.0252337487978824,0 +0.4994260550475648,0.33794013473668066,1.5254492293116901,-1.0530839505610612,-0.16318917278358025,-0.3926301486192603,-1.093754061500083,1.5907243816926493,0 +-1.4905486088010764,-0.016759813605702223,-2.1062372645068823,-1.013217519955651,-2.8222844275838033,-2.4947140078692676,1.3222480889151005,-2.292600956673887,0 +-0.5689673517760733,-0.2187918061064521,-0.27203084722790066,0.9540560238589794,2.4954218424475,0.4833641289343902,-2.6016131143246657,0.5751832413802918,0 +-1.8053499321564097,-0.39907757005001426,-1.3076358644633939,-2.2590049023773098,1.2105687529371332,-0.25006967459886154,-1.2547263666362791,-0.6330623984643975,0 +1.1351942671359767,0.18259541398371348,-1.252715126353952,-1.4223411557886465,1.753147145937019,0.7260295324897159,-1.3698701434820135,-1.112288753992115,0 +-0.4020053179259159,0.5020112962344019,-0.5135353758914964,-1.1567940631448206,-0.05033774085321659,-0.7719553014177364,-1.351839316141327,-0.5209448269227381,0 +-0.24052107189735142,-0.8138101772623103,0.11272192493818786,-0.6216414354291095,2.2031442722469503,0.7631622486546503,-1.2801538480901502,1.089785418818277,0 +-0.08642285621312253,-1.161396582426827,0.225586640288211,-1.496816632145647,-0.6321040059625519,-1.6710451498480365,-0.13957042775764517,1.3761698730423255,1 +-0.0454680697674564,0.86113826183781,-0.5187289799576492,1.3082044199234246,-1.4649761260439444,-0.13778350125100303,1.1268049583743727,-1.5488147690551557,1 +0.974494160106879,-2.061800409388129,0.33658272673005946,-1.3710844380185914,1.858134832342447,-0.8875616092144829,-1.7083664387529938,2.6138809168034545,1 +0.07140312719291322,-1.6686572187801527,-1.4832060992242762,-2.3736079080987706,-1.530141014619979,-2.802742804343655,0.6701829184167916,-0.06410478738715941,1 +-0.9197470403734967,1.1422312700088846,0.9658860044270826,-1.4754821365724642,0.5966647565503962,0.2558063813239999,-2.019544901795661,0.543475082358594,0 +-1.6276509485687904,1.035605202396365,2.306195077408918,-2.372141952862976,-0.6308553675877793,1.2443248188093379,0.7804946847469689,1.1621779949158573,1 +-0.029972128104690115,-2.0155797711808514,-2.0551585145783005,1.2582480781917038,2.2629828286302978,-1.0355147575976142,-1.8459580337753199,0.19294641489427855,1 +-0.383293074448739,-1.6259982774078532,-1.6014374209467792,1.7737886171916712,0.10893749732173554,-1.2463417542974167,0.3957307364606737,-0.2653906366748731,0 +0.4034759033788147,0.9997352437824958,0.17392922774874156,0.13445301418418137,0.7279784254790401,0.5821692221595542,-1.3902735887350293,-0.33622036393146515,0 +0.435872493809098,-0.35045589278995726,-1.153628722142702,-1.4354337538128035,2.156816650164706,0.6112210212445315,-1.5525780083606802,-0.5030995931093578,0 +0.2047662740351196,0.006648301446383731,-0.9701757480549937,-1.2119658026649065,1.9393213766451625,0.16362070090664116,-2.277213011834405,-0.3879379148426193,0 +0.9585331054374872,-0.2778373239504177,-1.4847139466979078,-0.43416534216690145,-0.35095037442356597,-1.5329295387908077,-0.8179326763759689,-0.9352108415930549,0 +1.1546962044787972,2.11744601536724,2.9023902275916362,0.18953157687831232,-0.244637938176519,1.77469530554073,-0.4011333613074153,1.133229370499183,1 +0.34475353346022164,0.0913001793635565,-0.2212436218608764,0.9218216734327253,0.46353489946172066,-0.13678014341665612,-0.8787512924407008,-0.05370620186014674,1 +-0.3300963631401928,-0.2720756030110629,-0.29792821438221784,0.29345866580318447,-0.9296521297627022,0.17607116071676387,1.940396968223259,-0.6114186699885193,1 +-0.07423895755081045,0.8585028274407432,-0.4737538061871634,0.2069712021053166,1.4330388348886303,0.6923249309656376,-1.9108963248616042,-0.7426838875000159,0 +1.7798333169901106,-1.1087720049938545,-1.0159141355640375,0.04708603625238613,1.9838868057427728,0.16913893068896613,-1.1173145636414632,0.19352539575550576,0 +1.7949749711372622,-0.557873907139091,-0.04585810017414104,0.7922145779243458,-1.4714176570924524,-2.0309480646355516,0.004978256188481023,0.5790354834680108,0 +-0.16697568780389985,1.1992497064307983,0.6921760386108906,1.601813872107033,-2.280369694273313,0.11856375692620214,1.9196015710810421,-0.8380564789393627,1 +0.5958102366885195,-0.1531206714264225,-0.9301449587390935,0.391541331761126,1.1999571297552292,-0.2827121365636984,-1.656870962465496,-0.345910946212777,1 +1.42342307784932,-1.1327581133270082,-0.39942328596236343,-0.7519767909043302,-0.0033127006754272593,-1.2820544535254683,-0.369115842087019,0.749122704958999,1 +-1.5829730334009153,-2.3855883522472037,-1.4793579038187905,0.24198062919328023,1.2517387227157273,-2.310931230765508,-1.870923682163284,1.1951777403083168,1 +1.6660428260094753,-0.11773094061519707,-1.146527706782113,-2.663967134301673,-0.17051499716098792,-0.9776078316592034,-0.6044244551532411,-0.8271422766553176,0 +-0.35673693405160994,1.966183826165454,3.7289696718244407,0.7356213143697518,2.620081562623205,3.368899095928998,-2.436306515612632,2.5293253145585113,1 +0.6015969158330143,0.24855536468273165,1.1845790102758769,1.233035070904305,-1.1681078740637942,-0.403847983024194,0.5194946545022785,0.8842265088740034,1 +0.36344452999394083,0.8265663733446279,-0.5663161235669278,-0.8281804458755967,1.751036583306517,0.9300074900009601,-1.9865110389728375,-0.8075386436293317,0 +0.8005237569002456,-0.9554713133662109,-1.010021387882667,1.2802546615312274,-0.23371496173761835,-1.3060483196450998,-0.0881204960075388,-0.09529756444760373,1 +0.8533917717486592,2.4549623233968685,2.5780719498784213,-1.2692368415587398,-1.2855852514707506,1.0706152127508555,-0.12594660701433358,0.4981078613723364,1 +1.267657179528827,1.7878279690874945,3.7291191565838027,-1.0511847457550498,-2.1065273717754383,-0.7358138206532022,-0.9756816409343634,2.5997459865568304,0 +0.37799003050860414,3.585669445364318,2.287790844996556,-0.16416592764736818,-1.5561359812879352,3.054625556546159,1.7707639838754214,-1.4172839741674272,1 +-0.49794486687649475,-2.050024384661972,-0.9140799139305446,1.7358292294600373,1.3539114641481822,-0.35371029297213413,0.06994220234732407,0.8109520725789596,0 +1.8232942293133194,1.0365254066074767,1.282584908347396,-1.3601064481272231,-0.7230443678072536,-0.5753439698303303,-1.2223106340359347,0.8026360923581639,0 +0.6085322224915503,-0.7342949091099045,0.8348009501949798,-0.8216252920904379,2.260513483830954,0.784601391954559,-1.6266625347783228,1.8484950776717837,1 +-0.7026556407164958,0.5811595733721402,1.634403527013148,0.622285140040835,-2.600916381204762,-1.5784747793185465,0.5089233030374771,1.1533303259981966,0 +0.8387441815653864,0.3713347480991913,-1.8962840898156617,0.5626420015674511,0.23207846664958753,-0.7977846521333248,-1.2509813613107612,-1.841007076587837,0 +0.48207338074276185,0.09143812819625385,-0.871030815098467,-1.0080468023299562,-0.1398192946486073,-0.9148377741237823,-0.8692403518611859,-0.6570340723455275,0 +0.10036224292500422,0.009860831277368032,1.3484641873036212,0.9285873496074798,0.09971507392941521,0.058594259852557395,-0.46223782457319096,1.4825341520918727,1 +-0.5603605945698493,0.9094455394695873,2.3505926793709,-0.3179662134065168,3.084387761649201,2.5163058108574647,-2.700403618393006,2.1580826563772506,1 +-0.3705209884117604,-0.06428855056197536,-1.3174766316003201,0.40161871127339804,-1.4991515476417343,-1.383302649645832,0.7416066347788642,-1.3790624894560342,1 +-1.182940019509312,2.347520934647779,4.314989075567421,0.29920661170074436,1.3112562099942837,2.8728154931612035,-1.8102797809451288,2.6713930460362185,1 +-0.7351067344051985,-0.8976973415029017,-2.433224913368289,-0.35088312980678277,-0.7565904629539572,-0.5576351686090413,2.0030060874127793,-2.2135037360734686,1 +-0.2635623219028737,-0.4938173721945949,-0.9327083978313447,0.6834307917906332,-1.2595765263627088,-2.2430431450603594,-0.39446860526360567,-0.25194353987170615,0 +-1.7262098325726938,-0.5889191390154597,0.007519936480807972,-1.891885154022592,0.6427560879913877,-0.6587326185492426,-1.1628924372473997,0.8702377787049275,1 +-0.710658033525726,1.5860401644777902,0.04141223040274204,-0.16255695683828425,-1.2045850875788815,0.02371755115478691,0.02794729875130897,-1.3070046167331415,1 +0.6660856242728274,2.6141711608206686,1.5925078936003052,-0.7238683034838927,0.0924072480084434,0.9414178170350667,-2.152974988391213,-0.07956553591504167,0 +-1.0799508686100092,2.117531735632049,2.4338406913153103,-0.2582531949999393,-1.7125964465462638,-0.3007094740794445,-0.9406934992270037,0.9621651792211345,0 +1.1887832707685277,0.3833884347045893,-0.18782480038606642,0.42986942096045255,0.2071584568999477,-0.5023606305067845,-1.325258783210651,-0.11762841710448124,0 +-0.16105381624684223,-1.6642969623960693,-2.717327922469788,1.3476160613110557,-0.7976848305745727,-2.153535095763038,0.8410787933496315,-1.4179154997168442,0 +-1.423865643944305,0.1525267703174269,-1.1451193339683778,1.6772091582446187,1.4384484443751284,0.4049394859341062,-1.3476782678007282,-0.9589319083437636,0 +-0.17143574409624635,0.5521941871460337,-0.5043965674977866,0.7329457554175589,0.40226314242458633,-0.2697154565860912,-1.3843742389221176,-0.5837613971443727,0 +0.08525331317245471,1.0255793779297324,-0.5149826332459224,-0.8892937138358233,1.104254015646355,0.07638531614214661,-2.4317995209974206,-0.7375383993449691,0 +-0.03301607634964437,0.6062855324111137,-0.42956374521136526,-0.6703410279904667,0.7608955732035542,1.1860107612154054,-0.03394364897444835,-1.0304120913173935,1 +1.1509596477385255,0.7928344666457736,0.9471547941693579,0.9038393115863645,-2.4443030439101525,-1.8800357291168093,-0.147636024782141,0.4769172960813418,0 +0.1426232562513233,1.6968625911113762,-0.636989230776126,-0.8813841897806943,-2.0095700813274204,-0.10062466161687811,1.086079417884235,-2.3667462915755304,1 +-1.611689186651322,-0.9800711780985767,-2.0631257239603533,0.7778255290236463,-0.8801133714293827,-2.4547308373631287,-0.3690412182674277,-0.9805759726684165,0 +-0.49746982935305073,0.07761141450986553,0.9996781899764925,-0.31417807881994264,-0.08853256372854346,-0.43630299666302114,-0.8266890555223675,1.2074307295274342,0 +0.4890690633440743,-2.5291512307090205,0.1657537960946819,1.4766400417669874,1.8931883345955856,-1.056406737302203,-1.4304996850759504,2.7728220079685943,1 +-0.08268639214603386,-5.796383429918312,-5.305398284198409,-1.1459709719074873,0.03720419116440776,-6.205006530606169,-0.5548040708207203,0.13080133415053785,1 +-0.28228494094822343,1.427959702256718,1.6917132120989569,1.0790699471475436,-4.6776398639854975,-3.104355667456413,0.5067647674880933,0.6138914333947544,0 +-1.0641421479519972,1.9217321012326467,0.033577180112483736,0.14677191072104684,-2.5331355788737073,0.6245461963627994,2.365310669071662,-2.27698227416526,1 +1.1821093271972045,1.7709328240754194,1.9178040073356084,1.5586728486746448,-1.931561334428715,0.2564291035193694,0.6370692858476276,0.2609435523333613,1 +-2.465507046572346,-0.4851966998332502,-0.6604092414958062,1.4960931729374884,-2.184092343921462,-1.9007529746167882,1.2937505255390338,-0.46552255392210884,1 +-0.48583857229427646,-0.024924285410129254,-1.4689560939014499,-1.262143126011142,-1.5076695598420373,-1.6358828820976783,0.4178850789671469,-1.4592902803948964,0 +-1.114126362549267,1.3145707836162555,1.8093881732732486,1.1211669804420767,-0.8986018008881018,0.8453246978100052,0.47214489728541653,0.535713721742449,1 +-1.448611494598638,-1.950235537343856,-3.293097538207501,0.22718888793013878,1.9134616639585633,0.13046517025192705,0.49346452718861245,-1.8425910786761213,1 +0.00027504064008002354,0.6062903420073731,0.6577492569650101,0.024039497220644714,1.3043599057949284,1.2559275601109128,-1.0285634390939757,0.3382377505934857,1 +-0.07479083753732117,-0.4924416773642981,-1.3997536759313354,2.275723243273019,0.17814688322833044,-0.7816437351843246,-0.36359552035832765,-0.848140771743003,0 +0.5235914102730866,1.4753014300648188,3.0511905308308798,-1.163481986759325,-0.6728465933817257,0.6851318179019754,-0.5938641946501461,1.9625530902817214,0 +0.5541699006757905,0.782048731580766,2.1995980780534894,0.13899346662779202,-2.0164464173795076,-1.102287794171614,-0.06884710387684467,1.6777865549500497,0 +2.6182198016883893,-2.25253643015682,-1.5412737646100751,0.007184273908451628,2.36016640672797,0.029964860924664993,-0.45535180225055827,0.45735907338197657,1 +-2.820914286858097,0.11464601969473498,0.2190289841712669,-1.5940850068024912,-0.5574163219791981,0.792520619146787,1.6660066371543323,-0.38578854717169414,1 +-0.9697992250699424,-1.8153855623852593,-1.958167317152574,-1.643363224091577,0.9387149173387356,-1.2346292823302745,-0.4658424312235048,-0.23571930420429943,0 +-1.9759873612751304,1.213855887868227,-0.8302668628448738,1.6255919542429675,0.5550049130554899,-0.7103707064939636,-2.810121546736146,-1.0542687284635297,0 +0.12083672153647193,-3.1073709662807056,-1.4369686552658698,0.820310137122373,0.5196547426593939,-2.4696068187039657,-0.27177140686565543,1.427445106926031,0 +0.0009640215113039814,-0.25393313362471964,-1.8294037888454269,0.4019415851947021,-1.6184368214112042,-1.8505551331902101,0.6401167230862745,-1.6757955100754285,0 +-0.04633506366526975,0.7653469208980556,0.4218108237754393,0.45726333908363526,0.01270252382985014,1.9346165434170748,1.6160760343630636,-0.8034408538998217,1 +-1.2070143245966123,-1.5315512874970574,-1.2081325730646078,-0.8097384923052621,0.15647676146940953,-0.6803689893093612,0.8680445089523424,-0.11668719138608563,1 +-1.116061245814452,1.0080652826265668,-1.0611244853907935,0.9903685820446575,1.4922072923995187,0.29328410274189265,-2.5201708034591803,-1.2704535587179102,0 +-0.19970078240627537,1.6247190114415346,1.8566165984767131,-0.5874318681937286,-0.6096793864790815,0.0830781649199741,-1.3050287682229373,0.8610074444490572,0 +-0.8449382872693891,1.0959044464845378,-0.34410322153185563,-0.09839552508071339,0.7228071745129486,0.3400448411839125,-1.6607542913114572,-0.8521246548150753,1 +0.5907945871226477,-2.3945755636985533,-0.8274706076593873,1.1597056740513472,0.3218533750682802,-2.2593706533915894,-0.6529728771545917,1.531735023294107,1 +0.6708412542913623,-0.20714397409335605,-1.3418268153593442,0.2170399618021429,0.11562090898683493,-0.9771407920850992,-0.8595194392123762,-0.8810962029092755,0 +-2.4590822674723136,1.9296259280650971,0.21594323809634364,1.5080675082615755,0.28230991178725107,1.985292403590238,0.1024740323963973,-1.5904676773065998,1 +0.8897332713778386,-0.6777713521975228,-1.4135455528107812,-0.5746228397689733,2.653297178047155,0.7615956635275416,-1.6326738612133587,-0.48060762902430754,0 +-0.2086240425794243,1.2887136967108241,-1.2117028300911252,1.1306120587751267,2.594781387703318,2.3076064463801167,-1.6656113086912856,-2.0462137049038,0 +1.0713922897313686,-2.461243748137063,-1.58955850750765,-0.9167385200969231,0.7776353400769266,-2.1422517456403245,-0.8561679260508868,0.8596155257025485,1 +-1.7866607649204853,-3.258260427369863,-3.1287819660257172,0.2867657866137095,-1.1281476787642666,-4.005056322934283,0.6799356790863091,-0.30403952460696115,1 +-0.08290287888201658,1.2290100194617086,-1.064423690394008,-0.7293170556534493,2.4848353455033902,0.8405480492048396,-3.4437683200248372,-1.2525220088166478,0 +-0.3433828448706086,-0.46431325679367896,-1.8374814681607603,-1.6232755945919302,-2.755682846191516,-2.076208854595002,2.1909745467270714,-1.908584245702355,0 +0.8430808731541976,1.1402197202490014,-0.8645373931066517,0.372925844204032,1.264306637303758,0.8178883264480323,-1.6941737634218612,-1.4460217563385553,1 +-1.2014569773197974,-0.7892605144320554,-0.029711710659127477,0.23804381527378096,1.6377814304526532,-0.017636643934448637,-1.500627585309441,1.0438387849901538,0 +0.4477205887710961,-0.08543248092173072,-1.7265832219138522,-1.4761628555159776,1.1865601628637288,-0.22216533794206983,-1.401123256931954,-1.2862563571980346,0 +1.180086157078437,3.500802877775186,1.4654415181276665,0.7802420580671198,-2.10437178248748,1.164864796818903,0.35984781651495773,-1.6546062357053368,1 +1.4128951887165724,-2.3483055918032347,-1.8318407617933112,-0.20665985243542043,1.7948536522041267,-0.8427417042963703,-0.6261734697128856,0.35612728436925045,0 +0.5341228300979151,1.7562116110846906,2.810750252659166,-0.9139923481848133,-0.9281910325672244,0.11995413400569921,-1.2173619003918423,1.6929724190243083,0 +-1.2870963681816943,-0.11010847974761395,-1.0568013958465712,0.8196792316877131,2.5339696572449038,2.576099718605776,0.24345422317250998,-1.2443342106967739,1 +0.6387505787078664,-2.059765435797931,-0.8869864871450085,-0.01365674232709633,1.4480422264785124,-1.3221322125192057,-1.3535521240161072,1.3061132972135692,1 +-0.6481853461986608,-2.1780281449392254,-2.4274514215087315,0.6973557626816437,1.1491390160790764,-1.6332273675494087,-0.7718638535603152,-0.29291800780192284,0 +0.46055225786192916,0.9079183327481317,-1.0976345125882876,0.30903618285461354,-1.5714327691068284,-0.38933829490073785,1.0590206318623505,-2.1389765001122587,1 +-0.2979848803777539,1.4091911644223714,3.5899388153933303,0.5266451500730187,1.153721414742766,1.852059921835609,-1.7268838585240966,2.782917545501075,1 +-0.8618486858531109,-1.459943008952626,-0.9117476641787854,0.3091264476948695,1.7556893913442948,-0.6240660088901552,-1.5010677065044797,0.760665119637232,0 +-0.42468862623309706,-1.9417593437650884,-1.5685921439755344,-1.4201583074399255,2.7165179285652847,0.637274741174565,-0.48096214383437647,0.12744323795704127,0 +1.494568836624074,1.25438381721165,1.413587396411955,2.2490563285969607,0.16364730222948548,0.19961295530895473,-1.726268216275651,0.828653544668524,0 +-0.41764548436881616,-0.4683193653093862,-0.5275187899933682,-1.5828953666342833,0.4406468730495587,-0.4466328660268078,-0.5678861975125465,0.04741994987042475,0 +0.12401411083906552,-2.2268479485658093,-1.1828528461734595,0.6553802823242117,2.6069601635162107,-0.9697202942054595,-2.2717985862591608,1.3679978597382052,1 +-1.1873288482735933,-0.19449163885125242,1.3985335608150427,1.0154798450615072,0.33852897922485997,-0.1337381948954376,-0.8535585818646523,1.8266515313113347,0 +-1.4621848976556377,1.41789094044686,2.5093338135315393,0.4380203839196938,-0.8928842053627696,0.9559288991819974,0.2989704759045979,1.198089553212385,1 +-0.6445220345544459,-1.0368118404917221,-1.1667514786753188,-0.2734061462305999,2.049426766103764,0.45255814450435805,-0.8670045279771448,-0.10999586234763414,0 +0.19942741999454605,-2.48899567808377,-2.9442165787723655,-0.3399682113612893,-1.6476777402676335,-3.1041451463935346,1.740377630583424,-1.1222719105587162,0 +1.4260063735292743,0.8943816875933326,-0.2067228911155731,1.3630555873129102,0.6690732231077335,0.14472925979432938,-1.666776348106998,-0.525688311280452,0 +-1.5195634102760465,-1.4875044148574768,-1.9480711110129665,-1.9560069323262985,-1.0481325964123043,-2.498665897949473,0.3262901865138288,-0.6197918160257012,0 +0.0566135282056177,-1.7283544117976097,-3.965387954512505,-0.5577916684447127,-1.6651486957642865,-3.195394467156307,1.1166660518055598,-2.626734632162699,0 +-0.11834916656920061,2.1984366892616687,1.3039049649157863,0.8810976464066766,-4.7969897466888645,-2.768899378119613,0.40504711581870656,-0.42921355845047815,0 +0.8089520173548728,-3.5645961544743594,-1.7573487538130481,1.3247279469577948,2.6878345157277836,-2.332340321079382,-2.5971225934083613,2.1066963673490737,1 +1.6447320908715395,-1.495799149471092,-0.759150243823208,-0.9047065388653183,1.8233636993280056,0.7782002460707372,0.2678591103134913,0.359889501189661,1 +-0.6664801512505448,-4.87266030545431,-3.741187395871512,1.1172796544809944,0.3461525992069729,-2.395416974160633,2.6407613732164004,-0.2166514228615466,0 +0.05040804496932003,1.3586684845194716,1.1043530302442826,-0.34461459576630654,-2.1630156336826194,0.8852523071530465,2.484566541998751,-0.7655162915387753,1 +-0.9896109962190512,-2.448552152468764,-2.5243361600738474,0.7468136143351909,1.8877325493268533,-2.0932334760629683,-2.1197817322367283,0.23709954407485806,1 +1.3797752614009073,1.0586199282348039,1.0250157728734226,2.3712737740125642,-0.6592830898470039,1.6494487921774603,1.704840031245332,-0.4403392941196187,1 +-1.6923580786575831,1.0525504465580446,3.4013315033524094,0.9300630367065121,-4.03333219991936,-2.2356411542998087,0.6599383119424129,2.560229000289853,0 +0.08003649078178166,1.758178640773841,3.289657180677596,-0.5339751623459936,-1.8106987392933056,-0.5376133297037761,-0.9751171460913826,2.1628604258341095,0 +-1.2427300585962846,3.341695167083305,3.2519588926490957,0.09026272358704678,-2.955720077103975,-0.158990612284154,-0.5332486689944163,0.6383901999852812,1 +0.7082705941754116,0.0865029607855734,-2.495913267639671,-0.30779220484174674,-0.6332574992286989,-1.715574990152431,-0.7611447947767689,-2.271892615072187,0 +0.07067676821987488,0.2753880209563364,-0.4775573983927849,0.981561904543614,-0.07287226950223222,-0.5555584052257141,-0.79693115408215,-0.4596869409782074,0 +-1.2164716894510235,2.930138718094958,2.9810605922476596,0.033379719021818806,-2.399928965259933,0.5484456152308449,0.13917559916529865,0.4745614100637945,1 +-2.1363157118452976,-3.0282973141408434,-3.8486769892656767,0.7244278223382882,5.6980523205385385,1.7642297290708193,-1.4047161203414693,-1.1082745518663213,0 +-0.1723779672217141,2.690983941579976,5.168718583008939,-0.44083296423152185,-6.097120644878383,-2.6763630911200402,0.7417778546842042,2.9839252278091015,0 +-1.5999008207298373,2.4965172381614424,3.181698406171319,-2.042661934190871,-3.5349824225152213,-1.5905879698928,-0.6848130610964241,1.431698937305507,0 +1.2043061546480558,-1.4583779431131065,-1.8106104924576103,1.2794519634612063,1.1090518517424584,0.8801973173066304,1.6849232093045843,-1.1314185840739546,1 +-0.36528176494057696,-0.8401850064705155,-1.5729848273468203,-1.6772791681277261,-0.3513706399520805,-2.223808877629243,-1.1071297748751727,-0.41867593106860224,0 +-0.910596748580654,-2.134283508347419,-1.7487984924701305,-1.73647278676298,2.3518115508805,-1.1143036011209826,-2.0378222632171585,0.6624861023080071,1 +1.2555091752310876,1.2643437051089226,3.401737320399247,-0.30852831296770206,-2.8123141640237117,-1.6183121947066075,-0.48726156063750714,2.6447789285801706,0 +-2.2515312686599334,-0.3092589393145828,-1.1373688600895377,-0.19073717822837258,-2.1704544115618023,-1.2893081680322105,2.0372867528583747,-1.3468755436310222,1 +-2.1452618954051856,-1.6815686780613817,-1.3082666555416975,0.4134598123600697,2.5158524123726345,-0.5504523433555331,-2.1345311790267467,0.7106712246097219,1 +0.15869476705406224,-1.144861048828537,0.6346292825443572,0.007598930460128142,1.6119467529393607,-0.4767119144388102,-1.8835744035361692,2.1581214972701623,1 +0.3363815802245283,-0.3605794734448602,-0.0368808249728306,1.6944166002057124,2.5509689999303715,1.1738448917305175,-1.6744015591095656,0.6300924612804458,0 +0.5468911973528828,-0.8463240347822037,-0.6371939982148463,-1.4641820964375807,0.6558931554047638,-0.931032789158464,-1.0820188468609642,0.43151413785565196,0 +1.6707879876315488,-0.4331947506737105,-1.4042614665950517,-0.16299932765819877,3.1501309062915355,1.0267843776466123,-2.2542511025335195,-0.529930963031392,0 +1.2453279843867002,-0.15269272658081767,-0.9080097303097496,-2.1898822141260874,1.299026820678277,0.1499870365951257,-1.2278159609346415,-0.4730453091466036,0 +-0.47308318274661976,1.1390467996722502,0.057541672189385495,1.541909795453459,-1.8026889562138653,-1.2746379394477447,-0.3732515703726549,-0.7049272042434778,1 +-0.21742246048455888,0.7648662601969942,0.9124810309882695,-0.727464074194701,-0.5067221101281365,0.47378748478423427,0.26794229097446987,0.17235441667765072,1 +-0.544976585621118,-0.1600659327501328,-0.7528406148597483,-0.6357789720872735,1.202683632311785,0.33973456878873054,-0.873857416376808,-0.41945263040850556,0 +-0.7946866809760661,0.4117956950534802,1.468731553471144,2.55440246190273,-0.972068731834204,-0.8412797762827555,-0.6014780771749051,1.371923391502004,0 +-0.13937135400898082,-1.4738264686341678,0.5536168998029146,0.5898769908827234,0.8202898832814123,-1.2352940683527862,-1.3879081012147272,2.277741598265667,1 +-1.0268919233175513,-2.0552625285478614,-1.0323380971928051,-0.6845157390847131,1.7506321459565313,-1.2169275081680055,-1.6080423109165078,1.215389993957058,1 +0.027702710985920403,0.7176195839515507,-1.0974426285573966,0.8364496138492149,0.05685429810539492,1.6791797821716687,1.7003612746252141,-2.3101915442768473,1 +0.44787541279069654,0.5133860146254527,1.1272988991806394,-0.5271406208501641,0.5745251712001344,0.44343237215165265,-1.1058295895970414,0.9770800316395108,0 +-0.6303699689298817,-0.7662095759761283,-1.1715177372610603,0.023582657653406034,-2.2221613252760744,-1.4886663788007384,2.347748835986237,-1.064305099373143,1 +0.16672243049301158,0.28448715375649625,0.951322253737579,0.3546595573458956,0.3519239852983725,0.28938413248923933,-0.6962821078163806,0.892611292576022,1 +-0.22652879851960325,3.7096066953750286,3.8638692736804248,0.005942409064739489,1.5912701824094841,3.223368845604151,-3.0815440379858456,1.379495245970565,1 +-0.51809312536428,2.251060398459561,3.0313943828735517,-0.5034050765733766,-3.100051892811965,0.7988673066884833,2.1901333905146636,0.5252184890106717,1 +-0.5150142774767055,1.582398420584727,-1.2254065751787244,-0.6622596428230271,-0.7045634715652644,1.4726453698292372,1.6153678869460777,-3.1318600456909413,1 +-0.7994797986542213,-1.2032847404272893,-0.8095032203918835,-2.8585018562270275,-1.950880032100529,-2.229040099020346,1.3403499166772723,0.0020978298411028495,1 +-2.1440999119540316,-0.7786778041522635,-2.130352603459261,-0.8768873506351931,1.945654841470998,0.9128058881312116,-0.10645299503063776,-1.5483077110250492,1 +-1.7769235890568176,-1.4381217237474633,-1.5783684427678248,-0.46777517330296464,-0.5925041598001065,-1.8500539139182262,0.3819525394069092,-0.35061832144650684,0 +-0.19064562639632152,-3.570457332306744,-2.5087742190516185,-0.5009166859588424,2.545454352930664,-0.8195015671762663,-0.15354556088320825,0.5709155070773273,0 +-0.9502446242005124,-2.4847686757222043,-2.9349147679865184,-1.5698303499095319,0.3359410109970235,-2.6615140095415812,-0.506681399894078,-0.542384349094598,0 +0.822808864427912,1.547703500488694,-0.30057573845042446,1.4669941757414195,1.117682419793948,0.04444879745702568,-3.1182867436646458,-0.7725102550608178,0 +-0.08438348342390359,-1.7853328047184545,-0.3721649594014608,-0.027410251393810543,1.1356858160652663,-1.2498565503502843,-1.2553646383011463,1.565352623016227,1 +1.3753688931797174,2.5729736090810063,3.1165900176978214,0.9557652092980006,-2.793171010677624,0.5351107220149155,1.0287381231306645,0.674325598464349,1 +-2.2346619715955938,-1.102337435793977,-2.061322568467785,-0.4014105403067681,0.32410411860476696,-0.6961110970645376,0.39012971519151063,-1.2157330528450547,0 +0.8958080804472521,-0.820019852760725,-1.2526800264694302,0.5442807005900783,1.8474455981063371,-0.21314822732566613,-1.6760002292067429,-0.11050652317718423,1 +0.7709260096488831,-0.8043368396474146,-1.8241126931521758,-0.5413764148819001,1.0573070037332157,0.17735653408093222,0.1196398079565344,-1.22020417092949,1 +-0.37161059739215424,0.32578743756151446,-2.4768804374739952,0.4696788478181356,1.3639655177487582,-0.059967790673591814,-1.6657732862140935,-2.336890235574982,0 +1.6233150416630264,2.553428769781716,-0.32361975528196746,1.4457210134935838,1.896273762499203,1.622893977910041,-3.201572456907183,-1.7439685165147547,0 +0.1355558970185682,0.3538272145708122,-0.21204833618090055,-0.16288921873461604,-0.3606220913760071,-0.6620056121993838,-0.6892542789061062,-0.2771046116126709,1 +-0.3306538151447537,-2.4686397603743098,-1.4105346198709974,0.2290667301132964,3.2224913319858777,-0.8875400194160125,-2.7142346154950188,1.4542685933810657,1 +-0.10727938761734974,-1.657190169766167,-1.7804790869147882,0.29974417427241984,-1.1438023946989182,-2.983634082269919,-0.04931936691846894,-0.1673399131531309,1 +1.2090146220230684,0.0633345323095712,-1.820075587738046,-0.21454980389130218,0.06390089427084435,-1.1365237378906845,-1.152627614942849,-1.5040329754578567,0 +-1.17309473094723,0.44809348175959346,-1.6156646286083214,-1.6694241197003905,2.531066690340502,1.0303440932637324,-2.2559169555084067,-1.4889916999406536,0 +-1.1730614072120065,-0.7447067005694648,-1.6148901568829872,-0.2513642190887855,0.663633089863662,-0.654082333887653,-0.5522477101817358,-0.8124176196468098,0 +-0.2906536704370563,2.0159594078243073,2.892050498080836,-0.6656858691399888,1.6302556556432384,2.344165919047363,-2.204194618976584,1.6525994501239436,1 +-1.3387666513074246,-0.07911155932482616,-0.93782636587267,-0.7513923550110668,0.762799962838084,0.9363910481803449,0.5155931276680052,-1.0974939834454922,1 +-0.7409756210094023,-0.20383769668086787,-2.258062514913174,1.072420791907251,0.21549751568293846,-0.7518501362898584,-0.4417611726065066,-1.945263004774142,0 +-1.135404913494298,0.5571901095848341,0.27403810336589907,0.7036524808137032,-1.018115848752353,1.2869522870848602,2.489847910144544,-0.9645117994990621,1 +-0.9661687214688682,-1.3450063745997982,-1.27806609044091,-0.9804197200923906,4.831253945591728,2.7979693107142234,-1.3430066691562474,-0.013871041531419714,1 +-0.23049607576939324,-0.4402114843045854,-0.8160038016826071,1.3617219558215519,0.8102018173781199,-1.0386581448000223,-1.8323787469213286,0.11803821575611051,0 +-0.08536540534383534,0.7953241583050557,0.06672111059606955,0.03974570597251389,0.4251433539689056,0.4885925041691874,-0.831745393239785,-0.4164366067245622,1 +-0.19186841405106334,0.518403273347998,-1.3696508163885537,-1.6874003597171487,-1.637528914008352,-1.9725205281478497,-0.4604264231073942,-1.5538710748289408,0 +-0.4775107968805097,-0.1406669708476176,1.901405821356904,0.19072566005392388,-0.6137203171864056,-0.473000998080009,-0.14999044278947904,2.127865542808627,1 +0.1769929149907259,1.0504727795559416,2.166301569077768,-1.2497103004670895,-2.5491697021312625,-1.440479243766155,-0.03982040454340596,1.4352994507292989,0 +0.5265348868445605,0.8868281130004989,3.1728223467904115,0.9689607666190465,-3.7758427867261637,-2.0518150064047687,0.7821668731691824,2.4208364466931602,0 +-0.10978996728411049,0.04577564529988787,2.0454609552985934,-1.991658886531775,1.0451659757954963,0.6679471513068247,-1.2373730875788571,2.323463550201819,1 +-1.1165190633613395,1.74011382434175,2.810223148558306,0.3049987231111513,-1.6504146023475725,-0.3171267158121289,-0.7524292896428011,1.6137648163166776,0 +1.2464468977308496,1.1889681231916938,1.5460762989130121,-0.16709329416583132,0.6739563752715363,1.2050165880219987,-1.0806800291968428,0.7667719129852086,1 +1.1254732446157083,2.0758532834688213,1.438669327963066,-1.211252236714483,-2.057388373596369,0.5810792942829462,1.0585242231636327,-0.6224348630351473,1 +-0.5232335559457718,-0.5666655080023812,-0.7350322538580807,0.3268049994190304,0.6054278861221578,-0.5446429861227486,-0.7680542252317717,-0.018708875061337782,1 +0.10342695238560312,-2.0965391307938193,-1.7264367050206908,1.1716678050018166,1.2171955776950771,-1.7222120699739376,-1.2770062203284214,0.494106553751135,1 +-0.6315143362363196,-1.5035996388772124,-3.0538357854344094,0.02566250837128882,0.699428544542909,-0.7540985237585496,0.4952119969831883,-1.9093582017939836,0 +-0.8591947027304798,0.4584596840976418,-0.06277875813484922,1.4000840995600223,0.48168401450800924,-0.21207547571087715,-1.446611402158302,-0.04339911748905212,0 +-0.8769037004261729,-1.7831070939003804,-1.6956036016165923,-0.7350719382726049,1.5605325914730244,-1.1967024916283044,-1.4127446986749748,0.25711003557020046,1 +0.9338479111305563,2.696254008341156,4.858474276278389,-0.004696215290132591,-5.9451279896927165,-2.8376808586273743,0.3931728033332045,2.770894382370204,0 +2.090324480436067,-2.2861373874323037,-0.892340128146329,-1.486906348152893,0.2500736287179859,-2.2000699516365634,-0.5697554115362865,1.3471563003395637,1 +0.7491840438199898,-0.10955191944411102,-0.03703992493737808,-0.8000285336843778,1.0905122183910652,0.8580572606976222,-0.2825183594789795,0.06552919750641972,1 +0.13973647000135672,0.6327161901779792,-0.38554602305214747,1.6362421475926516,-0.7155319838859086,-1.1066502608946225,-1.0269496074378968,-0.5635203148212407,0 +-1.3086474943670732,1.014979654264701,1.8299498794660436,-1.8109347195541172,0.31875824138175385,1.787821857487171,0.3096852774132464,0.7813426453201398,1 +1.9815129036939747,-2.128843563942635,-2.4583776753708424,-1.2446496265471807,-1.0930386257444678,-2.8265639892183376,0.7912630886893857,-0.6972835970284195,1 +-0.24744700250310128,1.2149628048608396,1.156719776598282,0.7528017029583702,1.1135138148884345,0.8066311078512161,-2.155468299101516,0.6704948846170153,0 +-1.0898325009911287,0.07453840263935507,1.761900450276052,-0.8351055643812386,-0.18821071611747162,0.2381108430101082,-0.0004914531276304368,1.70933732273328,1 +-0.9341955962821814,0.12337450910303693,-1.634343344581768,-0.2792908180363705,1.6424932944642159,0.5143955923280652,-1.3207771312929606,-1.4471246956041308,0 +0.7618227233382716,-0.6417060628426713,-0.3090936568001462,0.40447611814466056,0.8183600860398925,-0.5578646900930699,-1.130978551726529,0.5767163829619498,1 +-0.9591771658415801,0.07615747715048693,-0.8782316357081296,0.10195735104188222,0.3523723324103766,1.1202928991779384,1.1619565703921848,-1.3570679139463946,1 +-0.4735232376930883,-0.2453894536707465,-0.6748551803513451,-0.5528933265530217,2.2919517825039395,0.6424318501161947,-1.9546518684425607,0.0010665649307677327,0 +0.6359784109332182,-1.7764000432655596,-3.392034870458643,-1.795940565532669,-0.10888472988244188,-0.667711551328074,2.1551899373185024,-2.478341068944354,1 +-0.7526082707123406,2.0251196239494123,-1.267497279281938,-1.9063892745640802,0.0916642084552079,-0.03986856904966485,-2.0038437438009375,-2.4534048571690934,0 +0.2683682250007389,-0.7712755701824956,-0.9678340543326676,1.3932538334923577,2.716204273446098,0.8529143740263732,-1.6278447204086324,0.04299219661864595,0 +0.7197101911434398,-2.6239368487397394,-2.4814928936644214,-0.017396178080379226,1.9737172695041252,-0.39979867241525296,0.19346722497463165,-0.3269477536940076,0 +-0.8528460569151832,-0.15326814010940004,-2.0997633003748466,-0.5424784562261746,0.5518711861618396,-0.471592739122171,-0.6478690957564379,-1.7928459517598663,0 +-0.18478666964604978,0.17501740961465495,0.6368578611994828,0.0700648062989273,-0.8907668695687101,-0.7998569927422164,-0.16781274612111474,0.6060779100620738,1 +1.621505743995626,-2.4810733898428565,-1.8749748566388755,-1.0636141918257942,0.8163590212185109,-1.603804715213566,-0.08971259344607452,0.3376665244538153,0 +-0.7960877792366386,0.5408168914252961,-1.7601713174569298,0.3197614893028434,0.6371916538187399,0.2417653053781093,-0.664121807903189,-2.0843506836097068,1 +0.5771090126494902,-1.4927811986337436,-2.350438704889664,0.060450097909295834,1.108127887050349,-0.7542201770720516,-0.3018941307536847,-0.9880411327526639,0 +-2.106059552155749,-2.0880010875506123,-2.115646215127007,0.023969503901081976,0.41868859177919193,-2.2195919838475913,-0.6985488420558102,-0.026976279342965204,1 +-0.4293084401532202,1.0511458513707792,1.6055360308035602,0.075302151339389,0.1245060616468829,1.6205386882765125,0.38917337464257895,0.5140694570050692,1 +-0.983319784702219,1.2509478320015792,0.4241656612196568,-0.05653399482992827,1.7100553568513452,0.3538433853098868,-3.4389764464420987,0.27766711949362843,0 +-0.4613089250929343,0.29110455503338317,0.7682648261766888,0.5144749967985157,-1.8390995835389528,-0.9605179003801572,0.8080208571050038,0.3898604569252343,1 +0.137298039483744,-0.20730964424965426,-2.4508510938003853,0.39526245672946253,-1.3458501486054406,-1.6945424284720718,0.5875986480527715,-2.344442394258853,0 +0.04256313654883872,0.3483573939145307,0.3103488548099891,-0.4269971017683464,-1.011495569626811,-0.987050694553971,-0.3383964864303901,0.1883726169710681,0 +-0.5257671529659597,-0.4757381112622212,-1.4119032614108282,-2.4582556745128876,3.7408507760938825,1.590496111386672,-2.2970272589836958,-0.5334186813945674,0 +0.9800513775563878,-1.1513975173140907,-1.493847778975655,0.05432978272023769,3.1252936199985166,0.21744853268375974,-2.4981658038755987,0.11374908401161943,1 +-0.32530722036944804,0.14666665088536068,1.428726444346422,0.5345569158898313,0.7488901021922987,0.6223472444063289,-0.8070533619169943,1.498594679085293,1 +0.12582964564534319,-2.3110120792828392,-2.330538563595536,0.20079418563610624,-0.9343361122131539,-2.255530004399402,1.4863299384617792,-0.6453454123435771,0 +-1.9822723901272106,1.096146177590294,-0.741076377193953,-0.09341239307847701,1.716877221611651,0.45510287758463885,-2.8118317240995534,-0.9531242965606841,0 +0.042049519618000124,-2.370677873764069,-2.9994004448275384,0.08155406158158743,0.5560030790567001,-1.039807844127407,1.2382144282486798,-1.3007432350445136,1 +0.18414375515889836,1.1997964743870813,0.27837498089249424,0.3967692274204354,0.11245788905487861,1.0602608091492212,-0.12001343189207292,-0.7794118685333156,1 +-0.49492100410457984,-0.2617631407069094,-1.279660130373882,1.1597022895625062,1.0323893179239612,1.1415462011748116,0.6998334565639437,-1.3561593056563517,1 +0.4760969977478047,2.5971966544345992,2.4514434204133355,0.10309184478819569,0.03894424426162497,1.896325968586808,-1.0313295655688746,0.43091672088454264,1 +1.6329815237607097,-3.0163907892352135,-0.8517842986433748,0.8648839389631087,0.03690993162219424,-2.954906258779296,-0.4966547287251448,2.0433151613450113,1 +0.39815550127313093,0.010151394752137444,-0.2753263863674149,-0.07360963225130754,-0.778665434525244,-0.7254313779484347,0.21145369425902605,-0.2899349057157249,1 +-0.845639783119472,-2.2542238617321626,-2.724321633890961,0.16891028960414597,1.5128818361642087,0.14675668143191145,1.2511714680362194,-1.2140815754973004,1 +0.1985528168079079,-0.04304273229241118,-0.8889557006407282,-0.623046504890663,2.3452588971870543,0.6360815356335714,-2.1958918218264287,-0.32166450110101574,0 +1.8958830184653723,-0.7591979013532203,-0.7968993495694772,-0.7147183870505506,-1.3616894497357266,-2.385661850229699,-0.19184007517981916,0.0663432642119608,0 +0.4858241329491094,-2.4658648041393567,-2.4309583568500894,-0.9867724562500126,-0.219004754358337,-1.9983435904079052,1.0046248030251448,-0.5059854118441126,0 +-1.3511313527508018,1.3030917958557147,-1.2204051488828616,0.3903187932997996,1.144683108895181,0.5369455798369744,-1.9716724219666046,-1.8486031026102365,0 +1.7930650159445207,-0.5246759871887101,0.8559032024637501,0.9131233063474091,-0.052126362069597455,-0.451890825026352,-0.20854738654197197,1.4040267685558896,0 +-0.16362924684612298,1.0844303594147848,2.9867518652986718,0.3992256326161447,-0.6422300646898689,-0.14974388777444314,-1.3112275179839905,2.4853473458068938,0 +0.0537686365921279,-3.1047247023909117,-1.9862966272592706,-0.6140053083640356,1.1813096057722778,-2.704529751073471,-1.3742432123856503,1.183282573236679,1 +-0.4747107510855881,1.4605732029675065,0.7024041112673031,-1.6724786852316778,-3.601743505872687,-2.305807322488201,0.28603074393061023,-0.4205039091874325,0 +-0.794284659676786,0.9906705570517207,0.8648966212144599,0.389925097441264,0.5432017982799381,1.2430812744236797,-0.43372802400157995,0.06410805996478897,1 +0.8566824040451839,0.3390399219391269,-0.9949300819794387,0.47264870436009954,-1.9867743451616862,-0.7075640726835553,1.811147274929141,-1.7331712798367118,1 +-0.1681655119620244,2.3682600776241047,0.12207123513716299,1.3239348373411695,0.21614070884672776,0.3822296228200961,-2.3877406588627466,-1.2596904886906375,0 +-1.133501466949791,-1.7368097354095406,-1.2269765416960983,-1.969494202790128,2.720073975273512,-0.6001035620915045,-2.4559412182157123,0.9307054700867867,1 +1.6891716475706071,-2.10566394185415,-1.224444390403074,-0.1284012155309453,0.3859667935701563,-2.0897571431811874,-0.7157007628695213,0.8882577067869002,0 +-0.263682703294205,-2.087444740618481,-2.3280650549619453,0.07356093774916214,-3.1647701871927265,-3.7157048150506027,2.4790606645656714,-0.9882822804602713,0 +0.0166444131820633,-0.8129101180932605,-1.0792366021557336,-0.7841538175289848,0.9596412440519836,-0.5701008996218767,-0.942937631065712,-0.11121873650497538,1 +0.2540875317249798,0.1879265930580699,-0.6412576860142132,-1.0741000368345597,1.7456108006075646,0.5820228299365189,-1.7326831519306418,-0.38623008550128457,0 +2.3441213341298224,1.6182669154183482,1.612300262888415,-0.8896154579771884,-1.2683231503513615,1.4906450623923158,1.5896545359838785,-0.2729300586816911,1 +-0.017795682244932116,-0.33156304403605885,-0.04818090119347557,1.5062892898911504,0.5181867238169547,-0.22562220828241564,-0.6689215639561926,0.429388520688636,0 +0.915190944502971,0.6476937127407042,0.16198644054441122,-0.5093114253432409,-0.7087516940101996,-0.11004180765457239,0.11939147317500864,-0.406351924790322,1 +-1.6839844353362625,0.5268940146311325,2.3480324396644425,0.08204873716525424,0.5742005955060826,0.9600576153942573,-0.7815281863567162,2.078806725912729,1 +0.37163817554683337,-0.845796186799062,-1.9052754351430246,-1.9572877239531539,0.7905027951882257,-0.6656068230808018,-0.5561752118407762,-1.020169053656352,0 +-0.25246625601303596,-2.5911206385395382,-2.002368902916138,-1.2273600627265215,2.361869734978598,-1.4239172699917488,-1.8996433317596129,0.7770540182657354,1 +1.3895289174494392,-3.2154180870666513,-1.8405296533921305,-0.6429777716531854,0.3942421712672657,-3.2284453031093054,-0.872646162491802,1.3293809689149299,1 +1.3006587105656782,-1.8471854406774593,-2.0971885022205132,-1.773245945786558,0.6818742154620918,-1.548687882187866,-0.4440901554525099,-0.3319302851059156,1 +-0.7489396226192075,-0.6877111531629102,0.6137129084776427,-0.6170695383161288,1.1641864729740905,0.01922554095619089,-1.0701212093890586,1.4926011954528269,1 +-0.7097687519652097,3.3568646898874572,4.525431097347691,-0.5537586583498646,-0.7495915258201524,3.107080261723529,0.2936910803482654,1.4454589688481119,1 +-0.0893663380394308,-0.10994076954254439,-0.8816873952462458,0.6155391866841126,-1.7400887104998195,-2.177892479528799,-0.050612998260062825,-0.6223799687861284,0 +-0.5977968620553621,-1.7570801840717494,-0.7500225909895697,0.36740612751477125,2.1262104714664924,-1.1596571699853229,-2.470248331384859,1.4792870404140412,1 +-0.1003405128093976,-0.7045944528010318,-0.2583248303907022,0.2443443653952462,0.5460961324800887,-0.7755202759097193,-0.9796238000446722,0.6571706168820597,1 +0.4560323165135715,1.2183179759293898,1.9119160346083943,-0.06599085326658952,2.2597831763486664,2.1504777660784935,-2.2189108838429874,1.3491887126269948,1 +-2.1003663552777176,-0.41192368751426817,-1.584892680068478,-1.2062850458584105,1.7137729650091478,-0.06928235894416002,-1.638017011727881,-0.8141210067005549,0 +0.9726185064443668,1.2758968995701456,1.0645372774352446,2.507599635576557,0.7594006508916937,1.706358166158105,-0.48916906103954816,0.00552501924417792,1 +-0.128421251980651,-2.55339279709554,-3.092272428718041,0.08179059477877934,0.9408597165899941,-2.4828226609328246,-1.0121960118804167,-0.5212586682098463,1 +1.2143966081346822,0.5405999199413241,0.9263292267672891,0.15604534347769558,1.0821073171623807,1.0195072346895626,-1.0331675077766187,0.6860308585964138,1 +-0.3458618797473918,1.7453979254846599,1.4309420125433023,0.09344479423503127,-0.8200756225517605,0.38107315790107876,-0.6151233479541562,0.11699487469105152,1 +-1.4694988059613217,-1.0498583925553495,-1.3571468139319829,-0.17146020633248493,1.0120237911160872,-1.313888446757284,-1.6745063101015836,0.06148890634485338,1 +-0.3548955457013189,-0.5061613058670411,0.49267622805196926,0.8622950558949977,-0.6828815567773637,0.41873601638534685,1.9372919049271842,0.3719453014193741,1 +0.6053941587479195,-0.34607285595360915,0.15887231063986998,-0.4351833136602636,0.142057533887721,-0.6739469476551351,-0.7741731758024183,0.7149087747647169,1 +0.299453976397122,-1.1927436129476738,-0.8739342902065095,0.3785769094583046,-1.9120453759439089,-2.3441364398381612,1.138543073790546,-0.008853903893979442,0 +0.7946086350137224,1.6476784252777557,2.1818261076956875,2.485521509557704,-2.0984646172921733,0.384834688393033,1.1035720711444204,0.49728995430549827,1 +0.28620171842089026,-1.9008194072826412,-2.7678219039662637,-0.6517423712939019,0.15477333156210835,-1.8910041282709706,0.10189520287579623,-1.0895840272853068,0 +-0.8655871716341559,-2.222217471247487,-2.360956883553881,-0.9643809145236617,-1.2937066462993776,-3.15681749917853,0.7097254693837625,-0.4720261745085226,1 +2.102670851183948,-1.1852554234648633,-0.4143589370036934,0.4232880047843031,1.8876674066998034,-0.39249685410935814,-1.8196383865317245,1.1025134191660586,0 +0.3305433778363678,2.84547508825226,3.0064741477147408,0.8350879624328804,-0.32597626337142627,1.0270249744419624,-2.097580914262505,1.140362045858632,0 +-0.518316349720212,1.5163826902324502,2.1550374770274745,0.8220601877300119,-0.4596185568179779,1.6773165673391435,0.6387086722934545,0.6076211475460207,1 +0.11604852674072257,-0.09504117458609829,-0.5619679655884074,-0.3500743103598802,1.1838875422644353,0.28471574561374025,-1.0454131754311882,-0.2297806388243403,1 +-0.8514221762492056,-0.715038015116932,-2.430139552436476,-0.10554975986026331,2.007992761699133,0.27800220940103737,-1.024736532062212,-1.60957530238216,0 +1.7005023863735158,2.0878570780027355,1.9604236840411633,0.7807178357952008,-0.6946872341430703,1.2227402415925086,-0.19271599373853765,0.18694662045478527,1 +0.0412965921782599,1.5599730456220233,1.9428327605425222,-0.5072613445834866,-0.26231479449919515,1.4223128834028667,0.03097100780919504,0.5391427973678731,1 +1.5949718426018764,-1.0245245004368337,-0.8029916950727225,0.3234614728894207,1.4117120920142165,-0.1371483622095927,-0.8615542032232276,0.29302469948516574,0 +-0.6535198139868332,1.9307998371296708,-0.1881584682103337,0.27847089323431556,-1.0128522446250476,0.11631232118323998,-0.42795549798677657,-1.7152608817704744,1 +0.7803431482162292,2.3656057979995264,1.5929845671913807,0.8547011855841229,-1.7104307738770521,1.2246230902490525,1.0651358551090622,-0.7615137170051668,1 +0.7382311668365533,0.39246130679576685,-0.17439080020722666,0.10102830210466493,-2.769591499275484,0.992944524662087,4.903231473291209,-1.9114602434601629,1 +-0.49058811168726424,-0.36887193970939225,0.026170976212120063,-1.6099661321852596,-0.03702416519645141,-0.7578395401719591,-0.5678455704395338,0.5499279649349254,0 +-2.188096918593827,0.06667502604641162,-0.15608847545057533,0.7970599946104715,1.3202768701885839,1.2179307291183672,-0.2861252471717668,-0.23092638275755561,1 +-0.050956623891447075,-0.6962572724250407,-1.9584548607896277,1.3006374022693858,0.38665352678925546,-1.0072484153204129,-0.5817027866396709,-1.1674158110179764,0 +-0.6598627088238483,-0.6418883807939328,-1.2998882648273282,-1.4734629000477153,0.2932402548085157,0.5687938709490366,1.4061912073463176,-1.2028116102065303,1 +-0.8278760150946677,2.107563681191832,2.6225980117164305,1.0621342138002852,-4.14386182680566,-2.1559881519566053,0.009848969143776642,1.0475073255499083,0 +1.5134636935486896,-0.055198880702575726,-0.1343941727944488,0.2062214007593228,2.350633388940345,0.381185022157442,-2.7473189878057163,0.6241210508101318,0 +-0.0030270769499617404,0.4945553292128315,-1.4640978527527106,-0.6832536254758937,1.6296691452839276,0.06867590870925366,-2.346323074978268,-1.2760061929987319,0 +0.9226283728431398,0.8806322330468161,2.587991883266779,-0.9570634106793329,-2.4260742843563907,-1.2279752896459344,0.13002581922988798,1.9450296555106612,0 +-0.4958991065942965,3.492430263090842,5.130217714778994,0.17027657406239555,-4.130456293144337,-1.134633308183556,-0.8609233863783625,2.5832115194244265,0 +-0.8000614011287125,-0.5308983313184436,-1.2726109206359797,0.9440888267606347,1.016078640067179,-0.20771876311397924,-0.7886181636919182,-0.615478551044636,0 +-0.1542193232759746,-0.2641458181346321,-0.20108012825104557,-0.4842384229319578,1.2040111816239316,0.794644013964107,-0.3151908392296696,0.04311936222984403,1 +-0.7766339194797164,0.39256446072531886,0.17233387422996507,-0.3443983470447721,-0.17943127732971906,1.6621789785194259,2.000515787373239,-0.8251910141700154,1 +-0.3507643304183718,0.8698743118469034,0.06660208569077218,0.32373801703777294,-1.2279579282208635,-0.8299448550882806,-0.31236858764528513,-0.5189294897314642,0 +0.43895041636766874,-0.7174075486089121,-0.9966924141619813,-0.41445420858913706,0.1074466584721646,-1.216561107250992,-0.7161076799004631,-0.11980035865690053,0 +-1.5317743209611359,-0.7707771832214321,-1.2790029668470222,-1.046833783389681,-0.701969687740569,-1.5046486772334589,0.19316730957438566,-0.5855156723392092,1 +-0.1890668155223135,0.2476325146528463,-0.06370140105820814,0.41967495356271006,-0.3737996588708545,-0.24671705650673947,-0.044541794771421284,-0.24293288290957887,1 +0.10767247175879537,0.6589506018347033,-0.5186252526342389,1.909844563229749,-0.10244918349227376,0.9643466095123214,0.8709994369276834,-1.393237668131431,1 +0.912494373039695,-1.5162281074452757,-0.38667310822475404,1.582551293830687,1.3053840134102859,-1.421572743836616,-2.0126324540276594,1.541351348528678,1 +0.7591055367197025,1.4895887911299348,0.6484995968258618,0.2004770811429674,2.4892615961904627,1.7499975717174656,-3.010106433298386,0.08095210406553821,0 +0.46135279244027033,2.274370588360072,-0.9450969667122033,-0.5520345541818616,0.09278157099887671,0.717828713846625,-1.3561080135899068,-2.569679383812226,0 +0.621154380726989,-1.091474191235888,0.24114455630717763,0.29984254955737705,-1.832247255751939,-2.2641187245229197,0.7017840426269237,1.150768249123273,0 +0.026559334778319857,1.8233358149510972,0.8785445425996818,0.32550598789767493,-3.2927226252077446,0.6889886716916843,3.3984021937496447,-1.619669635180066,1 +1.215694984738377,0.031077631947778794,-1.218274362571009,-1.108175603273969,0.1384817875011207,-0.8504097484905547,-1.0155010938617166,-0.9242835646902157,0 +-0.49900571667697485,1.6839834264719373,1.4958319021356277,0.42246979708239946,-2.510468397466506,-1.673309088467641,-0.8962201747702409,0.4684147130263778,0 +-0.8948569242006853,-1.1405338581197888,-1.5361558776763045,0.6302470763235172,2.143815733635926,0.4104229761319469,-0.839876783423511,-0.4018767053756613,0 +0.6880823607591189,0.6006834650708595,0.9025123128405733,-0.9662084706349016,-1.3892201939301343,-0.5362392519985318,0.35965669387649246,0.35355297931596263,1 +0.4659411117841406,1.6058955977780367,1.7932853078919773,0.08025658766578588,-1.7113082553650474,-0.9257687148861942,-1.040511383945802,0.8183532587706275,0 +0.354490817681637,1.786372250814675,-0.20728440963657543,0.07525182561167436,1.028982208565792,3.157383330625085,0.8768130495210404,-2.1989319503944573,1 +0.7916615165373321,-2.980315589826194,-2.0877100029523175,-0.5692958114077314,0.11025630257916932,-2.630164840179904,0.1481525270857127,0.5575469166289149,0 +-1.0733557640682543,0.7068687946372266,0.630219134041171,-0.6636250897869189,-4.344446299058518,-3.5024228650667295,0.5830418551499728,0.15419787909239802,0 +-0.220132764716626,-0.9797904502523667,-0.8103797844155425,0.3001738513346251,0.6108490291478035,-1.1756824394938106,-1.1504082792872303,0.4055270042782423,1 +-1.1037065529187475,-0.34093130055398896,-1.595623273531457,-0.5496666565303666,0.442047490542862,-0.9064107210194252,-1.0137024232684124,-0.9897028734689186,0 +0.14765127777317683,-0.3525520420814219,-1.157606087479417,-0.9584139282355454,1.313023957924161,0.3481426302440027,-0.6961700978887866,-0.7168999125975184,0 +-1.1208479317836018,-2.2686714081040473,-1.856654351670596,-0.5667651761256419,1.0756124822564133,-1.9550114785768142,-1.1624872675534355,0.49404835778484935,1 +-0.9714168344610014,0.8198288460937604,2.2928621269765386,-3.604395927179522,-1.8889050904104276,-0.9629096513997526,-0.1324397286887904,1.747164530820656,0 +-0.8148393512391574,-0.7232001835844487,-2.3601421787345545,2.2653473334070156,1.3855280300452695,0.11941164851125119,-0.3594537092412905,-1.6993828203110186,0 +-0.794242325057108,2.126179625967758,0.16707413902445578,1.6472722097805397,-1.431770145187003,0.5203506092617844,0.3959776966481637,-1.7732159757180006,1 +0.5506168439761036,0.31776682109266247,1.0025275675215013,-2.1997729813327367,-1.3626287552924266,-1.197145383017318,-0.2835687112397946,0.9188759743081334,0 +0.8953472733136705,-0.2580017095083822,-1.5158243780189198,0.8882157118487286,-1.3153035842754845,-1.41511618801705,0.70276091293898,-1.404045005224714,0 +-0.8850982372856128,-2.5833841308509493,-2.653585251906609,1.6753155858899529,1.6743501653282231,-0.8265448509152084,0.05704018937564315,-0.46644250498035644,0 +-0.6335656324012982,-1.0495737280478306,-1.610130348573742,1.1472665404233637,0.05093270886721399,-1.065653129667092,0.10036237047137775,-0.6950664483669888,0 +-0.8890278519060555,0.3653067315773224,-0.2290560042970151,-0.2436382299564981,2.0094407352311094,2.297301142669088,-0.13064647470850177,-0.6821683431510149,1 +-1.048426819456098,-1.8054129291026684,-1.6380134091078051,0.24248928177025114,1.333129374929315,-0.9832083547992003,-0.795960552184137,0.15122761829084674,1 +1.0808082933384482,-1.0096493491330183,-1.0418019067073974,0.2945621204889543,-0.903363493781789,-2.2736788135169723,-0.3559233203141664,0.06483398505859017,0 +-1.9800356456263237,-1.754342188650625,-1.138703151242243,0.30158624956724406,4.221990870465351,1.2688106638361876,-2.1122074712568915,0.7988911106523011,0 +-0.4607316508983754,-1.6166287178677687,-2.0944767847864947,-0.9942541201171016,1.4072008348212184,-1.0581023669251275,-1.073995313205,-0.39112261156291556,0 +-0.2192246852048955,-3.3201054236720484,-1.8933176215186347,1.1939823260169957,-0.9282034986181152,-3.3460485515246967,0.9854631154914966,0.87046615709877,0 +-0.10946419266101179,0.6316910892616583,0.12559902404272705,-2.0789339139853538,-2.6695687901691576,-0.35149967320026354,2.622770785867503,-1.0885934959067238,1 +-1.903340772791426,-1.407203436724974,-0.8604779108209253,-0.07358373730005846,0.14296544342640732,-1.5141060872912453,-0.4589185971955372,0.5545162844441576,1 +-0.2697558500817211,-1.5765778902736916,-0.9072493652100431,-0.5666765293593027,0.4765718059976774,-1.3987140092119947,-0.5848750210362478,0.6752845037964452,1 +0.8897871134913568,1.5051565848188972,1.4658640038129411,-0.5161875309735238,-1.609325534544361,-0.690373159892977,-0.6692654996791406,0.45222899758854895,0 +1.4031777686549505,0.8407848157723711,0.4137112956168897,1.0910420326460162,-4.057067733520308,-0.235095328324889,4.449500746373551,-1.4755917182616636,1 +1.0729289363439527,0.5340914633274039,-0.135970048715676,-0.6447050605141781,0.4710389587427918,-0.39857496833384426,-1.7407555099877579,-0.08777595024043161,0 +-0.7059418364666481,-2.0445355414606476,-1.7185622399752776,-1.5649341425220922,1.4730461299497208,-0.04445422715222569,0.537767603259057,-0.1614807929297577,0 +0.2734053018123114,0.6559325062974367,-0.44768202606254304,-0.7855660950095777,0.6492157595862956,0.4598573672654558,-0.8916431392248239,-0.8030166875915353,1 +1.915395973317032,0.12949939817668865,-1.2047480497173229,-1.0231225538898638,0.4845555505397891,-0.2033432522893222,-0.7561218363121642,-1.1134737489452036,0 +2.0203227113593365,-0.5002031220863619,0.7173875222498085,-0.8178990760966126,-0.6630138550960535,0.2129672676835342,1.5634434891543227,0.712188758209529,1 +-0.1182429029568624,0.5835944728730567,-0.6643770176656327,0.42978725846692883,-2.0683418167753325,-2.598721588088952,-0.9540707199813241,-0.7106634367622819,0 +-0.23146131300199024,0.3435323610521972,-0.14864394968958528,-1.0724264491881066,2.7448916117920645,3.236869163848465,0.07377064631412134,-0.7094235972255667,1 +-1.1768120655060963,2.5608669827052557,1.0320085221619952,-1.170442204201088,-2.1445782290859583,-0.08256886672814978,-0.10862719466749649,-1.0786913047995064,1 +1.2928826999675307,-0.8322605049815466,-3.3378101825410886,0.856580219680761,-0.6788362305445704,-1.465748818902753,0.8699773865951583,-2.811819220359797,0 +0.6750069154345443,-1.0241016648955974,-2.187750818645682,1.2094936808007541,-1.5124510951158232,-2.1381960245330127,1.0387710574351343,-1.4751915301376204,0 +-1.9064238825673718,0.43842991910945894,0.5388108472658781,-0.8705179105608705,1.006187850099868,0.619796079900159,-1.236522592490414,0.4642125279636975,1 +1.424026034765437,-1.526493359792584,-0.1755765762135428,0.9314243624455485,0.28242221924012306,-1.2994373156775292,-0.4396841527697135,1.3296022505637963,1 +-0.692986386266899,0.6684568698998585,0.6361004801392264,0.2275135573330235,-0.682086045249762,-0.4987607733805144,-0.5958528049828836,0.28122330835745674,0 +0.8771075944713675,1.0103462675911596,0.6010643461720985,0.2824168149458353,0.3621805618050685,0.5670272711775408,-1.0227222342697762,-0.009413949425334689,1 +-0.981795049359453,-0.6241805538354631,-2.6097770384851735,0.058429082649362446,-0.5539123029026686,-1.2377089249231745,0.5623225211038183,-2.182012289081072,0 +0.06353803108060363,1.4482518210739355,1.84713904180901,0.19785330736966128,-3.248623958922494,-0.729963029504995,1.5687499569047856,0.285275569631959,1 +0.09888198146973137,-0.6489214872711607,-1.5549964925240194,0.4585999648027512,0.079693660475281,-0.3875698739393141,0.5159622331630356,-1.1419103492632101,0 +0.2127128368898289,1.6792171213568332,3.564611350816326,-1.2227850696031297,0.4091549504409994,1.914215061932709,-0.865533265905002,2.2912839529477953,1 +0.08151428655784916,1.8309477312940479,2.2718757431098195,0.8503602715629693,-2.6726502193457193,-0.21603285201797662,0.8977358785914971,0.535763006402332,1 +-0.018328927742580096,0.9195870846264624,1.8462908226444386,0.35578464887958067,-3.443556220852906,-2.0803221018881777,0.6158757396942014,1.092333414407478,0 +0.6417252190885266,0.40612365489382274,1.14406536921015,0.7688172902559096,-0.2911674951159651,0.19467343627719969,-0.09161035605611023,0.82939723525738,1 +-2.040694422434177,-0.2425282604919864,-1.6894460283959571,2.131865398525084,1.6906380319398149,0.18975745248478126,-1.4120888379888443,-1.1444448998374563,0 +-0.38686465186580427,1.381738949838505,-0.17293480795368377,0.4532930806234413,-1.5911556499710615,-1.3843012303247608,-1.0168848435356677,-0.9615863119550219,0 +-0.5528122446739885,-0.17458951062378114,-0.7704256556856615,0.568857599165397,-0.44423668463532556,0.6249970751968826,1.8773038453614563,-1.1912695717400807,1 +-0.2150364686246009,1.6913430609772375,2.5000606749088594,2.117415127361388,-0.9648171739380336,0.10435329454480136,-1.0266743125813025,1.3816512913900303,0 +-0.45413344592319516,1.5857631400984622,1.9192847241736093,0.728057655634622,2.4545347849021484,3.362574087194025,-1.2782239887045166,0.6988377085719799,1 +-0.1985285111893055,-2.9843496530780156,-0.7709575010260488,0.7472316581491332,4.708041761520854,0.9988535222941315,-1.9449673372941663,2.187017464464689,0 +0.6274753818646669,2.305412545058939,0.19434203914327816,0.5123434541602628,-0.05649842455808449,-0.14459411084406482,-2.6545132873612016,-1.0205843194913786,0 +0.3614858082132788,-0.2006938679229915,1.0120899809577952,-1.3888529226239374,2.122036305072255,1.313235024184802,-1.3502982928112717,1.4626161594037788,0 +-1.4323572665311657,1.3600248258229914,0.9534948461181942,-0.7901960178519875,-0.9198693552628595,0.6501971712449938,0.4391096516423765,-0.34852927841838066,1 +-0.18913050696150888,1.1250700251052694,-1.103096816160947,0.8536565966169838,0.9129883727662824,0.47529004847413603,-1.5650438676795773,-1.6843094984819813,0 +-1.0013476615549528,1.2437868865403918,0.5993510252387219,-0.021286728301550883,-1.8271819501842428,-0.2582554274508013,0.7489263551311478,-0.6243748758236922,1 +0.04809814261853124,-0.40827848017745394,0.504427968520214,1.2082773469936126,-1.19729045769985,-1.300875844932435,0.2683131435716113,0.8846338792022528,0 +-0.4799801008173423,-0.3044111646594976,-2.453864894875553,1.877523078835866,2.124962372324205,0.315303553774958,-1.577916212405406,-1.8337314321666358,0 +-0.11254736723518498,-2.1422405235966,-1.4515103651422425,-0.18532059014612923,2.309736045520262,-0.13707340863443973,-0.7509782803615939,0.5482035164543457,0 +1.948818969140552,1.199310442833974,-0.8082759739368197,-0.04316677274194495,0.7417802204269353,0.5364502993803666,-1.403954614810304,-1.4956989868692734,0 +0.14968494373759172,-0.4340663650771879,-1.5612413995858327,-1.368798176232848,2.0891717888179513,0.37917327559544556,-1.5583136825497483,-0.8273394811242462,0 +-0.6254096230374478,-0.60746366410277,-0.2760947054216844,0.10101343924838102,1.377963160110388,-0.0415201806133233,-1.2870372228027471,0.583949163637798,1 +0.4046686128844444,1.574427146786651,2.8362369670968177,-1.8819377710074157,-0.5413066236668145,0.34724069151469905,-1.2774467387883708,1.8712482214549684,0 +1.1599328528684836,-1.0563329304684141,-1.6536089655588224,-0.22956620850009224,1.694531812858729,-0.0010464546364696847,-0.8047921746301445,-0.5702913779871089,0 +2.411890359442597,-0.5190687637027708,-1.311456675933076,0.5670084040896555,-0.060940751835124554,-1.5805327233696902,-1.0848533370844877,-0.47951620514256743,0 +-0.19903734003109694,-1.6707144117678856,-0.38247752945464586,-0.30149097233565925,-2.228794694241057,-2.9073776696736076,1.213380973210295,0.9172429748656451,0 +-0.5939951286154392,-1.4337304538941358,-1.2962970476831635,-0.32838335241069405,0.18705897934870191,-1.646528911173689,-0.5446437951996629,0.16739683972143582,1 +-0.7586361730020164,0.8289281873227387,1.8289699228910594,-1.4299698840903792,-3.1003261454596247,-2.214312955796216,0.050145623043296284,1.314646908076481,0 +0.08044879157942213,0.3869144494724425,-1.5437099675278418,-0.9952071302114525,-0.7588199747425206,-1.4470746589952608,-0.8214163013189038,-1.5623108229434524,0 +1.8261370226516895,1.484795098636994,2.123822378820349,0.269645257429832,-1.5709173072175435,0.2720902266547277,0.392778319238027,0.7768871360104649,1 +-2.39820416312352,1.1667894526536762,0.5467045700330637,-0.6767773894442467,2.989847184757517,2.6417889966685566,-2.1572948148705366,-0.048950302590460404,1 +2.9658352149979317,2.6244492976618083,2.0739662041028297,0.20170277306331538,-4.142525667040277,-1.935948418265777,-0.09832550474082513,0.06577847648580204,0 +-0.6103295652028446,1.0683236397381826,2.2923610870262814,-0.15679603472744114,0.5166683885787319,1.257327636917175,-0.8708059928594036,1.566252292146427,1 +-1.7182317204221649,-0.3670604232438675,1.7032129394117295,1.1247045846365553,1.734510274169526,0.3952756254760126,-2.0411192348460254,2.56275965101509,1 +-0.7246822699130435,-1.6265092533688688,-1.1317998929206377,-2.049721284108357,0.9409042308099629,-1.3860940114178741,-1.1121912717825886,0.6309744982488102,1 +-0.016224345321564495,-4.074947544589301,-1.2669176222459257,0.18337679193093784,0.2786911348178948,-3.808192477676963,-0.7190026060316327,2.64120547172167,1 +0.30031022623292175,1.7817801083011484,2.238577344235832,0.4740839032425899,-0.6023197129328615,0.38443149439239566,-1.1926651131302564,1.062973588454698,0 +-0.12602242503913247,0.47020290100644413,3.08077708965582,-0.6042741997786872,-2.936199785269292,-1.7564768982734935,0.45389948685249615,2.7453832414032906,0 +-2.153882076964658,1.578689729186571,-0.20287670337547173,-0.8071069781720952,0.6561699672538404,0.3379453174604501,-2.1297411277688694,-0.989366576055376,0 +0.3342032999261818,-2.691282110445644,-4.116515027946788,0.15451065152952903,-0.7563903824320868,-1.2772802858825114,3.460780719510568,-2.74824720741288,1 +0.6128342665291076,0.05297184256587173,-1.3020370913802306,0.00392941629648512,0.7814714619975065,0.3232768023636336,-0.36675474433433886,-1.2934277457119105,1 +1.269670770361691,0.43563388872519004,-0.012074665873438426,-1.5459667159134658,-0.4620983221953569,-0.20624926148024886,-0.08216319701734476,-0.3421974176990552,1 +-0.837197439673572,1.6075049471446505,2.720682115374409,0.6779006773092899,-2.8563716848297447,-1.2682414219161218,-0.13178623404613787,1.5398108219202908,0 +0.9807952614880511,-1.8275906141583753,-1.7394313810380773,0.7383877511416588,-1.1136560449743274,-0.7594609808942525,3.0467638929048206,-0.9899235972435203,1 +-0.8004118273903575,0.34013953811953757,-2.1336252864886327,-0.5753014796497984,-0.9663766267523561,-1.0480640392876706,0.22699037604387207,-2.4365181983898374,0 +0.29189837958258513,-2.249622785905351,-2.334547931305696,-1.8985451110402025,0.5513850198636917,-1.4446389583863584,0.38313784713952037,-0.4649887547724855,0 +-0.8784926055981743,-1.4593366554838285,-2.345895510339815,0.01575133672629025,0.36882878797468277,-1.4852012772501755,-0.25955788683078634,-0.9670695568330783,1 +-0.863330681139116,0.6370585035878972,1.3122776510674803,-0.04261988125117612,-3.1594022882936756,-0.7568284397113056,2.434174562002254,0.19487477759609184,1 +-1.0126020379494571,0.8055302455648564,4.358544668459361,-2.094038555283994,-4.865399897199884,-2.878538350043856,0.9808715501588139,3.704068994485949,0 +0.764222188054187,1.6012579330298609,1.2583343663855042,0.11774709451986567,-2.195966216439424,-1.2257131577837497,-0.5903920465094001,0.179879677866158,0 +0.8306683279325878,-0.273840864734619,0.42697657393871635,1.650754310944932,0.47217039708182773,0.06035563966929858,-0.4205538767200458,0.7743532748191025,1 +0.21952015437175418,0.3367613515871799,-1.5754584186521048,0.8685114297895902,-2.516125161732671,-2.2927517877234105,0.6210347090475394,-1.8776154660157776,0 +-1.509496514742438,1.4900711885552989,0.39662435424098874,-1.3365587222887734,0.5941417869829702,0.36650981222464374,-2.0798269782901557,-0.3209993953850794,0 +-0.368151908176162,0.3578300892105346,1.836678322604696,0.349300948173708,0.44471495550117135,0.3870139995793749,-1.0319533490450383,1.8136800323032767,1 +-0.46497707762652046,0.42586003560791935,0.4403897089380355,-1.9539004388543308,-1.5567865180928115,-1.368649647687905,-0.19037208621716795,0.24426981883173327,0 +-1.2686529637511703,1.5746024049734724,2.232779453764861,0.8960534708557105,-0.37208901909590797,1.423089772659967,0.08954165820173188,0.8055205779456249,1 +-0.9194234966830422,-0.003666664887296167,-1.0563653179639723,-0.2553559813323214,2.5488357887062896,1.3361484236012664,-1.546813669099802,-0.7543442501049,0 +0.8739737188401425,-2.48211376608975,-1.7235081784205548,1.4437715026159608,2.1788067760178325,-0.3293355324264841,-0.3759322798134259,0.47216271551740485,0 +0.5559792159700644,-2.707186523428784,-2.3743253012775734,1.091886582931764,0.7335555824544404,-1.5493249332405705,0.4884679971430037,-0.13938120518164965,0 +0.22678104755172193,0.5856625379697344,0.46261439721544745,0.04506751973355295,-0.1944993158341228,0.16087159975846943,-0.27244578714915646,0.03677705831787004,1 +0.018221765759114945,-2.093905143719039,-2.985134842210303,0.7767334597101155,3.9555988220791383,1.1172515861942593,-1.0374870238554235,-1.0697581602298927,1 +0.025319162081519873,1.2076472893166725,-0.4371221514397053,-0.34485771583374375,1.084914683610171,0.6163260773756629,-1.9026418441159851,-0.9967817575489706,0 +-1.3373274786647211,0.8807824188551574,0.40468967419240076,0.23054179084136603,-0.878734334365651,0.3040229743695595,0.5931761031200469,-0.5165453210594171,1 +-0.06857702740131133,1.38117995200078,2.2384763308099314,0.48166780821810484,-2.832580362938754,-1.3412840888760802,0.11948340381876599,1.1785911634146333,0 +-0.5136262153634513,-1.4735657468215448,-1.7687971522075887,-0.051311737680323356,0.9283901066884604,-1.208196251257334,-0.8389179692033342,-0.23310380906651346,0 +0.0854228805847853,1.3660603830689544,1.0072233052585855,-0.7339648445154653,0.8814002198864389,2.256541179923361,-0.010053780378476485,-0.30069720364872266,1 +-2.035603675925303,0.7524116330234278,0.39645433464892715,-0.7393524246648834,0.6423780271812108,0.23062946892812586,-1.5343059080193586,0.1647468279105757,0 +1.1672846397680998,-1.6909467477704507,-3.0946320423166926,0.614227080545921,-1.453666933079651,-2.043479080476051,2.061042969772573,-2.117324341241063,0 +-0.48499191536451297,-0.6564552294569632,-1.3341550927370747,-0.625195575571453,1.1070996196573677,-0.5491624052639562,-1.2208887231989476,-0.42882485576857793,0 +0.26850599369173533,-0.3113546952541647,0.2892415157167155,1.0681475691515567,1.3101159881816797,0.1293075917014075,-1.4441480045903998,0.937725343879188,1 +0.3700960539013569,0.2805912369959589,0.8111451329085272,-0.5634757266254957,-0.613097386680065,-0.5948993760370513,-0.45452773066782504,0.7558638441066391,0 +0.3586882377643,2.281158299194574,4.002704065729997,-0.051473909247221804,-6.769822427415676,-3.800924842994595,0.9784776162991158,2.167409458722972,0 +-1.2983038284451027,3.479342137553009,1.6351676601281455,-0.669080640501502,-0.887725603199944,2.600163718201606,0.5129921895143295,-1.6155120144779203,1 +0.22440022508796847,1.6018217675671056,-0.22091104183614277,0.44475464705277745,-2.423155253226815,-2.034485722898908,-0.920692062603192,-1.1724028085229379,0 +-0.9306811525620435,1.8997887931772206,1.2937915625759768,0.013577076811408174,-0.893939490992897,0.5828016395326628,-0.3677186167044828,-0.23519507890507063,1 +0.6438841529408033,1.5446314641633831,1.988865152949702,0.5081789383160987,-1.24876329084116,-0.46969212318205933,-1.0821977616206364,1.0451504002903071,0 +0.38199761390965714,0.33384108122380374,-1.4383264127088673,-0.2718724269257485,-2.27853136145235,-2.515119562339848,-0.05087608453426884,-1.5369547442560307,0 +-1.9833698309126084,0.9643679797095523,0.5407648618496163,-0.09185279307666386,-0.10986444993638302,1.162252270310333,0.5117752061003333,-0.49266520365162914,1 +-0.12266027509498646,0.04431353594646814,0.5605243461926274,0.5715169227831229,1.1631918782529571,0.26254033790955034,-1.5183175510009126,0.9228213737126383,1 +-0.9628464552616246,0.7334578125161497,1.220347339669022,1.9605360762187674,-1.239049128486865,-1.1491470864538837,-0.9067813447558333,0.9540254748423481,0 +-0.37217434267696514,1.0948634755773585,1.0826691878193542,-1.4455897027930393,-2.0139620740901116,-1.3048275616857965,-0.35899878079298475,0.37257797340751797,0 +-0.15543767596133437,-0.999848337109586,-0.1453164907030362,2.0543899774271033,2.3104840814855274,0.7548583450308675,-1.1695968367661642,0.9554383357154674,0 +0.8810891498317418,2.5355887462511677,3.8462318289050885,-0.9441730971886505,-2.8786509524524444,-0.653903513939218,-0.6048259893551645,1.9805128621853545,0 +-1.4097943719541997,-1.2274522682175752,-0.30489633619804024,1.111601138449242,0.33836665650741465,-0.9604913028420237,-0.352698522612675,0.8960644277606521,0 +-0.27766012971073084,0.7547676423521104,2.112838312861316,0.701365102831709,-3.1193208108924324,-1.748954052275827,0.6964615682963238,1.455201707500057,0 +-1.0918037669154144,-1.5866090457760507,0.3703428291836262,-0.69261439948105,0.7258111637729605,-1.3473067310272846,-1.2282289104545403,2.1521545771507062,1 +0.3530165968801188,0.10383794888037723,-0.870671202563231,1.335017381039233,-1.022597092060307,-0.45833561694172154,0.9858556896223729,-1.2040559152633923,1 +-1.1658333030462709,2.7519104119473212,5.088818096870657,-0.22107018497122718,-4.740011922602165,-1.8933506359279022,-0.19278846418061912,3.0440685939245737,0 +0.14486049476713347,0.5107455928309883,0.5171653302182965,-1.250132494489003,-2.3909903900292,-2.095452381854625,-0.08328336285600335,0.2773522728833741,0 +0.08216654995802082,-3.1277171858731174,-1.889149308674257,0.440640375561521,-1.4815302905009424,-4.312604510565042,0.27686892751660386,0.9780328371143578,1 +-1.02067433022792,1.5653360485504368,1.3828570803655287,-0.1292466074574694,-0.3525748140116466,1.36829182945148,0.24282146855143588,-0.08760344560453348,1 +1.1219609612551653,0.6300838672494133,-2.018993334284035,2.6038656639794304,1.349755508067711,0.201157656123907,-1.7569097736033061,-2.1239932710748297,0 +0.07790083569337328,-2.087957086889781,-0.7634162406437861,0.6705398294393881,-0.9967470131178393,-2.4756184577320592,0.5908857561987328,1.017882881728918,1 +0.5102542904597032,-1.4345532788997404,-2.0450689541405946,-0.671673678279323,2.7907749331751015,0.453332803761632,-1.2424021073213543,-0.5650609647089799,0 +-0.5344433759498349,-0.5025504956431883,1.7340039970474173,-0.8563537023148527,1.2955033076871612,0.45037151518955487,-1.2039478829447203,2.477770379898617,1 +1.518227934167512,0.7361653049532701,1.5547343534425695,-0.13848612465032595,-0.7162785743931452,0.25308878631291054,0.11892485186599322,0.9064923233580898,1 +1.1952914143409008,1.6752139462366742,4.101524473809011,-1.6436139868612765,-1.9091900579423613,-0.14570539910325941,-0.4555872525109783,2.887335007383437,0 +0.20489547883961493,-1.2715242637869149,-0.4675840416568339,-0.38331833106664853,1.7998507279815092,-0.36754208509381164,-1.5527117602663905,1.0471648102382356,0 +-0.39476130012732713,0.2602479889431989,-1.5788771303545317,0.2975498408625826,-0.7567021025129442,-1.3637186110121358,-0.5665232046706778,-1.566408879997061,0 +0.9432569240608952,-1.9511026520391677,-0.20603358377319225,0.02803636885504708,2.006088665552018,-0.9781971715388325,-2.0038463872038355,2.05586856940012,1 +0.256198883631088,-1.9034271854873726,-1.4497995958711933,2.081831712111961,2.4680139470631013,1.167992016024149,0.5061298527047299,-0.09198233435774916,1 +0.9270441152677822,-0.04110168359747446,1.6932756470234969,1.8224905993309986,0.8966062686470984,0.45723973086335645,-1.111591576960407,2.021088786018775,0 +1.1740544575924197,0.061013742132956406,-1.8215768960265397,0.027734806212715298,0.2948202381792081,-1.1489949861935325,-1.495815718098623,-1.4097908510171224,0 +-1.2271332510062065,1.0606823252690019,1.2597247866193773,-0.3800712137018531,0.04646108378990429,1.348131245517506,0.22621777195070397,0.21958332285110138,1 +-1.0378792287749334,4.848336650439869,4.504034378912514,0.11436395582791706,-3.0013561101050468,2.247808243611786,0.7579033546259432,0.1041925130911614,1 +1.4124318354897756,-2.4470357377941356,-2.422997067908193,0.7784115988425827,2.9314550124982337,0.06453338302635436,-0.7612372442789558,-0.19424140586279592,0 +-0.2121331230005813,-1.2599474402920374,-1.0803192206413115,-1.341106030711093,1.6935706807108115,-0.16423479533090468,-0.9662600278974517,0.24047157295854438,0 +-0.30155812495974055,-0.21324888544460557,-2.3949003448759107,-0.3338644561230928,0.6465310859207812,-0.3766561553025753,-0.5067862686350232,-2.08754778897274,0 +0.9153956887186361,1.4194902959338305,2.142702178039203,-0.012486734953359963,-0.9529675168050358,1.8090643807017117,1.626438587822916,0.39959161210995897,1 +-0.3977919425124927,-2.4632945054213176,-3.0847010280107683,-1.349193262233569,2.930149205828081,0.9056483376175051,0.5703802415026127,-1.277705337484117,1 +0.41477576749335154,-1.2587773693515385,-2.1612280031585946,-0.32353914418744517,1.6673248060557389,-0.031163576381329383,-0.44194446195077197,-1.0109872285023407,0 +0.8698412195630184,-0.7549818675063211,0.6192251652859395,0.9624489375515501,0.9409620987561106,0.06395170626377611,-0.620981652109429,1.4300787329980715,1 +-0.43148850435198927,-2.531542446675365,-2.1355195640804223,0.6593711542875398,0.7878831932762241,0.8148616462795942,3.3067941643113734,-0.9888936092642419,1 +-0.3098403790673609,-1.783394123170918,-1.1365376644471459,-0.323781434370052,0.7569139357456016,-1.5928158094497507,-0.9548775668690803,0.7319702942054706,1 +-0.5035866195529689,1.4266731558494283,2.7140630883458403,-0.11710428996562679,-5.404992824269237,-3.381228566099394,0.8828328919680994,1.5733672490910595,0 +1.9448500605841337,1.0067588179465352,0.9426438324186777,-0.2857840534318174,-0.9029663846415125,0.6873008587651853,0.8486049849578409,-0.17479301655311352,1 +1.4591358116024358,-1.3281515821675214,-3.145368322889551,-1.7544264283001878,-1.2202826343344217,-2.685699403971454,0.4946032803594209,-2.002271425529124,0 +0.21622278692056213,-0.4533043692785008,-0.521915305916051,-0.2847103809105115,-0.5463256162284987,-1.3456801369731304,-0.3767929916661075,0.057678422383557804,0 +-0.6595984322051675,-0.07272032094003078,0.40821200930657464,1.180421630718605,-0.14466465324442804,-0.5377248206674315,-0.5498019414228095,0.6662366686202799,0 +-0.42591140586993254,-1.0965134927173277,0.37553825549683384,1.182074583725442,1.183336099136143,-0.8730738254116178,-1.7784647248343632,1.8559563664578023,1 +0.8079751963211579,0.0316699555065455,1.964077806324614,-1.4775171283846031,0.6616936348139858,0.7711521883219714,-0.5139407829416102,2.04903517818474,1 +1.4769536242589072,1.810998785774059,0.39367975217510587,0.5504492791385839,-2.0976378232472617,-1.3395784978374186,-0.860331367127923,-0.7941740019344868,0 +-1.1369416176291283,1.3176087762979747,3.988388655430917,-0.4080081089473505,-4.565289821483037,-2.5024010039422464,0.6085309187666041,2.9672661303353003,0 +0.2005948781028222,1.7131725595993565,0.8598901424352455,1.0279277862998282,-0.9985521780883124,0.19243019191902577,-0.4132696994305032,-0.47622760252110646,1 +0.5494996527956717,-0.613501575805427,-1.0179060983373363,0.6859483359497481,0.8008599507477988,-0.18314627600357403,-0.4328583865591117,-0.38501278762649016,1 +-1.3351478773551406,1.371315478589361,1.2234358511767882,0.9456192462677275,1.3157350444613356,2.419843383946956,-0.4797288324826545,0.029125890231799567,1 +0.9823869071054364,1.7377044814771967,0.22992301577815344,-1.0771445606768384,-0.08871842521422044,1.4210749439439656,0.08215956459270823,-1.3653818190850078,1 +1.4918397401848251,-4.132230052112523,-5.104525624877406,-0.46279010770634654,1.369376122455823,-3.868947362691509,-1.1917407637842306,-1.0775895548308572,1 +1.2452026487422019,-0.1876668250026008,0.671501140164614,0.2904663198126135,0.9374888852041011,0.6482854294440639,-0.4633782029414169,0.9165445095596203,0 +0.7114396255701946,-2.555343662764784,-0.8804523668833365,1.3262164687099585,1.9688814586199337,-1.6187221191841048,-1.9597638174751315,1.9181202937001527,1 +-0.8242969684529372,-1.6476832402783248,-1.2300667466864017,-0.889752753874271,3.490444662259014,0.8769347190339436,-1.679958820873032,0.5290613213007154,0 +-1.0509733066979687,3.303251903702085,4.623647811898376,0.3079635948696814,-1.7893439811938516,2.401315791485712,0.8653401704493868,1.490015202767493,1 +0.7980388353972315,0.33563190962933787,-0.9765430037664927,-0.5814607927747751,1.215735600536302,0.1761950313344154,-1.5809751135898367,-0.8616307682478868,0 +-0.36941307153002517,1.7597357656360233,1.6560855029103503,0.6362560521471485,-2.3848085618783426,-1.102297337711982,-0.44151866296078457,0.40046341138145036,0 +-0.018427155256841413,-1.6886675111529659,-1.3422702196773744,-0.524677388456309,-0.3239745962582027,-1.9584542304264094,0.056562965389431064,0.19728397526663055,1 +-2.2066962554295637,0.023818499729982623,0.5679650015571418,2.1189088461542456,-0.4026988142079257,-0.951149430471883,-0.8831725986204744,0.8689316237494593,0 +-0.5157127620541462,-2.2782157191288235,-1.8153465874627184,0.5227702537847541,1.8935960358604063,-0.20198513370749516,0.00739412145032825,0.09313028430611925,0 +0.8682698615598194,-0.9149609924844098,-2.2878494687402933,0.35505122375489506,-2.052895729487467,-2.4811486339359163,1.2634467118680204,-1.703586289625867,0 +-0.25894593276858663,-0.811693068265495,-1.259058549923863,0.47314604284488576,1.057848940739764,-0.5369441238089775,-0.9884716869376071,-0.28520352349456707,0 +-1.0406676386717573,0.7173535682333908,0.9604604964807497,0.9077427734562138,1.077593443783737,0.7503065480447026,-1.5862857789636293,0.741706831280611,0 +-0.8185903798511555,-5.5523684543416945,-5.303738050273711,-0.7008857964584344,3.5773443291037137,-4.202430684046621,-3.1981745626840787,0.4879687954123919,1 +-1.1767960153393457,-0.9417043727249053,-2.5328916399310732,-0.048907097478142154,0.635113418218633,0.0027598590986437355,0.8409502330687992,-2.006189832646246,0 +0.2596410676055527,-0.9557424885134183,-1.6786697830324957,1.3629079749934525,-1.4541990303381898,-2.4483067066220503,0.3219434531294698,-0.7978870163335003,0 +-0.28764652399214957,0.8677091388524778,0.08168426182720072,-1.0619261124275643,0.9339364764011759,0.9947094566113575,-0.964904229607562,-0.4651614629794545,1 +-0.2664310944211416,-0.6123632321201561,0.879931237686359,0.14096714730220675,-0.27097992726681674,-0.7145067117145285,-0.15894950441155864,1.5092332948889862,1 +1.4964251778888025,-2.119233082677427,-3.30678624634012,0.22966686008412807,-1.7010473454441655,-2.9447940995531674,1.7345049145882985,-1.8136772068174098,0 +-0.3273720985651261,-0.05852920604845313,-0.6670046745117445,-0.7715420654930396,0.5248233713559438,1.4188768559680836,1.3987783361029114,-1.1156246288582141,1 +0.009423402315443634,1.657140855166368,1.6407800862137114,-0.7240788533932718,-0.7320976517415426,-0.015760534337129983,-1.235155766521431,0.6029656413232193,0 +-0.8739967342824505,0.6756891868134338,0.3830054080575185,-0.6153272890139387,-0.17131650727474138,-0.23948929578114514,-0.913835346969595,0.0840692879782804,0 +0.8567010160927584,-0.5043930868366246,-2.3630801168360085,-0.14948330889466976,2.336834800375423,0.8536585774849699,-0.9724495593506933,-1.7776528958919902,0 +-0.5158371377845362,-2.0008418270582955,-3.2952329606795225,-0.7220955082425105,0.09460671630759984,-2.3305312662824402,-0.13916937471844404,-1.44211805847791,1 +-1.843480821124506,0.6391813357923088,0.763761338974915,1.2444469588471052,-1.8582902068854814,-1.5492124759695778,-0.32404084730691024,0.44269944212367024,0 +-1.0570171703646611,0.001257739987255091,-0.8817736341522469,-0.5924512857022994,1.0746548814964618,-0.14500926081462584,-1.4747816284893873,-0.48698338099664396,0 +-1.4695209529759101,1.7972124400084246,2.9049322097296097,0.5866014211464321,-0.4807830801262786,1.4210001228790667,-0.1913901761156569,1.3766877108341122,1 +0.10327037743669788,-1.1086017170653668,-0.7995615273107968,-0.36912458273147997,2.073519131403128,0.11217121613264758,-1.3835567198619634,0.4896388590674967,0 +-1.2536409670863626,0.42240369948054646,-0.7647381626148487,1.0130407846299134,1.851745346472723,0.3224002613450567,-2.4478655589105065,-0.4963633606968513,0 +-0.30193999659398585,2.1853600038885475,5.321363428006338,0.018787439337841563,-4.841677628527914,-2.1285217255543936,0.18274818570663642,3.6753689885265537,0 +-0.5245809347220742,-1.393365619308792,-1.0649304404110471,1.4002318327328425,1.459804338102663,-0.545180401826874,-1.0014360743107231,0.40753797908144973,0 +-0.01680394219048644,1.7153970628610178,1.5812656318957887,-0.8694371981516684,-0.2365366234589436,2.2168613833679593,0.9904161682692847,-0.28007909340891207,1 +0.264965047330056,-0.2683689272783989,0.8161633261547959,0.7046772821922133,0.44379884158195093,-0.2728251860496536,-0.9422830391175463,1.3319269183444358,1 +-0.40753843475175144,-2.6568570922776322,-1.2176669622114984,1.3171523671484877,-0.14433926047815576,-2.3184607226176617,0.32837924279043595,1.0957896029680836,0 +-1.535247748217597,1.9254991443385245,1.6619389076099123,-1.2183623413550657,-2.2185071747994725,0.8112372147939169,1.693451874818197,-0.4579814776845733,1 +-0.4353750309344709,1.3854714325111146,1.5577024516543163,-1.593657381759031,-0.46413778122497545,1.0619527648571798,0.13707933340681022,0.2941042945663246,1 +1.2407550894159598,-0.20895653421688493,-2.579592629121906,-1.1461573159975473,-1.4762777251498438,-1.6715538283140852,0.8431367837701975,-2.5447771480411374,0 +0.387875047901314,-1.0558355604901366,-1.673838585142628,0.45035799398532583,-0.20912187573651322,-2.01388316649866,-0.7684885366164145,-0.44672549207412937,0 +-0.02189943069965167,-0.820253449122222,-0.7315427088063325,-1.528163130452294,1.9423967817820775,1.8427497490142444,0.7816499560448628,-0.40332949600142,1 +0.3472969409000806,2.4793660153930785,3.656774896111009,0.04555716503050792,-0.8690798714702763,1.8788276485755866,0.021653171686303985,1.4717463683421297,1 +-0.11993680367983207,1.6838889150717145,-0.16827094688575497,-1.0661462113420412,-0.3332426113820335,1.1560008800949169,0.24990427355880224,-1.749620900706559,1 +0.33913640507418114,-0.2338832103529741,-2.5576346322531114,0.4251996435408508,0.4589621394514718,0.2994486005138142,0.7318067891056481,-2.62244457891863,1 +-0.5468824322871798,-1.1901627137679984,-3.068583758171553,-0.023899243070484525,-0.8766558207858175,-1.8144039978916258,0.9957513512688745,-2.2432087408963852,0 +0.6306062009600975,-0.37309009840841795,-0.6942070561806571,-0.6057068874971663,0.641869147015761,-0.5392488677041097,-1.0333568758973786,-0.06936821884284061,1 +1.4296911923941726,1.533492711230665,1.3468633135290995,1.1765993562321124,-0.22151086810376974,0.8475186798053009,-0.5942274405034244,0.16912305074036105,1 +1.4206221982730767,1.1370546765667258,-0.8798206019579891,0.38610694828027303,-1.5708339328956182,-0.137002097947043,1.085076248503399,-2.137585701599914,1 +-0.296664975946136,-0.8324864542192162,-0.8463210943539753,0.3274703794353616,1.3825976399469102,0.2193785489704061,-0.5390566547620002,-0.027813482308785775,0 +-0.6523214226944288,-0.5569079815454742,0.603796948900208,-0.5705388032456662,3.405998219269861,1.209023294566972,-2.819827609765901,1.7541812808985702,1 +0.8480927756109259,0.8204505854620034,2.511485021642826,1.2668989930663956,-0.25947888719769335,0.6109071062688631,-0.42134705728429367,1.9262703411952655,1 +-0.5272114929981603,-0.45658552403175,-2.95215326148119,0.09791792326356859,-0.5830467935132039,-0.009100887221122789,2.1605271344370234,-3.1981204919281216,1 +-0.5859171995181535,-1.1899100708959,-2.5820914826364922,1.3393647325917288,-0.017450573566862675,0.07719286335667641,2.1531799525723105,-2.207267705321859,1 +0.25578077277045264,-0.17244317965777356,2.5131249059128016,-1.8117830848732601,-3.543485725807309,-2.646765604466641,0.9889415234552885,2.6348937917009807,0 +1.5809990044181632,0.1690007013009689,-1.5440602191700046,-0.9531382932374785,1.3733831035000716,0.6678339935731006,-0.807259230385589,-1.5446213334401995,0 +0.7176084096279607,-0.08431262204450085,-2.084108131527464,0.3408859825080621,-0.8815324059868602,-1.2643401786826662,0.26095478130695604,-2.020273103745758,0 +-0.6152956213231063,-0.8796946654111941,-0.3208543672889916,0.8103605454755509,-0.3172584074981523,-1.5775072071482947,-0.6108144685848237,0.7032553185163305,1 +0.042478843464384373,0.9870576277960312,-1.5857323319479315,1.1070901042264811,-2.566958840054419,-1.9823754313422266,0.4092253520837694,-2.4038493753906356,0 +0.42378003612537096,-0.26229885173354656,0.054233784697622224,-1.4654296156999018,1.8459126772657743,0.5023446601043875,-1.6963777627281647,0.6971093109840777,1 +1.325032452962695,-1.5981629429521897,-2.283751455812422,0.41469541970948276,3.2569442210961657,1.9535427528626492,0.33881480535883374,-1.212265514502614,1 +-1.8070006412011588,1.7846303236402645,0.3335249182773369,-1.0214525285518712,2.038372382869127,1.0371427658035297,-3.5454210838496127,-0.28883917016640637,0 +-0.43756254525731325,0.9986827172220969,-0.2788328212232594,0.5426514822795032,0.63022237939726,0.041126974761015345,-1.8413183504201664,-0.631899081875769,0 +0.6600843199991486,-1.4057647262386963,-0.005996715098370489,0.4827774003083802,0.6600569993358033,-1.1523779719738667,-0.9612636834534678,1.5297873187593736,1 +-0.12263060053233563,-2.4024664833029172,-0.8856003739172994,1.9043682509698299,-0.7965520648086899,-2.9021109232521827,0.11059417106346292,1.3220352112290932,1 +1.1585884174484826,3.070572616462772,2.36646212737869,0.007181727998942508,-1.2622114829927553,2.2235591308101523,0.7756372316819516,-0.5692729497256386,1 +0.7840957941134331,2.0350917716099404,1.3301181751682867,-0.216886080447992,-0.5393878231738461,1.714333802810378,0.479527942597034,-0.6285727042640721,1 +-0.14069294318929734,-0.665594978821364,-0.002298073638433485,-0.7552044750683408,2.598583495861658,0.5541250074530848,-2.2500436407396354,1.1261466336813994,1 +-0.19518883365945086,1.2775132642894842,-0.5830407035914147,1.508034089380347,0.757446979667206,0.441890399710162,-1.7015193593034836,-1.2451146785338039,0 +-1.868368714245871,0.21530756430249282,-0.5904439216706951,1.1313143209212313,-0.01188384588770573,-0.5587643273742008,-0.7909931670300154,-0.5250126871817651,0 +0.8018702717505176,1.6277928159334807,1.411297899527298,-0.18090975119207264,-2.538963616870051,-1.5108842598884547,-0.5539891270935866,0.32492705129368793,0 +1.1454278043463373,0.04021097076948332,-1.2383378206702413,-0.5259686623752587,3.9368212119032187,1.9327253429213183,-2.726428564342422,-0.7029278565006107,0 +-0.7422821501039659,-0.23273975594137603,-0.8252409996549674,0.4473026826360902,1.0950080452281383,0.10923031420939677,-0.9285375709246717,-0.3991671985294342,0 +1.451431063113668,1.2309403027392134,2.690195947482336,-1.462181448363195,0.1473915400320537,1.2589537429661724,-0.6314400876273969,1.7682820625365843,1 +0.8348844227105021,-0.9584284558972496,-1.1344310807617064,0.1521353920913394,1.0809490936399402,1.2364458135736867,1.4667666135532809,-0.8348897719495141,1 +1.064284769949971,0.8775249629394937,1.0530013405161975,-0.25373152592038856,1.0492306678733745,1.0878806866496027,-1.2948195184674134,0.5957052012638306,1 +-1.324417964291658,0.23911910906459088,0.579838425671045,-1.2156580244614414,-2.0166737540677904,-1.9376460796149853,-0.13191590745057058,0.5715348980254917,0 +0.4084793603611452,-0.9584446540448672,-1.1973873086150755,-0.13879964116408883,1.4964027189842541,1.1994393909824979,0.8427205843429697,-0.7271753242972102,1 +2.1123348881153627,2.8288850303155764,1.7481483421465194,-1.9727461475669799,-1.8583655564725987,1.266908219892423,0.7883906359293109,-0.9235318741264208,1 +0.5884749765406383,-3.145519731723028,-2.857120330103655,-2.257521127522382,-0.3612912069101614,-2.8158999073375934,0.9724689570036327,-0.2935530685823692,0 +0.9724873274082994,0.05176876017797083,-2.25844520886327,-0.5586472848922532,1.6880928786343754,1.8740752900953197,0.6845816736690571,-2.667679330745666,1 +-0.4921381365796542,2.0724417122365617,-0.16867299576896122,-0.6797193466526765,0.20882558673124652,0.9999818209407292,-1.1506146505604637,-1.6873534667513126,0 +1.01053077238343,-0.579443382757853,1.4466847786174302,-1.4337357092312724,0.5837477966678922,-0.373843009482616,-1.1224203158002393,2.291901400555498,1 +-0.4549018694150121,3.4047922186660875,2.7240382595922465,-1.1240633985168207,-1.8652053690228068,1.2558401526978054,-0.11816108923451119,-0.17218268091037925,1 +1.0377912158003861,1.5741029389223566,3.1011722561494257,0.1693258117953765,-3.135967756494626,-1.5703833726749186,-0.20922622751324643,1.9987986851421338,0 +1.281696944447841,2.0887561617726957,1.8497798876108948,-0.4491903399739902,-0.2009200144638327,0.7255847949797191,-1.5296399319920877,0.4735893884375362,1 +-0.799468435294146,0.16877546471643257,1.3962506030349602,-2.3410249054721888,-1.2979666044196678,-1.128423647840241,-0.23660661405974315,1.4268485861311784,0 +-0.6728098870728906,0.40059224729152176,2.3081420904004823,0.7117307667099754,0.6426082340902803,0.8009897470404808,-0.9436572064456171,2.201019621950019,1 +-0.5175174814925364,-0.40895904594450877,-2.978925132058237,0.17308488959773224,-0.9067710675239812,-2.1561174724743077,-0.28542805524287507,-2.439136318012316,0 +-0.34754100537191335,-3.607777294575561,-2.8971382125072522,-0.8573809309914873,2.243097726780309,-1.147180181415218,-0.007414733403475426,0.1933808235507919,0 +-2.086496091836864,-0.22117434520794116,0.6336718537229431,-0.21809763431128323,-1.6684857490026246,-1.1905771635701137,0.8488451352565618,0.6924017129988268,1 +-1.6207238494257215,0.16421082554230682,-0.6099066787449987,-1.1981055332032247,-0.6239459793444407,-0.7111760059043356,-0.06029835601525679,-0.6876338375069262,1 +-0.31388256629714484,-0.15830255169274654,-1.5695498757307775,-0.34767765444934373,2.1070231343793497,1.0173378334075074,-1.0274774106233526,-1.2612775933647837,0 +-0.03829569611804745,1.7489443673022864,1.1537080483675355,-1.4929760819089262,-1.7715664574576429,0.5957950266377847,1.1047900406170936,-0.649520176627777,1 +-0.012961385891775838,-0.83935581188909,-0.9819162616183706,-0.964262319696077,-1.1421795467525333,-1.8097351329569065,0.4028744216388567,-0.25903140757094745,0 +-2.995402740257191,0.5462861683017914,2.019465337770795,0.05839296209194867,0.5491584886090046,0.7263106596554305,-0.9841208315708168,1.80127804457084,0 +0.4293413900142779,0.4285600432981951,-1.602277059332709,0.6616031082146862,0.22016802569881003,-0.5739553510604019,-1.0815945793020048,-1.6535711898703485,0 +1.2319268786124724,-1.0197863724344658,0.5723730573742795,-0.13931373894863386,0.38995467477603746,-0.7146066294867349,-0.5743467835745468,1.6532356195377442,1 +-0.35900976503849086,0.21315646254328258,-0.9283336250786148,-0.14054968362825046,1.8510272758581476,0.677602794346932,-1.700306094880739,-0.7153551243764251,0 +-0.9001337827866029,0.03305252414234716,1.6375880761356676,-1.565006686471844,-1.0712921965299875,0.70045806569595,1.956776631367104,1.0530501765266875,1 +1.0539183553471152,0.6224930025481457,1.533505171448417,0.42829607970273403,0.06750504398466084,0.5259320456377301,-0.5067332965618475,1.1292868833495495,0 +1.0671182459522108,1.0660055394622923,-0.5038711562090328,2.0280809160499635,-1.653437479867143,-1.464517222872224,-0.5994132713510475,-1.137981777300939,0 +0.11400175997670725,1.023402177933768,0.08790082816876947,-1.6370998610602605,-0.5848616854136804,1.0937632560217607,1.1646204528132713,-1.1741043682790095,1 +2.0528349228990086,0.1921454587629584,-0.3488624275070109,-0.11872010760705429,-0.8282692573222732,-0.0984485513707708,0.9434954578871815,-0.7645300460880857,1 +-1.3787629524742042,-3.2291969296246794,-2.758561418684982,-0.00897867556514892,-0.25289276327668786,-3.3050505616889163,0.2271836102876007,0.1164358228439143,0 +1.0777293326059243,-1.3228268517096542,0.25528275470628076,0.27439314768730017,1.1176725443707711,-0.8866453674176891,-1.4242425872035331,1.830122283032319,1 +0.45207991510548,0.057303701316883005,0.019267349559669505,0.6221248024534404,-0.6911104717787274,-0.6450272478632003,0.05828055778722019,0.004874972754776885,1 +0.1474528078843116,0.06506522157800365,-1.2214972438999359,0.14936211814216424,-0.2057784805747834,-0.6350836348052583,-0.2727738432787987,-1.1737288993299098,0 +0.06902659454982266,0.42581751337985774,2.357066419086462,-0.526996609979405,-0.6080545242409354,-0.09589287565131333,-0.39689226463503513,2.1502813710912534,0 +-0.27074240579302106,-2.4312985153357625,-1.4528869400111164,-0.29024516315286436,1.2451412957825507,-0.30045380830923135,0.8622206941566188,0.36704011183984275,0 +-1.5873356267575447,-0.14262143120954351,1.1109334262595345,-0.9428473038754049,-0.6114491088135721,-0.07805380812728269,0.602897022409052,1.092260280006619,1 +-0.4386420998758851,1.849512073807164,2.368297064371632,1.2385004017548609,0.5486634405201352,2.0577952801105406,-0.712942300007452,0.8794593066333602,1 +-1.0534345963437373,-2.533539681468406,-1.3777350782932374,0.5295688954309923,1.2351213002316395,-1.3839690150212633,-0.4802534815794892,0.9760777047003832,0 +0.8649985174582657,-0.9440613726830156,-1.1124264809062574,-0.5609219522508836,2.7956366928277827,0.891139469919964,-1.462289416659314,-0.005714568678585774,0 +0.8678686980329092,-0.12519770882070302,2.1433094195574975,-0.8043918070791355,0.7639565544192506,0.32771024596577747,-1.133740840351574,2.5653699470961353,1 +-0.0239692667927275,-1.5510842215771206,-1.7797976400428435,-1.3828756629531398,1.1417634192145258,-1.3197234549353947,-1.2053839498066616,-0.07110160344170713,1 +0.9045822592590432,0.8698525552237109,-1.4329134675190198,1.7278116808050996,1.3960396015725953,0.23240752086779348,-2.2082669268398094,-1.6112338308490668,0 +0.4050559899819118,0.5224267302015562,-0.834644492149218,-0.5793874051460276,2.534484520840641,1.5831621971149827,-1.827917941750002,-0.9163074093961289,1 +-0.37598002108502826,-1.825934015718776,-2.746652244997323,1.2216222866225155,1.2565243024789636,-0.25205585356726146,0.6294309534163063,-1.3997449221120672,1 +1.069064584735381,1.5583292430933997,4.8760134257153815,-1.190615114122568,-7.470369053416772,-4.223423540216328,1.9430400301535633,3.43685763308822,0 +-0.8747261679878767,0.39965659131329523,3.4091720157259453,-1.2726576708580608,1.1043938872136092,1.1438192009514478,-1.4605878589583852,3.4342322998965953,1 +-0.8794468154207148,-0.35488628916155474,0.8312136094632706,-0.30546351549068307,1.532359962052941,1.5575877411446586,0.03532373954930068,1.015430247450605,1 +-0.9847579423669361,-1.995482132207996,-2.6755902122418873,0.6984361130927619,0.7488876165274548,-1.7437065560683411,-0.4737222891156463,-0.7714592854101949,1 +2.6169986990813654,1.4120936168798728,2.226100286589997,0.6647486767677044,-1.7552306748694515,0.4177876953260091,0.8991475691554078,0.7940570593590137,1 +2.8127233187966345,-0.46698902519091856,-0.5432647150389185,0.2509751761977518,-0.43828629835582955,-0.39550041040578376,0.7575149394717557,-0.33221881227863476,1 +-1.1668523065133816,0.0881274191385697,0.046532838882720556,-1.6205603558753472,0.36795462669298473,0.9034007749053419,0.5717343526151515,-0.25112111603645343,1 +-1.2864009596253967,1.5346196376258767,1.5224799732116354,0.7287908551110225,-1.127613618527563,0.4490159282025442,0.11534295607814671,0.1852152635346881,1 +0.40629034869078495,1.0864627099545099,-1.0145526838783587,1.7195054083836694,0.08662013744391134,0.2374703543224963,-0.68701148887955,-1.781037526823833,0 +-0.23055949731454717,-1.1986931448340035,-2.8818724243081895,-1.661031522327887,-1.1684238831672216,-2.136485141014996,0.9379392211237201,-2.0059270393114357,0 +-0.23174092574533256,0.3298350238250721,1.345831726571592,-0.3449386354020546,-1.7373846292756776,-0.30431329121915396,1.3305476948996704,0.7523670169430778,1 +-1.8639176962028734,-0.6796684210430972,0.24118918218749047,-1.8314286521671206,-0.3035453630127169,-0.9887514209101251,-0.2221984504738599,0.9551455925617556,0 +-0.8654131988540364,-1.33799207142957,-1.65384032015983,1.8180072436582344,-0.216422979509764,-1.8009318861557995,-0.17542809979872875,-0.36485586182057417,1 +-0.30664040363216366,-0.6713070381287932,-1.1435141369014115,0.033429348880499365,0.8629214647313298,-0.5825126654737083,-0.9557398067120826,-0.29173167218476515,1 +0.5464006203302652,0.29980575574615137,1.7051648824243808,-1.0805081946551098,-3.77997543006986,-2.651584202149551,1.0427997428213707,1.4007479014523945,0 +2.457540311386211,-0.6248087827602844,-3.5504006798324794,0.08104628404253912,0.47333659581519627,-0.4402087250559159,0.43146356282975806,-3.163090764168982,1 +-0.16595813543936974,-2.228924329839683,-2.120805890002436,-0.04725871952477228,1.585790083251564,-0.7609945297374663,-0.26453585574492683,-0.14246794415365394,0 +-1.5522119346142274,-0.08966094357156773,-2.1337468294063155,-0.22193379198603286,1.6907869843283214,-0.07609377420476782,-1.8041492988050052,-1.5986023939628708,0 +-0.627246589005493,-0.8477351314780921,-1.619216345158799,0.9565852369227021,-0.43716219589557265,0.3950402570199626,2.5303348176337774,-1.64425030390181,1 +-0.2882391558872445,-1.7205610518278054,-1.1237488049231883,0.5383472751851305,1.6215997485739513,-0.9147956604109574,-1.355588379774261,0.7483082932893923,0 +-0.02164638477783487,-1.6897751473432212,-1.417277464118616,0.30447638242302144,-0.7194641905700556,-2.1941973632906078,0.32912407223572715,0.06633461039101796,1 +-1.014634460913942,-1.041658405221603,-0.4626889899546796,-2.0374017014315013,0.46509371511475467,1.2792479945293378,2.2993276515481753,-0.3105038770344634,1 +-0.9381673159765136,-2.0572723161687327,-0.7939052934637911,0.14722427298011592,-0.1855497597609845,-2.311534404037631,-0.37200376631181936,1.2089112785801017,1 +-0.9744498519242498,-2.1706080988881995,-1.3308766334377913,-0.7208977272188267,1.0952656736982405,-2.048230154926416,-1.5717335740851834,1.0633782563851248,1 +2.411400563893443,-0.6149385721901719,-0.3467742497708231,1.0417940092888167,-1.2709658173800746,0.5925822671580278,3.3668506575951227,-0.7893191402975315,1 +2.1254805740448472,-1.7841223124213323,-0.6421661866686926,-0.07052477157656366,-0.3180227541584471,-2.0772350499803998,-0.20861900154716073,1.0702080000820358,1 +1.9041969330513946,-1.8342347397109882,-1.5250928722301236,-0.02145227837469044,1.4875553966128923,-1.2488682245192668,-1.3720648625188914,0.46656280440164855,0 +1.700725949280603,-0.10898577767098538,-0.3789760810613382,0.7536520077422043,-0.3199381140207405,-0.252921484012931,0.3455390974886268,-0.3671435016529985,1 +-0.4146027233444844,0.04758527002048818,-0.6109279632693206,-0.6884013827788846,0.7069395632791663,-0.10370245886375995,-1.022799258048415,-0.3763383454575999,0 +-0.11241500305677618,-0.10594353891868624,0.24263537516364272,-0.6231553479440808,1.3355517698029833,0.7340893081760389,-0.881786748752929,0.5183263902672566,1 +1.2079575843947892,-0.022776990645819506,1.1429907252013627,-3.070763611397365,0.07424981694037941,-0.17294390594501596,-0.6405376715901792,1.3672991995872774,0 +-0.6521552234983967,-0.28821745563104395,0.24856216588869223,-0.3548869955629904,2.4099550136301957,0.843678702071261,-2.0737155408840118,0.9923903647323569,0 +-0.6858687507666332,0.6194348595260292,0.4632648623290931,0.42339480316698364,-0.42036678606430833,0.5908906801785664,0.586879817256041,-0.2565614453353341,1 +-1.0322563852373277,0.8576473303357971,-0.3600760947935477,-0.7744656134386003,-0.4423321743383025,-0.46259004291961336,-0.8074737196897694,-0.8364077293608316,0 +0.27885019748524137,1.1855909473366044,0.2537434458733626,-0.5750585955093181,-0.8813857898524152,1.203064448626963,1.5109478515800578,-1.2446580361271864,1 +-2.040795311444616,0.3313942074646838,0.3736316999172292,1.1687169003807607,-0.7204665856633844,-0.9743369831201208,-0.7365784460479909,0.37376340430584826,0 +-0.5801655867729109,1.273255775984161,1.2774349911664473,0.10411106568432019,-0.9733486899684325,0.47648347743154007,0.2841705048344614,0.10918994703143048,1 +-0.3729884594352014,-0.14699231119144407,0.019032094734544685,0.8163399538310693,0.34470723805694986,-0.36038886914257756,-0.819550448556017,0.3928738629916014,1 +-1.047495996653239,-1.0964156826594929,-1.0770728117379063,-1.0303103154900064,1.2742506420543207,-0.5004381447733959,-0.9937641689486292,0.13886235895228216,1 +0.709603797278113,0.14506633347465736,0.5259109218883589,-0.1278524303949374,-0.32946845894113946,-0.399058536959208,-0.3698357180655475,0.5425547083315422,0 +1.9510820003895581,0.860014787126979,1.476511256194494,-0.8432107058101799,-0.536724614162154,-0.156907360544412,-0.7953115793153492,1.0011819744257888,0 +-0.5030792170818086,0.5749600497537942,2.642509067032829,0.8566452929249116,-2.817673341546944,-1.5543917202201998,0.5673279522665744,2.1653458528765017,0 +-0.37161379366730307,-0.6966758447393258,-1.8532026309957823,-0.22265325129091273,2.1979653977171565,0.6072924843191685,-1.0421050617186534,-1.0593619508275995,0 +-2.263124629698087,0.976873257425602,-0.057707709362999376,-0.10200943818645483,0.17856552150310176,0.6445300637474602,-0.4319374313962665,-0.8163607640181437,1 +-0.410651142369888,2.6394976577069906,1.7834034321120564,0.29528222291896705,-4.09662346920208,-2.3635055384560446,-0.6669292911513504,-0.055572192829701494,0 +0.31049951127717884,1.2496175366428723,2.0617570089196207,0.36954098319658224,-1.8797055531214812,-0.9564045361330858,-0.5340054922967277,1.2574272542784022,0 +-0.010447188842724508,-0.4385163903378697,-1.8489628266749962,1.4111714163175495,1.600413652956926,0.10404376610359378,-1.1404858694410784,-1.2079056961430077,0 +-0.935888489463525,-0.5061545818489619,-1.5289702756400172,0.9799147089893155,0.036063359431324986,-1.2710472327367741,-0.7618233823934296,-0.8225916018887407,0 +-0.9475468755585988,-4.30774485852217,-2.3392269092622304,0.2346428564112877,1.3237869719861095,-1.7938622392366785,1.0361980052591804,1.1188189555585188,0 +0.06469505272547076,0.23307847790057268,-1.9524689247212748,2.0410379479915215,2.4577386168071134,0.6834547118602587,-2.285373353362101,-1.6150561085031614,0 +0.1839991627994408,-1.4296882903197838,-1.4979396831702825,-2.089831807134158,0.3870844273971349,-1.672999589484301,-0.8117771221089465,0.03337919886187524,0 +0.7707460749582197,3.906705977077217,0.2830891330929934,0.9253147589984578,-2.9000723400068225,-1.3220120317849147,-1.9203921970367623,-2.391314627389608,0 +0.43793991068647503,1.4426278851661674,0.23270479981661263,0.9462428742567436,-1.9980938198090488,-0.21227421198287588,0.9450395176326112,-1.2215012621717287,1 +-0.9777567200945784,0.5663639185078109,0.09811841921449241,-2.4716078926415657,0.39509234206230076,1.9675947606400397,1.4220789309053683,-0.9143381250581208,1 +1.3081142064104865,0.09979342407233904,-0.9634133282969258,-0.877163586492104,-1.782830467367374,-1.757614039916663,0.36832331483280134,-1.0281650922072907,0 +1.243694098956813,-0.7045915560262425,-1.595302597653941,0.0008956670818017209,-0.46472727946235315,-1.545065609086783,-0.17974765458266007,-0.8588492360308155,0 +2.1412198160936438,-1.2090377874315745,-0.013022396519791646,-1.326003952342648,-0.5550763233257603,-1.2949784781887135,0.3721550563240299,1.0066493245211041,0 +0.15652156418884672,-1.3547706375108375,-0.6958387017724723,-0.5767392132163244,1.1036710346725664,-0.4150862680260205,-0.4674265855477845,0.5955494166342253,0 +-0.9217761049257785,-0.7609050308881442,-0.026115897325929772,-0.9195231150880728,0.4733231825188726,-0.3995764494124958,-0.3802636590035127,0.7497132947678596,0 +-0.26841174201729984,-0.17628543506149807,-1.0436765821225393,1.5209591371516298,1.661487286376635,0.49217690498914024,-1.2240682786600514,-0.6182368775333171,0 +1.0644207549198987,0.9481625481468153,2.2078080425251203,0.2543229110009034,-3.459970818095653,-2.375350479942817,0.1110163210215237,1.5947841882537177,0 +-1.036944482841186,-0.17033592801474495,1.0778615633872184,1.2814252250771012,-1.760220538279889,-1.1841577458524835,0.8058292298510026,1.1119864322362256,1 +0.5707478343690259,2.969441845058184,3.7535916402339895,-1.827138528239215,-3.6535111594921323,-1.2437940644333292,-0.7274449690617768,1.5983168085938764,0 +-0.8733344934109782,0.020060512264062913,-1.3944617705530127,0.14805065238194562,-0.6236276100601988,-0.6478768855866767,0.4046046494750577,-1.493765411751436,0 +-0.5182035389835394,-1.569237790254453,-2.331274086152486,0.12452278065244361,2.335189425167741,0.46051267796658035,-0.35527468920048455,-0.9827003729627175,1 +1.240857257825971,0.7240988984190613,-1.7830631124838003,-0.30557806588284125,0.5096543305231306,0.25611066460925513,-0.6541006465201855,-2.266240420007962,1 +-0.27768360935614683,-0.8187333348260806,-2.437921193535586,0.7797847760349456,-1.2148267959000372,-0.3261063096207317,2.8818904561210417,-2.540517781883789,1 +1.1956231527646801,1.6774548052636469,0.4651019312850741,-0.7397460599848378,-0.3847132746347122,1.4830837577471714,0.5846179771027861,-1.2162007987423331,1 +-0.869809953517737,-0.14515671181717238,-0.9552368678720311,-0.8605404718227169,0.4879007615586515,-0.5947227067121229,-1.0584894394146516,-0.5161025640660337,0 +0.7019834163230623,-0.32142077426557947,0.7239575439228987,0.7508357655807475,1.318071617748471,0.24803699089023368,-1.411173538854972,1.36995560984905,0 +0.36887015116234895,0.11660117096961464,-1.0886054244961014,-0.13742158531684617,0.5694572993677549,-0.4366299404867795,-1.2079386434755297,-0.8444239624677428,0 +-0.9863616684938847,-0.3872125707656553,2.6052586191401774,-1.2240413577320954,0.5860257939919828,0.5073410448712394,-0.49039022644489366,3.068281747538971,0 +0.18209865255150026,0.8853589697520623,2.2938681914004158,0.4120726093297402,0.7298348415823286,0.9855833202797277,-1.3405817703422205,1.870271615877855,1 +0.5188429151075333,0.788346300827203,1.0239036281952631,0.7355449550714322,-1.0322717131771695,1.6683212705055086,2.5540222610113275,-0.4443700184244275,1 +-1.4374616755110243,0.3700968444112205,0.7696125599136664,-0.09218808515070497,-0.33642794049469377,0.38679928465853153,0.3757278817081249,0.3381386392444099,1 +-1.0839684513822883,2.478323141291207,4.390198832498842,-0.9662168250141407,-1.2367568775109905,1.3750074186161259,-0.3354719445942005,2.3531856907727056,1 +0.3396859333375102,3.78366363134914,3.205819775589358,1.2520409647800113,-3.1562243369654452,0.980428630314126,0.8094549597496268,-0.23247745541514309,1 +0.8719971465949821,-0.022536673786345385,-1.973984562342685,-0.40235335532217703,-1.3319824537443652,-0.6450395727769003,1.6315718033737134,-2.3788684592632947,1 +-1.1979863683697225,-1.1071504418621905,-1.0180586829099625,-0.15487002390694066,1.4816330745840443,-0.019039098379096897,-0.6528456760921861,0.07874386617260476,0 +2.137223455447479,1.2445760376077146,-0.16434870991109976,0.9540827920064214,-2.525796694929955,-0.711696679273345,1.3594387036359494,-1.531508070130165,1 +0.3543823558030185,1.5676521019696166,0.09213560356082161,0.8886942093038805,-1.4823732733712287,-1.2558713127709773,-1.2774481631011096,-0.7886154674784691,1 +0.912880381806347,0.7787967200505717,1.1274882236880432,1.2660689705370511,-0.5277754366196858,0.26184267709700404,-0.06156688469319094,0.4844800578497419,1 +-0.1443294171659431,-1.2595779250002017,-0.0642900714605258,-0.5827181653575,0.929890485902066,-0.7439361549355948,-0.9423109630637233,1.3106167897965344,1 +0.825806690574085,2.3924861475262476,2.703188054126798,-1.049355160200238,-2.6539830755911353,-0.2025034951495165,0.15958886732575195,0.6984056504283842,1 +-0.666506162443381,0.200617659630754,0.10208658321763216,0.11305072694695885,0.12308668327754832,-0.4702560567692685,-1.0486630568694648,0.2540646403270352,0 +1.2301254266879391,-3.097984176077534,-2.6489206957284623,0.1930793021884418,-0.6269997746781555,-2.1502156062415914,2.1285416722895327,-0.48596709777267877,0 +0.6109921090714658,-1.3812080413387853,-1.9392922298696356,-0.10590506608814107,3.285597897659137,0.8685469557732965,-1.4824565015414874,-0.4695268851931031,0 +0.32806817725061926,0.08710876405054546,-0.46876183429122537,0.12064848005937202,3.5038370653026996,1.962400580604377,-2.340763853326518,-0.06712487818878266,0 +-0.1783939708799125,-1.9625673227162541,-0.38145540240512255,-2.109280083507182,0.3170017626897507,-2.259386677485013,-1.240158908922735,1.778926716217974,1 +0.7041654999386397,-0.3697217387993159,-0.07078448959535316,-0.8538260390575293,2.645495185302641,0.4112288869488523,-2.807026430125103,0.9682839409600439,0 +1.0542434880030658,2.285519743185475,2.611179086200991,1.2135685050439788,-2.0826904605960377,1.2057390845590998,1.3648864816549495,0.2611631125527172,1 +0.9898893166117507,-0.719683360294403,-0.5902757581992578,-0.3413611558628486,-0.6395474313436923,0.8695505038820972,3.018339867996324,-0.875236316545813,1 +1.2610293716315402,-0.9308184328924711,0.4855716449998241,0.05391779776470608,2.1284967077884267,0.2648840655331056,-1.819309891911155,1.7515912221535228,1 +1.1119729909399103,0.6225332817960542,2.5352606164633786,0.48318846180627584,-0.982063116932569,-0.35607934442014194,-0.4737014170512087,2.205932281391208,0 +1.0421147779096687,-2.4078709277013477,-2.4685225456228115,0.33632891492165845,0.4633858794407148,-2.095889306996381,-0.15092000319753995,-0.2730261589602077,0 +0.3542754646988778,-0.18750964345498655,-0.6787723746415332,-0.6069871011618986,1.811337818428944,0.7346366358603691,-1.2071853337613838,-0.2611057759231705,0 +-0.36834276872285526,3.415605387979614,3.033393661213591,0.40930206753901477,-3.471787887163602,0.27823804556939885,0.7694694237360853,-0.03213179409025868,1 +1.196330882182467,-2.0625089000130745,-1.1459734403908535,-0.1570230130479417,2.609450962987452,0.13546916534572084,-0.9888329838668974,0.8347902192986874,0 +-0.09744209423581722,2.184112377849811,3.3491772389906465,0.2063350872621601,-0.10612736817988265,0.9209247936775531,-1.9380098414223166,2.012222314779232,0 +-0.5672942218603667,-1.1599739170087422,-0.297661466662338,-0.08878354134158051,-1.2175159445917816,-2.010939724532509,0.3911152505096065,0.7257357543273446,1 +-0.942344451480412,1.196999524662124,2.8590247577876355,0.4427689215629571,-1.670717565310166,-0.4609760016911648,-0.3436339743232947,2.022548609359968,0 +0.8838724606366423,0.5122995070077048,0.5595003651936059,-0.6358693835525783,0.6472096412646219,0.3999815548295609,-1.1031704159190294,0.4036190343794155,1 +-0.833272298446689,-1.6475961204277314,-1.4714479214383238,0.032365817769851306,-1.59090885088023,-2.6880341111512025,0.8838207631427697,-0.13654393518356178,1 +-0.3191420923191916,0.3233736548031461,-0.016440607572606965,0.5372359447777816,-0.6820065392497257,-0.1438621334007928,0.4371648016002262,-0.3971001626111807,1 +0.3502855008709522,3.006936442082049,-1.5821332758835582,1.3102201421424933,-0.7297259821432595,-0.15295217366897895,-1.9511835378333566,-3.6080377231182963,0 +0.02389750528089092,0.807987132063968,1.6732852940210978,-0.8675639929669453,0.04498253973697284,0.7667428401357035,-0.3935706409664203,1.0655611919267292,1 +0.1275279243366817,0.1421485690515445,-0.7326287588348024,-0.45028760381971433,-0.16182182870094625,-1.1633110951269265,-1.2637794692524724,-0.4334259105660958,0 +-0.7883739924199151,-1.0174375093009265,-1.3168214234896056,0.16594049759500393,1.446110950551374,-0.40758286922419407,-1.1313942542372364,-0.1413644745732685,1 +-1.2872694319057711,2.2391533059830833,2.4053242510487842,-0.4611551748246641,-1.24755822705947,0.8074008997166592,-0.2489506345378102,0.5583195541797852,1 +-0.9884367514437017,0.8632211274738024,-0.30298161705615034,-1.3822238989823319,-0.252723165859257,0.5195624911303909,0.2097881293809596,-1.1336430811878293,1 +0.29211937867815124,-0.31250895521933164,0.3854265448016324,0.06016325052838844,-2.0998573603399278,-2.1152330184413186,0.40066449931372716,0.7094556598686536,0 +-0.7427349982735283,0.6080162989028097,4.192428257043258,-0.47054909417641644,-0.6690923708781291,0.14290194036941106,-0.7151483889692736,3.9292502709887422,0 +-0.07115173842937009,1.6337843163464378,1.3882719083465198,-0.9739733671780185,-0.6720440785526157,0.022752805944685317,-1.1717144960893304,0.34598024540490213,0 +-0.9034010093034297,0.18695817018046934,-0.9995735178480362,-0.19728515521420614,0.07620057067585706,-0.6028169848440518,-0.8273018872673719,-0.9036181103073502,0 +-0.1503447971819035,-1.7107633687670256,-1.5018176569470334,-0.8449005946401541,0.7582027523671007,-1.3968284617628015,-0.6686295533398908,0.20694999573953665,1 +-1.1663955788050462,-0.13239954998899328,0.41793894396305836,-0.7149558395622841,-0.9620338073529606,-1.1411520528577908,-0.1269667850930165,0.6584086059841718,0 +-1.118215135059947,-1.4829030131588958,-1.980651334356339,1.4547882493699316,2.112428564906865,1.0460418070031814,0.5498175577448707,-0.9891076044680605,1 +-0.3391413344075596,-0.691826649379391,-0.42957462414864944,-0.22032199520329424,3.228962703941721,2.3690890156840743,-0.5772049825711905,0.12232593578590412,1 +-0.9333681724759069,0.9460580669589876,1.4088079410475476,-0.5859426498470053,-1.2783450233608575,-0.7216455110056594,-0.5638571212380077,0.8403919029677833,0 +-0.2750690337200746,-1.5596772964269812,-1.5377999987024906,0.5953259829601641,3.136053742495317,0.943326735340084,-1.0922148015808228,-0.02210002126797872,0 +0.8273749623464997,1.1566482027451588,1.845497248237538,0.5696871630534794,-0.48900997134608964,0.22283962386565348,-0.7827489715682587,1.0930579503436815,0 +1.2365460496078153,-0.9782340647302505,0.4321522636332718,0.1737535801816847,0.6774160701752492,-0.4496505358743817,-0.6355698403395919,1.4718904374715631,1 +0.3682334457740454,0.7379453685863209,-2.1416517476335977,0.04792109875082374,0.568835922332205,-0.47219173720509716,-1.622011537512247,-2.3246046344206337,0 +-1.6785121220858101,-0.7485692077110272,-1.3911714729389695,0.8037258290302607,0.571319053471333,-0.8345969220137824,-0.7214638036611507,-0.5221883171030018,0 +-0.08746607191054502,-1.5679961923715222,-0.5099352727604813,-0.5688909800442957,1.1131295044558334,-1.3216904709673876,-1.5138173048927492,1.3172047729424259,1 +-0.2620030412322323,-0.10872911835810983,0.3867200737142377,0.034950580172501695,-0.1447964635569885,-0.8169851138353088,-0.8771443531674628,0.7847933604166932,1 +-0.03445793464973437,0.2760809994453839,1.297080628938796,-1.5639442228843545,1.4246205791514892,0.9482013384470844,-1.4382586561010398,1.401288186525508,1 +0.14381674294232777,1.076794762517852,-0.11969061285328533,0.22314067074268015,-2.866988124674189,-1.290866523260533,1.2417538881615071,-1.2681474158148318,1 +0.24973696261607284,0.5044699864670229,1.3085404376830392,1.9392918455957964,0.9215571577362467,0.8764305570676043,-1.0658217271698076,1.1247561415560414,0 +-0.5650079687257357,-1.0429139293343894,-0.6217014144264306,0.23865854413949045,-0.6453150421523204,-1.6660918964352565,0.001578702175384139,0.3765145819354662,1 +1.3106656222426518,-1.7504371628452349,-1.7236258613565083,0.04248905042681685,-0.3058259685130129,-2.640297222837794,-0.7027277585173455,0.11965003257773499,0 +-0.09720625122145138,-2.6541126146814964,-3.9290519267934783,0.05243090914212149,2.607829463040155,1.2893947345686256,1.990637537327743,-2.3882315039959803,1 +1.679668151624591,-3.6445401484480726,-2.679801180375348,1.9728011109612547,0.23666205958755454,-1.7194619435849319,2.0692059708235178,-0.0726600995930593,0 +-0.599723705232365,0.470252181998136,-1.1545971114090599,-0.4190732526932752,0.5298338343429033,-0.6595933020411129,-1.8112918446490027,-1.0298695571293197,0 +-0.8738687968895479,-0.6483853717600792,-0.5944616437254506,1.1271398213836294,-0.643867799627059,-1.3238637945118321,0.022729730894323952,0.03897421230607623,1 +-1.1240328164947506,0.2595082320318807,-0.9732976169782183,-1.1894780209645999,-0.5326032692085461,-1.093721914347405,-0.6993131333447979,-0.9351790587034405,0 +0.28537989316327916,-2.284955486345308,-2.498336777610669,-1.3347947656341925,-0.2170108488383155,-2.9076791938729833,-0.3870511113737212,-0.28100540143817665,0 +0.4918785654281309,-1.6947148025751786,-0.8044185189229848,-0.23395003916786877,1.7582783697808781,-0.8380977013572839,-1.5679270166602144,1.10254386886027,1 +0.13893584460497507,-0.40679400360813683,0.3416952070810598,0.9646710173405229,1.7502707382227152,0.540051254761849,-1.4363762354042775,1.0380418360856074,1 +-1.3447095732125947,-1.9065191955849976,-1.2637294052535877,-2.1261270598041357,2.678833868027168,-0.6203340936333686,-2.2304932641815594,0.9772644946741178,1 +0.6109674359588511,-1.4637327838524548,-0.6310441127668943,0.7451429321081623,1.6411473019047151,-0.6243641912139036,-1.4146071067450199,1.0257452106319984,1 +-0.6151499676981353,-1.1663378923049357,-1.4232752781877593,-0.5241614044226325,-0.3136733389885046,-1.792417393430606,-0.27669240874532003,-0.2488073355101189,1 +-2.0761134804730337,0.586343860354317,-2.205836457549286,-0.5161242817891586,-3.9788198114828415,-3.700417054965631,0.7421692953289518,-2.6538378390207265,0 +-1.6239218740128274,1.9311523402369473,2.2118239255371646,-1.4368399852385076,0.3708158853805585,1.8630121468603982,-0.7621139260446392,0.6797338960151681,1 +-0.7642213527440684,0.8834264139036698,-0.4693370095902126,0.7902358041707703,-0.5094338250309893,-0.29278927304666325,-0.4816165480243324,-1.0703970092616695,1 +0.26776538300848285,-0.21438537858372597,0.7105621958985888,1.1992984734069878,-0.42875546492509947,0.37586806611336065,1.1402151380162036,0.56583972310544,1 +1.0681901886457443,-0.860889111300529,-1.2840904788408547,0.039976675386833485,3.688201776521816,2.565504921752953,-0.5425559357784866,-0.6276579245800796,1 +1.4197003286126793,0.6031752972151858,0.1954247667175712,-2.6060983393764356,-0.2868400429826794,-0.4365337766047878,-0.8797558794166809,-0.0394058045107456,0 +-0.3180198385826138,2.7268708373488915,4.524466388041915,-0.12391039103361247,-4.300973336146499,-1.7231136364092559,-0.4029497089224762,2.535534715236156,0 +0.05795827097994272,1.3211001193292997,3.498564592528043,-0.0552275028104816,-1.4247616577530022,-0.024343676334515396,-0.4297125774705481,2.557420298759351,0 +0.1958669506292669,0.27329155586257214,-0.026626878164203723,0.5281120483357483,-0.044283042964333136,-0.24736261002423848,-0.5538981355115571,-0.08907395998387646,0 +0.026407497366279575,-1.0539225741217486,-1.2518551637271456,-0.43015209722559483,0.7246859318613444,-1.0974698245968202,-1.0016845580545988,-0.026713707131296727,0 +-0.259348550659851,1.3542724082839293,-0.9633294029751468,0.07132991867543162,-0.360335319964312,-0.6937328285989813,-1.5950827939526748,-1.6381033909024925,0 +-0.25153867198021096,-0.9950856050386541,-2.199134056328457,0.6364212301456655,1.9425137255382143,0.8862072692099415,0.11570634303802785,-1.493472248328026,1 +0.7782860681841307,0.11126757192630587,1.2588994817852812,-1.4609849404534156,-0.8180902098936134,-0.837990482390231,-0.4323764381578408,1.3665427236666572,0 +-1.5962368582083002,1.230495338993862,-0.6819293632892984,-1.628181426951579,2.289647637462806,0.796905172552657,-3.335001886994844,-0.8911696992567679,0 +-1.1133074820205322,0.17447745812601456,0.2156174015147541,2.841934445539937,1.3274627432305848,0.4099492845637571,-1.5973282010844176,0.4724542229302102,1 +1.4644284078306506,1.2691008457201365,0.578265413804077,0.3696731779746097,1.059187411265046,1.0340037714949943,-1.6667954253117088,-0.11270451029493911,1 +-1.593117213886464,0.021174607480145213,0.8535523194018827,0.5594439671106307,0.20884455535515561,-0.18899731491499983,-0.8182282879729702,1.0853553417088644,0 +0.49760217791110956,-0.932763516991078,-1.2268882126474276,-0.083629015731917,-0.10262102944991953,-0.010282669063798822,1.4912486396414673,-0.8615342848035417,1 +-0.873570692713175,3.6188451021939647,5.896958417572928,0.20071566081965483,-4.812819018384886,-0.99696896404931,-0.0603184361673178,3.028420768941661,0 +-2.218005263445315,-2.039056104458799,-2.299105529658325,0.9672720251876847,-0.4616034681892503,-2.6381397987763906,-0.0009354596798294423,-0.4113927137737792,1 +0.2122113586914954,0.37756619668624225,-0.7103005964143205,1.024728595682013,1.4700027179662927,0.44868162785793997,-1.7020016148361263,-0.6146519410564804,0 +1.2541580568225401,1.3656520342205258,1.834544181588384,0.5847090218699627,-0.7261802265127523,1.68561636008537,1.2847816629193585,0.233824789010025,1 +-0.40056300687033547,0.5501811149817886,1.432171007275362,-0.8561561821720681,2.363297520407506,1.4123867065052014,-2.492801290485457,1.5567493701161257,1 +-0.44750577707814265,-0.9112415549110868,-0.8698787604054614,-0.8706578574558126,3.386622458400989,0.631291708575046,-2.7572719746726557,0.5833284595613788,0 +1.2820769409134622,1.1981848607888905,0.24925139632293603,-0.5154923088250947,-0.08491353989345385,-0.40701615043131467,-1.7856814000241639,-0.24446619019299964,0 +-1.4593205825004856,-3.3726177642988375,-2.871715285392609,-0.23060064922584894,1.866773149518867,-1.6308919137312738,-0.37667055411784456,0.15757896803483007,0 +0.7227039280273273,-0.09998089062322779,-0.5868739715970871,0.6735205204982218,-1.0104363777742504,-1.4168887670118386,-0.17196791174651915,-0.35673490293835886,0 +-0.9595584772289392,-0.22906509617714432,-0.8704525983367476,-0.137631871407386,1.1022433810608638,-0.20543470649667273,-1.349605341385413,-0.3101613088378037,0 +-1.2807869447848443,-0.23338711635796416,-1.2013893425014042,2.1268370581832277,1.7896954131412486,0.4358323099970238,-1.375262271860914,-0.6850428198211749,0 +0.47605657719536965,2.3173145097558843,1.9951367029951554,0.1304303088412724,1.3414141423385997,2.714867143009723,-1.364812895461549,0.2310859014073139,1 +0.57383855624055,-0.6027944377367221,0.1281114105262243,2.000847062821617,-1.5782797722359425,-1.822308942394559,0.43423998642269024,0.6616262821697999,1 +-0.6748632200985237,-0.372090354908774,0.5404346780586399,-1.6305233191917397,-1.2906285817401464,-0.9004359707479297,0.8863153704431856,0.6927429518831267,1 +1.981167275849982,-2.5172019298504167,-1.4381964451128524,-0.11894801266009473,0.5549628958390542,-1.4894091342600733,0.34931860663067926,0.6844791991421408,0 +0.8192132890713989,1.7668600152525746,2.2045576720966515,0.6249784927815589,-0.6751753552874636,1.8511256013123907,0.8937708609064343,0.36403059529107806,1 +0.16541851733626278,0.9214809362700431,-0.3173131377586032,-3.0579547570728622,-3.116516215841912,-0.11684573013797261,3.3882656038023926,-2.0085618763927227,1 +-0.4081292901000224,-0.942172349841824,-0.3782369123624272,-0.1186771483130852,-1.6358796602217807,-1.9807968375039386,0.8165206477919094,0.34247475665435945,0 +0.7145134334783402,2.622947276131309,3.3546628482732475,0.8901206523575158,0.9230134776054911,2.9730208243843785,-1.1437318505888299,1.2748474008167812,1 +-0.788491003529942,-0.5915803929848531,0.5533274932722816,-0.6841140128955415,-1.8203806401978078,-2.2414531561072812,0.08624482324177418,1.210550420739637,0 +0.9043101682617404,0.49193414202664704,0.10130030514002583,-0.9551587280119768,-1.891602064946554,-1.647673377962592,-0.05869039074388627,-0.17035018040901784,0 +-0.43851638850289953,0.6965155320208045,1.0537374436767672,2.0860541481670167,-0.6329934380522546,-0.5863877420551346,-0.933069847400152,0.7798769342940627,0 +0.5283072578516863,1.5303667025492131,-0.05822772970720712,-1.5898276988711395,-0.6977145092659846,-1.0314701155996504,-2.014253824945582,-0.7277823683288462,0 +-0.6934394906725803,-4.933642771171175,-4.048069508209325,-0.1650074712485537,1.919850478948713,-4.420436412959751,-2.1521411006334086,0.9750482552558233,1 +0.417628461030941,1.060644661566833,0.008295404713990038,0.8360695547654158,0.3085876519444622,0.04626250204162263,-1.524879955907347,-0.4784680710063278,0 +1.889498173524231,1.9648528345199818,4.037516371077067,-0.8104375465458165,-3.864789484506368,-1.559613075428854,0.15456540141411912,2.520990231264097,0 +-0.8707554010485933,0.2715660524066441,1.7922943380424303,0.6788857909006114,0.6606339930734025,0.7855552118491262,-0.7025795235525969,1.7217657841323117,1 +0.5776284267349379,-0.606462094689485,-0.07923802364481049,1.2062014302009192,1.3845550804431057,-0.24473794232244322,-1.625190144497409,0.8902206089974165,0 +0.7690719630652225,-2.189756152785998,-2.1465099125443636,-0.2711373073729722,0.6769319648390613,-2.150877973302366,-0.8567429328320434,0.06514184534120271,1 +0.033023526786727445,0.07380893556545753,1.2942638827468884,-0.6904372028945877,0.2405703728336933,0.09444306446182371,-0.6687858777665113,1.4265733689414815,0 +0.4221633455411472,0.5978425122490061,1.1749375024847355,-1.4521286106251632,0.6733665825923516,0.8597624112860067,-0.7962392433270822,0.8384611684050839,1 +0.9532099023583214,-1.4825914655259314,-1.551585847519869,-0.44899676672993505,-0.7375641602540873,-2.0999607128500264,0.29581131854502907,-0.2433677749239851,1 +-0.7197606488364814,2.9908262061550204,1.1921318846131193,1.1719451246528123,-0.976496583970884,0.03846075825789119,-2.1235620858838264,-0.7432890789799328,0 +-0.5424234930281421,-1.101165193483312,-0.78263465255228,-0.11640561551104547,0.04588140951115617,-0.1394677195574664,1.16098380101099,-0.16857951148664174,1 +0.7893238927091689,-0.7574696843792064,-1.222912907953364,-0.16308344917094858,4.040082323138405,1.8469754986272287,-2.1322921963906065,-0.16763277878006333,0 +-0.9360662718780275,0.16194768487029298,-1.9219376439072555,-0.9142191735675365,2.8868776377783236,0.897559524223194,-2.5441233605571316,-1.4703611548126478,0 +-0.515749185260791,4.44412815215819,2.4729358006163205,-1.2106436392899496,-3.0398238963118245,0.06488712363851523,-1.0797022234228508,-0.9537803488100494,1 +-1.829225296240843,-2.384009080068634,-1.0987694264242887,-1.705876332910222,1.0350168223079026,-1.76779793592275,-0.9482074537282732,1.2892963662543373,1 +0.43932277446231827,-1.206527297574625,-2.3931020481665595,-0.03294771047163818,2.5256194490742083,0.776996915410722,-0.578205257739772,-1.3158626390440098,1 +-1.6117246507335299,-1.6580183191545197,-2.513313221992283,-0.08348993974495963,-1.470667471784242,-2.1887717307574137,1.6889152960028622,-1.442584547486907,1 +0.019510141420079914,-1.5999847395888072,0.03120703269485192,1.0289878808706636,0.2957698498589844,-1.940714706774387,-1.2943733944515623,1.8822305839038982,0 +0.16969308720015316,0.8424098841666566,-2.054686862626737,-0.9256644646893014,-1.1853606678181265,-0.4614409764706189,0.7576368943921828,-2.9691198246589625,1 +0.08777101652484072,-0.05674284519494899,-0.12687105318627925,-0.8469742009132463,-1.2138266493888266,-1.7537968168381126,-0.510025575150816,0.1914936861919252,0 +0.9316074660137551,-2.0230172178606827,-1.2898479800625475,0.43274700699779717,0.929136541281235,-1.052531584907576,-0.17736758579078704,0.52679105940261,0 +-0.1350395498188857,-0.6373964649097764,-1.381118888665842,-0.8418051962202856,-2.0615704609767045,-1.8030485391452666,1.6205210069943632,-1.165241944610541,1 +-0.6019003547908719,-0.07864704588055238,-1.8108819737229083,0.9438656672178216,-0.09737264388504245,-1.160653535229243,-0.8042202608813029,-1.4671730878766291,0 +-0.3278975103036905,1.785107670618291,2.4647872210279247,-0.36247214115437987,-0.9075383200570586,0.04624194434274709,-1.2769136225295923,1.3387648830386492,0 +-2.304673333084802,2.4105773460315296,2.020323076711419,-0.4372597644090325,-2.6173937730202943,-0.3807401598983988,0.04632373697374548,0.033516638689708,1 +0.7226100095876266,-1.8451823839983545,-1.9679876368805043,1.0510340090646446,0.5689436066056108,-1.7743209665317272,-0.6232446992780467,-0.13655462623496128,1 +1.8955930608646379,0.6942027226062408,0.4027921413768759,-2.3932884401799095,-1.6907014170083852,0.377367034005925,2.0513398162972294,-0.7610092375288827,1 +-0.11908038717442407,-3.1354331238830158,-3.6246430192388113,-1.0139533917539962,1.8513789996008085,-2.6835677372380893,-1.798451728146431,-0.3424869278782754,1 +-1.404164799390946,-0.7348371995022795,-1.2397927450017876,-0.6576878447170325,-0.2888573835312812,0.085533671476412,1.6750450469278064,-1.098908574416744,1 +0.8701055322221256,0.9737674122591791,0.05423855064062037,0.41676048501767526,-2.2386020003710967,-0.5083190331716556,1.4502237790211596,-1.1207926649703615,1 +1.3830619548565888,2.4884654563339046,1.0655830515970106,2.4759049340681125,0.4366271149771293,1.9098175932430854,-1.0652574645484845,-0.8773931766448386,1 +0.5708879968837435,1.096051841845584,1.5479711913535166,-0.5650788578927187,-2.2970434921545473,-1.6377998632208262,-0.5342714738192877,0.9173662642976983,0 +-1.0247678044896813,-1.382668740221656,-1.5848152542270217,0.3506564305616792,0.5600351875308162,0.7097202612211042,2.094325210174605,-1.0636096019933046,1 +0.30430512235738083,0.28234255168738004,-0.9205505489948389,1.3606511271371498,-1.239875326933397,0.003701802742643978,1.7340655479999705,-1.6433884574621715,1 +-0.3390470011750709,1.4034214810658687,0.636320992526637,-0.6080614294080038,-0.11926056377311574,-0.16962541123962438,-1.7525623455911732,-0.051656433830758575,0 +0.5236857921370139,2.3449385992310576,2.4105748247972616,-0.02503739861319763,-1.0121980942223134,1.058804209414133,-0.36499090339325985,0.48641465663841454,1 +1.341154374914612,-0.49073056734259013,0.9169670163686712,0.20325246847110806,0.15363105486417178,-0.6227249433582879,-0.7841860704183796,1.6062487846619493,0 +-0.2552952127657646,-3.5484996318065285,-2.3257561838914276,0.5884053968955708,0.8285574115984539,-3.362712628834169,-1.1727999122171773,1.2091527468834147,1 +0.3584079171465728,1.260054047502721,1.916071377379336,-0.7535872446658926,-4.94603725914755,-3.227111576869553,0.8425805794532195,0.9022676235114747,0 +0.3390249141512902,0.8899605277825213,2.3165627050595416,0.8748000247500635,0.00025009465608352645,1.0151238231092403,-0.271655770123256,1.597978828434289,1 +-0.749218206207759,2.106836447237842,2.6303142114276983,2.884571159097138,-2.8321489529753716,-1.4106418077516714,-0.8688761811176877,1.2365445867340508,0 +-0.30248668877749213,0.8842478918799135,-0.39174521149720104,-0.18218586449971272,-0.3990148428775594,-0.884184351991431,-1.4512889208072575,-0.6845396047967542,0 +0.8089473164906829,0.7971805584487999,-1.4504747106978606,0.6898757116587692,-1.1670483596342431,-1.2758969940624074,-0.4798466670556626,-1.919653162235665,0 +0.838232812354274,0.11607609630650795,2.235646838011733,-1.1684812595955165,-0.2772621585784643,0.06832806160585547,-0.2808577643644919,2.2445426212726787,1 +-0.7194635803914433,-1.3152903661426945,-2.6996981125157626,0.296386064825565,1.8084900926943024,-0.6557573579674949,-1.2609095512150974,-1.2409649688631648,0 +-0.5960449228424777,1.2906296841259384,-0.8579623897000204,-0.2830982491522992,0.9767803723833005,1.1479808241923681,-1.0076721774289115,-1.7774404053274788,0 +-1.091076200628851,0.21262832249198493,1.891160568363364,-0.8763246506901082,1.9624059736228048,0.9861028925238791,-2.257311483957957,2.2772757855937718,1 +-1.06432216674897,-1.3323644209593892,-2.061898807245695,1.2141030520704483,1.7150896150837627,-0.24153128856563322,-0.739913687305497,-0.7511418147453315,0 +0.6603190263071892,1.0241159993910793,2.844993439256127,-0.6182819821116734,0.25531302728371325,1.207610855775501,-0.6753421522840062,2.116102977591452,1 +-2.191806766217813,0.12779679816741607,0.33128490345725403,1.3961644951247507,1.3309090583958996,0.8393446224733523,-1.0123117273754416,0.4382158437086532,0 +-0.2832934685302258,-0.7476664669270742,0.4327833903578429,-0.19963052095829312,-0.15442438848483375,-0.8198008650129819,-0.19130544435190378,1.1859637700015113,1 +0.23930564170932547,-0.5736596771704414,-3.12959660919827,0.8116453986060056,2.63005645518179,0.6700856792940424,-1.3407539017306611,-2.3843466642128988,0 +-0.25352818581783626,-0.24273425806404325,0.6198617600290139,1.179003367555833,-0.8274807693071069,-1.00747750585388,-0.07965480994703455,0.9337469481946258,0 +1.6631581950951313,-0.3533204867832716,-0.9455632733804521,0.8376987055716656,1.1512260091927096,-0.2973261366801917,-1.386488671131524,-0.2645050587535475,0 +-1.511509636617046,0.8663391734854502,2.156942229601392,-0.4986808770043562,0.2890847161258717,0.8812680066169754,-0.7910011448314811,1.6065031540870431,1 +0.6725942294837796,2.297149687911704,4.534621874103015,0.21988164514967273,-1.2040170871187377,0.4051736947136384,-1.5220800674614048,3.0484005796132605,0 +0.4867642505989455,-0.2229318650204663,-1.3651798421654069,0.8937867949752035,2.035604289145714,0.368025596798192,-1.7808011866571012,-0.7453962375641439,0 +0.054802776810442905,0.46199288140417627,0.18225009942617185,-0.6895977777933624,-0.23260012869894767,0.04600532273911062,-0.15737441825742648,-0.165988295249202,1 +-0.4138781210844089,2.815081038444207,1.9529529155309997,-0.7356543327289594,-1.693850014165079,0.6249707685884941,-0.34667609235914876,-0.347423846367818,1 +-0.215445579119975,1.0618005580165542,2.445141623109617,1.64679001609783,0.6150006970137964,1.362958440485644,-0.9070634585825119,1.7287251464338742,1 +-1.2257496585640058,1.3023113187885342,0.40629742546637143,-0.9676525071443305,1.0981788226023772,0.9827660290295472,-1.7771839108836904,-0.28171371263816203,1 +0.09289694017893227,0.5734696337095846,-0.4832143882450114,-1.0621505546670469,0.7990371416479171,-0.4538091238269356,-2.225127210941512,-0.33861990898041316,0 +1.5713858995164585,-0.6042814335384693,-1.005253182152505,0.5268618304504579,-0.9329575753875845,-1.7499418720985285,-0.06270806876054202,-0.35993067251070343,1 +-0.8731552148874728,2.2666285646245696,2.2258658100278756,0.6261258578205485,-1.434815117991062,0.26851834139754294,-0.6787139008687082,0.5103489414440889,1 +2.0384225603916524,1.1775698570451951,3.8964259568757886,1.101743328106843,-4.0894124363605275,-2.221426489921768,0.4818159601797978,3.0048387322671104,0 +0.689846227103717,-0.5098760246778926,0.044990445064610876,0.38355236128028697,-0.34157703126404343,-0.82558033349821,-0.0769999390218028,0.5605511549524657,1 +1.2487439246565752,-1.960050862110913,-2.5014504720670074,-0.09109431773139223,2.122980043413903,0.3959040498079545,0.33171836623241746,-1.0064313658269715,1 +-0.5193934506094039,1.4334868177160638,-0.19468866756913125,0.5166263437528861,0.30602580295628584,0.8832865322930836,-0.7483900776212797,-1.2739477208104064,1 +-2.1032094040068814,0.5742807664205658,0.29336838178149116,-1.540660261607227,2.221046610550909,1.3646423949086686,-2.052271676294945,0.26362652753485316,0 +0.6576392837296615,-0.14947726452180632,-0.9570372200456845,-0.15444922501172184,0.1157243516545929,-0.3593470101858971,-0.2082769156546176,-0.762362156156401,1 +2.5156053623442785,-0.6095311870796869,1.3335202629129492,-0.6091391521885198,-2.3314075567816896,-1.7137491396150697,1.314538476936366,1.6457480138949303,0 +-1.1071972106393637,2.1517728602564143,1.9462055856591765,-0.05219005613581954,-1.3618681910917334,0.6769955659373208,-0.03364188012147684,0.11732471860198035,1 +-0.4624221779684347,0.40597065265229304,-1.3572931762372513,0.022760789128173937,-0.6759581514217259,-1.2339036978142353,-0.7293908462803568,-1.430218382137034,0 +0.2231979565377561,-4.321830831223944,-2.3817253320919183,0.517802371883959,3.1435966599206466,-0.3770641423254403,0.35707328173972397,1.162615902132706,0 +0.6752384716586415,3.2715700618322883,1.0180586683918489,0.587198877942918,-2.8577082631514954,1.5471568335620587,2.320516202753829,-2.4753877250686074,1 +-0.3955095212480789,1.064319560861906,-0.4383022707534156,0.8216503220459844,0.1296569695869077,-0.18691558119913199,-1.4562709153427458,-0.9360805368552692,0 +-1.2315430854480875,0.47864242208175567,-0.5918588539666805,1.0401292772405561,0.563407383937268,2.7752294573309397,2.552207693838101,-1.909088280876384,1 +-1.3498886053824295,-0.5457913178475946,0.3306555358703889,0.07643478289745821,2.212722396311975,0.03750744525145,-2.613549727788418,1.501262110347714,0 +-0.8397995208759934,1.517396176856602,3.161840709828666,1.3986748747336426,-1.5875550120025703,-0.2797738001999646,-0.6531290079914462,2.1294712356582703,0 +0.7977830125713086,-1.7327536892820292,-2.3751811704274335,-2.035871356115696,1.4215738991671703,-1.2211635023390839,-1.1061285384274218,-0.557083554486256,1 +-0.41841217696327765,-0.02778426404144929,-0.2690393802039703,0.1637379313231342,-0.024915174167274637,-0.40319472221029584,-0.3950482845052597,-0.1121231757215072,1 +-0.0432937395835212,0.5137755842684515,0.2310055513491217,1.3228683815250593,-0.6075800640367729,-0.7390565574634305,-0.7394920124253268,0.05751743204772508,1 +-0.09429510933364058,0.3748948852681002,-0.2211674384729778,-1.5456541584879944,-3.7080176232764246,-3.338950572319975,0.495722379376347,-0.41947133479371557,0 +-2.260655923231163,0.8155034373774033,1.3853291665339613,0.5351950800889268,1.9361136371522862,1.8264750989172225,-1.6035605033739295,1.0126904558553795,0 +0.5884537841563839,0.8117071277327877,-0.5324946852081017,0.3149189403404596,-0.1566742560994573,1.6393636631440995,1.6881011737446512,-1.8092006912125924,1 +-0.8848077844675697,-0.11228646526430708,-0.3297899194330099,-0.21635189239558694,0.8593881678017632,0.020858295508214386,-0.9825169170127772,0.023941880877514032,1 +0.9155437458244657,0.3074041452977131,0.7336871786670816,0.3401279386315985,-3.3696053422634002,-2.715379791923776,0.6431279986194418,0.5201484432926332,0 +-1.032549199481359,0.3806369353761873,0.3909177773778041,-0.4226600283268279,-1.5591447848534876,-1.4782352092975524,-0.2702084506501228,0.26220048199106843,0 +1.5553544122051912,1.8592495474255522,1.717832766948077,0.39711319430106923,0.2797085500033243,0.6780671855337694,-1.9933719263167167,0.6624759334920843,0 +-0.23908897685646202,-2.866707679910628,-1.6527083789559687,0.5144836895045641,0.6223721291967863,-2.614700648108033,-0.8094535634049003,1.16152677326032,1 +-1.1967593242145118,1.3818185327456636,3.4733234891447697,0.4337044121975501,-1.8731680184769222,-0.48292232428931636,-0.4598971945808079,2.5238176393081466,0 +-0.7743755783268138,0.11702862947058723,1.2151173069637091,0.34325242836326736,0.3046131994575655,0.013255530135920957,-0.8923406424846013,1.376348233213818,1 +-0.6608544008101402,2.8698945562503866,2.6455769941695557,0.7872901971402549,-2.447967726611603,1.5171397599869165,1.6613645103792467,-0.30159055004725555,1 +0.1263137271779554,-1.221122342417999,-1.0941357363475128,0.6654034436219602,-0.7933287561405863,-2.1122153307445917,-0.0544159475461663,0.09632450159773887,1 +-0.39737795836049156,4.091975526786627,1.2764716207200417,1.525533729926806,-2.5977737571191355,1.8024218702129038,1.33109733571732,-2.657661527139587,1 +1.498840719625,-1.2240038585663477,0.09828664803414473,-1.5490070081511012,0.7660683660253937,-0.7920526113075059,-0.8578358479240663,1.4266117648868435,1 +1.0627860493999384,-1.419700093808221,0.7527945723529421,-0.8335694068673024,1.9281719167264806,-0.43784985652180963,-2.020476257393434,2.5444118921192924,1 +-1.1810856511497938,-0.03499110934092975,-0.7825478528684351,0.86432177677339,-2.129079348042925,-2.399156653198994,0.09992021074433255,-0.6087028290988927,0 +0.20907531308232266,0.15096917301582846,0.8726840513561508,-0.6394280574565803,-1.3101910229398208,-0.6449631197828866,0.595442070576115,0.6476548585676767,1 +0.8596342691526853,0.011640158387386856,0.8487740585472878,0.09430927690859496,-1.4500892615434713,-0.8643180852814355,0.6595656212592345,0.7405206514291016,1 +0.14296485294206054,0.7898356502486992,-0.46070140387688713,1.450547424884741,-0.3597819107306204,0.5668922330886679,0.5501517072373548,-1.3276452360986486,1 +-0.3767471128921515,1.662572245964971,-0.062057434533875244,-0.15459644448605842,-1.3694535081005261,-0.8267479816329963,-0.9241658974554641,-1.1539744170101445,1 +-0.7864420414304838,-0.07431993103800982,0.7601853664839969,0.14163806865978468,3.693575942273521,2.3156575153241494,-2.319282301814225,1.2851731324908489,0 +-0.15678677212742226,0.43591829638121427,-1.5038185724367925,-0.20393991785847335,-0.0032086169529448516,-0.4709827884969922,-0.6617314820264988,-1.6812267355533366,0 +-0.47845523632657366,-2.769475976782723,-1.925616867582665,1.7255206443091589,3.795183143587445,0.31989926474780717,-1.448149092310885,0.7498154727473765,0 +0.08698516670705513,0.976311488971637,2.2737983452324895,-0.030734974647648617,-1.3192566628238553,-0.6285276713175533,-0.6624507229753941,1.7133660712739605,0 +-2.356305140480707,-0.2521924933335533,-1.0578589482128444,0.23857266480138883,-4.120313472808886,-4.20636038471187,0.8435959802910662,-0.7676136542914875,0 +2.660737605341348,0.5867721877914085,0.1368707578039088,-0.5797471733539484,2.338940546749268,1.8126673206374004,-1.5913097850194429,-0.06503061088666728,1 +-0.01514153205748226,3.008966513667205,3.808526292689618,0.06705888948316133,-1.1207563883286327,2.785398492899536,0.9753679663771094,0.8510513735186089,1 +0.09213439257669145,-0.43554748870325793,0.6727876761688439,-1.0856718301816142,-0.6040403608320465,-0.8207674758518713,0.04334846216319743,1.1027986418863065,1 +-0.04958794411182516,1.2708098850790042,1.5724651099951965,0.07778259865176425,-1.017884998933814,-0.36243405956855884,-0.8535664944420476,0.783219228554848,0 +-1.063157695179008,0.7836732399188013,-0.6163077067857593,-0.17784228006160296,-0.6135829204630351,-0.939110804848341,-1.045408100496176,-0.9333842536195176,0 +0.26003044991019125,-1.563185476840588,-1.996155119288894,-0.614599547028478,1.2911594128677162,-0.013670319567448797,0.3989900756500698,-0.8149721143159016,1 +1.3603569369188162,-2.1603683663929085,-2.584246977774997,-0.5750088530158121,2.2678221234037883,-0.6349896256338201,-1.0103576999506498,-0.4791989180864377,0 +-0.3693726761039364,0.23192469465956855,-0.12499935521260666,-2.1028374312023543,0.07580633832091384,0.22737675312010752,-0.019047438228466107,-0.3352111533012603,1 +0.26635415954279296,-1.6258251883756418,-0.613018090380409,-1.4399044418150544,3.140763405632615,0.4875402965986846,-1.9013707743496164,1.2274039375485977,0 +-0.9137163365624436,1.167425306132305,0.955152100552749,-1.7154121698083242,-0.1657507949970772,1.2442070055339298,0.36277146389928333,-0.20906016068188749,1 +0.010040065759469865,-1.066155538196266,-1.1816397080703565,-0.11827689998399864,0.6329082847754265,-0.8561717909413621,-0.5558170017437448,-0.08416496614367586,1 +-1.1917268976118456,-0.6080839935579507,-3.0247516048051217,0.513514653663426,1.6305147569810021,-0.38829267042442084,-1.3194765095624843,-2.1733156098430824,0 +0.46093675993624744,-0.42248341791841537,-0.8584378197612827,0.4338487537436409,-0.37862381438180154,-1.491772245906167,-0.747506411969027,-0.19882473665239342,0 +-0.39132550511252595,1.6898400001449954,0.9884958457134306,1.007943418287086,-2.4515718277275744,0.3275931296393518,1.82847987542552,-0.9427113900018216,1 +-0.8914624167949323,0.5776072141420323,-1.0325716002099878,-1.055254530891286,2.3558345331271178,1.346498810416833,-1.8913651606816746,-1.1287335928435318,0 +0.8213920466084699,2.1271197237523665,1.1008439934145462,-0.30485436861642085,-1.3013790029356498,0.8560778547652796,0.3884606382521578,-0.8488351471319633,1 +0.30851209879173525,1.919120499864423,1.2197984776025417,0.05946264342077376,-3.6656178473991803,-2.149733550549178,-0.05784430332508805,-0.20099396148068382,0 +0.9441599923591182,1.3231511574256856,1.3294671277042465,0.459299820202619,-3.1499694420447746,-2.0324333194404787,-0.025871892977715527,0.39621165450441087,0 +-0.5524477473806964,1.7363435930696438,2.138674231478547,0.06341475811667603,-2.344282500983616,-0.9246292343593603,-0.37577540401501514,0.8792120766118477,0 +1.244055374881892,0.34853852322965206,-1.3269849405915577,-0.4397916454862355,-0.4066252942154747,-0.4063507269858373,0.0435262214519293,-1.6234885857315782,1 +0.47161098233595694,0.7233398823595807,-0.07046774708904069,-0.8730195085069493,-1.4069984146728114,-0.3246802094868877,0.8145581701247717,-0.8780865651977149,1 +-1.2720334289541577,-1.070040278095235,0.13357628333390065,-0.791937600734096,-0.6177725909977194,-1.4997079598410041,-0.0035379141223733646,1.1555582619509392,1 +1.6804310811202434,-0.10396595220354199,1.6070594639485583,-0.11263068603809888,-0.1773808896581412,-0.6019822598448186,-0.8996422638306061,2.0104657133336077,1 +0.5554521236968366,-0.3052193247800833,1.7175971558164052,-1.8496204108989072,-1.3180676622970569,-0.743523532699019,0.7244053063785054,1.8642511551196834,1 +0.030213090726493322,0.604327284166938,-0.8433465775869242,0.6242150745371516,1.1391375126220866,0.2288096003624872,-1.729555441080232,-0.9170772416187292,0 +0.6228514593327458,1.5993769256838215,0.43805579779577675,0.4157039859944681,0.5124759105547152,1.6128376694404483,-0.4304546946670649,-0.9130522044222729,1 +-0.8134270376797311,-6.249551632357336,-3.1711208066478793,-0.5697068823485079,1.2058672936390311,-3.227052312215008,1.6258219654574664,1.8640613747964017,0 +0.40276656325007704,0.1384463108593157,1.524545058021746,-1.200725300388352,1.8245379904230503,1.204307310347348,-1.5841489880482071,1.768523985538835,1 +2.0171039632111736,2.276249499610582,-1.1454130832424576,1.3403991674717461,0.9181942011066367,1.2285100453160764,-1.7970408615437325,-2.694693976067663,0 +0.08976639591217778,-0.44884338941493507,-1.1229973983896582,0.04699322115705746,1.084676442829839,-0.28916090086504764,-1.1266316630540953,-0.4350566188972935,0 +1.231987542305873,1.3562763124073105,0.8255576051345912,-0.7780461658231153,-2.8940219344019655,-1.9115082589298638,-0.12067395290375627,-0.1274615742817432,0 +-1.8179677684027724,-1.6870199301946203,-1.9702852849279537,-1.72170181133125,1.4507856789884999,-1.2025129425054972,-1.2886026207141539,-0.1363240342981098,1 +0.9912830048265041,-3.0463041081116433,-0.9516886839937899,-1.6280712653068408,1.3582220610522981,-1.2270923477765112,-0.01603153532842716,1.7045192864837142,0 +-1.8939024279940104,-1.6321128258240736,-1.2424900809972113,1.0815197556133342,1.0958559938256334,-0.7421150957122887,-0.4363440297052158,0.2909851312204039,0 +-0.5277341990820298,0.2970747514641638,2.6260203946697644,-0.09041381184180883,-0.5267084483840624,-0.05453980943748582,-0.39623089729608474,2.528986879568564,0 +0.8707300751633011,1.0504333179822796,1.527528627275704,-0.23455377103725775,-1.2894700372926307,0.07013882770983315,0.3615972271554364,0.561762562068841,1 +-0.0401447668603449,-0.7543605167238456,-3.691907765918386,1.525866258904551,-0.3984042667647138,-0.4055713180709628,1.9018923639827434,-3.597945312706803,1 +-0.19593492634169513,-2.1307633164473794,-2.5164874386029865,1.1149315969077225,1.727879365386247,-0.07056949316029182,0.4616090172169067,-0.8768816498879249,0 +-1.4509824113189242,0.07324032796854674,1.3173677013969902,-1.2797269487894398,0.002156688092272298,-0.12987865153093703,-0.6338851082115978,1.4582923228924276,1 +-0.2568050556687164,1.3185958065391012,2.1878300539328985,-1.7860050079894576,0.863564431808757,1.6387081392720833,-1.0968793818540181,1.2805441149112755,1 +-0.08568391927937546,3.2628790140060486,6.148316469097321,-1.3994445313850157,-3.4796514765849955,-0.1928239029638381,-0.5781037777476763,3.6629471011365666,0 +-1.3471948632898856,1.0280256534461296,0.24269868687232832,-0.32665048662796753,-0.7791855011721054,1.206806556812185,1.5432243253763507,-1.1318078136358243,1 +2.339120394971769,2.9302036261256736,2.043687734261376,1.6174962421937409,-1.8295239162422496,0.7485973493431407,-0.13840231099725198,-0.41829281332231705,1 +0.5795932080525272,1.725024354268559,1.2217832278827574,-0.8993036797891888,-0.1686829957740219,0.22930529957007018,-1.6649445060241677,0.21733159335755475,0 +-0.3060651232848904,0.503392124724737,-0.5703841451205068,0.7929044285168222,-0.24680239528656198,-0.44956847268353317,-0.6265945401858688,-0.8008223604798859,1 +-0.2078316407087744,0.3692790196274716,-0.1734825144264393,0.25821504599170275,2.4764691207107514,2.053594832467337,-1.1423876244075077,-0.3366296940980187,1 +-1.3781345490009,2.049275338607779,2.106790402671457,-0.5731549607745788,-1.4940905656826664,0.6412372834758048,0.17171425622816527,0.31427016891159054,1 +-0.6736659236236985,-1.7783631447251713,-0.29964896735875074,-1.0601174350343927,2.5375709406298457,0.03592271697978999,-1.568718952569364,1.619327904454923,0 +-0.053168627460028484,1.7028048741360322,0.8566436268361359,-0.31930866426941307,1.658601253344579,0.8327078100785161,-3.3383436546096386,0.27151858695491504,0 +-1.8350059700089802,-1.9232730145151253,-2.74291178880396,0.9485336160380317,-0.7255942247693105,-2.72136403188631,0.2673730678614483,-1.0263944269824867,1 +-0.281817804144433,-1.7438162946434097,-1.5478578117640698,-1.153077682335477,-1.2061755077787277,-2.4475593255344856,0.7813983106089668,-0.12364632822623611,1 +-0.23071925828722864,2.701503024610023,1.4124268330149352,1.6047358942040524,-2.515757461753969,-0.7956865673031608,-0.7913263446488286,-0.5715107883775704,1 +0.2808752387238536,-1.15778664450399,-0.8760995230179162,0.28610977143451805,1.5203263795415247,-0.04263336702704712,-0.7257123048264762,0.28729699424466515,0 +0.3972478557413961,-1.2444839193169175,-0.3717039651876654,0.6771102013124052,0.37290872447985784,-1.4319899883997516,-0.9934120930962478,1.0520687055628362,0 +-0.3966429932505894,0.1809538574087206,-2.890561244707207,0.29873502232680565,0.05970502524553036,-0.7544781616364521,-0.4562201921174912,-2.9089171546893766,0 +-0.15477974783016055,-2.3009123771931135,-1.3559825438028843,0.44591759004431364,1.6616077815835955,-1.4636779322226017,-1.4522559982582257,1.0707774644645132,1 +1.101732844151667,-0.4279691748243275,1.9425205016003662,0.123790723931507,0.28101843675922367,-0.06315481240968046,-0.5818529556454374,2.4977372090775285,0 +1.3856917526856156,-0.02841635606216042,1.5889420481258254,-0.5062677606728597,1.1438511915802696,0.45066442145245733,-1.4568427794668435,1.9982642462153517,1 +-1.3173376098409086,0.7167386310929149,0.8865996864578743,0.03300553349817736,-1.6983725385132413,-1.4165210588294124,-0.4941478224084378,0.5378619946874121,0 +1.7163888496160615,-0.872112176562901,-1.941903448419925,-1.5116891586637888,-0.7523953776784931,-1.2647928902483558,0.8848713759305156,-1.3790906789915542,1 +-0.4675066947117022,0.7524094774875494,-0.2931830964180332,0.9325769187871541,1.337198610937052,0.10313736165348131,-2.4976085685547265,-0.26565148893545387,0 +-0.843681992684667,0.18016480709730043,0.6020658682833956,1.2464327197488188,-0.3909818413106389,-0.6757783311166072,-0.71095604660254,0.7038087180840222,0 +-0.1649883520242905,1.6177485124120132,-0.147486007142877,-0.8137066111955742,-0.6515853052878579,-0.4568900142370188,-1.382157553800387,-1.1073771209654106,0 +0.4436954033801503,1.4078369214571167,1.9293501495623266,-0.9583137652980552,-0.5382348149242125,1.1593102088973106,0.2417648644289736,0.6170878912643796,1 +1.2369730804000958,-0.2270845158600357,-0.5327078753123657,-0.2759111286931452,-0.18725011349624884,-0.5692600066121232,-0.09424551005888604,-0.2803621806622908,1 +1.1734045870575467,-0.26717652362573774,-1.2848206253456078,-0.20604018249989225,2.3560469281325087,0.45777653577542043,-2.093665689293374,-0.548599311950899,0 +-0.49083955116605343,0.03524592617975231,0.9561133239336749,1.6852386976852032,-0.7191126791118062,0.1496099173583868,0.9128851161184609,0.6833631357894745,1 +0.2527505548644086,-2.2002433499860476,-1.8476473931464843,-0.715988666250072,0.5036736963073445,-1.5049889936976508,0.17753510752346635,0.04833981462887604,0 +0.7343512111029324,-1.1177128910005978,-0.7993071432441279,0.6485986269293463,-0.30062876035224273,-1.3887155926095158,0.011501481852162487,0.23525824404110574,0 +1.0618718467798733,0.6804901306927281,0.0937529845502614,0.1443544014608239,0.7792314525746814,1.2334811777403052,-0.22718793677077842,-0.5126596395037119,1 +-0.9010414026302682,-0.2902053815423452,0.14581059035484423,0.14181560848105595,1.7943139256775857,0.9948775617218668,-0.9619184629069878,0.5772575058470691,0 +1.0810654641371193,-1.029443019760389,0.38254270834834947,-1.195632303443735,2.674260148389414,1.1685543579349422,-1.2565311992299186,1.5086361007805276,0 +0.7890282400940332,-1.13244455352529,-1.0689764797014094,0.28897396142477805,-0.8413322988463393,-1.9104839901940676,0.18032461999719718,-0.03199475183984646,1 +0.8110091676186331,0.8758190513519492,1.742058801565566,0.10388144859701672,-1.4809684521950157,-0.7438058692396688,-0.32431750543593785,1.1752593264923223,0 +1.4184911064526946,0.014949016967591433,-0.35069182208175126,-1.6961819138745102,0.5533882191186156,1.0208852214008814,0.6569463544449161,-0.6250286687240711,1 +-0.38221729956487,-0.49437044174001143,-2.7168663121176717,-0.7936341846516924,3.2716863185049463,0.8191902042578632,-2.261463189449094,-1.7942417060773146,0 +0.930816478991187,-0.7727928963231206,1.0008307316336733,0.7510733413903798,1.0100499363071807,-0.592406487983275,-1.6856093886731525,2.171283338667501,1 +-2.136233231248916,-4.164031420741378,-2.0690035090096353,0.18757971441579174,4.6661018770615845,0.18057573778931602,-1.331442357047703,1.7611791482627634,0 +-1.1239709470782375,-2.0710939079381463,-1.4698597297944191,-0.9346975445713054,1.4561977296719737,-1.6220034079413983,-1.5855152161257995,0.8091277896344755,1 +-1.01514945247825,0.4089617584923536,0.7388376775933205,-0.5262871610295649,-0.41975968877762365,-0.7762453355872398,-1.0899808053887527,0.7597847770581596,0 +-0.661917702437525,-1.4443971119241985,-0.1832108062541499,-1.0647088685589212,1.307164241318129,-0.756840672707054,-1.2643356750247527,1.433999758172952,1 +1.6140842345314355,-0.2728659751484318,2.961445612252936,-0.2217727539651741,-1.4337925443217103,-0.642442535964204,0.6320488764817327,3.118145365236461,0 +-0.13757551177795055,0.9287598952656475,0.22716039992280876,-1.078551454061675,0.9161380254782948,1.7877264435082545,0.010753556199096792,-0.6936838173216644,1 +0.9908791414597379,1.4573214960769438,0.23721087353944353,1.4350669268659282,-1.726163787216634,0.145696448019611,1.0174402912724096,-1.2763749769644521,1 +-0.7920894011148988,1.4881395661455528,-0.32657502807580907,-1.1134347236159374,0.7904075465205962,0.8012228919447981,-1.570046252970308,-1.2255378606906193,0 +-0.3630150179468452,-2.6032623328581375,-1.7536201150218653,0.522235424385719,1.3396196427465266,-1.9884726295597965,-1.2525732032202712,0.9083145950805027,1 +1.3126465409204207,-1.502390767716413,-2.023344311413037,1.9391574023289033,-0.48944472191206273,-0.005728676566959745,2.892471442158808,-1.5691848461267113,1 +-0.8604076781921738,-0.5648745396566807,-0.20305442082665567,1.4872625456820165,0.6666029011157196,-1.0490604189337378,-1.6830493561945312,0.8066089508852519,0 +2.3797738390127456,-1.9711857896735916,-1.5472564812659728,0.9200791933091966,1.9205102315502272,-0.35555641818626227,-0.6440468081753843,0.29424432786457844,0 +-0.028342087118503875,0.8193562478800192,1.420234120492182,1.235451358088024,-2.340734842128491,-1.489822015216804,0.06059884063577281,0.8489890307191074,0 +0.3958454252541222,-2.117338942683095,-1.7955623403902459,0.09742992196073946,2.426539216523255,-1.2181344946955077,-2.2877972379267923,0.676246872255009,1 +-1.4986694195512191,1.848747136658881,1.0562149078143444,-1.068428097529406,-0.7158698609558163,2.0604503503622746,1.4727512067056963,-1.044772312925091,1 +-0.813226640933264,-0.5898788580934968,-1.8241319507666882,0.7109309757099459,-1.0917461153592327,0.11582834005054099,2.872631380661181,-2.141488304929106,1 +0.7740826407625637,2.10801780920296,0.10568419973018037,-1.3139427633042424,-1.7173212443452097,1.1443717620094447,1.6731059865478217,-2.2136476362450233,1 +0.000817898494056058,0.282098597837932,-0.6647992315015306,0.131201793777128,0.8351709330127661,-0.39996212523133245,-1.8384271858086483,-0.3857803203247496,0 +-0.8222931452063874,0.6362757993007675,-0.8842294622309557,-1.3204487298582674,-0.9018879347462655,-1.256171819610417,-0.8210538938668397,-1.1175235982189509,0 +1.9804561751995626,-1.5343514946413956,-1.393995675591985,0.9268642732568098,1.8002535834361466,-0.8388307875316621,-1.6323292754730234,0.38544482312705936,1 +0.016546497372133973,-0.5897464304101157,0.2913469971599798,0.15902066908801682,-2.080042550520691,-1.7801724133313443,1.1454083984843784,0.6208422307716115,1 +-0.6233866716696217,0.09309530886988537,-1.260787795380255,-0.5079199281945269,1.0918838490159113,0.17827751822696425,-1.0582242543432143,-1.087202342090635,0 +-0.12216685816654146,0.9282755155148891,2.7406175261473744,-0.778734143636742,1.037822003747554,1.2435275022507382,-1.6105877804864006,2.341272487223015,0 +-1.7296517266282427,-0.4925658120202855,-1.26844149969968,-2.5469133856677564,1.812969280123875,0.46553832075090695,-1.0700493168751155,-0.6191105808466634,0 +-0.5312327164178755,2.2620483051689337,1.4828650319177448,-0.04520482262057814,-0.29276812353195825,0.3101810200793067,-2.034208481048476,0.1227269661584337,0 +-0.48156440716477084,0.8194522609363438,-0.13636584726598733,-0.3838429352973287,-1.1187450340425484,0.4203851679514531,1.3124854336679954,-1.2180921194004155,1 +-1.2258342444991361,1.137085255397544,0.8153777971661076,0.1985399769246341,-0.7374652998340503,0.16256557513369896,-0.19153829583922177,-0.09254732503055818,1 +1.096847366566701,1.051992097791767,1.993687454415309,-1.6757918537115246,-1.1942008019424748,-0.44068655342794366,-0.591429351884354,1.331172850867116,0 +-0.08144936220816076,-0.37552403623673425,-0.43092378541370546,1.1985140635613132,1.769116233318331,0.7257050924311054,-1.0273043514120652,0.1015863315175658,1 +0.8490433934423274,-0.7638511353149732,-1.4263267932124295,0.5312589357402009,-0.6813505626041426,-2.0052267099505476,-0.4691745984666431,-0.5234862100870692,1 +1.638703525984079,-0.8426468144035917,1.2287013324065583,-0.9217395865849163,0.1326014330511858,-0.9135674596142439,-0.8522104482202659,2.260998397967481,1 +1.0468676778336332,-0.279076219882375,-0.8514406249931108,-0.050175266562986445,1.4256707987968744,-0.24896226956214818,-1.8206785484226367,-0.1178088145572802,0 +-2.356165855471119,-1.7464084848649302,-1.0393961709940274,-1.580738167321393,-0.22035896233619892,-2.0236148907163067,-0.2029660922319917,0.6290486591083816,1 +-0.5927525334161048,-1.5842065694417378,-1.4186293934907932,-0.5023256917812615,4.1968066895460865,1.5497089088563258,-1.80459903425814,0.2659544221220842,0 +0.5335670443570569,0.4747256296556037,0.17644099589694848,0.0692073641921712,1.1571252798551614,0.671638096923487,-1.3177427466679594,0.08331582959830686,1 +-0.456382810673291,0.4839601563718351,1.887946356930027,-0.5198133752152639,-1.2050635203649092,-0.7566364869808144,-0.35440860948728975,1.6636321876756353,0 +0.7213671976382663,-0.1218529695376136,0.37019807481325995,-0.4297553472051744,2.085026259300412,1.0879400536157362,-1.4986185292999237,0.8011423568555558,1 +0.34816749446082296,1.4389055089271994,2.868663193557816,-0.4234246612341523,-1.31727780092595,0.7994483064400744,0.5698428533613715,1.484200891317816,1 +1.1594643058652403,1.0442641371121186,1.444075951550286,-1.7278026551743537,-2.0678474345747864,0.2456839382154693,1.737035781735045,0.09657648977296152,1 +1.1553649058557558,-1.0556703848618088,-2.5121018771757178,1.0038756358706988,1.0153228175369027,0.5892340635105403,1.197764477117381,-2.030312411812881,1 +2.024954722597719,2.1065896879386803,2.629422308739082,-0.2773013422760965,-2.6683415959050034,-1.2000140238062258,-0.8210970201529686,1.20676669672961,0 +0.44449487380821284,1.7365686642714704,0.4373589653659475,0.7896849001622013,-1.685834793065918,-1.2599751800999317,-1.2739946410692893,-0.5811039381177963,0 +-1.0895686771209252,-2.5036052612560105,-2.300620007053939,0.6223779202236087,0.8889174560818558,-1.0195068685610829,0.7328424990795628,-0.34319347879104034,0 +0.01241875115518906,-0.29693061384873437,-0.3026597671402647,0.8216049077606703,0.516435732579632,-0.9290532666822028,-1.569046566488368,0.43901490691676903,0 +-0.50814282031548,0.10734848658462459,0.44654345443689447,-0.7191045967642873,0.08842022778390772,0.10434012490523181,-0.23106194092727517,0.41761032514941276,1 +-0.34605595116781385,-0.6593366587914749,-0.43498039750387546,0.29239379002372595,1.6026700316752793,-0.4789083080151133,-2.0895456477811187,0.716972917360319,0 +-0.9428055840674372,0.30793546243566916,-0.1913934916207236,-1.5642918491363924,-0.34161184414346757,0.5036393613490884,0.8821865120618899,-0.7319048442500199,1 +1.6244896856400972,1.47233463890202,0.052607734688477355,0.1681449521335878,-1.0609262808523983,-0.9149378726710415,-1.3098121591215866,-0.7656600256453712,0 +1.8275350995772746,3.048071176628131,-0.3207485453269781,0.39121902111017764,-0.5979005353594599,-0.027728140012467595,-2.379057574093201,-2.254816684999745,0 +-0.197388772194315,-1.376415411830934,-2.396920814905403,-0.3774694117897028,2.2463691809184954,0.6360951938399375,-0.18340466310437542,-1.2722501278907201,0 +-0.6772902544840221,-1.3210368357029103,-1.1538691201437294,1.9875070538856205,0.8357676020550069,-0.5303943066966141,-0.14375844286708572,0.02288194031157198,0 +0.6221999561691243,-0.8627457808051656,-2.5856523706821806,-0.5785400826197314,-0.782547582739875,-1.713218258474808,0.504565151868773,-1.9038906319381124,0 +-0.5129529234720364,-3.0935922724118194,-2.475894049010985,1.1126066359237625,1.6355400536589124,-2.482428152431138,-1.5973846281419586,0.7196936108371618,1 +1.2704074525589655,1.7664301634582353,-0.41292130870652677,-0.19255782559642542,0.5148874714000147,0.19580192304651656,-2.2598971978830593,-1.3152785037758323,0 +-0.1829524004076543,-5.027144973937649,-4.639886655341852,0.255888531748784,1.1285313745296053,-4.772077610679589,-1.2212483693695328,0.22773986472292163,1 +0.5672986098038564,1.6853341149353838,1.1815899886584695,-1.2341206402070266,-2.0230613319417214,-1.1549122454496943,-0.8112725345186571,0.08520510577630047,0 +0.33084781167556,-1.890795774287113,-3.3704637444809387,-0.2579924233128481,2.321457780967651,0.37570090764767333,0.1965964887261057,-1.909906217693637,1 +0.1571501600882079,4.070309751470693,4.663335944510632,0.4269917104161324,-4.313462918758322,1.216872507956354,2.048098459497698,0.6532575232105313,1 +-0.39820077155034167,-0.21711034211663027,0.0028143604304711346,0.17411426448434147,-0.5755490077716375,-1.0384966160155793,-0.33082410882000524,0.35539873217941975,0 +-0.7229467557147022,2.1996974001396614,4.18507498330666,-0.30990324587062007,-2.737700874060063,-0.8919128481939552,-0.8585615388849965,2.6954673364711645,0 +-0.7186791146521677,0.8731260920410098,1.0249856638636934,1.5162341715761114,-0.2177329472205621,1.2427852295854502,0.7323797627490968,0.01060468001754511,1 +-1.045952204999454,0.23944229737264577,0.35343155264548304,1.5786536407891947,-0.0036250939373544894,-0.32655513127233354,-0.7902622194294788,0.3957524844937167,1 +-0.46500834182792017,0.28533130588577826,-1.3842229206640435,0.5218294516269825,-0.5194304310364544,-1.1375436581309546,-0.6863358386265709,-1.37472027694135,0 +-0.5639039029153995,-0.35647708494812247,-0.6792473325387378,-2.202417333039724,2.1027295716241268,0.679683932956995,-1.5138960065330105,-0.031667660434938405,0 +0.3795369145925182,-0.38487357866237826,0.13733233286449065,-1.0103571962958995,-0.5824605896147335,-0.015374970348724593,1.1861915191677237,0.14490350561788146,1 +1.1853290530143943,0.3383290911509276,-1.1771215477853012,0.9912223565434607,1.6096917331785405,0.38250463304460225,-1.8131360348126961,-1.0207449446224675,0 +-2.2193382497136236,1.719698070418404,4.536553972084182,0.7319955506232971,-3.6954688632086325,-1.2796649395431388,0.40742826056271086,3.145304132104238,0 +0.3069444987425499,2.670253705534199,3.117943197142538,0.06747772530862245,-4.029910957844221,-1.8542322064127137,-0.49939205251079855,1.1902111458015436,0 +-0.3156861431610734,-0.15865405598843207,-0.7103065769721424,-1.7866275570065502,0.4483220408052815,0.2389121623190234,0.05425210581757156,-0.6207943269578915,1 +0.13648560979955626,-0.12481041840065932,0.5785866636104949,0.1647254943764349,-1.9210906791180555,-2.0324174898799328,-0.0018679339210951884,0.849752368078969,0 +-0.756874681960474,-0.6148348885340917,-1.7191068118978639,0.6249479236278106,-1.2244521245072923,-0.834326152191023,1.7911817136364898,-1.6482242574024828,1 +0.5811375542809801,-0.3388817366831359,-1.82430982845152,-0.8357838381819449,-1.1183228181805271,-1.7362745063487195,0.16914019679755365,-1.480203674430033,0 +-0.44548640103660886,-0.7679624761617825,-1.6354984913837405,-1.078466143096263,2.694982318883672,1.593325298611123,-0.4215478021099748,-1.021431773556466,1 +1.290964948772523,0.017841119332552835,-1.7155130592440277,0.28374676523576114,1.2025612253391451,1.66718964151703,0.9819420132030211,-2.151884459704322,1 +0.6004259399034383,-2.0423738907937548,-1.6874896412726104,0.22193986108327332,-1.0922225198492346,-2.9360211513740753,0.3293010536372485,0.14642590247074083,1 +0.020328772149217387,0.1420670721653332,0.36719376681762506,0.2323638795087268,-0.2580461163334866,-0.42417203000470094,-0.45640297676975716,0.40914835158100976,1 +0.6486114198567944,0.4756509631023256,-1.8460159601218213,0.030251336501888965,-0.557031690119166,-1.4480646578153415,-1.1194894053871027,-1.8637450631125143,0 +-1.1731719568913686,-0.17945462948226165,1.558931285359901,-0.8137039884098751,-1.1183011426263563,-1.1725765897971887,-0.2230434596705962,1.8860250742842195,0 +1.7439496785487871,-1.5752207617782885,-2.2068709256619026,-3.013390996577397,1.8055261959976898,-0.22647526354788716,-0.545287615347358,-0.7471351337453926,0 +1.0672145690951569,1.6987952149697918,2.7382280676791737,-0.41235846222948397,-3.4604794182163805,-1.764506912667951,-0.03535194209600323,1.4924972719850078,0 +-0.49767785697628614,-0.5512497271721112,0.6151171622311647,0.22430865491502786,1.5967884316540961,0.5500669176406157,-1.1267943642665397,1.353383740881872,0 +1.151878017074414,3.1919557329939687,2.2775015862627246,-0.15302689966705524,-2.073052179340866,1.0199886330879868,0.22163039174287896,-0.5200133651793284,1 +1.2557824566291502,-2.018417436598325,-1.9694808913980382,-0.6528028808052909,3.1620716655810663,-0.6348386260073309,-2.6158612617313426,0.45998067208484844,1 +-0.7880897440553354,1.633016906703006,3.1208513168578844,0.06780570534820508,-3.43400172589439,-1.8490164811575018,-0.22487766359085615,1.994635559419884,0 +-1.4390226902149634,-2.00127562344104,-2.496119197462449,0.432103378000709,0.42561762294000904,-0.14351351128190926,2.0769158812154718,-1.3969940863725392,1 +1.2597264723845871,-1.6566089635122798,-0.5033537797052174,0.4717257255287767,2.0950566014732943,0.37068091503959644,-0.5635188179412626,1.0118469948031206,0 +0.09959118471815152,-1.7613547474181188,-0.5155143511534894,-0.3688594554597363,1.8508417561697175,-0.8284569569400727,-1.698286971824087,1.4869455437483747,1 +-0.5928413049095227,1.684877808488267,2.524273698533859,0.49185608382403234,0.9102989235826873,2.0596186308902054,-1.093769605857103,1.279920277839495,1 +0.027589382913609305,0.4419938351386705,-1.774737571282513,-1.9006830084578326,-0.9687938914633187,-1.131454215992667,-0.093784777429615,-2.0646725505498127,0 +-0.01044261574225929,1.5774519908632094,2.6141350438072766,0.5513184184804255,-0.6229426277663531,1.0970501944571525,-0.10013552893850985,1.2669656200500854,1 +-0.237958900285124,-1.551700400204147,-4.211076799889622,1.1748209014225244,-0.13730813247101858,-1.6399875219591218,0.8917188538107177,-3.0840430335184914,0 +-1.0438693226988824,1.2805693934191122,0.6123525782092201,-1.8850581105037858,-0.008599668729113424,-0.04338042404351028,-1.6026596915890574,-0.022479945114015742,0 +0.09880451647630786,0.5749248721865892,1.550700721613817,-1.1308419869138835,1.0156641641642232,2.6839707817589344,1.065644713543582,0.5960267162575723,1 +1.8088078902607219,0.5493434717454931,1.2844447382454702,-0.7030755030424927,-0.9553381511309332,-0.7684770716592761,-0.6236180125610346,1.068874844960179,0 +0.8349927558238291,0.611969266085661,1.420473328003845,2.3788615987528554,-1.3959056921920399,-0.9179165184292286,-0.30098535528411663,1.0783776051835867,0 +0.5195290468750271,0.19204070475106894,2.19662086088244,-0.1399694340658432,-0.8581984654216352,-0.5160003816428167,-0.30217902205650726,2.1912994260050405,1 +0.8478946143907443,0.6697597875269867,0.07322115777401664,-0.4396553447495407,0.6617651360104378,0.06687076481471765,-1.598403766302629,-0.06400412083196938,0 +0.6998343799726965,-1.3401380494923163,-3.7178928564851614,-0.9569630542804773,4.002625442249323,0.7305359979535431,-2.222851656601279,-2.100714390152727,0 +-0.04118324277544385,-0.05141924307802348,1.5123513257193006,-1.0312311278000679,1.7601044757219813,1.2097577592326119,-1.276667379337209,1.8329013234860025,0 +-0.33218601122632546,-0.6075732523381528,0.8761981384101097,-0.8701778132989968,1.5105297553128971,0.28637110600050875,-1.3697739342687132,1.7522296026458108,1 +0.02816669192496777,1.5690736493656805,1.3664659431751318,-0.4294548270341962,-0.26446390899714023,0.18263605403017613,-1.4639212598968532,0.44527772179663394,1 +-0.40700700320726746,3.3880632955880516,5.482171173616138,0.24250614196033465,-7.684845002584441,-3.5281691344529635,1.0290007160826908,2.7012551066711614,0 +-0.3963567187201219,1.733101339169565,4.5183790354394056,0.4965721161738862,-3.9223730974075104,-1.6220827335532946,0.2651561361670055,3.1802658431427684,0 +-2.088444793204555,1.5445445638909314,4.179047345605506,-0.08161647896067073,-3.1219672538427865,-1.3152180269818887,-0.1666614307954214,3.088008034045945,0 +-1.5037920936486584,-0.9409575026886721,-0.835753842134532,0.9646473488319433,-0.3110398287483373,-1.498103732584468,-0.29972828263325735,0.14151204061627698,1 +-1.9070224334997854,-0.7234040303126419,-1.7526240329248577,1.993044450529617,-0.0002875044934159113,-0.9519314215005545,0.014326264242301323,-1.100822369391467,0 +-1.6556381497397366,2.1295266998669726,2.9449720736008596,-0.14078337054259102,-3.5436765696489703,-1.8064142764318618,-0.4965021538912041,1.4667354128029095,0 +0.5666347389221142,-2.5541414389292263,-1.8680364730512473,-0.36485674043081595,1.8111267922135639,-1.9220136368787974,-1.8567796108326071,0.9089277898501158,1 +-0.486286751729502,3.0293001196645832,1.56229738432667,-1.184202090536223,-3.1566206718102587,-1.5911539161600845,-1.3346896027460209,-0.48808569975702665,0 +-0.6368943183859307,-0.03445041019941364,1.4692492499129137,0.1913250149806998,1.365544845109881,0.7926510343838404,-1.2760415119259614,1.8065867996331935,0 +-0.8702394908815964,0.49756379432095355,2.1060627010899853,-2.709587573762782,-2.745489981766153,-1.7859743332381939,0.39301931382135047,1.7505097552815476,0 +-0.3406691601971318,0.9662787017905168,0.2470736236726307,-2.6093466684713627,0.5162086218719882,1.145723113530324,-0.3212488895180585,-0.5660796835674285,1 +1.0203908923783191,0.5874402419131071,0.37919596515047826,0.4292787360253839,-0.7112846236638367,0.07390634207294244,0.3709646278759713,-0.2169015493081582,1 +0.682633852514649,-1.006093106448447,-1.1906832534394778,0.5342200769447896,1.5255076074290306,-0.3113301602901069,-1.1647584020759856,-0.02112136128513642,0 +-0.510979278327155,3.2347101387029005,2.0686152621120306,0.5448303401576655,-1.3209813933147776,1.7855718364249495,0.18377023408199877,-0.8168654388887926,1 +1.8014841079236685,1.711572868833559,1.466929201227067,-0.9305645157123402,0.7754087680295187,1.8830465128925782,-0.861809690469319,0.13369137571349943,1 +-2.052454509175956,1.9434685881416047,1.1887743866205782,0.13930244048284537,-3.3569400220153627,0.13803424764870742,2.536329775873405,-1.1304013234827746,1 +-2.4189841755089323,1.1813225909681901,-0.6613109993138142,-0.05851851484954542,-0.8735921187027222,-0.014533599321269741,0.14306556235317802,-1.7074580417740493,1 +0.2890341199751371,1.148254748916357,1.573996940069227,-0.37118710892344026,-0.8461330576706216,0.03581460781482626,-0.43561775418367943,0.7446769368374688,1 +-0.01901129326443425,1.3714643696352653,1.5144754433601282,0.43521067512698536,-1.2769199641310065,0.3833425551112233,0.4190324594550048,0.23776828876132483,1 +-0.16785995536315645,-0.42517502395791507,-1.4231509223773586,0.22776092850101948,2.2059330105359902,0.4476367138321986,-1.6828518751153896,-0.6660797873153046,1 +0.23718937733245885,-0.5134752211536937,0.5234012266213186,0.39027558452295996,-2.1848288453890827,-2.108078258749216,0.7085442031326543,0.9355709516027545,0 +0.11960198218234268,-0.4011029909262984,-0.6081078263905247,0.9784033450358354,1.2717609695276235,-0.060428499277287884,-1.2878812745337345,0.07392884586185944,0 +-0.2780852938711966,-2.4950351873118914,-1.9475279597906345,-0.149919067414371,4.473652833326495,1.40630527288824,-1.2566072691555072,0.3605937619832198,0 +-1.2587826924802878,0.8555743107574263,0.3207428996731227,1.3157315517750996,0.17362843257537575,0.3293464264990156,-0.8232874786648062,-0.1992702235706626,1 +-0.6840501515021463,-0.35703966227258266,-1.3206326452147874,-0.43554612590025316,-0.4638624155519439,0.48255893248672443,2.0701686881491934,-1.6375282919422731,1 +-1.8631400941961014,0.6886092641250505,1.765526299183845,-0.41650475672766973,-1.9045088175218314,0.011585694160933135,1.4828857725298101,0.8103627370376953,1 +0.47419131694169836,2.1329161712511953,2.609403303654303,-1.232645019813191,-3.9880886601127745,-2.2188533790997003,-0.31982998609675645,1.1067012503830154,0 +-0.7714180304889288,-1.2816096889062711,-1.288557652394611,0.6138955630217109,1.8249048662173624,-0.6314997269228302,-1.6937973585260533,0.2798324372093695,1 +1.4000997205447094,-1.402270811161247,-1.0920155434856378,0.9196862917833926,3.26443117006512,0.39180661241661396,-2.3089967032309175,0.6694445232455539,0 +0.44010372419308735,-3.632606360245412,-1.776449508467831,-0.7593802183598476,1.8780836489310737,-0.9966309361230783,0.4189795438638737,1.2262785650722394,0 +0.3680070166655648,2.5218800165255653,1.828788606464465,-0.23070903179321092,-0.31516252360120356,2.4158699218239015,0.4271664156668201,-0.5726465273490638,1 +-1.6624815309885765,1.320000178948332,2.5908734795436876,0.25895403439539666,-1.0610347971263907,-0.013388797402454355,-0.672060784304961,1.7006903592285538,0 +-0.06707236737284987,-0.4278350069042651,-0.881269151956187,0.8208417073436275,-0.9583812994549559,-1.4641815219760588,0.128855352373346,-0.45672458432872554,0 +0.5747100763358558,-3.822314332494842,-1.6451249121309297,0.7050577524955957,1.5171793011649541,-3.134336853957268,-1.7509697388860983,2.2710035769976322,1 +0.8847554654725996,-0.30545748540686524,0.9677362561864894,1.9298647285281914,-1.9203259280422311,-1.1911013507258867,1.2023854271410634,1.0074560912101764,1 +0.42880111713576896,-0.08468777980688214,-1.6040206218240012,1.483198796410926,1.6765106025868524,0.5397110903693649,-1.1198609660349699,-1.296863724608756,0 +-0.6204220048414069,2.0474740599348262,-0.04921775515488709,0.5528844545920648,-0.9911425404729104,-0.7652966410297865,-1.8007843839062636,-1.2335882684450854,0 +0.2475384674495831,-0.4320603208741933,-1.5815655476483284,0.9117811012451328,2.2324959997189513,1.3747479627705275,-0.4310104896535789,-1.2310347788080986,1 +-0.49106745381487654,0.6528656230721799,1.2903969504001318,-0.4857248003008577,-0.06293895478175586,0.4757423974475212,-0.3504626717892738,0.8181566233281087,1 +0.4337906654667129,1.1685693274440205,2.84114804941032,-1.4025257122398684,-0.8157578636514585,-0.25117071483470005,-1.2478407899814172,2.2569439540475447,0 +-1.1977698669348444,-2.801897432766972,-2.4812945177453534,-0.6882733957456681,0.09630933090649095,-2.2416220624665963,0.6070562539686977,-0.1470732719086736,0 +0.7204393743045348,0.8487448690982278,-0.21444510322920116,-0.49401578609753527,-1.8125423498575575,-0.6991435224559492,0.7997833823684661,-1.0976078219444316,1 +0.16188746631238266,1.0847976009036455,1.9960923182391033,0.7673266730134116,-0.8346374839211801,-0.2106431758714299,-0.8336562867479564,1.353799665068696,0 +-0.026369071071399953,-0.6322501322722878,-0.20704120442168764,0.9035667488710415,0.5654883491634124,-0.8520894989375059,-1.2021992943089919,0.7142671205716297,1 +-2.9453055149997756,-2.646022478657965,-1.2629573493611743,-1.7151690288092136,1.187394748408543,-1.5454344957086001,-0.5392246874438207,1.216064251996652,0 +-7.062677013053761e-05,-1.2324369819236027,-1.5951798808910602,-0.2682967315256781,-0.11517406638647058,-1.567543766369254,-0.13924511548253293,-0.4220947473623222,0 +-1.0035833720353258,1.383538064024846,0.9104307326707604,0.5329003736645799,1.0819797448893356,3.175450125926565,0.9385682782746329,-0.740945233715228,1 +-1.6254168356366494,0.45977366333663183,0.33264492158524017,-0.5620315931872641,-0.9087211570781946,-0.12073257398463833,0.5440863582898908,-0.1882798827296065,1 +-0.5010416340047584,-0.8520564776348347,-2.351150719720359,1.2596676672404357,4.091086251556561,1.5259054020865663,-2.20716426645702,-1.1893613426351208,0 +-0.27529335654953285,-3.562227563655746,-2.989363866148864,0.7862013036550535,2.1102825517873485,-2.4832198327641013,-1.6228503211899288,0.6007109818848941,1 +-0.6585518091125347,0.82492114414998,2.287460592099199,0.30343409833015894,1.2096241799137473,1.591637344616384,-1.1496471043498488,1.816674607596185,1 +2.0388622488411556,0.1221987764872301,0.6508786253902772,-1.353037113033328,0.703833944054123,-0.4922710139139662,-1.9797912708128353,1.1315903429002825,0 +-0.8502119650662183,1.3489573632242642,1.9931166343748548,0.8591970123090852,3.1846514251359257,2.759322885939482,-2.89056197033693,1.456380066878218,1 +0.2617968080780112,-0.7526051134731051,-0.23781944134455918,-0.9077883686218013,0.3248709113333311,-0.8160357732402337,-0.6721321087699048,0.6384759614546939,1 +-0.20012406534886396,1.4315989376194187,1.10933871649263,1.6033600464208124,-1.004094823677723,-0.5516463224131929,-1.1659859929772196,0.2758152899221019,0 +0.1528314055399149,-1.8143074770013095,-2.147734064430096,-2.1801282961797765,0.04034631337092751,-2.219329550709878,-0.44432206581639716,-0.3595712704773115,1 +-0.7744518588134516,-1.0901533338440963,-2.1573944542322163,1.8422393063354148,1.780141430085777,0.1499067749983749,-0.5443252571261765,-1.1357129134618347,0 +0.02985742620800033,-0.5076140479130234,-2.941950968475432,2.898520348201466,-2.381660851632693,-2.310928110164772,1.7082593738229452,-2.8457589085765216,0 +-0.8987815420810148,-1.2191919694697526,-1.872880472629501,1.4381128135666452,0.9444958587259537,-1.1119353226760464,-0.9779163971332121,-0.5235141602653344,1 +0.7883242871258511,-1.4608052159646272,-1.1806016056566764,-2.2063976781527916,0.16949373587064542,-1.4126842763799972,-0.21167083422748106,0.1998142969112936,1 +-0.5290908924214632,-1.5517933238169561,-1.6378974798016448,-0.21851036828559317,-0.8394347727697322,-2.0979968778308216,0.5432209960443268,-0.339711282404193,1 +-1.0637355336431544,-1.2132485611837565,-0.019542743772666328,-0.6210976260589357,1.8031297016476633,0.6002091634071554,-0.45797880332166585,1.0828336704571788,0 +-0.09459267888246584,-0.8973899442823583,-0.6519520857556104,-0.8913716185213809,1.6604130854683081,-0.07769564068656454,-1.3176166186289318,0.45795099693934005,0 +-0.8226554206791417,-1.289618541940071,-1.2471601781863872,-0.9380628837854994,1.4523072343324062,-0.394715096833885,-0.849539657585437,0.08208858179573597,0 +-1.4562029196871453,-0.03842218960991339,-1.968622953175579,-1.6039756769296072,0.7246573096772554,-0.7526251568985675,-1.4308592056690603,-1.5231974805274715,0 +1.1049976303534197,-0.8382342010217843,-2.9265849986011254,0.9402301502418416,0.5244604499502115,-0.5976551666759242,0.19940057118017518,-2.2740372231540453,0 +-0.29469531279056693,-0.29860304727565035,-1.2496712852531178,-0.1093305085113468,-0.8459351997364224,-0.07360476196973109,1.7899714412834045,-1.4963177045692837,1 +0.6584097835715365,0.4380884109988275,0.7330495670300464,-0.97526666197113,-2.638908930563996,0.23509872701757906,3.3958093392959787,-0.5619095800799487,1 +-1.6286363702310551,2.465790820201037,3.636006448221868,-0.872068889477589,-3.2090094491464174,0.4643038010290451,1.4939536281715398,1.17225182283254,1 +-0.8568718472143594,-0.49624795339993055,0.19655596186928856,-0.11863679501428422,0.8177093930963726,-0.3721322365246249,-1.1844563354750115,0.9679109995458478,1 +0.690860556075612,-0.29365035229367675,-0.9243638000463507,-0.5677708396007395,-1.3200595094146594,-1.9528836197604063,-0.13936529309615842,-0.5038139916677127,0 +1.5889997754764267,0.9626238052538609,-1.1261261544947319,0.05923707040571216,0.7359843958804785,-0.0020283469658795017,-1.7674286246488344,-1.4791337402513423,0 +0.9595758274541105,-1.1275207322148173,-0.9477887510007479,-2.291376925937493,2.294588096162928,0.01842426154100696,-1.7610501511713903,0.4643142967096443,0 +-0.9230216611676848,0.4960154094091098,-1.084589636266026,-1.6673804962079402,0.5352929059958145,1.052736748987793,0.4173173363152358,-1.714769272549908,1 +1.0269685521656382,-0.8828683868126312,-1.5836171121189402,0.06652111437815766,-0.7456448149294391,-2.0896570268969836,-0.3165107110744612,-0.6176197199919482,1 +0.9967254521283598,0.6678038527691453,2.6267147477313335,0.2895810472268463,-2.7553082384416894,-1.6930169960864139,0.19781890728058704,2.181475322468631,0 +1.3707046610676972,0.5906463370468695,-1.1587659917359803,-1.1847394470037804,-1.1009004675759242,-1.2820059071357424,-0.44345625526724164,-1.458141841897779,0 +-1.0772008112398814,5.981881013379357,4.162937010107977,-1.325596652674456,-6.1222194155426735,-0.7957273046842295,0.026200840832177774,-0.7685422549960048,1 +1.2554096897085634,-2.234644981359538,-2.8145103961698217,-0.9366316737663954,1.7096873916463746,-0.08693138173392168,0.6634145102144238,-1.145326844301187,1 +1.0585274842899515,0.9472408100877276,-0.6172857935536712,0.9447831820351245,2.176554672715263,0.998471221498866,-2.617826378876611,-0.7957111588115658,0 +-0.743264450898537,1.464431677960083,2.2050857857903368,-0.9704593598124268,-2.173497439208793,-0.8230388891925395,-0.2097607788512536,1.1236723253422252,0 +-0.3444722940270239,-2.189087536589726,-1.3265070549582796,-1.3952937309794604,4.486202455726379,1.0378117000588358,-2.2745154062837205,1.0368986825547424,0 +-0.16035939818276324,1.0926870140529275,0.043955603221295124,0.3159075191681129,-0.16502929682237577,-0.9770325536448956,-2.259015522438138,-0.1921959094040936,1 +0.37509729703497646,-0.4468464453264499,-2.40501993971166,1.9037517484069282,-0.5862634173795597,-1.8056131480319364,-0.39921286182236665,-1.8200316006338906,0 +-1.687595606837173,-0.6893399413814771,-0.9938722232559785,0.7164326336863903,-0.06131057618178872,0.44791083044133423,1.7140579898321597,-0.9257833353409695,1 +-1.5584800206538074,-1.5086767471965281,-2.448303857335669,0.7793317235882868,0.47007931974536177,-1.0469441608910095,0.2632633025371449,-1.2045206092206646,0 +-0.06150391179927996,0.35799079636042724,0.05999697611957279,-1.8996066115837393,0.7029780923699592,0.22652631678997442,-1.1041795770367675,0.03994627058848588,1 +-2.109943998133941,-0.8852607938219743,1.2511441364712719,0.05326195999168156,2.477412114137231,1.2370484650041635,-1.2893869411279208,2.2731483540425224,0 +-0.8364505273188744,-3.587781407829329,-2.8167459446350587,0.7889531541617681,4.822324740971381,-1.1587136827203781,-3.747617586012038,1.2709964389360433,1 +-0.4059540694807443,-0.7398721660435852,-1.1500857386621468,-0.49297555912330343,0.008385474879038061,-1.3540588393465436,-0.6898823515603517,-0.2532522720809394,0 +0.32132958635594944,0.5264182028200446,1.4678479342279471,-1.3733716113842627,1.7750534288681048,1.9092984951600556,-0.9751978411098896,1.1643738336402312,1 +-0.15235014818106024,0.09390389837597968,-0.9567124535442396,0.1303150203135618,1.9977042527396516,0.9920852402534059,-1.353292832181931,-0.7614660319224722,0 +-0.5361747150802074,-1.037919064643222,0.179831748859847,-0.8289961338866909,-0.2174337884496692,-1.6515408068647757,-0.8252425380490684,1.4093900079982493,1 +-0.13913685467889564,-1.2287000110908772,-1.8810538093014957,-0.6546463054797738,-1.5500749294522276,-2.2204298859417726,1.115279462482442,-1.0051004949156481,0 +1.3250659138838454,1.4858451786515559,-0.3150850780047578,0.30600534550594866,1.7942024376328483,0.9814028515121227,-2.7627647247600793,-0.9030469538478052,0 +-0.8596181053161793,2.475705506050171,2.6159941225974586,-0.2694186896332038,-3.7087037792449125,-1.7915601608966467,-0.5200381807621542,0.8452470306938794,0 +-0.45384868659817934,1.521485001221794,2.1358658097080134,0.5865356912860455,-1.766386137047609,-0.8882273856673022,-0.9192489657368446,1.2020937669200085,0 +-0.5491645880073336,1.2769698594022587,2.134987139936594,1.4493279568827622,-2.9435124212515817,-1.7611137150148115,-0.14017068437791969,1.263898703626051,0 +0.6544360362525347,0.09278259104432784,0.8557979148729137,0.19532627100617844,-1.4643834611682494,-0.8497557172940637,0.6098573121903494,0.6914502845021784,1 +1.0377610375613442,2.2480423621380394,1.780716169108922,2.774211519061477,-1.5427417455510515,0.9911473804407209,0.5872523435679957,-0.3242396104652187,1 +1.7565834597235421,-3.5997878083912758,-3.1294927665845558,-1.5487005844842932,2.1701294171004757,-0.5333674006349093,0.9736970136375174,-0.36200174586960354,0 +0.47599779002816495,1.171249238924927,0.5374278513089065,-1.4522495120183578,1.7369859931299356,1.629754606945306,-1.721888963866466,-0.10233188533325566,1 +-0.9949082844216297,0.07454463879055484,-0.20720866286166428,-1.1060017620545315,5.52848583137802,4.530864324372474,-1.8648169362637363,-0.1164701836399672,1 +1.2146550959400448,1.836038319199424,1.4633014239422895,-1.3274583411375127,0.7528398377504375,1.2202237579416442,-1.8470270496567753,0.34225735480712943,0 +0.6438504820631222,-0.6467407080045247,0.025621766801979577,-0.6627059149838295,3.29536605288833,1.7856970489107302,-1.6296444971258115,0.8762912265028184,0 +0.15774814542790352,-1.2248671992521145,-2.8886564282906146,0.693047107791298,1.3940708615375546,-0.10858210985084293,0.01712721276185225,-1.8971031709335402,0 +0.24508297179294503,1.5595023227128992,1.979235572622189,1.1612744147551106,-0.8849970792283893,-0.06807494444047157,-1.0787360849944623,0.9910669385445559,0 +1.444235747659987,-1.5719905281442128,-2.03337509073892,-0.7996603203007366,0.41018074978603547,-1.599368673286667,-0.439171377360073,-0.4969812647501969,0 +0.2706065691250991,1.736239103491997,3.9158605619845006,0.016726926050488318,-3.879601684700946,-1.5139081826746268,0.5181906221792678,2.4885862844080724,0 +-0.7840685544572175,-0.1739627100865616,-0.982253004911454,0.17181994616131627,1.504853301674651,1.0056318420529735,-0.3357671389028727,-0.8374914352325424,1 +0.04435726957325022,1.5028750118953518,0.37414654449695384,-0.3560266166529246,-0.19321569943966485,0.4832009568045849,-0.8080722699788339,-0.7076839926138005,1 +0.8743547663823491,0.12633260044069083,-0.6660048500952597,-0.33962893450272635,0.374718256918283,-0.25316740442483654,-0.817265018366009,-0.5429694125652805,0 +0.9946724933226789,-2.3173629799291993,0.1465959566117753,0.5990478529331329,-0.08037148334689272,-1.1860758658356851,0.989567457856382,1.9296443622707298,0 +-0.947167820679991,1.2293895779664645,3.828892276218601,-0.31885448254951193,-2.092572528165778,-0.5135698423389741,-0.12550708905149333,2.9257777747362477,0 +1.7333438137856785,1.9725962003686928,-1.1013987100773663,-0.39353155537551504,-0.43682549081097477,1.1199156196163274,0.3063324553494294,-2.954223333036624,1 +-0.6449029094417895,0.23691659204319815,-0.2313554049352282,-1.2417397498941458,1.5400425094119192,0.6039055135892997,-1.5808018582699606,-0.05384273140922835,1 +-0.9484131191557731,0.5256853818165703,0.29651738320366766,-0.3482819504058406,0.10750683591499442,1.2169145223281908,0.8178477183504423,-0.45731908151068884,1 +-0.12254122116290314,-0.13994759499087062,-1.6763199791027443,-0.12107875437573229,-1.6479404012607994,-2.275262454607341,-0.05128234578134416,-1.3968833708948487,0 +-1.1159204311289381,2.9769408815303073,0.02655298048536087,-0.7040704034698708,-4.489290587710648,-1.2561807755761145,1.5114622802303481,-2.8001951590342298,1 +0.5735095349908649,1.117343289360497,3.611438811451439,1.9838531377333017,-3.864057427807103,-2.1902393175005237,0.3487222731327959,2.7997273391653845,0 +0.8284067849230752,-1.0266843909386711,-0.44208859041215937,-0.22595433178758184,1.8865228201013324,-0.0626532477667211,-1.541034290234723,0.8397186078199359,1 +1.2757096243041697,1.743404389819982,0.5489012830510361,-0.24076350854371686,-2.396630324094837,0.6111657626333503,2.196933415991845,-1.5561023534451595,1 +1.4068965770824164,0.7410443128786024,2.1174731174749075,1.280298174620275,-0.3708872507150049,0.6134198269750195,-0.060170722371243435,1.4950420874100967,1 +0.4495201295229208,0.4367670020960565,-0.6029408862798222,-1.6909371766103383,-1.6080212308727737,-1.9360199483999503,-0.586111688109538,-0.6745850975175145,0 +0.9384200713325099,-1.7764796484361625,-2.2083667593477694,0.716978402487779,2.669229911711282,0.06122583677795368,-1.1763666558157162,-0.42997730790311983,0 +0.5024921946098885,0.6788379418780293,-0.29102581737090916,-0.6508733574636578,-0.8549652818170084,-0.20327567017977605,0.30022589511139763,-0.9347812335396621,1 +-1.8684893458637968,0.7957728144032894,0.02298374993096714,-0.6474913607480216,-1.3534339497645376,-0.27994794073839085,0.6928313771325523,-0.8148020113037253,1 +-0.6109545216979398,-0.8740223219520499,-1.7082827644292398,0.24562759357799716,1.4080438494719407,-0.01625261879874962,-0.5972157203572925,-0.8348402533288182,0 +1.1053546362800528,-0.9852397568761766,0.08724981052146405,1.55041660219112,2.9230048465071183,0.44000618795766466,-2.5461749354328416,1.576015454116991,1 +-1.0636882462142685,-1.5061950685238565,-1.3208040261401044,-1.1629232739910857,-0.5362438239240729,-2.2420144392346817,-0.22180556551700414,0.1620257741319283,1 +-0.4852983563554139,2.3605772648565413,-0.9847761622240064,0.8845000699509141,0.24444772566482,1.7375018485962286,-0.2938079932361817,-3.0484275014660787,1 +0.7285987059674717,0.43911895347554064,-0.5862591175278093,0.19240878355198066,2.172754236098549,1.038506614610897,-2.019901317718782,-0.49981977365109653,0 +0.5239581786341102,1.361741180137146,2.72222427543316,0.5766084594175264,-3.237840140450863,-1.7236654298901974,0.06957255444748611,1.729419547371623,0 +-1.654570031674153,-0.12032363796413303,0.8378652618856399,-0.033538368176973955,-0.02432027838199379,-0.3396438800027543,-0.5293923022602683,1.1223433628574122,0 +0.5514882773464661,-1.1039570003597008,-0.7702553409392334,0.8784582296616492,1.215193971013152,0.09573123486166435,-0.1942243196792176,0.19497814379416867,0 +2.1045766550159017,0.762335213440751,3.267871304269556,-0.5129955273076956,-2.262708524377382,-1.4282165579844428,-0.43798467522457024,2.9048748955874055,0 +-0.4115183710934003,0.727820832763192,2.3222233782304538,0.9915624629474569,0.13358454507585607,0.678352298845031,-0.7379254959588449,1.8926667746321133,0 +1.5786840082530964,0.12000877592324644,-0.7898915825211912,0.4565610024042319,-1.8256026318014142,-2.011027719027921,0.019625645095922573,-0.755133548239344,0 +0.20333436406745775,-0.5673425877637628,-1.0440432051205566,-1.5222657798507204,0.7395134133605867,-0.40172164158330104,-0.679184655177542,-0.36715572545447617,0 +1.4073388525246973,0.5197807201136636,-0.8629148953653891,-0.7034460550588074,0.7194270134867145,0.7950419715358178,-0.2785166641019966,-1.3015562054690506,1 +-0.6850709044940171,0.7463262143931862,-0.5384106798769205,0.4023503441895407,-0.7225039331328249,0.5619972460160203,1.130424047732239,-1.5264805365233736,1 +-0.09924523738364865,1.6422288682532307,0.020144472684653664,0.8501976759956061,2.5369046269053683,1.7065285561787238,-3.12013416121637,-0.6534074421422574,0 +0.12048801446952634,0.5660209763492543,2.6030766404157615,1.2061407600300849,-1.140467670709707,-0.44714095843411666,-0.32770104089080204,2.290064029770835,0 +0.31166127396604587,1.9869594767394725,1.9006894428666743,-0.5089842102048562,0.8640726132828929,2.2209811845712726,-0.9591527453662598,0.342279275705605,1 +-0.09907808600967084,1.5409189811300532,0.1367331127241873,-0.38837895674003764,-1.3323491355684032,-1.0818864676331827,-1.2433915205025041,-0.7432719160777961,0 +0.5031450126816761,-0.1184829404932658,0.46048277780832064,-0.3225271495166433,-1.5926794342659403,-1.6487869491158271,0.06842995535394858,0.6759513973520891,0 +1.2338553710969273,1.0768246248311482,0.1173721185796783,0.7502956823891054,-0.7698385000723663,0.2274970998783601,0.2068423669115288,-0.8637159928863751,1 +-0.6516138070302294,0.8410024104900418,1.5913214136573932,-0.7298159235254036,-0.8464365916509731,0.1665614188038267,0.06562915011502468,0.8761724275783804,1 +1.5576318051880442,-1.643054646879159,-1.6640249292984541,-0.06886996262845843,2.5667253610635883,-0.3432723151522335,-1.8700417473155626,0.22917325708852265,1 +-0.6621372130708373,-2.123634844549578,-1.6756374786703,-0.12636084177908907,0.8577853502213205,-2.1892997787520967,-1.3726688193163283,0.6303187046738675,1 +1.0024945314615992,-1.0947352101223489,-0.4285518564329635,1.1601622277828978,2.1065822114489667,0.7159913131491311,-0.7467854089324032,0.636354222308116,0 +-0.32829841979340313,0.8158010456715985,0.17178646839017686,1.1332023853209603,0.7469785241284717,1.1491961852159205,-0.4619633293214853,-0.47767477163786054,1 +-0.0724272684556016,0.2180445096268177,0.4048436811936317,-0.5887117439824157,-1.2037962795709911,-0.5565139372281087,0.6237243286107388,0.10114710775585145,1 +1.5469327354140934,1.4801908315217305,0.11945728514949758,0.03935394069231282,-2.890750816978583,0.29580705719793243,2.8885472042685505,-1.9331003288511261,1 +-0.5249504823167149,-2.6129212739294165,-1.1812733112201177,-1.0942286076008845,2.2220618133852583,-0.9973183386551274,-1.3434995990101533,1.4466753440968982,0 +0.7598890368028808,1.7703296307640717,2.885236828872793,0.630067256130518,-2.458294331210548,-0.8771047514340358,-0.4008839856126771,1.612303016753859,0 +1.267962663515977,-2.5219295581814944,-0.8323448378729209,1.4560251139514317,0.45122344359389877,-2.545077582584634,-1.0799534185430553,1.7717884601855596,1 +-1.1756586160455158,-0.6713748106778257,-1.551692326556047,0.8803201996747135,-0.8511446710849313,-2.4498888167683566,-0.8838092151152185,-0.58271258073053,0 +0.3551686879022601,0.9913058642815531,0.6008652329042032,0.5025115201555871,0.2976506087001456,0.6779858551124605,-0.7620336877382581,-0.07257294248188051,1 +0.8076120502849543,0.3374939606018371,-1.0114991495801726,1.69170800136456,1.075437766776035,0.5272543067804268,-0.9044316113616102,-1.1086902732526625,1 +-0.04238199422503966,1.1283181367747963,-1.0008816752611551,-0.45382996306421836,-0.531558630380879,-1.0934117492405022,-1.6294754346585787,-1.4454464613559315,0 +-1.7652879863608693,2.999346247713773,5.310550742904494,-1.1615515248127668,-4.96194047737775,-1.6318737990118095,0.14211042200710344,2.94972440039008,0 +-0.6559115700994678,-3.9478907585966647,-4.290196733725694,-0.5191134050603138,0.4683027011659131,-4.096129459995777,-0.6419330117661064,-0.5371152044831597,1 +-0.2553888678523953,0.9478643751786154,-0.4732390051380807,-1.0241706926454583,-0.5886858085880745,-0.8334387314697487,-1.1581546946891563,-0.9042892302627881,0 +-1.2146310962401001,-1.1514524856838972,-0.8994913605861403,-0.8204999662446731,2.714605608148847,0.40266952799181066,-1.8358219999218028,0.5243704010481753,0 +1.3460260733291802,-0.7050597641001449,-1.257591994123488,0.10053822668724548,2.2525043283572033,0.15238400887088754,-1.8888968306910658,-0.1830360370662325,0 +-0.552618274370945,2.782586313428795,2.95186684800008,0.8231470933346088,-1.4345013517667102,0.9618052277506899,-0.5193783076095853,0.7160043600060086,1 +-0.08793191817934838,1.7262752664414163,0.9483145005598429,-0.07402051346206144,-2.500819344391252,-1.5893263001503137,-0.6862305551278067,-0.18694495632170938,0 +1.3714680331140177,-2.2450303335069304,-2.5019956195364945,-0.2440702762108594,3.583773578940728,0.4795568069091749,-1.3335008972120463,-0.3221502854199611,0 +0.2108204802818072,1.275354482088914,1.6060236906651617,1.505063953560128,-3.671263749247432,-2.3275717461041756,0.2962870560104026,0.6530919067878881,0 +0.12842459051030836,2.0871796329590877,5.4275312268784965,0.34087844435862896,-2.434421575324979,-0.069217552583964,-0.42947134730067194,3.8738970592505035,0 +-0.07649093934657869,0.10277858107718374,1.1914298631746643,0.6734426619656304,-2.7773587932947468,-2.197461214304579,0.5781578920220773,1.1360053427314183,0 +-0.8991977433069565,-4.13317346518769,-3.042148304330555,0.09579887203982758,0.9459067172943189,-1.6708887602298528,1.7531385505742063,0.053656507629998074,0 +1.445300632157258,0.4499591702157847,0.31168512615338717,0.7621763103585382,0.9361741096614107,0.15258647297522754,-1.7070640483668382,0.38680833424986477,0 +-1.311111711441544,0.4142185140328783,0.09605435614417268,-1.7256682397317973,1.0647086623927415,0.10027408123265069,-1.8597393993236788,0.24319483217642518,0 +1.2410882003626535,-2.1547461749822947,-1.0980184382577491,2.329221570254577,0.3220686353464701,-1.9289538317064099,-0.39340585551041374,0.958659388668655,1 +-0.8669996582372288,-2.8983405928780535,-2.9383617491534983,-0.47726127061737744,1.1623525512857693,-2.6006797086777476,-1.15765730641192,-0.02508956290392461,1 +0.40000241624032595,-2.3853473837076526,-2.6216686112037264,0.3945917128095116,-1.2019512729157193,-2.9588318244249656,1.0937773294653188,-0.7182557502479269,0 +0.6383021677096531,-2.130444133174004,-3.714457022699866,0.012404013466665332,5.435217893049912,1.7677912505529296,-2.031846082749116,-1.5608866998936575,0 +0.9578611151237773,1.8710878437940377,3.1054123678191945,0.12291432739883948,-1.201928392857671,1.130924170708902,0.3133158526472386,1.4037079157821557,1 +0.6574652226718173,1.038727261942813,1.6075937960287512,1.0443209420685036,-0.9132634689158207,-0.5655219862316789,-1.0335637320199016,1.0792276955862579,0 +-0.8466527497665011,1.5720242586697821,0.7221406230410656,0.3067904569154176,-0.7080396480552223,0.6771745826726165,0.0106907272686384,-0.6488607785946341,1 +-0.6267026060379779,-2.5442472134449137,-3.3311573732476636,-0.05774502671544648,0.5422641388453735,-1.9582532221645332,0.31511078157558003,-1.1710743068664224,0 +-0.0753416996303454,-0.8585162560071237,-0.9285622351653421,-0.6551806380133489,-1.0340322139621099,-1.5485696753918605,0.6023008994145564,-0.26261352068102894,1 +1.5699968527354369,0.9799898817247672,-1.7170077291321557,0.5711412630295368,-0.7231192766032518,-1.020332688270932,-0.8929023239215506,-2.252763543002337,0 +0.23946707632477376,-1.422349264836461,-3.015773522585047,-0.34167034915339345,2.564225921556989,0.20881721770383554,-0.9795662219416379,-1.614149795774627,1 +-1.3468691438113296,1.1962536681704765,-0.1881212226215507,0.35100275249373825,-1.216186197926209,0.48310092479897115,1.1436751138151728,-1.5481019784855823,1 +-0.7041167183747111,-2.300951658362644,-3.1612132495025533,-1.227962314313897,2.910400124915449,0.12222325384995081,-0.5996547137596051,-1.115946172851836,0 +1.3550580440474824,-0.33259250877287644,-1.6417216529743264,0.7535843263559929,1.9111132062355345,0.22874099359517286,-1.5912464907018014,-0.9743895674072357,0 +-1.1877401022742549,1.3556006868177912,-1.2240200517159148,0.3917345271375117,1.590984012768189,0.539119745157749,-2.661165071067429,-1.7102517224558969,0 +1.6424792648537019,1.0327647955307673,1.0677461088608418,-0.5466925564383307,-2.0819139090187306,-1.4711830020882348,-0.4127038118751287,0.4371552007034489,0 +-1.8726913128901241,0.413245657017711,-1.7811370498544292,1.1240357718371858,1.1534595113390589,-0.27066336753371584,-1.9407399394125389,-1.6132054022339979,0 +-1.076163844307154,-0.9485515741270711,0.009697048332434307,-0.137850853693131,-0.2957581261749767,-0.7571050014373351,0.43222561981261287,0.7522052738782308,0 +1.4672593975446953,-0.8801743230176657,0.5524679280492377,-0.008470142462351674,1.33156689787834,-0.499993453429015,-1.7764299849950798,1.8238496170911547,1 +0.5821053661295722,0.7832475342799708,2.965321340477387,0.004218162276600386,-2.0153266383326067,-0.9207404959171297,-0.04958465264094425,2.435760296185353,0 +0.7483107364582996,-0.24604950843579365,-1.294292331675781,0.09205635737272848,-0.05216578723496748,-0.6794759918861095,-0.19472001571274233,-1.0026214067778698,0 +1.2442058256140616,-1.182530058838776,-2.408735533996788,-0.5104773475136575,1.7407687391360305,0.5023827647325599,0.15392042869700495,-1.5290387827767762,1 +1.4613829105702385,-1.6121720916191014,-0.8830455130491491,0.08149301219429726,0.5060433480286624,-1.745039922200965,-1.0575025426342377,0.8843774068356698,0 +-0.7797553675971635,-2.030511980753623,-1.6946517914333525,2.1839623469108806,1.579319118733257,-1.3636950739090845,-1.3957705628119539,0.47527120044063675,1 +0.019180263221008863,-1.850118088962179,-0.7912309354831082,-1.367120515338235,0.27145968768796547,-1.5148101279416473,-0.18541374614414263,0.9250646825583803,1 +0.6729372048293175,-1.2524724300177947,-3.3680767317726246,-0.40312535161430413,-1.0755228485286603,0.015781750481650536,3.874290361731827,-3.4140769383515233,1 +-0.867726827314087,-0.34096473255547877,-1.3066077983051438,0.5791411380090132,-0.23061933532305,-0.5393947770586365,0.35268278314648976,-1.0938076305234572,1 +0.8152839133887024,-0.7302097138267656,-0.42049287876098146,0.9937259110199943,0.019765689578093534,0.6053759140297651,1.6877512575322842,-0.31355710949523485,1 +0.2965337183021864,-0.21323305739860005,-1.589975926851547,0.3699882022541654,1.5754357601956148,0.4422501868192157,-0.9710586695226302,-1.2067959057376312,1 +1.526500429301827,-0.63651898070004,-0.21771396997311512,0.5297985996762649,0.28215034361844893,-0.7058364542172795,-0.5951437328931231,0.5315697743582939,1 +-0.6741337639316414,1.0239086653218918,0.7818758762032548,1.3300456576903812,-0.5103970346038413,1.267389442454785,1.0900284160380116,-0.462455505850348,1 +-0.1756487869680696,0.4339181030089552,0.9606320812408955,-0.7486626299940254,-0.43521336372377234,-0.4574559880945981,-0.7333057972516699,0.843141887550187,1 +0.9533952085967689,0.7836501972967421,-0.32237207974676946,-0.5238798031755204,-0.22559511616446706,0.759812206769241,0.582970539040434,-1.2055258812852991,1 +-1.4893082877873582,-2.5425899891615837,-2.530536100787214,0.4717126402208606,-0.04446704270050699,-1.9766620010051053,0.8958735552736654,-0.5146063006911547,0 +-0.7495899676733746,-1.1930156756518997,-0.7402387559611003,0.5164211589442629,1.027565030112428,0.4585188502136517,0.6448868060816049,0.04586005671355797,1 +-0.7415753890249867,0.4631517616152374,-1.0612227388961173,-0.3571090023061889,2.130741102575125,1.2460202120418749,-1.5725605121095987,-1.1397177881943377,1 +-0.44023359316324107,-3.323021425656843,-2.7991251161041717,-0.766034624661471,0.5009442123404501,-3.3517763841257056,-0.7979103950059261,0.4353945694317527,1 +1.2055261251914882,1.4281534003029295,1.8583332565176476,0.9471519573777192,-2.694654085046014,0.28067166537494304,2.1449997458766408,0.0802151281596073,1 +0.28803632262160467,1.1952494950118764,-1.9789373478786108,0.826002870942862,-1.8029700592522357,-2.1257970996062565,-0.9837395086818144,-2.591406034953277,0 +0.5429626719738342,2.1310314917202833,1.774910319838756,-0.7439983397737926,-0.0317422721619857,1.664495044510452,-0.5425741557729129,0.022738048287706647,1 +0.2580602631469809,-0.5104382440776889,-1.6414754856985265,1.7671950305390305,-0.16409282040722006,0.7656453621492555,2.2777280263819364,-1.911858091854348,1 +0.13390436495375665,4.390639808942581,0.8117006415623015,-0.7904608673210789,0.4086755764963051,1.1081435618047044,-4.07337412980485,-1.8667884266640076,0 +-2.0722166695709814,0.17840990426643066,1.0630341967822556,-2.0452459899141022,0.5925499389741535,0.16659790414051368,-1.121114919363511,1.2200907927306854,1 +-0.32932883520579653,1.9597199883341803,2.1105099919008863,0.8468339277537487,-3.934447177953457,-2.277188706808009,-0.1440359355402029,0.7029390003716841,0 +-0.5809513791614755,-1.2303221018888275,-0.946942892534541,-0.4494976539542377,0.3910663995565078,-1.0313075602950574,-0.33477156975666944,0.24662754098671763,1 +2.648585960785326,1.7548702891483146,1.6127483340375641,-0.27187801971036324,-2.0991739865586485,-1.0340861693283159,-0.7403776159637533,0.43616078431350624,0 +-0.12136569313590596,1.7551187665756993,2.2190616633497973,-0.9878286986006631,-0.6725082783488061,0.26855051373419914,-1.212743663283371,1.0799817136401377,0 +1.550651282960105,-4.570415566431276,-1.61149010532261,0.7109839182167296,0.8451096528702676,-4.27232992443358,-1.5129879606705834,2.959980365355724,1 +-2.037083409307436,1.360715603013843,1.9857101309483418,0.46976371283244606,0.8380271734659924,1.4545954087570203,-1.293399300861718,1.1068626657865548,1 +0.4533820180067723,-0.5867555029667602,0.4088911955603235,1.0239919242445112,-0.13610907519826188,-0.9758962376056909,-0.5923515290534263,1.1462410891612427,1 +1.259408484284226,0.44388511006907977,0.27527829685285443,0.18415331532073956,0.42376715954411354,-0.22829374277489534,-1.4670335284957323,0.3192113308662914,0 +0.7451284015121696,-4.088149839877078,-3.880434528200142,-0.06361819218714782,2.3435776363646714,-3.1442510528648677,-2.0142980134765374,0.2960554553688447,1 +1.2566724526680355,1.0798561961473105,-0.42821681042865456,-0.03838532369654486,-4.59830810877808,-3.504967327949865,0.8437509473635885,-1.3067731675166623,0 +0.5475139406152862,0.987714900699528,1.1825421701016514,-1.3103432426616826,-0.5502245523895898,0.42278483642826936,-0.05597229405414439,0.3500985780749015,1 +-1.8677027495909941,-1.1270937328531832,-1.9914846644728088,-0.7619449116706714,1.0768932355290037,0.7111230170220461,1.1999435170364225,-1.450872966665788,1 +0.8883456621365649,-0.5275517094705402,-0.27137794086814176,1.4270105259432084,1.0644878005731568,-0.24289963153973476,-1.1959442712681652,0.5120400164278028,1 +-1.3623645010978425,0.17398233104818261,-1.8163536196962835,0.5588570290503891,-0.4059336278197209,0.23187285320758844,1.2228322307987634,-2.3413469445499064,1 +0.8096973525197974,1.330283118003881,0.8784569793526894,-1.9080129743730976,-0.3575075480249879,-0.03854928471495289,-1.2284618025293665,0.10432903205294763,0 +1.4190534575333908,-1.4486268613921751,-2.2903310983200704,1.2871545046868689,2.9022345937296783,1.8853605717013577,0.5945882748890197,-1.4092344991243428,1 +1.4387343908638976,-1.9851767843080557,-1.451136221686399,1.1685217513976567,-2.2786703580671634,-3.047880774474547,1.7433455365382786,-0.03570467917382991,0 +-1.211059462187511,0.7663072309487727,0.09311185145574731,-1.4020492082100222,2.1658031047288033,1.3540215734641616,-2.137171790752335,-0.07828990981927686,0 +-0.5936282550037448,0.2567881837630217,-0.8275171064529092,-0.0514051013058962,-0.40493730712913284,-0.8016807951231653,-0.530838025796659,-0.8527190717857275,0 +-0.3640184258655888,-0.4945685659374982,-1.9684141459045839,1.2492494416998066,0.35926731943972534,-0.324476547186496,0.15355228844215218,-1.5991885090376918,0 +1.2580754410547177,0.7940295383807024,-1.8765129560118383,-0.6817884849623643,2.1441880776213047,0.7605861145532749,-2.3619031622348725,-1.9969080910080381,0 +-1.5199432884048156,2.0760157268377832,1.8376138344003512,0.6505667253126025,-1.044577518949527,1.374402401727461,0.5569055162391983,-0.14229362985639082,1 +-0.46455104932644153,0.617465935237496,-0.5921701816944825,0.2754893732389986,1.2060216913439972,0.32774303763125556,-1.7793558987566214,-0.6670457029517991,0 +-0.30544841660192745,2.1439437666320553,1.1341149136437474,-0.5803381256482989,-1.7978737502048239,0.8770828514765816,1.0971961962762942,-1.02259884123123,1 +-0.33169573909850303,-3.239505561658932,-1.9484456930327119,0.16200389211939165,0.10251433636895595,-2.312266781979681,0.8228027904808646,0.7110911765546961,0 +-0.011549808864007836,-2.1794650337013137,-2.770546841291828,0.011819886113140837,0.30818474195830126,-1.2816429987979472,0.9972104508914923,-1.1459482328912496,0 +0.8723576671182096,1.0373536262596612,2.0590824063554405,-2.1960637435374752,-1.5511586364261574,-0.8169208951996316,-0.5870192660921086,1.437651909873649,0 +-0.05019416183415866,1.708284697458842,2.1186750530519856,1.0699774020024282,-0.7511811144756559,0.13183192572104951,-1.2035193139685472,1.025519214850112,0 +-1.0569052487375084,1.7696408932609828,1.7270799215767314,-0.17847142765616664,1.091419173147604,2.528573979450363,-0.5889358071135762,0.22567188445550423,1 +-0.0012667797314429774,1.6845092269331832,-0.3252158400903106,-0.2974877726307635,-0.3205879446458163,-0.27971680252708214,-1.6390134075947769,-1.2884704718845286,0 +-2.0877085391672345,0.22667533085079905,1.2840716429562562,-0.9530906981366837,0.6353969820020823,0.5271715498893235,-0.8168056296879427,1.2939531255194758,1 +0.12229021328149921,-2.4556531761364133,-2.445254496231671,-2.7906525379528246,0.14683152407737554,-2.8989375804398847,-0.725691215258939,0.008072496248528349,1 +-0.646967718264443,-2.112736046632514,-2.6908923999289063,2.6057450324096223,1.6067754362437685,-0.651569231483397,-0.10999220139097876,-0.8701315387890898,0 +1.6096024868657373,-2.65128330897985,-1.87534632241256,-0.029392276151253616,-1.7253510959238336,-3.4793224772105864,1.2185861163113616,0.2709316498424773,0 +-1.51249759432613,-1.3549938248174458,-0.9966327467836908,-0.7007265561803868,2.5658826560147228,-0.014453650358484338,-1.932639241275837,0.6557685653222239,1 +-0.1842566081011309,0.6012050689962011,0.19378903706911074,-0.5520186662053268,-0.6296325114612482,-0.08880319958823124,0.0758331525120447,-0.3246099920631664,1 +0.23301746804626025,0.5250640738068715,2.1333283339947116,1.174961103508675,0.2813720434307505,0.6348633028129254,-0.7338568273309103,1.8742137440151367,1 +0.6218944048705702,-0.7527152040945129,-1.3153725690121878,-0.8741268593888554,1.1074441569293967,-0.3795030174908877,-0.8966303130226099,-0.42916941530394404,0 +-0.38417121221454875,-3.2347556438195975,-1.9478161385472346,0.49689573214272187,2.468967158642992,-0.5985568650933231,-0.27291353942688507,0.8727442540061467,0 +-0.5581789966591062,-2.229770289382254,-1.0198691196908383,0.44409006772454307,0.9598535714935769,-1.848233905967958,-1.1372846879017269,1.2965149543060375,1 +-1.6986959029804272,0.14185229984376646,-1.4942335218014862,-0.41981023756355523,1.11710862025759,0.5046388352659841,-0.6443419059244342,-1.502618472806589,0 +0.5755785056775596,0.2548336170700223,0.8590216238622256,-1.7456886851992994,1.8564251542670327,1.0839600548440487,-1.724474288762783,1.0411095445338114,0 +1.6095835121330053,-0.08008313927987976,-0.003941335378838202,-1.0562274233725693,-0.32334707551536435,-0.5907066929835666,-0.2391534718774218,0.17364552615397688,1 +-0.4992787453607494,-1.4691875354778559,-2.092108779668298,-1.587365451396321,1.5545784273595458,-0.9274607562075552,-1.2696958001353145,-0.4703292596511822,0 +1.1550011549858814,-2.8696137726550104,-4.313602355486012,-0.2868394368892231,-1.5973012549643917,-3.0432399713862788,2.5537483589094423,-2.417057557515714,0 +-0.27572974312653536,-0.1760451526725506,-1.0435604145534572,-0.7886217225585214,-0.7985850626831126,-0.7763642314026244,0.5935010445568873,-1.0127878295794857,1 +1.3903638267289866,1.8872309968204168,2.0002456293670923,-0.5761125019080252,-0.7426732738306991,1.2973179199681601,0.18017364823586568,0.2902732677205637,1 +1.4562957172380797,-2.484110951112983,-1.2879576555159598,-0.6541608872242339,2.5328932066671754,-1.454432066867346,-2.505076225954528,1.5787849741077613,1 +1.7799751991612176,2.306539648959343,0.33594763167670083,1.1107274800612326,0.08553963135757321,0.2924366077780848,-2.3160737381022902,-1.0027203839492478,0 +-0.49975289737643164,2.371215757287619,2.384488266021549,-1.2894882812462822,-0.8989991237407498,1.5878672528055726,0.1584347479110978,0.2555207178158042,1 +0.23157115089745903,-2.6027983815051403,-3.8654021276065316,1.6898794166855755,-1.1924825454765422,-3.115757353646801,1.4628410894826291,-1.8862652051984325,0 +1.5569959914359404,-3.64834878239442,-3.386260848173347,-1.3104661368474118,1.5443099480083908,-3.2822772514428706,-1.6743308023180665,0.34534172674625996,1 +-0.30232568827193373,0.8394609770417005,0.15706187213296396,0.8964969746410772,-1.94669922724216,-0.667688436902124,0.9364233611043407,-0.7516247430016254,1 +-0.6001960558038897,-0.6710657343031519,-0.702318243564182,0.297828702303517,-0.2608638709065852,-0.5706769612586522,0.5364723414296899,-0.24822826428186157,1 +-0.23385735175065225,-1.962881612893954,-2.2604686282533684,0.15265550403298886,0.25642104899830886,-0.22569923708126227,2.099570377280716,-1.1897855047818815,1 +-0.43792363367137643,0.2727698452667451,-1.0333542375264855,-0.007401285181879003,-0.28940082305353454,-1.2416873250297016,-1.2407599920687222,-0.8495717099084236,0 +0.3123134931084691,-0.3036017388156117,1.5990311604101235,0.628687891981471,1.057932257010497,0.29242713791285735,-1.25145502872024,2.1975289324820997,1 +1.2234583446820755,-0.019959632456541865,-0.8053620853662692,-0.8541746600494234,0.08409158954752013,0.29996843632972836,0.5331353577503782,-0.9687884869867698,1 +-0.022362176291231772,-0.2405543932491706,0.9756455862082213,-0.22504763125511185,-0.10771532733140642,-0.3818854790574282,-0.3766756441511493,1.3258331676406656,1 +-0.23574308948280406,0.6702486294553399,-0.14797838961033188,2.793712293977682,-2.758605957963738,-0.43312444999444266,2.6779530849361812,-1.4078393170952896,1 +0.41241016968924904,1.1466983958242747,2.7358980471431815,0.35112745148509655,0.40856170109933276,1.5909908815926255,-0.4834187790220732,1.8203702899695087,1 +-0.19637304637682756,0.177493851777364,-1.5513998317143354,-0.46436711501667244,0.5185521195905287,-0.9907167196934641,-1.807159074405151,-1.161531831043348,0 +0.36390736502083104,1.1213303180117469,0.30188339649279666,-1.3323340385218132,1.0888637759153497,-0.06093434686600274,-2.931029087984289,0.15727341903529468,0 +0.869884023515171,2.2635428101536017,2.9393901332441414,1.6689216270973444,0.12979342756985027,1.9824902060598526,-0.8263806977893913,1.1465388642069347,1 +0.2819081284944034,0.25435311749221357,1.4216455547674751,1.4457727929741582,-1.316388783817529,-1.2368435777571416,-0.45454960471632877,1.4476485403636343,0 +0.06208977104131007,0.4382462177650521,0.2750610344089321,0.38439391406593076,0.5800120162812419,0.17880817124769777,-1.1407397486684159,0.20425269435958537,0 +-0.9270069170537628,1.2651571188306803,1.1301840597281494,1.5618586960154328,0.5181317962837783,0.5225998829527225,-1.731367920684551,0.5081714044608179,0 +-0.4442927350219063,-2.153980519424401,-1.0010858714204205,0.9699214358561579,1.5570813290490442,-0.893962939552534,-0.8035442723949677,1.088105410525137,0 +1.6650947836031005,0.19939328579527638,-1.174722481605979,-1.1147925262414435,2.4179741750665964,0.7459378661440115,-2.3324433688853876,-0.7883208708434708,0 +-0.2523937414670177,0.018269010899507054,-1.6709836608437298,-0.19553256128282714,1.4028087457061649,0.13957017653145587,-1.3549285817420782,-1.357591687309597,0 +1.575966334844787,-0.3092597057271411,-2.152755474004576,-0.7437478532817837,2.8578638707338233,0.9152443179678853,-1.904608443155031,-1.4812731051793053,0 +-2.799654016648074,0.9339132747742204,0.38183070191406143,-0.38052744211190037,-0.8343100569125599,2.2505400663563124,3.0757707436675403,-1.405608852047529,0 +0.7982112342780271,1.7778410406287324,1.609367477970959,-2.729291552213915,-0.3091940277775932,0.16491424790572107,-1.7186953087572892,0.5860582102718586,1 +1.0152123387266403,-1.4554188942505615,-1.9173992674473574,0.7587371564300912,1.1301297638890595,-0.7070020682963779,-0.43502947708080597,-0.5471507986452869,0 +1.6629435583903502,-0.9616222028486424,-0.6075490019916092,-0.6269425018739511,-0.1966855454927314,-1.3067337592548638,-0.25088989515257565,0.3629771965102435,0 +-1.2396424975729088,-0.026600379776693606,-1.6637861624340473,0.7442051959302574,0.16616122532771097,-0.9397999224137966,-0.9840174475782028,-1.3299513029061232,0 +0.7176567824080404,2.7151604678792527,1.5218202332492674,0.3087492125805217,-2.395944086496908,-0.7163162884371383,-0.9025633290415875,-0.44787380703157065,0 +-0.317042657240712,2.3559378655713674,1.8461167413276,-1.4215885901661576,-0.63825247305243,1.9210920448831998,0.4021051231283771,-0.3701435439589002,1 +0.740119488845361,-1.83491419849411,-1.2382543218557143,-1.2620773093669035,1.0603258653142662,-1.5364662137461365,-1.2278328838223778,0.741652831382128,1 +-0.19968456770213497,2.982100485821287,2.2595272286540453,-0.36064780329260354,-4.156425160904919,0.2443562328322577,2.3910512927888714,-0.8884791049659817,1 +-1.6405482882085978,-0.7777427751656423,-1.6178176207027775,-0.980758124336158,0.7278717198963156,1.0336100769993628,1.6439984567565173,-1.5111207260736697,1 +0.736970972355895,0.3148556672593778,0.15408975549142304,1.1687346879105098,0.3242015738151772,-0.40521468745433753,-1.3870043494939157,0.2969660428896356,0 +0.7633424647175675,-2.0622643277267265,-0.9063344840051837,-0.7976289936135198,2.0091892337713873,-0.4328909788033884,-0.9596901631903119,1.1138055579950112,0 +1.295673152707836,1.850970652725629,-1.9784008186515578,1.3677592501343478,-1.2583244475564084,-0.7906624056940226,-0.6871017036114029,-3.3273884317899,0 +1.054701707890162,-1.0965718212908573,-1.0113437431556862,0.8228290886111922,-0.1567259766691059,-1.6665939243366377,-0.5263936429604295,0.16877142263649936,1 +-0.48347143652635816,-0.6849859889866614,-0.6092489182555058,-0.03540571238269059,3.7008267873002207,2.1984082078607186,-1.4339208698355121,0.17884202098120627,0 +0.541446144730243,0.06993190550932271,-1.7556931884407534,-0.44633745991159024,-0.2248042761215588,-0.7579541937759277,-0.26128347700639,-1.714370425359265,0 +0.007725724080471958,-2.7514797508606765,-1.5652713134050686,-0.6958724510877127,0.6459090518949534,-2.4985768650678253,-0.837523440948293,1.1517368360475513,1 +0.3710646504248783,-2.6869488345006403,-1.0328747540813905,1.493697540579126,-0.828628790127778,-2.7599057546628813,0.6952035384466089,1.2436005685795242,0 +0.15379952520847104,-3.106952977543248,-3.156145500751566,0.6550225363897009,2.8717817399492103,-2.0032431992902526,-2.5121737117297744,0.2504651696888458,1 +-1.6704878950009256,-2.227851778414239,-1.6077939122746854,0.9559159049625466,1.9526345961306535,-1.1627895935436248,-1.4725469008817835,0.7355903220821297,1 +1.9433450576776796,-2.2104728476872717,-2.4204334082564545,1.2047298775670991,1.5958813285092635,-0.0028219661693165143,0.7986915787356247,-0.8083375330942525,1 +0.999608629076141,1.2451126279312184,4.188611133304768,0.36729788612161823,-0.6329693225242691,0.532958556899739,-0.9323545961888804,3.4160769409134293,0 +0.0555218729816387,0.6254765405650955,1.8666967138199504,-0.67365140579223,-1.1917939041299754,-0.21562833153762367,0.20186010369808216,1.3305105226759086,1 +-0.3159312285383657,-0.028177251243286183,3.941037827850766,-0.22526411287672005,-0.05927936919232698,0.6702554026767085,-0.12337529675842762,4.010624321128392,0 +-0.6744580902117857,-3.9725349419861793,-2.176571710967898,1.133408759693225,1.847126117274692,-3.0204491798919193,-1.7550936480365324,1.8502233178725254,1 +-0.1820292986039778,0.9812961766938039,1.730198150613396,-1.0231702588779208,-3.1963279844560573,-2.367572271171963,-0.1532737003086554,1.1523621941633155,0 +-2.241819746629914,-1.1780537608970048,-2.2862960958391563,1.6567924696576226,0.06831710001346165,-1.0000434192983265,0.49595031647442855,-1.38571398342531,0 +-1.3255094810017658,-0.41193953196276906,-0.22604359465961618,-0.17257163992333763,-0.24378347171387968,-0.8390693326626688,-0.2622714617735444,0.2535636950087428,1 +0.2840454917566444,-1.436231440593469,-1.9824334464394997,1.5310126263237722,0.7433517202448858,-0.9448055628196019,-0.20240107041102995,-0.6741466531144877,0 +-0.0913016234190327,-0.7258014312233627,-1.3120263508036014,-1.0504433945995701,0.2018019008172168,-1.7432808470568533,-1.4537316538240876,-0.19318796280761874,0 +-0.14401373436510728,0.6092980946129357,-0.4179308966332898,-1.3708508168207774,0.4906574874417671,1.1866129552743387,0.3458549532486343,-1.1239378506583497,1 +0.5917383069255335,-0.9984720880127587,-1.5499117543015337,0.17826822576725698,1.1598322829921872,-0.9010675001173767,-1.3347174232351062,-0.30139306455345144,0 +1.3177872217302165,0.7869320903416243,-1.4940281559269855,0.3000839285718448,0.7110120537499424,-0.03169616364190042,-1.476171658364692,-1.7811133983488057,0 +0.7197588300267012,-0.09306462858310216,-1.0501452612251563,0.24849486767071252,0.7072895928547775,-0.12599134196202477,-0.7751292034094175,-0.7691605734072753,0 +-0.04762259397487807,-0.24884007540077402,-0.2984638417550805,0.10305491737979518,-1.690540959527088,-1.7350709764986543,0.451636879921139,-0.08223319448545086,0 +-1.6296580098742346,0.5997697178575668,-1.223496172646807,-1.4065533725944082,0.6296309526653807,1.2400201409813283,0.4605704714324665,-1.969629845825252,1 +-0.5088035708738524,1.0878310668122757,1.371247178641087,-1.8401803134406907,-0.8545252845851624,1.5480292919874734,1.7171265270635627,-0.10872269713929861,1 +-1.0378007028630734,-0.667489303488976,-2.1647573490252836,0.8937999582947139,-0.9749166118558716,-1.9066480619938884,0.18947232167426353,-1.5410277190984016,1 +-0.8973478055892996,-1.2647435501481685,-2.2825969491591427,0.028101915388908372,0.8684483490728552,-1.0886736298521833,-0.6715141231994349,-0.9860697608981086,0 +1.4081131100294197,1.2496750240384935,0.3860723145831898,0.28475400172101634,-0.8018991577134269,-1.0326296792286815,-1.6920926291567302,-0.12626539067250453,0 +-0.14704964563593895,0.3495914796416486,0.2365890523479948,0.3088868757347416,-2.2918007478158895,-1.201395113504395,1.2223193465046653,-0.29344384546887814,1 +0.7794042823646607,-0.41556516559937107,1.1969120678587082,-2.92767419192104,2.1465683949915157,0.7534643615514396,-1.9534243478288145,2.038036893659208,1 +-0.16739737645861233,1.4178594867689065,1.720018380900056,-0.4758604317879054,0.15545882420374282,2.007344501962328,0.4326212993706824,0.2792278778365799,1 +1.112426898894522,-0.06846561156620734,0.5178829325184525,-0.8759594702160491,-0.2608763341995766,-0.3658276589271604,-0.190773590965585,0.6637698577650669,1 +-1.54523905417672,-1.365073265203488,-1.649862788412435,0.33727496010146624,2.1126537589871353,-0.6298408241320171,-1.9083171926398643,0.04109012809011081,1 +0.6733042528698819,-2.748798064342971,-2.011364738372382,-0.15220504891842324,2.361457525864943,-1.7473643381377544,-2.1579033436204766,0.9957791830435834,1 +-0.8935619428547579,1.0973321286465583,-0.8827511205244829,-0.9816890831956616,-2.1606936729479473,-2.333917048797236,-0.9603566183468357,-1.385127861064686,0 +-0.7092248888121988,-2.20869476075286,-2.573462508411254,0.2285551765505422,3.7975712579699974,0.8723050679301128,-1.1332694750093295,-0.5097599181926205,0 +0.3699955517853104,-0.047089868670405655,0.4144669384417011,-1.1782145066748684,2.0895286277801763,0.870638192447243,-1.888283162962306,0.9050669197763975,1 +0.4656740706549064,0.26666410542121005,-1.3726698613002257,-1.0451948048718613,1.5947656229856444,0.5810936955676198,-1.3934317981367708,-1.2877074561682194,1 +-0.06167984606814767,-1.9291644619105814,-1.0502256740730151,-1.7771918356108705,1.3483181993967042,-0.9872938049345175,-0.8585220485566503,0.8703028972589755,0 +-1.1623029945105756,0.7282875978199322,-0.6459778134743696,-0.6682917318831973,-1.1074061308664984,0.9085024365883202,2.192232303295544,-1.934402550866084,1 +0.0023952102352844313,1.6622304046644738,1.3203176377640018,-0.2922333427541241,0.2986403805316923,0.9300429688081737,-1.3575267985613066,0.23358956122337393,1 +0.697622793358186,0.07744703472171366,-0.9399380922093278,1.0678692081814336,-1.4688816879867972,-1.7186919242065446,-0.01035393582728128,-0.8859663184509985,0 +0.8011617277169139,0.5483044831962617,-1.3982464747645584,0.3371857131950531,-2.067095940754359,0.21784366751085477,3.0504802511779747,-2.7260572439157693,1 +-0.42399777286758716,-0.023740955638437256,-0.4627148883465577,0.8500558304735328,1.5752640616280196,1.0051314569174892,-0.7482073330311625,-0.32480619462219046,1 +-0.6391278408106155,1.310737831754606,1.4181841085600488,0.48674347952094676,-1.9037941195683592,0.22397860900549094,1.1940501888290558,-0.006249758853632437,1 +-1.5379365232668454,-0.8605581327615499,-1.0110628728827686,0.6536415787332035,-0.2652644779681065,-1.437530508608643,-0.32057027057180226,-0.10355414238050942,0 +1.3553493550998763,1.6289866756965865,1.7080049624483609,0.9212637415154904,-1.8890680471551984,-0.8915193670026552,-0.7415842904016422,0.6286848705551922,0 +0.4078238520671157,-2.0862323806676573,-2.767441756657309,1.8341534507425203,0.41325269502076156,-1.1980881694694765,0.8573160462230498,-1.1901041034222224,0 +-1.0990295350220265,-0.18194204915707834,-1.1265371457340472,0.18351707820639426,0.5662899428434038,-0.3345159477836049,-0.7343170691712999,-0.7667657671442769,0 +-0.6063855295772054,-1.1280848728416615,-1.8532446164604133,1.291645959147002,1.620328996880098,-0.19361037354496102,-0.8210513030887583,-0.6933845641295913,0 +1.5592062146522798,1.6831417162911038,1.0027582257458372,-1.177774522167135,-1.2295404251316122,1.9809874375646022,2.2936387953265602,-1.1752103046255293,1 +-0.39479744067868694,0.6423985080862928,-0.45203531540928304,-1.0006563907355583,-0.8812705548698014,-0.5109034444190399,0.012941697301917854,-0.9662996359708786,1 +-0.24958289507276285,1.1572310562525905,1.8949297741266429,-0.1769763560813815,-0.981794469518605,0.32721643480653084,0.04478519489503563,0.9109009694975507,1 +-0.3376806771972392,-1.256138415843003,-3.352719132621847,2.1894406189061266,1.3702643839317805,-0.8945751661889355,-0.8303656616567419,-2.052694112797801,0 +-0.42729880377691315,-0.17625142323699994,0.9799486394478438,-0.13901661551439953,0.5301529512739307,0.11602068986518199,-0.6931780795923442,1.323336451350918,1 +0.058701060884712664,0.33607015625509445,1.1431203720505814,-0.5226497794979553,-1.1049675633668408,-0.4340161177821462,0.3066868789234402,0.8280636783682569,1 +1.0912299231683897,1.5509738147829948,3.138742694353093,-0.4524983593161062,-2.6281830660181678,-0.6783150049261166,0.27044058000131965,1.8583253389591696,1 +1.3386887989530896,-0.017100188824082707,-0.6934786322425424,0.6890246752845571,2.153327901709246,0.20542137303790686,-2.580701488728656,-0.007796490594502936,0 +-1.3682668869736971,-0.40792139840831054,0.4497148403814619,1.6452097914933317,1.9753072318736242,0.8336001385434173,-1.3956888967240606,1.1152421622543975,0 +1.6814502191287806,0.24677296322541498,-1.550290650727434,-1.133410328744024,-0.9865463463863541,-1.4091050619603926,-0.2928004002608965,-1.5965535324978521,0 +0.7048208932953243,1.2265962118793068,0.10968306253097636,-1.0261637765481584,0.3148565245522599,0.19363077260856454,-1.5453442083374282,-0.5213810053511869,0 +0.6769286167486472,-0.22165943642545893,-0.35078064126853303,-0.9061569886889521,-0.4581701832670708,-0.7162279557192923,0.03812570565230988,-0.12461447160513339,1 +-1.9834657993722735,-1.7446951905024444,-0.9239523114061708,1.4268876615219501,1.6835933904609188,-1.008075266221709,-1.5998658135362978,1.0449693417223707,1 +-0.526743029639782,-1.5218774683491598,-1.292604055811192,-0.6060233606795336,-0.4432490073403338,-2.003597821635018,-0.027629352012035646,0.1331095847353856,1 +1.5167592699184995,-1.378691895412035,-0.51736957028408,-0.6562999291254161,1.2299832590683273,-0.6920676502373315,-1.0426413458705934,0.9739826200199081,1 +-1.2462362069096302,0.428697053460372,-0.6092360344871682,1.270431748811018,-0.15720064831521455,-0.8555004615616818,-1.204244847157868,-0.5897925577094097,0 +0.5041080628255317,-2.376059421584169,-1.5127686913849088,-0.22614466500991612,0.31866196343387077,-2.3037005893951874,-0.5306006170590001,0.7899925266635984,1 +0.3159065885566477,-1.006950519884856,-1.5016274948464905,0.46736176724615425,0.6166903786036974,-0.10868517671766609,0.49259202126854196,-0.8003197504478834,0 +0.2973871547634144,0.9336378224513124,-2.5813880593491643,-1.1134263665515254,0.30313412777148835,-0.08525315924321286,-0.8114017222217049,-3.1857477419160753,0 +-1.360758548187702,1.825605898170545,1.064415572827659,0.0618419579162241,-2.2980479123299165,-0.4522910773986295,0.40079607721199784,-0.5341666866430275,1 +-1.4413453700349763,-0.8398349582993931,-2.4731346741223557,-0.28298112536018594,0.4584915123729261,-0.19563472450365016,0.7012594415019381,-1.9785042231986494,1 +0.9457958037103232,0.07624090891080504,1.6459086256928128,-0.4934536252803636,-1.3458834461900546,-0.8757776009182737,0.19685818027762547,1.6220602162855728,0 +0.17353332984047393,-0.6626187102925958,-0.7380871209722819,-0.2549626987482393,0.5256137184026896,0.5477431952581522,0.9074683911260686,-0.4778579757675391,1 +1.9882087445819792,-1.5029609015129288,-0.6983777749302144,0.29122786851382443,0.5423303348179985,-1.3844435915881528,-0.7990817485280348,0.8822146851859676,1 +0.6563857498731742,0.2740219240577424,-0.609666223219159,0.5310533613308617,2.9359249848889064,1.5774850333312125,-2.2050281730224017,-0.37539820506545607,0 +0.12076016938088897,2.4153446681291846,-0.32463757357192874,-0.06503592306708915,-0.16169842486717725,0.9460786661530584,-1.0188472475256773,-2.167005176321691,1 +-0.42151951779547825,-0.9296076766453316,-2.5330287714765998,-2.065686485873348,-1.792024342923008,-1.0126679997184425,2.9364736791599393,-2.505626148531099,1 +-0.29240854317079107,-1.595035078136735,-0.9547228997092293,1.5237680050318323,1.2015676280524592,-0.32841613880075715,-0.15797117673705996,0.44505069170866496,0 +1.0043289289510242,1.725060249590957,1.681663786837405,0.17720206349463372,-2.642437270895614,-0.07394431164217774,1.3279790447357727,-0.10186402544870232,1 +-0.007424298830858766,1.2262329971533412,1.4729203163208267,0.39588966067720477,-1.2309672523265052,0.7243728889646435,0.9769835296722823,0.1411056331624403,1 +1.708040653621774,-1.9607229803048585,-1.6104157269581005,1.0529153536550484,0.7893011987321095,-0.20854593748487438,1.1729916360973072,-0.2816569342796472,1 +-0.062110932899114804,-1.4372988919592526,-2.079664610576949,1.0645679755250634,3.4486732156458246,2.0972050764377075,0.024759833207120163,-1.0668027450555253,1 +0.5562673071352094,-1.037961146607178,-2.250750889516031,0.5231883634206589,0.8990334864130498,-0.3035676280337919,0.07846523025015906,-1.4083883334161973,0 +-0.7449404958146624,1.576780297506692,0.5492053425698378,1.302151410724196,-1.4143457522544658,1.0091461331026705,1.5059033065733662,-1.2586083958223901,1 +-0.08101811985857009,-2.2954965227040436,-3.2104114292070394,0.39372092888005483,1.317572191862649,-0.012994537994189814,1.5009287541417218,-1.728500504197899,1 +-0.34640427290953674,-0.8716239567218023,-0.3342878644923144,0.5799055635734213,0.9652715594898302,-0.3487791459604664,-0.8064651043922342,0.6414895490188409,1 +-1.1911892368901205,-0.8946255687577074,-2.5019255762340284,0.23272992640334075,0.019226194273060146,-1.6317158165151981,-0.5203898887140528,-1.520824399852887,0 +0.7043807976707804,0.5941882779395793,0.5842705923803836,-0.32166535251980155,-0.6772128162127267,-0.3277166045223133,-0.2796354704818068,0.1926165926961434,1 +-1.1641769156480295,-0.5320210798537037,0.22681044421102495,-0.4620644606099281,2.1710475102103297,0.35376592965833753,-2.11719814515532,1.2255601766740531,1 +-1.3464767747860782,-1.676797368192397,-1.0956836149802769,-1.4024614936331439,3.120725205089282,0.15602613390098352,-2.121358310815684,0.8649217683731905,0 +0.5099558446188315,-0.4275329451260102,1.2364756182962624,0.19962167989199697,0.8340319333601347,0.04357118674523397,-1.026123070946312,1.8919067913519563,1 +1.3312282870792094,0.1544602904514294,1.3220591930919627,1.0260905063165748,-1.002527048173369,-1.0817620465232511,-0.5591458026145286,1.4472336339522984,0 +1.303778266206801,2.2876559989318914,2.4462636833305655,-0.6555635202098918,-3.6814694783508806,-2.0659284910827607,-0.6733281819295253,0.8941261455855961,0 +-0.724248512606206,0.6788750575003086,2.3138138139715405,-0.5557947218222493,-0.7156489898802642,0.4317707787563445,0.20005395311775975,1.690601084070677,1 +-1.0360541121610425,1.2404145406242022,2.8434590072685766,1.184741205336569,-4.2646233104522935,-2.3425728229642946,0.8050015749934707,1.8035910244763909,0 +1.3529063533510775,0.3694057301087177,1.5181034998048974,-0.16510984190849767,-1.8749821793272567,-1.335463226007547,0.059111082279705074,1.317074918587589,0 +0.9983728961265999,-1.150746080455367,0.2151018063505116,-0.3328002795900068,-0.42089269486421177,-1.094754941797137,0.3193796615127056,1.1881521533614727,0 +-0.9412429357924824,1.9914788579523042,2.4768407660507665,-0.291607091610586,-4.85883973816267,-1.225944368311528,2.437798837267575,0.2692280848340616,1 +0.2723550630728366,1.2040947527580816,0.8040609810138236,-1.126980642718045,-1.0135425840009709,-0.48933713362142806,-0.7362957774343633,0.0367316875199547,1 +-0.09058130126150489,0.43894861911890887,-0.7560266056578189,0.6429629288168203,0.7196689073062849,0.8179516196730439,-0.19183734790172446,-1.1498679172783832,1 +0.21420861165899097,-0.21762777560605123,0.7706725565639734,-0.392728427833966,0.8001320294773949,0.21179242756430028,-0.8458716014256065,1.1795892056886597,1 +-1.8418236962887384,-1.5085689505410298,-2.437526276835722,-1.557251062567014,2.0681313710793825,0.0013807436440613774,-0.6216201807198554,-1.0346471260546937,0 +-2.036681241529797,1.1364525591730537,0.8753833722511051,-0.7576924565758357,1.9637972878931633,2.5269747984151167,-0.9081793245907268,-0.018473064589459298,1 +-0.2148607980228307,0.3466710354294592,-0.35500631275411293,2.1992018594874314,-2.379180688852664,-1.0409747284375832,1.7341517729105116,-1.0429317721143714,1 +0.5604529641326106,-0.6602554880809686,-0.20133951803050035,0.6895047956660944,2.669963998111606,0.9811017229850265,-1.7308547206941374,0.7461586337031813,0 +0.9085342641230257,-0.3752799784283487,-0.8259635111823186,-0.15368767837863667,0.5920015563730947,-0.2959756705459676,-0.5974466811292096,-0.33800217746868166,1 +-0.9915809580020152,0.11988360686490429,0.4748258424550263,-0.0979642369155892,-0.9790305103856016,-0.9060667324839199,-0.07753852345248502,0.4717144809443092,0 +-0.2612705544644278,-1.793369348122278,-0.6311404764900354,1.4803620463821991,-0.09322063733254064,-1.5026458041456792,0.2439482995936305,0.9227136190182199,0 +1.1330711171885146,0.4205763523477511,-0.6045789341264267,-0.35930765866038644,-0.6719304280062444,0.8218377207647536,1.7752342720823682,-1.5129468627542912,1 +-0.5975760342736152,-1.7262729912892596,-1.9532438625794957,0.759628296504721,-0.3651715576083867,-1.9565465502820907,0.3340150494957388,-0.4670290013353261,0 +1.951514873729931,-2.8434487721593227,-2.28073762194435,0.823221833471309,3.3992213266983766,-0.13025672205465766,-1.3018696383357753,0.44637504966116914,0 +1.705773570049964,-2.5930512868695743,-2.1082830432767747,0.29189177943065914,2.8738888143164183,-0.28169806145107307,-1.0739405140538736,0.3600612552784277,0 +-0.5341913692637856,-1.0025109318149115,0.24279334922705506,0.5819250324373177,1.6637419988005342,2.1867428267710998,1.5547254392527887,0.5051924245846822,1 +-0.4175600410779264,-2.82409805383083,-1.1754050109500909,0.6578269462055802,1.1611179054752852,-1.7798161505579837,-0.6475083922416469,1.5027236379506403,1 +-0.3012880669096043,-2.0370725271646144,-1.9457993162775011,-0.38886666626921507,2.05142696115378,-1.3090433043676375,-1.9172420201293086,0.3624940522610778,0 +-1.5578893398993057,1.4935960755243143,1.170296585789702,2.6990821602335626,-1.004654123820644,0.4406365984805587,0.07416748359254777,-0.12623533374118034,1 +-1.4186011664554725,-1.7290584171766583,0.26601655846800115,0.6041450815292327,0.5703830624087123,-1.3699840615914682,-0.8530990891207433,2.066710491735197,1 +0.5585465457386125,-2.6837824089935687,-2.595071796323058,1.163424581850198,-1.278096861868197,-2.7834530875649808,1.750605288353363,-0.6303016050411515,0 +0.09492031459018219,0.3196229904190758,-0.7346089920123536,0.1684614489507407,0.8443379221180836,0.9851974555550292,-0.024070989630219697,-1.0855267955911108,1 +0.04608577777938745,-0.5759878607626467,0.9718888707718955,2.1683983497344363,0.633629400043874,0.18156970874670475,-0.3199461821900972,1.5467918483179806,0 +-0.4385059097621363,-1.676234280588205,-2.7045601141103357,0.9026108787981826,1.1956526783737316,0.2685023503693351,1.2371791406794244,-1.6877713081087737,1 +0.11554244160795023,1.0731795364237948,-0.8928395410402766,-0.4768287979259322,-0.9062270608714084,-0.9026028813366179,-0.8119175253753759,-1.524907121138561,0 +-0.4401725261136037,-0.8307801633009858,-1.774598586423105,-0.9734291194844759,-0.5999310330929313,-1.3734840750189412,0.4296784445839146,-1.1124997279583988,0 +0.2971833302066776,0.33178517129211516,-0.7345057257426251,1.9462813474659537,-0.47883295920509417,0.8475651222481368,1.6671326406359017,-1.5427022142766824,1 +-1.7234454347656507,-2.33632145925427,-2.705091364985358,0.060851190619545255,-1.8072289840315479,-3.8496204318320446,0.7401712234006572,-0.6804561782715601,1 +0.49190725103327076,-0.1624156543992742,1.684517919081608,0.5377022988900321,-0.9435816493603788,-0.5500337669254093,0.3036859343478475,1.8090005445311799,1 +0.31068026887656025,1.2458959864270525,2.4528855174372843,-1.0268430947285714,-2.9706609931851,-1.8426064617774878,-0.2679852111987392,1.6540222205157145,0 +-1.268172758268994,0.4660014638055343,-0.9751723213349184,-0.17436667537454995,0.8840291647446229,-0.11030516985540628,-1.6308800382753876,-0.9348855318159452,0 +-0.828491512070222,-1.798181063285795,-0.743972743435865,-1.6664518565186848,2.3511928060169596,-0.7488562816066631,-2.2006526655520826,1.415707489953448,1 +-0.15463007725111544,-0.16710626681936724,0.6229702227835322,0.5591855315611469,1.9838060229404204,1.0119315082464928,-1.4794213345379517,1.0968671594215018,0 +-0.8803465654224456,1.7645318124686675,2.273172988241049,0.053258178534514894,-1.3055003125831057,0.9368873665630598,0.5563168166076953,0.5971363400353158,1 +0.7857303145646676,0.12395880610715382,-1.9282009865691792,-0.06931254750536729,-1.0087441977572746,-1.5922683724331277,-0.2644224384771217,-1.8704738975192334,0 +1.85542446500111,-0.7151350719388225,-0.3161964323674188,-0.4634451416333984,0.8786977287444963,0.7623557208743292,0.6253783044613719,0.05508520712604881,1 +0.8731228662183136,1.6453858903844263,0.21550142218372442,-1.0695150593157914,-1.7101628369969568,-1.0533939389048268,-0.8016034041352916,-0.8731828365807044,0 +3.1501336193557945,-2.5991558515033732,-2.2620646608833312,-0.6782977928096315,3.268927385016692,-1.0722070529917418,-2.641387526471763,0.6936500433714656,1 +1.4534118470172794,-2.8749542302836675,-3.263943985691156,-0.695892487674519,1.0381201569177043,-1.073292897823428,1.1255203894753143,-1.1105565094217174,0 +1.178124280454817,2.397426485872341,4.74229389888463,0.024931000004380147,-2.9222546723216447,-0.5236188413090223,-0.4772889795953421,2.9632893483596927,0 +0.8147647462350285,-2.4210734353702272,-2.9765590811042855,0.9233104353779148,0.3011681434050079,-0.7500589574995549,2.036145641223123,-1.473068169356188,0 +-0.35730214954370304,-2.7953804881466127,-1.251772847805386,0.4475039127690896,1.516919931221678,-1.755503929266275,-1.131775486327724,1.5300179771900668,0 +-0.33154072127887335,-3.620626333877609,-2.9629632982371583,0.9152189951694466,2.0899967902829872,-2.808160943435989,-1.9719905372889774,0.7962488698297084,1 +-0.2402258692866682,-0.3860890399490541,-0.4129122460048471,0.028864330367992578,1.7125502304648041,0.4125176481569235,-1.3581767285836241,0.24235098299377428,1 +-0.11382715544059199,-0.3093041934336658,-1.8876486838214563,0.2833783324470824,-0.638813191734988,-1.7240078385991344,-0.5123787269271737,-1.3861047332575531,0 +-0.7595043366980936,-0.5861076345894203,-1.2470328702370557,-0.7414241483523604,0.47719740442422426,-1.1963767508416367,-1.2864268223297437,-0.3323470156018692,0 +-0.21726781846890053,-0.2706959535971428,-0.42839170427621565,-0.7835781925744686,-0.37112732178778346,-0.13249720309752888,0.7678322301474929,-0.4042533039939239,1 +1.2753278958460896,0.07392771690762356,-1.4930182837683472,0.5160651628906785,-1.0582212981817836,-1.7859209570137953,-0.5232595772800982,-1.3011039369706445,0 +-2.2966657237654466,-2.665019897156548,-2.3230305057611473,0.24132080350137983,1.0805917791050639,-1.746273809187262,-0.3296504745220524,0.11357595142483712,0 +-0.4925460858792603,2.783199955519134,3.064487787771346,-0.15188347521370726,-0.26134317296535436,1.5993327066504173,-1.3758328163165536,1.0127554749815704,1 +1.132489696689671,-1.6062773747986014,-0.8335073947330601,-1.4245097241667448,-0.03464962303011942,-1.551444214943261,-0.04834896909814845,0.6418607453348399,0 +0.48685831747503583,0.9785010604483819,-1.9679403125758657,0.7327550243351981,-0.0068417732376751484,-0.06198585217310848,-0.5627397940439828,-2.6693241585917624,0 +-1.6783862172744128,1.742790374707937,2.9425163272529824,0.6178305297790365,-2.3968060593447142,-1.1191580016812148,-0.7982831799023917,1.8198531260753894,0 +0.18009630618196298,0.06422665782900883,1.2715145416997828,-0.49558172730216443,-2.523528497653053,-2.2386375180148486,0.17961696930514315,1.3609356829177004,0 +-0.037493558519502965,-2.838393785468109,-1.9722920063202956,0.7443477446106266,2.0642365835486416,-0.45188108834119456,0.07979995631673686,0.40639374774251125,0 +0.6692565822002647,-1.2512502685931728,-1.833404730754713,-0.05380961944311129,1.6249586613190101,-0.7762271523224961,-1.4777531035544145,-0.3468327457614926,1 +0.23324848119540387,-0.3517742128824379,-0.16647828913331242,-0.3854533511739292,0.8461594718027938,-0.09088886793221806,-0.9013570238276133,0.37880155728030374,1 +-0.9283880023391222,1.7659919616161321,2.943091005471357,-0.8979367258609088,-0.9340783151672878,-0.13463519801659385,-1.5971689945419099,1.9414774763302836,0 +-0.5160436381182756,0.7993066887117691,0.6295417233939673,-1.195700984035501,-0.099107803842591,1.0292827517251215,0.4715496949033651,-0.24194522864740237,1 +-1.374060992929562,-1.7215499244008428,-1.77182105669175,-0.9281631940989403,1.3900702309691126,0.9079276681237343,1.59363217937957,-0.8471307088736835,1 +-0.6850284379571918,-1.1767432214859452,-2.088182888801771,-0.006461536592293901,2.127015359532816,-0.08343123393838126,-1.2770409714488797,-0.7761053517779927,0 +-0.17038555182343132,2.057451274625537,1.1016526862265714,1.7289385031392452,-0.954215173290343,-0.57791267553907,-1.9449700101632839,-0.047872627137551804,0 +1.2834108078444884,-1.4100026932286207,-2.453907082081538,-0.41841494999862033,0.2744462071424471,-1.299414041832843,0.10078834602052444,-1.2302429287786683,0 +0.5596441690824429,1.3530809604570644,1.04715663302929,0.17444726016207157,-4.705034601284271,-3.5222706739652905,0.25431635946714515,0.1224991839089431,0 +0.9095153188000943,0.6608190783251158,-0.23812394675109058,-0.6180476691549767,-2.360209341814687,-0.3636667225986594,2.238236560926672,-1.3778389727344555,1 +-0.14108245990142732,0.9541699581793168,-0.5524493497465274,-0.2307380251110641,-0.4275621520265292,-0.22263507853459163,-0.5572606100711504,-1.1995254667570305,1 +-1.762045669370673,0.27389031423537813,2.7398334056108644,-2.158379159858028,0.009678443380519387,0.3574804770413307,-0.6196231587517925,2.693067892934141,0 +-0.5576611789094327,1.6856370361289958,-0.8141794381591815,0.014163107232822717,3.7338571155489064,2.9104314324201477,-3.0290189592550423,-1.6548853075183807,0 +-0.13792416986691042,0.5162028739614565,-1.250784065150424,0.43196857346412404,0.4643165403966579,-0.440203699918877,-1.4470542614358985,-1.2817988591475746,1 +-0.3245445295962629,0.17741634413915197,0.33920873690481396,-0.08400014847330227,-0.24982476197212675,-0.24731760349095455,-0.2622867684081111,0.28476917478304326,1 +-0.8170862656681036,-0.036643303827703866,-0.6135476659194152,2.323928564837312,0.17774143034766718,-0.12217027224129129,-0.2007603161302265,-0.5288434628546326,1 +0.4388459854144067,-0.6158101778318499,0.31193753787201267,0.14982269158425315,-1.0913828309042,-1.4319988671034043,0.2214142137105387,0.8870707634781262,0 +-1.1105259544430197,0.2155497319606831,-0.5690507091624069,0.09775999508003189,-0.04909642396367611,-0.7355090056598891,-0.9800882468048094,-0.43876257639666627,0 +1.525029306970128,-0.9279207685608344,0.12479939646226902,-0.9915823724742563,1.7053152216684428,-0.030674318628819197,-1.5092351186684765,1.3213046818930247,1 +-0.1084933362327225,-0.8802832816347687,-0.9448785495270364,-0.18696144449658872,-0.00018646264768769274,-1.907512659070651,-1.3235104932994872,0.28775610629805437,0 +-0.425424838224128,2.2996601842993725,3.0160850132552333,1.5269935446301839,-3.826952847012108,-0.10108854188376382,1.9787217474139651,0.5948259331751289,1 +0.2529282355429929,-0.4639038991641915,-1.7654909393548814,-0.5529717335875367,0.8988006020357991,-0.6102968110604207,-1.0889530713707196,-1.0607971975036903,0 +-0.17159673035984827,-2.204561774364521,-1.3263620718564708,0.7632010851268337,1.2902523991257593,-1.8513968902628892,-1.5520454259701393,1.0762241996568231,1 +-2.039092454498826,1.6848401866909288,1.6213935653001434,-0.200691390637438,-1.4925398507618313,-0.8879817664461491,-1.337997755732078,0.6545833080109139,0 +0.27101648576497506,-1.8369316156143825,-2.886902970364411,0.9496674589156379,-1.0855897559534629,-1.9142227465428077,1.8060390684864849,-1.7238408600986348,0 +0.5012174947470245,-2.4697462553735017,-1.0326929737796584,1.2999793436004463,0.41188792514617933,-1.7722368289682184,0.008457524607133227,1.1703744161071774,0 +0.7564984790588132,3.2821563608968525,3.0583009364343017,-1.1460009796373856,-1.9142614961032893,1.5360157681918798,0.36180704185876295,0.11973665492060481,1 +1.2487257195592496,0.2545032705818539,0.9500796211423908,0.6118266396870309,-0.9454612066463609,-0.9634097095058575,-0.48368923284361065,0.9552349059309654,0 +0.4888192540523029,-1.1453792602327535,-1.6899014077872498,1.4897662322164116,1.8642783790640258,0.13109779430079116,-0.7642437752666202,-0.553059894974351,0 +0.7619177179437996,0.21500041627517313,0.39089656697665515,-1.114197804373266,-1.3577273836497825,-1.3633604791719054,-0.22570766291283562,0.3812402441293484,0 +-0.18045785609968273,2.180134906120246,1.297217208429035,1.5769061127607444,-0.9632631519805919,1.270348943057872,0.3450668365089097,-0.714093987154301,1 +0.2577433106119279,2.409647950576093,0.37470842701250956,-0.9359014059029094,0.670294672784768,0.6589223898346621,-2.7838641072859467,-0.951969550983055,0 +-0.09233469442712022,0.036000018935200995,-1.0424381896650223,0.30440852382259675,0.8066938194131745,-0.3672009502321768,-1.380155418682949,-0.6881570912847335,0 +-0.7629071788572725,0.005424331813367322,-2.0721024298511868,-0.4559799208469952,0.4252467238976051,-0.1541348828533976,-0.22279587018572078,-2.0381339746122675,0 +0.6763573174940843,-1.800167944386964,-3.327215374328832,0.28548367528782215,-0.6872628893988492,-2.697095074479897,0.28019117891384127,-1.729472688027612,0 +-0.350482163286887,-1.7260459809335675,-0.5654134834489584,-0.09658253115146533,3.2053055609014245,-0.15930495247227616,-2.761965190327402,1.6428787087088255,1 +0.5153660319786447,0.49673806264556386,1.8775977731738283,0.6963981242502353,-1.1929660032433476,-0.6488419347981701,-0.23867582218266187,1.60274392850003,0 +-0.5838336316516378,0.16262752180198226,0.6718857877511843,-0.6826844453637142,-3.0874185213098544,-2.6113112306922517,0.5532234186647469,0.5959803477038067,0 +-1.7921204391077756,1.389190038166216,2.0370575797808748,0.011157903425092661,1.0726890871195975,1.7070284437121381,-1.336936126126095,1.1274093630593862,1 +-0.00012442345365689845,-1.4411018347750897,-3.6131515104850576,-0.0919019995841534,-1.869722893002977,-2.920601264754822,1.3641237784667866,-2.5994584272451693,1 +1.413256589396,0.09084609069016325,-0.5265227397062522,-0.13862852977889367,0.3280115186110376,-0.45963036639207033,-1.0278589126675899,-0.29844322397595613,0 +-0.5476012290631256,2.635582954153297,1.9723529126350188,-0.3669706245537334,-0.6363672246293456,0.5624863181796773,-1.750879268178329,0.20861489879074935,1 +1.0125911342896894,0.8460343552379148,0.5401668988596281,-1.5851004730631248,-2.8905375650329486,-2.0513883814392426,0.3200555294554994,-0.09499204268326245,0 +0.5131628079040536,-0.1562060737874431,0.7877213472630968,0.452976218971187,1.0226055029641394,0.1466852681465789,-1.3213035494512746,1.2786551201996543,1 +0.15233483994936423,1.244677659127889,1.1393686251516482,-1.0931136298121862,-1.3170944020722593,-0.9712041503894876,-1.0861227320295666,0.4747900571677325,0 +0.8465215338424529,-1.4997706621387223,0.4470294379654671,0.7258589333097064,2.02808100533757,-0.5781325164406552,-2.1759519914577137,2.3541537127333942,1 +0.627721372208287,-1.2994567290982644,-2.2932461849227246,-1.4750411348115762,2.8940304707050246,0.512491426168707,-1.3851980645890078,-0.8972734751307829,0 +0.1119260969642682,-2.9061697093608245,-1.76127960080433,-0.6938463510509657,1.0931207332023904,-2.3320938266734634,-1.0303726617112956,1.1226281199890096,1 +0.600463601326329,-1.254498018712634,-2.1907566494416404,-0.41427011745103604,2.8863146591594115,0.5897628634194505,-1.3490455031656259,-0.8468077993486965,0 +1.3310718953725813,-1.9238921544233452,-2.103106605842607,0.2040804781590256,0.3218622322791206,-1.3881186727849801,0.3682232716015257,-0.5052399654228105,0 +1.4498581618098731,0.38864529526303637,0.4194984812856669,1.870407617592268,0.234461339428651,0.4300221463807541,-0.3005768647154478,0.14635064569511724,1 +0.710074606772038,-0.9223738649976095,1.307895799133358,0.7521307020037059,1.2716388679797865,-0.139941075274724,-1.382167041599832,2.492871710930505,1 +1.6622409121207091,-2.2572493791905215,-3.065944460172024,0.23153256178080261,3.1593038992618423,0.25189241212338964,-0.8563276187154814,-0.9965501109542242,1 +-1.2457676198260375,-2.120997031061437,-0.7609060842643659,1.8920698680921892,1.8396993478498165,-1.0410955790082812,-1.507665338857891,1.5060997052416298,1 +-0.4863523539370044,1.39348418492041,1.2996636536895003,0.5730074101772368,-1.2401557983067086,0.77413943826381,0.9258904045458867,-0.1662241958368167,1 +-0.30467851248935607,0.15264645106226105,0.34158756674268154,-0.6142330186766743,0.5007818561383557,-0.21617831126368192,-1.2657123972662034,0.5772022289323467,0 +0.10091983729217341,0.13354678777816964,1.5348203600260792,-0.44917728998878265,-3.4680237121370787,-2.6700110862327335,0.8013720833374045,1.4348145690000662,0 +0.048505305547324594,2.898802836777751,1.3427559766947101,0.9328379409350364,0.5207864107253422,0.4683662468985186,-3.6304771397316165,-0.13776282585559585,0 +1.2049708952314688,0.9313050177440148,2.042547212174789,1.3349026324143765,0.9928741852917136,1.56729162730024,-0.9172142994397255,1.4169162835380171,1 +-2.244055584200375,0.36332194539124596,0.9049361681552355,1.0746885691959858,0.3119318362691617,0.2660649296991796,-0.7420221270827462,0.7930469910667145,1 +-0.9366710839854699,0.893416666646494,-1.7294925675062267,-0.05679886843686622,1.511064338272566,0.7409929985445047,-1.6341098794358044,-2.1268632467874835,0 +0.9565506717424799,-1.7502803875500195,-1.5501027359603639,0.745532762098463,-0.09014177381311288,-1.9840825382578284,-0.18509668763453868,0.10547756961966448,1 +0.141081532739255,-0.39758111732471346,-1.6957929643234089,-0.7507681095032748,1.2364417659455949,-0.06547456958537001,-0.9354614192942635,-1.1293031885449465,0 +-0.22059662597054544,-0.8063815646212319,-2.172136968845268,2.208453850520792,-0.6730707893534489,-1.6829521935127105,0.2091191658965751,-1.4536772240222573,0 +1.1669168498908298,-0.6541591418221333,-0.9782146135579834,-1.9447280324272773,0.8399956824986804,1.4150287741278071,1.6757596183383172,-1.003395855956731,1 +-1.3307632646918401,1.9087256361096305,2.9114369362256993,-0.4772174593981078,-1.621922953639246,-0.21540155582260767,-0.8683103887123633,1.5977439238024664,0 +-1.4661095672608522,0.5597981337481448,0.16027033847162017,-1.1777046755985354,0.2645611693441922,0.12478740297481028,-0.8608143617775857,-0.08666194349598133,1 +-1.0042847183515973,0.5729224868200398,1.4500936326568266,-0.09319842206310182,0.9099858421310733,0.8702432828270081,-1.1720677907348318,1.2400000739264636,1 +1.1858520094531362,0.42285108358179496,0.787325851953725,0.2409753883965042,-0.10436338440299574,0.5059342813413981,0.1415526238152287,0.3657984950457107,1 +0.276149056802315,1.9113072452570445,2.0074526985206838,0.20698068752397059,-3.385184732428834,-2.153553298501664,-0.6809857984754026,0.7748991237370638,0 +0.628751292234485,1.7783497194821727,0.4988199623004205,1.7431126609379621,-1.246498597088484,0.6475448571923346,0.5811105025104639,-1.2021346745061907,1 +0.6536168691348366,-0.42108822616042185,-0.4599019741628319,-0.9521951328879517,-1.0973229897169074,-0.8834164716430708,0.9735021812692815,-0.3072959427236618,1 +-0.003841255689497306,1.1871406686705246,-1.2142516308103413,0.5996286420546948,1.513171802858221,0.7058517450427544,-2.1488364778898768,-1.7094285768570618,0 +-0.19264854721606037,2.5514783806018473,1.170124332166965,-0.5926496592218977,-1.521235486836692,0.4821562322224725,-0.2742412034590741,-0.9289103148175399,1 +-0.957559995803393,1.0509552348634206,0.09640392815651176,1.363103753349496,-1.1880890386783955,0.07433992088716113,0.6332289865489213,-0.966787134404185,1 +-0.4737686664970367,-1.9792113519346113,-2.9402766645999487,-1.0864130249559663,2.6238431637388335,1.6442203526528383,1.4291230760601117,-1.8288191369618196,1 +0.21343614232993005,0.6098302575265453,1.8473339141512128,0.4903724837343393,-0.2817115090790874,0.4231129943334144,-0.22214456702576907,1.389781339047671,1 +-0.8161504962336683,1.1814807946505577,1.1124082891476272,-0.3113487048585071,0.3003915074791686,1.131598628273549,-0.5129107479250636,0.18442508372284494,1 +1.1934348558920078,-0.424022217887738,-1.8901195768033732,0.9986746600897972,-0.043394036056456434,0.3547159251096676,1.5355674238096686,-2.0052133764502287,1 +-0.03871446717614643,-2.211578092741725,-0.8367881053700127,-0.15387163732767897,1.6747041904231335,-1.7454541200129616,-2.092382349423906,1.7177168990445306,1 +-0.23486910680104084,1.4335689564986367,5.063153878847178,-1.692412352119468,-2.4326531397454705,-0.513312047513973,-0.21480419638337278,4.031695196712442,0 +-0.7498257107986585,1.8801512776758642,1.7508402983749272,-0.6425239863157526,-1.8340670903969276,1.3086632352366356,1.831859440637897,-0.40493051788887724,1 +-0.7011126471321951,0.3956007052345424,0.9281226647189553,-0.39387720774828666,-3.429953421912304,-2.7867019839041394,0.483096560188357,0.6920004003999287,0 +-0.06818011192843815,1.8182573225486582,1.7061201264154078,0.34546819039986976,-0.7576264929531112,1.310082836387931,0.37744575438278694,-0.004704907877154496,1 +-1.3565967835240207,0.681595538819354,0.5995773169534424,-1.5957730844069842,-4.421279629399404,-3.286628159106086,1.0166100956481714,0.010554855558387088,0 +0.43306666185836024,1.9848583033616378,-1.090404466476391,2.716458665231998,1.915113948575847,1.2428311992275667,-2.901924707072604,-2.0948277981234806,0 +-1.1468609956683258,1.4727622998792607,1.1247674277552038,1.3053764169448718,0.9676991664699817,1.293215814296868,-1.5671499149366361,0.2237770066647976,1 +0.1738950698750422,-2.691459023706175,-0.02551926145446517,0.10643982132339068,2.1772265786236575,-1.4765326651866595,-2.1662255419512757,2.9468246908321953,1 +1.5084056130392913,0.6573155100069975,0.6455667359717043,-0.5297502333601177,-1.4183305731291174,-1.095512123357996,-0.33213706771541524,0.27466949657742146,0 +0.3265008284794186,3.116218677776927,-0.028703854524680664,1.5208548396895845,0.6993965309399107,1.1851753092870319,-2.7694634715882023,-2.0029990013797905,0 +0.38235853827394867,-1.5888133165406852,0.2904493220012089,0.45451034376087923,1.5203713514098984,-0.9255931834665317,-1.774026638858615,2.188155931878264,1 +-0.027365002060476713,-1.943630364471817,-2.495878122880463,0.8607454149544012,-0.7363887099572328,-2.794121705489868,0.136682453852788,-0.7172268322920916,1 +-1.1772199545506061,-0.16791142647293977,1.0760010773446116,-0.4091413422610057,1.9934822066087774,0.7924748959776424,-1.9153032481623635,1.6926728770000883,1 +0.7810181574894323,-1.1829411202134694,-1.7537996298160476,-1.545927222288274,1.2026606454410553,-0.37032938540101484,-0.4302669165742979,-0.6381688452441235,0 +-1.245895129031317,0.28453083700184567,-0.7743453885076891,-1.2017054120728163,0.13141926340842222,-0.5925184446880676,-1.0623049337355503,-0.694370475663805,0 +0.8960960893100106,-0.7786241187429117,-2.3490908410666855,-0.1637317308976252,-3.268021260497522,-4.180080163268732,0.6013706225651028,-1.5715619620111316,0 +-0.7872797435518949,-1.5259780274534989,-1.4670386295268332,-0.8001071956262772,2.616221084358818,0.15699413262602335,-1.456166183696968,0.1801144240087993,0 +1.6526784354049542,-0.689356582752903,-0.3940596750290641,-1.0260295752532673,1.3117582741817928,-0.3631617140678719,-1.4994333304053915,0.6153796023983398,0 +-0.8348787826563209,2.1026169524149925,-2.0902690850842127,-1.5078962410805614,-1.405761935620446,-0.934409444855994,-0.9077491428010125,-3.5829091193738485,0 +-0.2755253113683182,1.123733788011472,-0.9532850103731456,0.043981329152621436,0.2933611231446557,-0.3075039788489645,-1.766813498445831,-1.4163210335843863,0 +-0.6893321645813045,0.2599414571920741,-0.9140648402091583,0.5168766768966769,-3.0282921425750398,-2.924578948244493,0.4017328307890611,-1.0328366219095522,0 +2.8458607037824635,0.4285081580330339,1.148136463300002,1.5022127776819978,0.21000821126459548,0.4964143315209557,-0.429488861123104,0.8829001581810826,1 +-0.6351625606772351,1.4761628968672345,1.6247782995287046,0.2878485976011259,-1.450783759219302,0.270657223925839,0.37216911458774793,0.2827405152371118,1 +-0.026112662247392213,-1.0856882913898092,-0.5623944505421523,2.7754306807871636,1.1953409740883472,0.32896212488225024,0.06580672083696637,0.3025340471771676,1 +0.9827998148981044,1.5615919030543919,1.94166865444852,1.1553711236900444,-0.4255845887392769,0.6553528199820877,-0.7606286435865017,0.8095814830842261,1 +-1.3006584149920928,2.6415245325721717,1.8569859689662582,-0.32713678755667763,-2.1924868992268736,0.4263347138295575,0.3145710598347709,-0.4620133720143762,1 +-0.007305271216023983,-2.461679710206076,-1.053349219510283,-1.725083327513829,0.05232238723941621,-2.65300999338453,-0.6562418952442409,1.389954080156552,1 +2.2663285415182903,-0.5180571949305541,0.4565781000447452,-0.17231836346163087,0.3450212807406917,-0.23053845233075743,-0.3723126393851642,1.0199772935967895,0 +0.748435908748547,-1.525383412539583,-1.2821271337119582,-0.3247943763471883,-1.3323620975322952,-2.6742367332196686,0.3471121799277732,0.09676124244931728,0 +-0.14247790355223008,0.020773954288660246,0.046059309987277364,0.35002870190735463,-2.280437681535542,-2.0972712139460072,0.42035973641041746,0.07636804927341778,1 +-1.167158063858291,2.0008111326708296,1.96742371692667,0.44935614147147984,-0.7943942127528371,1.6942961089631057,0.6704878387730562,-0.0021206617502714797,1 +-0.5244489462698392,1.3290811923359775,-0.090876227046735,0.19976813516999323,0.10780674266578158,-0.5848429756540118,-2.3413227415080646,-0.5366984099609969,0 +-0.8202702409122603,-2.0597583810583036,-2.2808048054506096,-1.4880172189472831,1.6759155382906796,-0.91575962485177,-0.7360607170526723,-0.30850757193763373,0 +-0.8258700176470368,-0.6966150346960656,-2.0845038802307667,0.0926474603853532,4.139127656261937,1.932191218797956,-1.9779806801855768,-1.1428614475209622,0 +0.011235032452713864,0.4804678737678696,-1.4504258876864013,0.7361334504098266,-1.1849053362559716,-1.4384554004763266,-0.3296647223478104,-1.6802462109224343,0 +1.0394981056322834,-0.28603462219817644,-1.2834970828804888,-0.918342414681165,0.7016531016168005,-1.0057618473364256,-1.665554153359067,-0.5349131683575938,0 +1.8022598559367868,-2.429148370954005,-2.0360406935207953,-0.8862934719115109,0.08664997527101008,-2.237835405928985,0.09593285776252314,0.12852946570632795,0 +-1.9045577961986142,-0.10957517896948599,0.6360288912710435,1.5043746503704205,-1.0193061409018491,-1.209440438952564,-0.22363298526068476,0.8921406363571251,0 +0.577192973152311,1.2437038185143097,0.4360554307071915,-1.4270408989825858,-0.8726720465683504,-0.33093707657989113,-0.6629543358771244,-0.4026799668664464,1 +-0.6531975416430742,0.6588872668556681,2.2279163229155245,1.2281609180389992,-1.0132841874663612,0.21752710381275253,0.3851648785875361,1.5865441788920098,1 +1.0381406881874236,-0.5055592502579818,-1.7393236862777985,-1.0161011876264432,-1.6753779832986238,-0.9409905566686865,2.1802437627539866,-1.85815436958795,1 +-1.2909487877646495,-1.1246467133530968,0.8037855820807257,-0.07283002198447985,0.792711693138104,-0.7107134707651557,-1.0972301544211953,2.1181387208653337,1 +1.0019835531745582,-0.06505306191843718,-1.710531726844569,-0.20499957735717053,1.7472727061154028,0.7063767966311674,-0.9890593620886126,-1.4698550815452416,1 +1.0330707311471792,-1.756211097090335,-3.324274028676485,-0.23095693593529829,2.7183184752672056,-0.03846199057038169,-1.080589845766525,-1.5993401442098671,0 +0.5485040260689094,-3.5889662226072314,-3.9887252974574494,0.4819458625352071,1.0940799577905627,-3.375813374529594,-1.0476249753947051,-0.4794212370855724,1 +-0.6969079247619876,-1.025243929943858,-1.4915711200916104,-0.11713625746068781,0.7038534175356905,-0.8463009139357146,-0.5989384192538653,-0.42276218871952714,0 +-0.5260415693292777,2.163757640687285,0.11467505009067996,2.2634880788502176,-1.687934815572365,0.2919726082694859,0.431350309694904,-1.8502609000860446,1 +0.23201564188825927,-2.5146556473788753,-1.1233626971417503,-1.5795013127124566,2.1788677071137146,-0.10576869974537817,-0.21513423326024966,1.0488626310661382,0 +0.1617709620186387,-1.1074936838583505,-1.5545055614963657,0.4702440359089397,0.029913123421406052,-1.2578386412250688,-0.07954492874832586,-0.5262033827101085,0 +-0.3213091196172008,-1.2500267001456495,-1.6065626883287856,-0.9623665456590135,0.8439876939465505,-0.9865683902091276,-0.710536976193257,-0.3087938852941672,1 +-1.0162526568641845,0.04714643513977557,1.8913591891461972,2.2943219222547775,-1.8242984716773187,-1.3530454934833474,0.20363703633023744,1.9308283228487484,0 +0.05510605550617774,-2.493538700941473,-3.057936447631829,-0.016388105216420958,-0.4833781381669654,-2.0987092308695567,1.4579664296368333,-1.234695303922798,0 +0.1020282782872073,0.13469523536633587,-0.13413473130361794,-0.8886506424854839,-0.3893077824110319,-0.8235650038665837,-0.6499046616316801,-0.011087794950403462,0 +0.23561008585801824,0.9546988347563077,0.4624466027978167,-1.4121891935555502,1.3881543519544395,0.9121907225023922,-1.9263174916386054,0.11472939088218925,0 diff --git a/test/data/binary_synth_data_train.csv b/test/data/binary_synth_data_train.csv new file mode 100644 index 0000000000..5024d6b234 --- /dev/null +++ b/test/data/binary_synth_data_train.csv @@ -0,0 +1,5001 @@ +f0,f1,f2,f3,f4,f5,f6,f7,target +0.06043644465526615,-2.6734742505593854,-1.649646163186512,0.08717756651533144,0.5096102468458539,-1.477346670920324,0.6594229153701838,0.5167820449764444,0 +0.6845685838557555,2.1515639824802095,0.755445777920856,-0.025304506374970594,-2.434465824896587,0.18475824782007189,1.1825253205795214,-1.383827072997944,1 +-1.3921799146966065,-0.3951483572930399,-0.8436350190743951,0.4871147558409976,1.1003728832842403,0.08335870485715147,-0.7902624298516217,-0.3161014420131427,0 +-1.0682706142433525,0.8562701738996352,1.0817128001538217,-0.8937150619959706,-1.2562822040064847,-0.947778728005215,-0.7061763287417706,0.6396908266891506,1 +-0.18003957171753338,0.03168294998643195,-0.3218244514548044,-0.10881251046206254,0.6529766085810922,0.6627415856003019,0.010731925212262627,-0.4075266570278154,1 +-1.0434723865647968,0.01831862527145034,0.3362138490092465,-1.2485868240162963,0.2914073131745665,1.122361442016377,0.9651023035066215,-0.021002936995835553,1 +-0.9749946889676608,-1.2088685979659393,-1.2850817583868526,-2.6776503818973314,-0.8922931553596938,-2.3915271224598955,-0.24416577090390235,-0.03530549748180778,0 +-0.12595975483034733,1.190203112607262,2.588251320101511,-0.5365024800722726,-1.9475076448863236,0.13041322947874456,0.925372129911848,1.36444323302839,1 +0.3876306573408388,0.5249621948494341,2.2268368086854275,-1.0632053241070867,-2.284406376417674,-1.7677672000334683,-0.3048399229993438,2.0375086257951818,0 +1.0875940779479054,-0.9054068570965441,-0.7827900515403514,1.6296766987925604,2.539652103136467,0.010061868205276103,-2.4088371324817226,0.6202705655576507,1 +0.6888458697290615,0.6186832541011553,1.210814674628585,-0.03989883807139844,-0.9310969476066726,-0.007910512334695974,0.3027881182650052,0.6265110618046649,1 +0.6007557819884408,0.19090164617007888,0.48874408578468415,0.04793784387360994,-0.7045561994629668,-0.8353582713057369,-0.45543528775787967,0.5226889571311444,0 +-0.9497372594605423,-0.26502639611712225,-2.504661146972507,0.8933077389766115,1.883474675737657,0.0729924094360459,-1.5844817418072723,-1.8982586318941834,0 +1.667288768931047,0.9403535230685716,0.3234139017239947,-0.37223647742228305,2.7958982017620784,2.226416813603562,-2.1263039470512632,-0.061118404331778065,0 +0.05873060237652675,-0.8989401837436557,1.250015523542381,-0.36604900657698236,0.09455779361830646,-0.9399056364786689,-0.7784764879887198,2.3122787998399605,1 +1.640349169388081,-0.8353658953162076,-1.102241206890603,-1.2396378764764768,0.9835767392824863,-0.2728143501423731,-0.5496712253811908,-0.24482659581195415,0 +0.0566021438560237,0.840265458704462,0.5929248658605925,-1.1419290389720085,2.2658468407046426,1.6483389974419425,-2.110679060087783,0.3374048277128894,0 +0.10087792746073772,-0.830215760261559,1.1107026864243683,-1.1895657645297062,-1.620029531194938,-1.747950753149681,0.5559251341567144,1.8136011597993231,0 +-0.05557029108081302,2.52266283172243,1.6167168977646136,0.07395366078056138,-0.5016009594718395,1.3853401985988976,-0.621477691015587,-0.4260662693781287,1 +1.0525382942177872,1.5532883855518185,2.344313734529343,0.27812565603961975,-0.055031420768922194,1.161106546370094,-0.721406294209689,1.1763612960389782,1 +0.2707002460637885,0.8787020459344594,0.6042602410693557,-1.1384161280838307,-2.2670579960415744,0.3123728914689782,2.5301294120140305,-0.8366774743606907,1 +1.0012550760911354,0.44957287758630887,2.6318837311166523,0.643312166095477,0.3788800683480948,0.4905269469890927,-1.1273810675060019,2.562146336632038,0 +2.491084063831522,-2.9465379557908777,-1.8026556586189904,-0.6325723563971898,1.1960640188851468,-2.4521064037793536,-1.2819300592849106,1.1919443979918052,1 +0.32414105595469755,4.008717911770531,3.9744903475541467,0.9727742204506029,-3.6810679699928364,0.2712560942322977,0.14866116227567117,0.5917052702915213,1 +-1.4235526037118504,-5.276617407576587,-3.6513956898170785,0.42352118533509997,0.7549188441512448,-4.792737194066157,-0.7307172573436826,1.311830369857788,1 +-1.2362719478418864,-3.1735501388961618,-3.0392298425738806,0.30218713757334076,1.108953503202574,-1.4125297481988501,0.8293624281467677,-0.5238410938963403,0 +1.3233701620807208,0.5214010908664666,0.06821360240843012,1.3402878871665576,-0.6468231179954981,0.9271848814071879,1.5778747015954964,-0.8691093571239468,1 +-0.1758910714593263,-0.8424677245145022,-1.1613219833066433,2.36621786416981,1.1943394126804037,-1.110190745958393,-1.9428456649220909,0.14228278662810256,0 +0.7514995188196313,-3.613178660401311,-3.366348113622439,-0.04821923880251853,3.1106230537310644,-2.250352615958599,-2.5762460842992496,0.5007473526617443,1 +2.4680944893138497,-0.8240574099724576,-0.3810602035448615,-1.3052272996414054,1.8911969795790748,0.6620558373989358,-0.8169895492283057,0.47910719147070485,0 +-0.27286624552032235,1.637988468257291,1.384373138055784,-0.7930708736146019,-0.12304637256707021,1.61282417504253,0.16274299187463315,-0.14451909896133097,1 +0.9229587865716263,0.944144835669583,-1.1347560047426395,-0.46809039860260077,-0.11164176637529459,-0.379779008277853,-1.0395215040340835,-1.6402628317958916,0 +-0.30704127086404204,1.3411212807016777,1.3818203611055957,2.327232107566471,-3.8066886622625056,-2.561529942445777,0.17090661712764021,0.4215707814597704,0 +-0.6075661704087424,1.2748837460233724,2.0340364972691534,-0.6031177191839827,-1.7335296027649671,-0.9382983248380808,-0.7377051725259618,1.2616391222991294,0 +1.6156189361741267,1.5500361171833277,2.4803567338345966,-0.15400571711980654,-0.4720812958483838,0.7186372432930135,-0.752195138069234,1.3596172686877854,1 +-0.5187305076310086,-0.20411892626536876,0.5917959892935472,2.4744205712703167,-1.2151981959698417,-0.4043436542938441,1.2445742458887064,0.468078635917208,1 +1.2678867202351038,-0.11175132944983901,0.3324543860949551,0.023130078499417603,4.046430597813703,2.3943237337947387,-2.5545253860547237,0.93974776813388,0 +0.5187986552295021,0.8548269660186921,0.7294206546376537,1.1233445371846007,0.7673798085209482,1.521274472368824,-0.19703884546910244,-0.04418805907083989,1 +0.5304974398799537,0.6385728931228005,-0.5991016827730081,0.5773339339434195,0.036716164973999064,-0.5994101503225941,-1.3685645470823142,-0.7319557613794276,0 +-2.71420531391958,1.006334657759365,2.0889441652252523,0.27940347628803625,-0.9089614904203055,-0.12900848877471005,-0.5607638362541918,1.434338667159957,0 +-0.02812079448552922,0.40586752818790384,-0.7385473642598662,0.2060740808572826,2.89883594434371,1.0151304639494447,-3.0074669191875705,-0.3575039049919351,0 +-0.4917534245898555,-1.6750943726301701,-1.401671314762612,0.8290412666069443,2.4143065158656083,0.17252014386615244,-1.0053155221308963,0.24932646046913537,0 +0.1319162868570809,0.37547167549502236,1.305325416443899,-0.253206012380708,-1.2779550624518348,-0.95114173115711,-0.22545429026358577,1.1432445731905827,0 +1.76665451155907,-0.9924084070094039,-2.1819181187611023,1.3204961113348415,-1.1076406254321465,-2.370295445766213,0.11568532679674115,-1.22849077490301,0 +1.1731184458852648,-1.3704986965871873,0.9002095312214928,-0.7490886919205613,-0.09835101759197333,-1.3558274030524822,-0.4489829073793137,2.297879807773529,1 +1.6299948719299222,2.044404644851409,1.0754192527526816,-0.007979270268293075,-0.8068646300788104,-0.3067970616867295,-1.7719301797684195,-0.13111909563405666,0 +0.3489299284984187,-0.29722717349275035,0.18488378064068678,-0.7908406423901998,0.42549230275401034,-0.3865518850828115,-0.8553506514092619,0.7000045466773605,1 +-0.3696543214546992,-0.575529597881457,-0.35911908614339627,-2.4947832835957726,0.3394668610022585,-0.5149664675039394,-0.44744210420377234,0.28175910191372405,1 +-1.4377830866577805,-1.8525890903184996,-1.5555749868112956,-0.5482230323258479,3.565089322349609,1.2523094383300224,-0.9711750364506619,0.15081210224299701,0 +0.4775807086643869,-1.2769005924442156,-2.3871056136812236,-0.35980096962585184,-0.10720654971696424,-1.5212480235205104,0.18666657188360547,-1.2810116615862177,0 +-0.39805077125067234,-0.8463452141493817,-2.641031143969602,0.7612611325664542,1.7613217410169568,-0.6404252489938893,-1.6957703085541247,-1.4609823497391674,1 +0.2991467489660832,-1.301139504351655,-1.701731474566985,0.16371058316578982,1.8428194478056037,1.6154973955984446,1.4179967156064013,-1.1377663571850167,1 +-0.745328091120542,-0.2401935784449209,-1.4211940702927628,-1.287667220488354,0.002854287759131803,-0.6816452295667017,-0.2459682203459015,-1.122492419353037,0 +-0.3967511658188957,0.6982016705543044,-0.7845671415878924,-1.4995931032378715,2.3259436655300356,1.2061999819552087,-2.237205818714831,-0.8742501151949434,0 +-1.236218048623679,-0.35140061140500967,0.7706999414841836,-1.9841371570278066,0.8053206144739223,0.15399474731933216,-0.7861125682480475,1.2808776524209202,0 +0.34102250476221996,0.4162524918466448,0.6308000448875969,1.267079350747077,0.13899450138571925,0.15374624113862134,-0.6234149060586257,0.4462867769502693,1 +-1.882173771749366,1.3181359352219508,2.020895258865875,-0.12579091014886748,1.0820577704779049,1.8454082319262657,-1.0844245743341636,1.0920733692203461,1 +0.5667586501403621,-1.6657710862729886,-1.1167981221144232,0.2834816961770713,2.239627865340829,-0.15557993566048356,-1.2856880385932696,0.6319547630542424,0 +1.384848100021339,0.43901506019431835,-2.523963570670476,-1.0293563949805673,-1.498362240219919,-1.2244526214028064,0.7562715226502181,-3.046367075829564,0 +-0.6695570250175652,-1.882793168736149,-1.2401410511934532,1.5880070049623367,-1.6272420393441591,-2.9889598471921035,0.7214105620550628,0.3641946587110768,1 +-0.023653352558451076,1.1405202095923652,4.052756723124187,0.584080304655815,-3.7455687755051517,-1.8223559482081213,0.5186129669868085,3.15443547966181,0 +-0.22123196482757937,-0.23386143628462286,-1.3289545849694013,0.7097103834016109,2.9007805975223637,2.529093179117365,-0.13096227173358999,-1.31145635554216,1 +0.33528623508140654,-0.5166614739432143,0.30164172976387243,1.2228443935063231,-0.6591936217150121,0.3585086363994487,1.8893674759147578,0.20427219848001155,1 +-0.5246039542625536,0.17979915026087157,1.139398455572102,-1.1924117530445704,0.800303343878526,0.4089958850506856,-1.1176220056513264,1.2769833401266115,0 +-0.5716545559900714,-2.345783207595283,-2.310703531051517,-0.8021131749437768,0.11351861247981143,-2.707943900441049,-0.5805265785235995,-0.0019260614712660606,1 +1.0830806071067312,0.2738738015075195,1.2760961163556312,-0.4315320472533897,1.5407469009283161,1.046755811721403,-1.464067343436664,1.3812527776149581,0 +1.1042086725766447,1.7337196703037698,2.374630775877721,0.7135555236411227,-0.40079743594569855,0.4260553883362703,-1.4119408456094313,1.2979596433414955,0 +-1.508066509865125,0.5573596794675454,0.9987129499205047,0.4720580530067426,-1.811913902144849,-1.5128459783121038,-0.3209689675791618,0.7469486751071467,0 +-0.08774582459824475,0.1215441219460206,-1.568074353390078,0.09191352704185395,2.9406009042223586,1.471877263364249,-1.9127304811003205,-1.2915108673312439,1 +0.054703241717220706,-0.46127305182617556,-0.2936821397114482,1.3392358482211248,2.674697368766627,0.9139101210769001,-2.0153114741423193,0.5663570025502802,1 +-1.483781016632661,2.4967949325012118,4.5923997603907365,-0.6353673437677331,-6.9844456985558425,-3.565211018907907,1.1971427420822052,2.5072695489540973,0 +1.175049505348239,0.43144703607200513,0.19107482637422285,0.4758662024022833,-0.35370069013838307,-0.5724356791763231,-0.7791946033975652,0.0844455186472749,0 +0.8536231576961322,0.19351931279157808,1.691029095665556,-0.4229158635373297,-0.6063811583878369,-0.029110057174133508,0.13173527473658808,1.52153569679779,0 +0.058300763826104954,-0.9129899112428662,-0.789324534401985,0.514099807467637,1.5353607218947738,-0.6561380818340509,-1.8545471186602347,0.5211612562797494,0 +-0.9747240527746727,0.5724479911939753,0.7363593838988812,1.9906176929024673,0.9527545115489519,1.7094999687125643,0.09211135135351778,0.10871891981448834,1 +0.0753140445512662,-0.3099780666860583,-0.951892059049952,-0.5266956056632531,1.610369392850114,1.5386168880185513,0.3626647866387047,-0.9215870623686907,1 +-0.9377021751766544,0.3485981948325112,-0.5147786955196216,-1.0100700771861573,2.162855469219773,1.9410142064110358,-0.7247180532299773,-0.7703512581363882,1 +-1.702819610362783,1.6395500476884042,2.3423739374238557,-0.07318256310075913,-2.0715463781142196,-0.8939366894834468,-0.6781248150110355,1.2474181155446278,0 +-1.34355583283472,0.6594928633332815,-0.9507861520496798,-0.4613520624616799,1.8020394363816767,0.22403632991826417,-2.7104020579278423,-0.8071157583444979,0 +-0.025372228866173754,0.6992223419970522,-1.4694634987600426,-0.6765487597870875,0.0789246172124448,-0.7802754216111177,-1.485374367705231,-1.622165081083051,0 +0.5049557415936669,2.724414037152738,2.1195884988433815,1.3849652313725163,-2.7766153667675493,0.3831799588265298,0.9256031268898748,-0.42718252474423085,1 +0.14969011555739095,2.1109571978200403,0.14764242110786582,-1.0133033131637894,-3.6425444859235525,-0.22497902576461248,2.5781122216435213,-2.3133300974138877,1 +1.257440755521264,-0.913223861223883,-0.3710953197722067,-0.7751305841516292,2.1095208637711766,0.07590140644964494,-1.8171488357075025,0.880100826579994,1 +-0.8806772934413843,0.6038017353343472,0.34986449087744753,0.009412975675399355,-1.1834884007110438,-1.2895174978442956,-0.7833419490048368,0.1563357305875398,0 +-2.077594236383699,0.4587091591314002,-0.6864776159229139,1.7997759210866304,-0.9032120390726697,-1.1876477366865767,-0.5930711742493774,-0.8335186405847739,0 +-0.8370991279601476,-3.0912555678694975,-1.3000842196667577,1.9217716210549902,-0.8644177213158094,-2.3342617514569763,1.8269207757745207,0.9747437281951503,0 +-0.22560452785683424,0.5397045917740013,-0.944344770626932,1.5042035397070357,-1.7417948428854404,-0.6152551044497525,1.3537901485909065,-1.734605086438006,1 +-0.18944767499838772,0.8470865466702675,0.1806895146418029,1.2656562070720887,0.11664090409405378,1.447781664486567,0.7994514452699876,-0.8592337027182478,1 +0.147796747499991,-0.1116882178510723,-0.6202239415718298,-0.9247933679162024,1.5714893548599433,1.4771806934830929,0.027019509199424974,-0.6565200375610138,1 +-0.43597756684697136,1.7329032275314233,2.4920387831241526,-1.4358816370511494,-3.28426452187304,-1.596601061615532,-0.02883227220141016,1.1988707419520384,0 +-0.10048628330084755,1.329367664621181,-1.820848737261666,-0.29732038805325495,0.011314221944777079,-0.3182574308620433,-1.3511975255481656,-2.583249356998494,0 +0.7840530779662257,2.4715786292829005,3.5973276821070534,-0.7022099929741011,-2.4018659595574636,1.205082576048034,1.335381556406143,1.114149649242468,1 +-0.35633504632383073,-0.6582682635291468,-2.1646894700626516,-2.8369577945166986,1.205183816203897,0.24130623845748023,-0.06571381532343068,-1.6444334384234303,1 +-0.6121052863074697,-1.435817447109233,-1.666770880237118,0.895160305102131,1.6908242908124231,-0.550751629510411,-1.1197693666004804,-0.1357453296817639,0 +0.24726729902078046,1.3510081298447367,0.847573493987236,1.9513860659385824,-2.1805931012315245,-0.4468769714730052,0.8145944555002878,-0.4660032058996886,1 +1.2514421912370943,-1.153569995247244,-1.008682123118014,0.43417947723881184,1.1724472541714213,-0.8771786532067323,-1.3091019371940347,0.37084616169779716,0 +-0.4721944743959886,-0.24930059247995306,0.8593057458037616,0.2655339731516955,0.912433455620943,0.1171759277000568,-1.1236396420401873,1.3788185150804328,1 +-0.10423062246114227,-2.0325660834925072,-1.3950813370446953,0.09082315199557137,-0.4336412490792232,-2.4195736251035496,-0.01603705148723733,0.4891100614229471,0 +0.6767394702354849,-1.674449882590359,-1.8369853705794175,-1.4030813784539156,1.983160223209318,-0.06420658246864319,-0.5815427503682864,-0.2900788331714033,0 +2.0387781324247283,-0.44130088718994054,-1.5498757942653283,-1.6087718591663116,0.311714560395601,-1.3226701704423256,-1.2879381226848445,-0.7523151303276138,0 +0.0862102920094297,-1.0644470790759613,-0.4158853086476472,1.0061810152380213,0.7101894754558062,-0.38388376302852245,-0.2579263474318799,0.5757288688369009,0 +0.012464891637442115,0.6746741523417827,-0.9140894560127578,-0.066386988121382,1.2481929768395232,1.0157091058506698,-0.8909527073949226,-1.3356216748435448,0 +1.6620998195512922,0.05154637956594432,1.2512174851465847,0.7849975459095919,0.7514330407109556,0.4044458965154458,-0.9477730051361039,1.4533417985653476,0 +-0.019940676548461,1.0037296213207476,0.10438145040194792,0.20512511037697403,-0.26011418467661224,-0.3292563100757563,-1.1806140804191902,-0.3970948272011887,0 +-0.49435985408885896,-0.6812025528106527,-0.37330191810118113,-0.6694454702816396,0.8459005247522708,0.30836380449686107,0.046348941815798295,0.15986842990464079,1 +-0.10301263022679519,-0.09946548428380275,-0.34098684550996294,-1.161386655375566,0.21602545717237173,2.055425648501434,2.639026021738206,-1.13412139587581,1 +0.6506546641111353,1.8461364663168855,1.8428842465506088,-0.5833330343194372,-0.8984752894269609,0.6205571830144749,-0.4108017197787679,0.37686801427304806,1 +0.3866318176038263,0.8002239076797171,0.4935054483959438,-0.855345781863306,-3.0651975936074187,-2.448511670255697,0.10230820086468762,-0.01434549902528004,0 +1.9729835655116006,1.0835073024647845,1.039331217639783,-0.5991096176691888,-0.07469510450145285,1.1204181410241865,0.13402727755628863,0.018747413166611104,1 +-0.22839332099181403,-0.4268773506511603,-1.7506166946920625,0.6038440387440243,2.593245715103194,1.711037031292112,-0.4541350340838466,-1.4267346639061138,1 +-0.6512884227182656,2.0705102075589483,1.0262754806037568,-0.8079031236396544,-1.6320353610504281,0.7325202460402608,0.777906649649381,-0.9726842242729621,1 +-1.5879849687806218,-0.903509497509188,2.2421889249365514,-0.458515565005607,-0.7812190580892856,-0.8188554336365772,0.35242274824816255,3.0091228822749923,1 +1.519549124177744,-2.0230110998791186,-1.5873645776715692,0.6838264036007872,1.2762773431801113,-1.297396347676481,-0.9138527549058465,0.44249021898309115,1 +0.07374933047299925,0.8114226064912806,-0.18896289567590524,0.26969762432741323,-0.16995258930915466,-0.153874339548284,-0.7835974284208174,-0.6536140434597714,1 +0.1102260202820407,1.94807201817794,1.0999463290644267,0.6746423399216426,-2.930304747047747,-0.18051417182823903,1.5231957640869385,-0.9260187790796198,1 +-0.09570157024633218,0.1221242129861696,1.6681863055874095,-1.2972013177749726,1.6633741737257117,0.7844082379881869,-1.9380250623894755,2.056222818314221,1 +1.2218509880163482,0.06773429118535113,-0.1335963597192394,-0.5048335838824318,1.367515835258272,0.6827444703791026,-1.0750885280568283,0.04553610722329404,1 +-1.870039295531625,1.9911811053192172,1.1465541214157118,0.047151950915627544,-1.739712713993658,0.7587564985381319,1.01753868370155,-0.8502954645548483,1 +-0.5259438287476779,0.16698913949726613,1.2219035622448162,-0.31707056986177246,0.8813441468202202,0.5943380512215992,-0.995895143419936,1.3244970294190543,1 +-0.3021562580455371,-0.6302045796522533,-0.4610376569959614,1.1790276003411517,0.12442474337148773,-0.43122125280917134,0.05936187160056183,0.08083325129199515,0 +0.3461358495778606,1.3452239319092723,1.831168316328843,0.2735211472389544,-3.841931054200352,-2.6734085523357347,-0.06160596166290033,0.9462157852076063,0 +0.38100630903952787,1.055544434709764,1.2231191593770057,0.7132270893314447,-0.5558560297505455,-0.1110661034063215,-0.8449250492236576,0.5884335297683282,0 +-0.38039176597610774,-0.5127539953400483,-1.8559230315238837,0.7924353628779894,0.2302977170301492,-1.1662504630596018,-0.7980931032515448,-1.147487482876537,0 +1.7047653801877107,-2.5973308036432994,-1.0476371735787562,0.043930995381571775,0.6122157489351252,-2.557012197703693,-1.1823989374911652,1.6453331689232211,1 +0.3996033540813172,-0.660222399549272,-1.713216880604102,1.4010401384134266,1.3732468091049483,-0.12810680913957684,-0.9259482811803927,-0.9229301160606025,0 +1.7991468131325605,-3.4153361622456426,-1.5666240908277524,0.1420461771527011,2.8155257149201427,-2.0381478543018527,-2.602639156839354,2.1533618352063972,1 +-0.45355687326611765,2.28233554539023,3.3315314502415334,-0.44169871765167806,-2.623887616408883,-0.9244103010459648,-0.9081605440152037,1.774212482916534,0 +-0.359480804642473,-2.950929951843108,-2.610504542641195,1.0404540641817546,-0.48162401346855543,-1.9703857352064562,1.9913747596068598,-0.5478238665971407,0 +2.0967435920735555,1.4761170107197792,3.0634346255079326,-0.17538972938288974,-4.423972069110429,-2.6158482047320204,0.3503923010810268,1.9719874666622708,0 +-1.8187397612658245,-0.30584054630007396,-0.7059779140950497,-2.2738030262616293,2.177241277527996,2.392100792714471,0.6172743291061471,-0.8095260137526117,1 +-1.6677614299229793,0.5070484017762871,0.9313351133084348,0.92129953487746,-1.4744753005191746,-0.5252645915708282,0.5886458285812532,0.39913912321305467,1 +0.3177153217030138,1.882591308048548,1.0703487815389885,0.8818333456783332,-0.4608943998591083,1.6889278969870039,0.5727565772534384,-0.7870078158727849,1 +-0.6749709035523951,0.860833122275182,2.2645061970819595,0.06957212364967974,0.3096174672194738,0.773910346487702,-0.988487653175535,1.7821236432579803,0 +0.5817297687448764,-2.1142235223164034,-1.4593086014193923,-0.19800625632074373,1.331451311810423,-0.24351995103840213,0.4749011846715716,0.19311005202131415,0 +0.5256262757761965,-1.382513124551987,-3.511398122129438,0.29621951480760833,0.17881650245422978,-0.1311297208822233,2.069995128609396,-2.950448832043004,1 +0.5338186695379535,-2.2775907830738964,-2.6773957878214483,0.6342035095758823,0.4696550455540604,-1.847203977253114,0.09140296200309461,-0.6799603813943791,0 +-0.5793316908430879,-0.2064584942419922,-0.385787754702893,-0.960983801468311,0.5892686075696164,-0.6085779652689618,-1.3191303729437789,0.18592716884492966,1 +-0.9652512567379569,-1.9025041836422032,-0.9218227658854754,0.5605869751023042,0.5791730381240013,-1.5882401182463297,-0.6284049845462278,0.9620928309772825,1 +-0.5158772982911904,-0.2675847794647644,0.2627866222949806,-0.09185443176104541,0.08476959884445727,-0.483692206597707,-0.5531366580126947,0.6798146208747358,1 +-1.007961655998091,-4.055254343702375,-3.9676531418485386,2.0521294210871384,1.2628388035989917,-3.839075859121418,-1.4095869180090526,0.06931760710338453,1 +0.6226034374464501,1.4993279529557588,0.17840726764084103,0.3175158987566798,1.546714221936552,1.0243999215943598,-2.5086287685923723,-0.4850083701021657,0 +0.632773922734179,2.045146795542223,0.8602744428812626,0.6595286296752619,1.3033408208327553,2.455290159963495,-1.0371273494697746,-0.761003682592947,1 +0.28169608842206667,1.4488435998339888,1.486247215236913,-1.4452513820219093,-0.3598602239705141,2.3585187990542535,1.6701372264746595,-0.34624686668633003,1 +1.4986316270488886,-2.5631821081485024,-2.073724578263641,-0.1944528684225315,0.33839034686180514,-2.3422956611230275,-0.2472299024276211,0.30430719744267476,1 +-0.776037097145967,-2.282504922819093,-1.1056253433198173,-0.18378201214231485,-0.01990994475148046,-2.5202622026368346,-0.554306263579513,1.1477254036134346,1 +-1.488882243007412,2.3801083418384477,1.3940512666439717,0.046315064229297605,-1.7645753310168253,1.9065282175844935,2.093598178386276,-1.306468340137608,1 +-0.3081727237557578,0.5988243994361567,0.26879235831460957,0.5954305160385016,-0.5019380065767327,1.3881425489320902,1.8449393345765794,-0.8382880256830043,1 +-0.49454584446509287,0.5506891941016818,-1.4221334130957632,0.2159728758176746,-0.8468383564845983,-0.6218480583978491,0.19348271152574192,-1.9149763526155572,0 +-0.1150788594947234,-1.4104093584132376,-2.278694860015849,-0.028922885731395384,0.19662321386725284,-0.718285864789241,0.9371624221363664,-1.322701852956046,1 +-0.7005126136485137,-0.20228929493562842,-0.688912307348955,1.0044853327767274,-1.9348374171658398,-1.5324252814465944,1.132538388448917,-0.7180858327896908,1 +0.6533890576164539,-2.716556808653058,-2.4801835077003207,-0.9214411692321214,1.945364235193764,-1.111645751917124,-0.6161890767031681,0.02626542059107173,0 +-0.3806723767896886,-1.4741378332874,-2.4703378607959303,1.0607613972482102,2.9685646708077695,0.2718848355270648,-1.5732408732957561,-0.8603535776914638,1 +1.9058984192163748,0.9765217723032291,1.232540137960115,2.347277595956168,-1.526183778224209,-1.021347292483255,-0.5922449687901642,0.6662026198337274,0 +0.07937711852322167,0.6268870384585554,0.09897899559803824,-0.6931195289202623,-0.042985680806671395,-0.3494843756253961,-1.1094296498189697,-0.10197874693986841,0 +1.012068703888056,1.985271878702975,3.3054480807490614,-0.9923898169699473,-0.15364981067754552,2.044700459638916,-0.1440357843381086,1.5641931156347013,1 +0.727504213444315,-1.725356940027598,-0.3063586685080814,-1.0340368893641563,0.5342848544744259,-1.5784745537893654,-0.9192409315370005,1.5158257156863146,1 +0.9553715280583065,0.5945283055346868,-0.4240086116185636,-0.22694882709922096,-0.4898322209013808,0.9559321828422253,1.454799437372265,-1.3999766804739684,1 +-0.937439191515208,1.1087049049090236,3.014492077499853,-0.6126014971248527,-5.1984662464106615,-3.258144879402635,1.0089478333865831,2.103683700335148,0 +-0.3295137748711715,0.8277380769902956,1.2556708800330474,-0.08456233516862642,-0.005859938002398636,-0.26822238938746423,-1.6029987080926436,1.031089676828977,0 +-0.8944436539583092,-1.1673522224041915,-0.6600084995190437,0.009978474181983343,2.0360890361343276,-0.17080606373077778,-1.6843895319298408,0.784170332777507,1 +-0.7093836887466592,0.9846454422582995,1.7995468946142819,-1.0840618382078366,-1.0224936683409047,0.18087100187325522,0.1211699074403132,0.9503116536312852,1 +-1.5217168614975773,0.9293668777327477,2.534137239539833,1.0918636375019755,-2.582772280136345,-0.490752349616107,1.300002551471058,1.476057545370439,1 +1.0356859563636656,-1.935400756635131,-1.8275690224706698,-1.1149605877553792,0.5506630681396957,-0.9682495002067879,0.5351131995813994,-0.2928727858322798,0 +-1.496930574959356,-2.2132445636825153,0.28229186741846835,1.2491979077570603,1.5527826075685796,-1.3479545348703055,-1.70792189303894,2.7218213743310873,1 +-0.48880521411467903,-1.0388075467386808,-1.2293494207974858,1.1790620315098819,1.7625598714581991,-0.4683107585663338,-1.6660179729518054,0.11487667104843269,0 +-0.9979053714015066,1.351237610126517,2.277603135582543,1.0352525431102846,-4.989855186089844,-3.149018365338905,0.8070500805723706,1.196255193217456,0 +-0.05652128100521879,1.5393700946453184,1.7026521125097336,-1.8009805752356574,1.0544414082818832,1.9066912809583851,-1.1104184093384943,0.5841370042298137,1 +-1.2429956109469462,-0.5192274324307942,0.964356995543905,-0.643076049760367,-1.175965380281561,-1.443044309110752,0.03572278401295659,1.5195578236515943,0 +-1.7477138037693776,2.9848760404993673,3.8630825423923723,-1.2141222144119865,-1.4401394127803047,2.0479259736805755,0.45757039864244375,1.123489187700933,1 +-0.9539214982987908,2.023026789973361,1.1965652972634597,1.9667951470128109,0.3672197608085363,1.4656747033215698,-1.0943873646351674,-0.3091976369008275,1 +0.6781452470512479,1.7852962842584368,0.40175304954507574,0.5410498509184841,-1.8462172177671452,0.02145428769729063,0.6219911970673472,-1.2696861403255686,1 +-0.4612313989164822,-0.6856870689117393,-1.446955132368514,0.7323131253251337,1.0766451985023815,0.04579051700067094,-0.31980892722882714,-0.8081775338339084,0 +-0.7919045658655263,-3.113452116735144,-3.078565969612219,0.07706678904883744,3.988841071726872,-1.2318058309920703,-3.0922035201668763,0.4325581448516798,1 +-0.7601912917865763,-0.5862230326513058,-0.8736349387024636,1.6878468498266608,1.379913006090969,0.040924831589266186,-1.0310352946778947,-0.11679245177461772,0 +0.09947032481862983,-4.038652966494033,-3.211534919221634,-0.27968175992364214,0.6170939624773609,-1.7369447258326585,2.0809159130843735,-0.2819284796540755,0 +-0.16199197529975232,1.3527434853779903,1.3452855341077714,0.7672977656464823,-2.237677537030459,-1.3670625904454237,-0.4764042049719608,0.4581557712728843,0 +1.773016809457946,-2.750129690148997,-2.566984323176298,0.8056694543461744,1.2727891787326036,-1.2887279402287506,0.16838753124633732,-0.23227216009230472,0 +0.3592551997562129,1.0780828995479195,-0.773564331212954,1.0525415557697817,-2.4358938024897534,-0.5388071334005582,1.816427326206943,-2.1468518881044223,1 +0.7001318370897934,-0.1910189258961581,0.7134978589396116,-1.0427825171477818,1.2782743407065649,0.5703306160880797,-1.062072240547238,1.1300102155450489,1 +1.0183692132115425,2.0214813073842244,1.2305249023750278,1.272071189867291,-2.8137559184206458,-1.6710854510024675,-0.7482639725234849,-0.1264684824145096,0 +-0.26722044521961885,-0.7556975454331909,-1.8730942889620525,-0.286595167163998,3.1367008335340913,1.0091004235543306,-1.7761371812866504,-0.861940175586404,0 +1.3543293557589178,0.2108261866081993,-1.4746046610234393,-0.18265405305144963,0.581303663280774,-0.340314574445882,-1.0870556778255847,-1.356355261789,0 +-0.031148300181619005,1.6328717828579984,2.527650102270536,-1.5542729199834593,0.031146217492877673,0.9467503586227342,-1.2688398621335355,1.4599924557324164,0 +-0.5738553096677966,-0.902022922776712,-2.629175384153279,0.34768003368895245,0.7599287096982112,-0.4764886068726857,0.00839765156495098,-1.87554653582512,1 +0.04569002163989936,0.5223064302143918,0.18268148851843974,-0.266454198263611,-0.12506518137936612,-0.5523735723206122,-1.1742379407134136,0.1045106104274004,0 +0.4769932604619693,-0.12420325591683734,-1.8558869793840864,-0.6612456394777895,0.08062349177152699,-0.3291254467210529,0.11315648900281772,-1.7863963594008152,0 +-0.2656740948285292,-1.6030178684797995,-2.049033884258885,-0.48292978496353034,-1.02025088025828,-2.6818979177788345,0.1956639743052736,-0.5754229504464947,1 +0.17133559902080178,-2.166551631014884,-1.4904027810117517,0.2137294855596803,0.8716992812097601,-1.2402026640640749,-0.1333397516431114,0.44671142294573274,0 +0.5778083134060041,-2.233405397331512,-1.7460378953291351,0.5309711748436791,1.491760350288314,-1.105392551363317,-0.6926675823751363,0.384397738711012,0 +0.09967724885790362,1.011204186616564,0.21761911871567344,1.3384165417447902,-2.3909329903340524,-0.9307814973149342,1.0166737842092475,-0.8366916288267936,1 +0.07799587716894904,-0.05605297034056411,-0.5561258317410074,0.6308926702830913,-0.3938590832811635,-1.8019190717696953,-1.6215807483159372,0.059132669724773934,0 +-0.8211026481535386,-0.7783952396088467,-1.1872552178615403,-2.8842924053525048,1.2084032358097638,1.6072414653891036,1.6005760345932907,-1.105280011259642,1 +0.8861051318827222,-2.3723280155019957,-0.5897420272227731,-1.1528291309826688,2.7742194417992136,-0.8799782161567442,-2.4042671858536844,2.122554200200592,1 +1.4037972745108938,0.930023612968538,1.4578489835791757,-1.4336637751510721,-1.1113667140738437,0.22508300598150155,0.4640571595082874,0.5530595520386663,1 +0.9782503089891494,2.5534079419949074,2.8938859978220672,0.3227872748675354,-3.219309016532084,-0.4127441017475051,0.45739947506258083,0.6918121394314656,1 +-0.889066562730445,-0.07777471832442662,2.3724346853514198,1.9553524489371907,1.9305058870659941,0.9118259132289204,-2.135980924737513,2.9845115011884404,1 +-1.2786918501576772,1.3110185521271167,0.7816874529894375,-0.4722048524975818,-0.9577004821115833,0.8122171244878251,0.811451833204311,-0.594887501653723,1 +-2.3464031694270555,-3.164241445508563,-2.774500808396619,0.32036180891250843,1.1530834767734603,-1.5816380649713162,0.4546887909610611,-0.14835035097648952,0 +-1.0775902347236055,-1.705488348868303,-1.1156310281018909,1.0128083767468772,-1.7680400149644233,-2.9879982126283844,0.6965876064223637,0.3475957484632207,1 +-0.8294963205596971,0.8495983753371068,0.1710470780864731,-1.1211399682057228,-0.9701496724642681,0.794305747730847,1.4784348017568187,-1.0047404153072583,1 +-1.9654546482910331,0.559731009328197,-1.0308133190314388,0.5715244814119852,-0.6374022940355392,-1.2527050199575354,-1.0691327130681088,-1.1349714814708927,0 +0.9140346803413025,-4.948821206237933,-3.096518082254493,0.6719129347795088,0.7583826139170462,-2.949053532906105,1.2108946832447247,0.9321026312214289,0 +-1.0056731505758196,1.0003564344557754,1.4393883868776602,0.8490672958468874,-1.2182223352445762,0.6209208506179212,1.0740340040732756,0.27950211536145886,1 +-0.20990983958426143,-0.5846455612364201,0.4399706070146312,-1.6476829038705294,1.8935122941989189,1.0321268917762987,-0.8207423948421769,1.0838374556156438,0 +-0.2236481705389421,-0.009275256104899876,-0.5147452456422653,0.3429138485537775,-0.133447975320126,-0.9124641068782955,-0.868926686491943,-0.21017564088943141,0 +-2.5239150806290938,1.7449849351703204,4.545408265308028,0.24597011099505253,-5.28563603887802,-2.554560044221785,0.9457800814207407,3.0850611886112524,0 +0.8145798716255275,-2.371125781576101,-1.5839865086627418,-1.2861379924238896,1.7301892719956105,-1.619866558100207,-1.6172274862713687,0.9550021938000139,1 +-0.14489550308781798,1.0645483902008621,-0.737692212759915,-0.21194291371467666,-1.3422613547431657,-1.22645004694338,-0.6570616541911352,-1.3770181730266633,0 +0.5541684696655953,-1.386242190920883,-1.9516254489268108,-0.8148323163532556,2.6506409341315345,1.268054976898811,-0.03454368519504836,-0.9001847959335565,1 +-0.5214562542470337,-0.6047362694261383,1.0620420608595889,0.06913747296872937,0.8725533331457163,-0.27193309215556566,-1.2607407462541185,1.9520032884285154,1 +0.3355470551955923,0.15710544450257913,-0.944390969367284,1.713270983278588,0.9201669437435955,-0.14830648279450498,-1.4088385838798074,-0.6998453297022729,0 +-1.4734184399869283,1.1367123341891612,-1.5554473115091347,0.46317123780109437,-0.012111522552709333,-0.03809991598837503,-0.8125201840636678,-2.3180442916389357,0 +-1.8361950120939474,-1.395801184040352,0.3959804309558839,0.10281938836948909,-0.4919322809025453,-1.776493655369983,-0.2764034108433721,1.792428544511411,1 +1.0906669693333064,-0.3269774285168012,-1.1039754214640893,-2.158033816676668,1.032346166718537,-0.5631964179820104,-1.554435107911806,-0.3819053283810717,0 +1.1462392205590746,0.7576107160371718,-1.5914470226385549,-1.750288116024375,0.059164832462845665,-0.8480394159983594,-1.575498511712162,-1.7658631751569043,0 +1.3362907754200246,0.697620211366679,1.084151658816962,0.09560255833711129,1.0950750080161242,1.9756342385295116,0.009134649932238004,0.3584506085910373,1 +0.19681951227004701,1.4609515308522343,1.2103715627750486,-0.054058160372496944,-1.0620624760905315,1.3208803959299296,1.3540439059098315,-0.4717192619176608,1 +-0.5364764515006879,-1.800330793862485,-1.6365182584560438,0.703893877019978,0.4826251093158561,-1.9375991374785744,-0.8615227616297225,0.23938490734189855,1 +-0.4882704232566495,0.6381547268922685,-0.6607676088838823,1.206550496779445,1.172676244561634,0.5868243407049976,-1.388755598721378,-0.87977690804509,0 +1.121293966527317,-0.8082980090883563,-0.7140393808476612,0.28139675823123367,-0.12082526084874426,-0.991433145425227,-0.07326916555054297,0.05301518650428605,1 +-0.22790532056822,2.75907944805817,2.302019930814007,0.9449388297235289,-6.878160307096988,-0.5620378428281567,5.427100853279719,-1.4164886906143603,1 +0.7554740650211057,0.9122869774648136,2.710046154393055,-0.32276938783071757,-0.8688376889190599,-0.3581651978906075,-1.000764369831387,2.281555641046853,0 +-0.08986796836438503,-0.6785625078741877,-0.7495123451163404,-0.05891130674731703,0.10983504494227307,0.11423758239889781,0.9428875599533255,-0.45233775040009727,1 +-0.9599660047309075,-1.049860407621576,-2.0691669097751944,-0.7491160593020078,-0.6826716091743351,-0.5351430180142993,1.9870338055545274,-1.7124248267864213,1 +-0.5673134328286312,0.1984704613587559,-0.45872800801492497,0.6322872872125821,0.6826053438736337,0.7630878037958305,-0.038218766336889476,-0.6819817574623489,1 +-0.41114899315361453,0.3136567937452619,-1.3761661699200094,0.9387497493123897,-1.7389600756386998,-1.7481573226284097,0.20629874037428608,-1.585137051199041,0 +1.1898955965927167,-0.1406510449730355,-0.1732646826419705,-1.0802744281192653,-1.1990633100602266,-1.2404017813052495,0.2576209535050763,-0.031837384298975646,1 +1.0133546721077118,-0.44518495350583565,-1.0159929749742596,0.05598548800233681,-0.6815747093464805,-1.5339598216009132,-0.3017644959100121,-0.4571170804504794,0 +-1.4367255804339973,-0.980559647584329,-1.8599972873199004,-0.5111247833991163,-0.7333329140161884,-1.4624088427181556,0.687470739997732,-1.135691444075765,0 +0.11147036426360302,-1.5443403219159098,-1.7585350976027787,-0.9848835463656492,0.19502158875310716,-1.343448874484391,0.10043351817643831,-0.4066661448366232,0 +-1.2979979751005128,-0.29246393356852285,-0.5907397753043799,1.2922126922450081,-0.970239013926315,-1.5814417205890956,-0.24013798449691426,-0.1670120832086004,0 +1.4966189504302534,-0.40539813396789126,2.017741596283278,-0.2564135987853719,-0.3609381904286729,-0.31702295849942247,-0.050508384006050844,2.4308224811994923,1 +-0.4335649103908146,1.595447876119357,-0.18868655322750094,0.5222891659788561,-2.006272502277176,-1.569417091493429,-0.8974877229472987,-1.1762169741675121,0 +0.39916414473370904,0.16950185743289437,0.1464631694627063,0.1954048718940927,0.39758628560685283,-0.24394186130177237,-1.117614075506922,0.326741678763276,0 +-0.6876204904651894,-0.8936649096903087,0.9264192388764183,0.13512616986710282,1.7880156989199798,0.08913611043984304,-1.734701562613717,2.1587803834643187,1 +0.32796013259497214,0.07901120915181736,-1.1854385803973713,0.2828239948761426,0.016685183766316388,-0.7395532889549347,-0.7549626297614392,-1.0103964046617182,0 +0.09264478758141331,1.8602115605238938,-1.1404619038154715,-0.835827026801872,1.0617452049668628,0.3091368487039543,-2.7810633586426263,-2.0015023877071014,0 +-0.6882661820453805,0.20837908813571704,1.0014069051637804,0.1832887176927752,-0.3179086834298166,-0.3219149491541923,-0.4883381184515523,0.9984149835515315,0 +0.6495645879092657,0.019788568369003445,-1.4550237440771034,0.6365620630576959,1.2646707229970493,0.47438208495969647,-0.7748746047980386,-1.322031672744588,0 +-0.05943088224993986,1.7613939972882808,3.9806071985377267,0.8537242232402914,-5.324932666413301,-0.7301110586613762,3.580324412024342,1.6445504071876134,1 +2.569400144766236,-1.9338250329548015,-2.642746994442051,-0.47338976950481354,-0.978582039777876,-2.166514941471031,1.3511298229566158,-1.2514612630873718,0 +-0.39406605353706725,0.9843057304665497,1.4288272950810013,-1.16365049447103,-0.703580223368453,0.3251550026158423,-0.0344943506797013,0.6049272264913526,1 +-0.6289959090018464,1.1207368253120542,1.0752719470141883,-0.25485078045516263,-2.3855236987292088,-1.6439341846583688,-0.3069964811910694,0.355142874124904,0 +-0.9887320435286729,0.6208726884340694,1.1364932734660225,1.3437047113633398,1.0902488153190733,0.8218954688634945,-1.4553708749360226,0.9611760622057623,1 +-0.35607065050072145,3.2827231820113187,-1.509708860948459,0.2893576190087017,-0.6894312302179877,0.409526596640831,-1.5765616047874875,-3.9118863762697087,0 +-0.6525848149414107,2.7841057595308234,3.5665907428235646,-0.8785460818374715,-4.022818502675008,-1.5937330281641748,-0.4137098173863519,1.506793791422953,0 +-1.9589145318685537,0.4193873739436247,-1.7986459492001483,1.2219010219114712,0.16099902939852437,-0.917943121366446,-1.3897392138618256,-1.735621010613053,0 +-0.09922292132501287,0.5709548257317671,-0.21642657574288404,-0.5237281312236747,0.8121560033135339,0.2042546728739587,-1.4399196447470857,-0.3282967640869873,0 +0.4760627674610587,1.0893350913164526,-1.7364759390334803,0.6577960244882736,-2.9651724613761243,-2.2793593538672168,0.5142386514565571,-2.6490620126018776,0 +0.06831380277187427,1.3288197835914342,0.7338486911951532,-2.8483110869353503,-0.14579645124263566,0.8656442428879019,-0.281185444228078,-0.3670170398531591,1 +-0.33178538276983005,1.4968350948507492,1.955097834105183,-0.9059166848652102,0.4169280105795672,0.9978677991712499,-1.4398542931519094,1.0354270335343485,0 +-0.40188168837126503,1.1394011372242552,-0.9119696591038482,-0.9666778246135412,2.6604381217149204,1.5802170248943235,-2.6547500958391574,-1.2921058940277144,0 +0.034414108068308066,-0.40636398550474984,-0.7547661965297421,2.1970162219808613,0.18684830590946497,-0.5211657345533148,-0.30670243723757207,-0.3007880335050155,0 +-1.5814110863525612,1.7867431440840789,1.3347417549373166,-0.7416248781536924,1.1978822464120495,1.5345113431572845,-1.9726554537963306,0.26314165081284446,1 +2.9214997676700993,2.8720621733511873,3.7875357092550335,-0.5385854966857933,-4.583597089542824,-2.023827036230295,-0.34567731715591893,1.6715979876182148,0 +0.8396049138391536,-1.5633391947963413,-0.3695771088564528,-0.10980901760601935,1.0925587378681278,-0.9054874801749899,-0.9745939974781894,1.2780938314667123,0 +-0.06947387972124462,0.7863590250183461,1.7343911916816632,0.08382181981175194,-0.35172462675046196,0.024767574550325522,-0.8115834211241482,1.3159228956267761,0 +1.2169918853753523,3.31951622279937,4.729686201916099,-0.0008415656746137525,0.9347271922170165,3.6501813021562137,-1.4034662730619187,2.102091224137853,1 +-0.4458345071338986,-0.8358035575058553,-0.15164402763744897,-0.446747278010171,0.24474171135436465,1.8140112303802958,3.0157300855062203,-0.4031426395310525,1 +0.8893555622466361,-0.4095267566519616,-0.46444862542437293,-0.14579673726622613,0.7097089507822916,-0.11228497824909911,-0.5872964633297343,0.04146017630872556,0 +-0.3929154409588254,-0.1970324818149285,-1.1041687958916497,-0.5967471583808533,0.24583308628798214,-0.998734363517409,-1.1533163104091768,-0.5669873978443565,0 +-1.0090884839150847,-2.037924828852699,-0.6563106812611841,2.8451404986959217,1.9054023361741652,-0.9145400065147028,-1.5522338187104938,1.5445711754611193,1 +0.28362970701962564,0.049251000171172565,-0.20738068700224155,-0.26008177157282986,-3.2203170505929166,-2.0603868965624197,1.8527395437379577,-0.5955945024158786,1 +-0.13777240264110047,0.4531016631584088,1.6581406166626957,1.076989390737432,-1.3725382240657313,-1.1640768238037915,-0.5596692633810814,1.5429523932290226,0 +0.3079085884660147,-0.8070523066392421,-0.016752540820419968,1.228303375784611,-0.333212845332278,-0.9864358469031373,0.03472659688208213,0.7309373818927439,1 +0.13352365031054636,0.33714846526774495,0.8966231511348804,-0.20650364365918236,2.2905170142454763,2.060251967895456,-1.14103295203368,0.7770648907473612,1 +0.6497460011120247,-1.9864849797580006,-1.7896515384018965,-1.0117450410846847,-0.5854966926876023,-2.2795017269213025,0.4511812983904657,-0.08792263616889207,0 +0.9610162386286859,-2.0736247904299794,-3.3173781750204183,1.1626003267892273,-1.2643837623164278,-2.637533240948077,1.4752054932782366,-1.8163747658483689,0 +-0.037384686320036664,1.1724698966166014,-1.1104577938074718,0.8839954366116334,-0.21678318943481906,-0.15617813685596738,-0.8444418113705943,-1.8783620453333358,1 +-1.0205263640230922,-1.100172800291003,-0.07268314032764626,0.24108158608035488,0.6239707076051733,-0.6429503578328828,-0.5406002574016934,1.0510112789419932,1 +0.4677427472678322,0.013001348503654975,-0.500193628348614,-0.32296570801158286,2.1602991688663273,1.0499376767145558,-1.5520440006151062,-0.17988231976940006,0 +-0.9678168462915469,0.09138133384837788,0.1892906961820588,-0.4732856042736314,-0.026458102305677664,0.9238445505724497,1.1172397545793422,-0.2579570590674053,1 +0.6563242365723803,-0.14777834865740147,1.9561752426677665,-1.4859590335809352,-1.4635990049250045,-1.3263464674222578,-0.08380574793617446,2.2370654666071657,0 +-0.41587176372335244,-2.303669443869371,-1.737641154356505,-0.7230092252015508,2.007102553908396,-1.5564054343753484,-1.9562777640063989,0.8287449099686752,1 +-1.8088994023703617,-1.5288324918198426,-2.294027147551325,1.465938415440314,0.7706924187686857,-1.3020375184312036,-0.5285612200597465,-0.7969261240462946,0 +0.025470571367287434,-1.2990186427429642,-2.768167485808527,0.9490418476873042,0.7319694405604065,-0.2643932568335189,0.7993334849916813,-1.9117086413487574,1 +0.4697478882336783,-2.048277964293951,-1.5538745411171038,-0.019449931255416265,2.552547506137608,-0.33777572370760484,-1.4370985391646567,0.565837706590808,0 +1.1771971232602285,-2.8089823230358757,-1.71090824345201,0.9912879344337419,0.8054222090998813,-2.826726140871938,-1.3990183499220523,1.2293943032017542,1 +-0.4798961330798253,0.697011586297519,1.4186652509844326,0.23354869936453931,-0.41935525582650895,0.16918741444243357,-0.335337049728741,0.9306296853384823,1 +1.0678505422156759,1.265019361063967,0.8059220557861426,0.3836144887372073,-0.4096134343268209,-0.49875790102537954,-1.676816976070624,0.242345101842037,0 +-1.4687625397063626,0.5249984006387114,-1.5654777757775669,0.636051816494188,0.39415083511876764,-0.25225576899477303,-1.0152667859165374,-1.740252840013988,0 +0.391279544613121,1.5255314091911494,3.209755183959135,0.4094585192237195,-3.0866157540807952,-1.4068366111109238,-0.04028503864667776,2.091917160426552,0 +1.0090120271765939,-0.7176093392707938,-0.7604425011793221,-1.3335443515925756,-0.8860476421753831,-1.4001418499608405,0.38887885579001025,-0.16443479325907906,1 +-0.5103758556167347,-2.858099952988195,-2.5485648206756037,0.7293379967456114,0.23083027519966065,-1.881332311567495,0.9756988777107098,-0.29532776618912326,0 +1.0775022433341426,0.8074581664520092,0.4548877854761804,0.0010752927159347829,-1.6838872260175626,-1.2123359294085707,-0.21621206133640547,-0.06832491945138919,0 +0.21856478746633445,2.8455320076328627,2.753182319503215,-0.6054748096523267,-1.988677064551003,1.5473164381901896,1.0416396336868323,-0.006309409751231065,1 +-0.7814987115760893,0.6617988590293438,2.781799346573533,0.33349418101742884,0.009988329583205174,0.5433685024672217,-0.8025037944690798,2.443275359388995,0 +-0.19420626116528442,-0.1084938354143824,-0.2962095572591825,-1.3426178137755371,0.23073518705781845,-0.1867158121071476,-0.37617854912764914,-0.09326608784600676,0 +0.7653376252542917,-2.617344139021238,-3.3320260687760523,-0.11210552804270908,2.1264267966246098,0.45940803128835517,1.3590803182638793,-1.5780747927331322,1 +-0.23432205261794795,1.9505728183606246,-0.2446126933463006,-0.8287679662164,0.3590588476213766,0.00027014897624833,-2.5453625573369063,-1.2075584734104545,0 +2.0836339763215115,0.7146943160998189,-1.7405472463085543,-1.7448910435701859,1.36578169252551,0.09844951230935162,-2.0880585483064777,-1.8150378734342032,0 +1.2044833833021023,1.3689249508187387,0.47103018191592977,-0.5767296607910032,-0.6540741398082339,1.2220012721716085,0.9517074191938462,-1.0288605341896648,1 +-0.07032444271216744,-1.9677783853482536,-1.966000429584338,0.23990911782213317,1.851070690622062,0.016958046327564258,0.06863275993823204,-0.3555442669702282,0 +2.153628609455285,-0.43022393649027524,-1.7869499188550209,-1.5360210840465827,-1.1173718468326872,-1.6564613174235272,0.3620335307213778,-1.4233923363948788,0 +0.16348513624829003,0.12781654243564133,0.8795805935952561,0.6690564669650914,0.26082072646148075,0.027413066495064697,-0.7261847597835274,0.9802266371172025,1 +-1.5836585466830888,-1.55261498697159,-1.2505459824319682,-0.38146664534589425,-0.4730442530150003,-1.9128973642665628,0.15694569261671443,0.14491877834486855,0 +0.964020318671126,0.34030281377893234,-1.8550586819330277,0.8133764925541249,1.1905882494222635,-0.23806814293797912,-1.8503228853052958,-1.6536724706444281,0 +0.8140450655082527,-0.4458152415104706,-1.9911099615559336,-0.2559001585721298,1.4699258180469512,0.0042078617876964985,-1.038765595662349,-1.366053432539456,0 +-1.3312013330520946,-2.727793342481008,-2.4363093100137765,1.606884909070334,0.8042828935255262,-2.664869160305517,-1.060583168830136,0.31969132841534464,1 +0.16004742753532272,-0.06219722097356584,-2.183253349005687,-2.5437387006299628,-0.0773408689496338,1.0393336804791844,2.1913112731567903,-2.8386398194324203,1 +0.13336738784476956,1.9090530540845736,2.2459766465013997,-0.15194494494475366,-2.008895944826699,-0.14980906048743137,-0.037786456765364296,0.6915007963128152,1 +-1.2032435181142562,0.611682547808631,0.0802055914821979,-0.24365789876134897,-2.3034302642026843,-0.49334478039615925,1.945746518562017,-0.9237710270182236,1 +-0.4015682055217132,-1.5180941073348873,-1.260602714467538,0.8317211587856723,-0.9873728360773718,-2.590457097883501,-0.04741515325806689,0.21279289945260177,1 +-1.0674190844142861,0.6684074468323432,0.6337044366205625,-1.3568941581056655,-1.094367415922241,-0.8173719205528414,-0.43188766208530827,0.2589031817457009,1 +-0.6033598288192416,-0.7980151687589205,-1.1055064500060026,0.0994679822559894,1.505261457403165,1.0867196800232657,0.4802829914062128,-0.6626159967134863,1 +-0.22152697296301702,0.18203415920311972,-1.0369595512787348,0.036487373565886036,1.140086510948855,1.0286270494805596,-0.15284867282406478,-1.2450424348762716,1 +-0.7895581766619373,1.0115189213748932,-0.4270136139643555,-0.8812294567456689,-0.1546351076638187,-0.3705610233393051,-1.241918053400049,-0.9239193253973184,1 +-0.08032100086670244,3.17711835741013,0.8909578850359285,-0.9193840479294324,0.9102499431715464,2.7995417282615076,-1.2466556385979886,-1.6556969157532198,1 +0.4307022979858298,0.7265031597402822,1.7006434945358253,-0.9723050276954911,-3.902796049369289,-2.6283678762911773,0.7901225150900069,1.1023100593111332,0 +0.25514285124876623,-0.07149087932556186,0.85269838888656,0.017169629578095664,-1.6039029571521985,-1.3431266805325823,0.32881719734257686,0.9409335995718497,0 +-0.302954056121575,-0.6512306018239754,0.662393900513598,-1.3301326715070445,0.7188989739931375,-0.7129860377979077,-1.464892292505663,1.6742162909023826,1 +-0.07842559550720343,0.5677101005611941,1.6625030318490241,-0.10687333646636085,-0.1563218424192971,-0.0931643910164861,-0.9912466137112794,1.4852135535638422,0 +0.3492368445893421,-1.426505264836114,-1.968543915690271,-0.380558559935768,0.028605719982873562,-0.9106221392236187,0.8485494578914947,-0.9552084073183663,0 +-0.5220515336849768,-1.424109879523508,-0.169473275503441,1.1797452675799955,2.50796348593345,-0.013197885312195012,-2.0114715711798485,1.575933822038115,1 +-0.8447140473740765,-0.20474896262839248,-0.8170771019261969,-0.1861929263883929,2.9664343520218934,1.3982193396598632,-1.9117503542791594,-0.2473553400818692,0 +0.3049082910119626,1.381171024381296,2.0349781990122464,0.6923455458788558,-0.5507885337143318,0.7517726365460777,-0.2855845558718687,0.9208812672814006,1 +-0.2746886220258126,2.0085873952842315,1.7429017253903851,-0.2760359215531854,-6.5281961943557425,-4.19360343583515,1.053209600228662,0.11115210138991871,0 +0.3673850912789242,0.0704877531525816,-1.2547030031988247,-0.2491190839828444,0.6960269910259521,-0.06403083956905709,-0.794012091361552,-1.1148237075624745,0 +0.9204852207336542,-2.691520815792552,-2.5177765718505296,0.7216829500604668,1.3488605568801273,-2.1681903897979504,-1.1907343817390106,0.20338859275898385,1 +1.4029224298301768,-3.425876597258326,-2.4157051538610257,-0.6208360568534023,0.7859609982639983,-3.135659734737918,-0.9155274432630596,0.9271504682127173,1 +1.2191783703795371,0.820398365219743,1.4667216546970379,-0.6324905328996735,-0.35612966657271555,-0.2507555800659808,-1.1326490403034255,1.1231626571624376,0 +0.23491858965481816,0.40680922443445583,0.4647240272108514,-0.5457166301896108,-2.041899498485735,-1.856567060329144,-0.13553569848604163,0.30767246370699997,0 +0.2608350976366222,-0.8273413725476787,-3.0802530763590665,2.329487340419225,-1.5595672660209938,-1.8329802953540941,1.557427070258062,-2.7120764731014253,0 +0.1634537608173396,-0.9077074468298332,-2.017678166660758,0.24291511243913458,0.31441739861365037,0.4127099672334419,1.660702615756155,-1.7645781366858955,1 +1.3241146550254084,0.5238607485166938,0.20494328094356679,-0.188414411464082,0.341834395681901,2.4803888266156364,2.197295496789589,-1.0189462943018264,1 +-0.9581264962294045,-0.621205089494576,-0.2615174262899275,1.5690238639180607,3.0738547089915262,1.676903756464993,-1.4037448624558782,0.5101587735012889,0 +-1.8737426823664356,2.266369555844861,4.754042329213235,0.2120919170139968,-6.302203670892996,-3.2815428460936715,0.8041778151488668,2.95073016353074,0 +-1.041291064159787,0.06048161206686642,-1.448461048119237,2.220778355872148,0.01284880985392659,0.8310763118939339,1.4413455137740654,-1.9766982281438867,1 +0.6629972320046126,-0.0964499954849849,0.21679712438660148,-2.8554707248624775,2.262186602301647,1.121061227273093,-1.6905298610616337,0.6731825233366312,0 +-2.6792177758378717,0.1823493929191865,0.7878365418029194,0.011485479902371767,-1.3986603498692134,-1.1200642812278598,0.07841219988868586,0.7112474444639735,0 +-0.4707532504577986,0.03982533868512361,-0.4337295546830518,0.4100327367555439,1.5526311643654844,0.42903092819285527,-1.56133514398622,-0.08486867256505015,0 +-0.17382495625700953,-0.45926774109827817,-0.2908491284881854,-0.399945559510229,0.38463550797044177,-0.46630936552764357,-0.5919869507315738,0.2883052197031938,1 +0.6145650720455809,-0.9241954914397644,-2.4646652885411617,-0.1277366691177852,-0.7049739548813322,-1.8775016491354788,0.2062276635674425,-1.6357235181950545,0 +-2.2469919542339216,-2.8803408560673303,-2.2020668033024395,0.05656102903609046,1.5419378401475408,-2.553090759356762,-1.866773347765957,0.8961270326502023,1 +-1.243383305750079,1.0786490091055467,1.384485315533884,-0.7981880659508152,-0.13191767234800214,0.330718561007882,-0.9317518972369301,0.7225069036663883,0 +1.1145022515647665,-2.96658789407721,-2.1153700160766054,-2.3474164930460484,-0.6028827620444208,-2.024023556837695,1.9674436406444562,-0.020858558850767595,0 +-0.5970027265653383,-1.5365036360614945,-3.2855087570341985,-1.7645718017593333,0.7188495677667691,0.5937398176077432,2.3676193469769613,-2.7269424309061483,1 +-0.45431945586691896,-0.6018047885403601,-0.17919816629024693,1.6445282074669199,-0.39743323404874226,-0.351755785693173,0.7983622460369791,0.13721310540066411,1 +0.13314742174061292,1.2914681307204687,0.4941153064179933,-0.5378372791142285,0.6256727984284371,1.5331965228758202,-0.382241852390234,-0.6029350386795871,1 +1.008202242059823,-1.7447582738562664,-1.8013158124560076,1.5931256344384888,-0.6058680229255261,-2.1927299663937405,0.33865360039919,-0.2801688400116851,0 +0.3634652331258422,-0.21131209614660973,-0.254203015959298,-0.2824684391688798,0.6753475152249478,-0.09828624738049085,-0.793783744949205,0.14247292353260932,1 +1.1716659677673766,1.5943995410236138,-3.183957166423952,0.8235483206241468,-3.4990533967742934,-2.2833699127483404,1.1418850671476573,-4.716104968186405,0 +1.3350084007404255,0.945152311333588,1.0845474535525064,0.028258629924361036,1.406608420420419,1.1042735800462997,-1.8648737023832642,0.7236115006678155,0 +1.295943197658156,0.5197165508460331,-1.2170994542860754,-0.6023181603833662,2.3831830886396026,0.9158054932200648,-2.389484796730021,-1.0995512047251028,0 +-0.09126930098280923,-0.8773436523320921,-3.441419387349361,1.2133706460104035,-0.375476525645112,-1.4238536567035684,0.5714155319529608,-2.8014605881755514,0 +-1.2311889249099068,0.3437772173074316,1.479712986430817,-1.1622075528185831,-0.4975785194030368,-0.26440578703263196,-0.43873060166150324,1.3522642227839023,1 +0.8868959627493455,-1.855643852650442,-2.3519873961619115,-1.1552069085902912,1.5714603764984572,-0.5847264852520727,-0.34509400668834317,-0.6844202415876935,0 +-0.37568664519118833,-0.0009495827453792627,0.5872026160284344,1.5444659444905129,1.2465136867989255,1.1342058478266874,-0.4332257688661907,0.6277402495424489,1 +0.1799442733803755,0.20398231622027974,-2.2868830904383426,-1.378157324735128,-0.1263325140386827,-0.8918332000943926,-0.5723177317163175,-2.2729724012805117,0 +-0.8034135850222065,-0.6625840504687976,-0.11113897861373412,0.38234056487459933,-1.6262824170270316,-1.921039775443342,0.5042558153158303,0.4576344002225593,0 +0.373347557769033,-0.4419041090576996,1.7177256134580026,1.4929393687697214,0.6244780236429534,0.2002885836043239,-0.6408485219571344,2.2768313150351718,1 +0.43925025535644846,-0.0004194965259767258,0.12514197393094922,0.07990951754327062,-0.8809728478592901,-0.886029105662312,0.039510866781027776,0.1847825474589867,1 +-1.6821683963136047,0.27647937245287907,2.12008718838882,-0.20297132812674876,-4.22852155790786,-2.8906356639631428,1.2698285575581707,1.7990009198499566,0 +0.2026165591206973,1.216220626881571,-1.0461126215586776,1.25353298510596,1.901341466995405,1.0663713800737393,-2.3014277974149797,-1.5494949204841921,0 +-0.8213810730069994,0.5606068254641496,1.8053892928030468,0.5427442219198989,-0.6143629078540878,-0.4797483508907445,-0.8868078733107152,1.6378042223061822,0 +1.2918209211502372,2.5153865773798207,1.9315378126808969,-2.0949451565296195,-4.980233726048565,-0.8698362357427116,2.677730453305653,-0.8196661874981512,1 +-0.29854495343980436,-1.3114507183259783,-1.548433537118518,-0.22404094349654285,2.3004101367033467,0.024545318597503973,-1.3902229926128498,-0.09149035700794816,0 +-0.7261076528431435,2.0578005643566044,0.387863384937967,2.1925038523008498,-0.37157524215235394,0.10206884513531589,-1.6644525842128923,-0.9015569052234287,0 +0.054289114070588104,-0.7435650363710302,0.9549390723255738,-1.3060863376840912,1.796452971385503,0.839290450649519,-0.9160893248801705,1.7819659947288657,1 +0.08797659977061306,1.1614858288769019,-0.2659911932363243,-0.8134840375646667,2.1180456613325753,1.2054592963009365,-2.5902254136333065,-0.6430403596134975,0 +0.04830439908207399,-0.8574577053065882,-1.4793937535912876,-0.9018996431882638,1.3850620413198618,-0.8488854267818965,-1.7588202440646008,-0.2381053924564509,1 +-1.9861040228049052,0.6903707553867993,-0.015363228449691865,0.3171754509152756,1.2954223135368554,0.4030869209768908,-2.0507833165050657,-0.07482393551202837,1 +0.5453610574584276,0.961600385069396,0.7515162653012897,1.6013351373142157,-0.5001916420773644,-0.4085350018978479,-1.0843445403979484,0.2761373244962946,0 +-0.3142056969063677,-0.013056823553602048,-1.961198662195251,-0.03472829005738743,0.6861196014832963,-0.35615126583485796,-0.876453531884579,-1.7174812870828247,0 +-0.7236194814904986,-2.8890936488084558,-1.9836945162630255,-0.5804187272117166,1.0107212024156944,-2.5048980128185487,-1.097831533408509,0.9136919399693462,1 +1.0796819451604098,0.9699238214187852,-0.07630209784812494,1.4484856636265069,0.13308396637926959,0.7801266950850896,-0.17331411367150829,-0.9097566897515679,1 +-0.9070229235450954,0.07970330038080431,-1.2319733876311059,-0.6633885982275941,2.568208461531762,1.1810664929475285,-1.8207917094434138,-0.9171978397683582,0 +-1.7976441867654407,-0.9474234135485207,-0.12802696234288155,-1.0668774077224878,-0.5163010030453561,-1.298928349213857,0.06245574286328193,0.7528939133887091,1 +1.203045843323252,-1.8107358080785436,-0.4773241554427715,-1.1062085060096134,-0.4403684630617796,-2.3159836808827405,-0.3712150281284367,1.3224997630280881,1 +0.7916183229381768,2.5297036402759963,2.528613900433614,-0.5313384933408438,-0.9128012152865438,0.23238495383458746,-1.8424720909115881,0.913413402994204,0 +-0.8859458581998424,-0.08320656975469798,-1.302578084079074,-1.321288793089137,-0.27017830699393525,-1.1647289891803894,-0.7042383076020018,-0.9735260407091948,0 +-0.19389082334301214,-0.6991187343407759,-0.7087074113336093,-1.4781945382561186,-0.42496789770451604,-1.6672397951933249,-0.6601347064561818,0.17681799983998725,0 +0.014567385515403089,1.5263357162387932,2.2782871918680843,0.6931785512907901,-1.0927683154008196,1.0256586149469318,0.6266304575688393,0.777702889386044,1 +-0.053671500158264426,-0.05227634946665449,1.110361446675602,-0.5931657273986963,1.090064010780952,0.6654372894017577,-0.9303263906803869,1.3731671060345834,0 +1.2569769662285426,-0.3083083893770691,1.882885265137187,-0.20191313707221967,-0.1521897726178159,-0.6327924187629085,-0.8355649837117152,2.448389140514992,1 +0.12082031663150203,2.2040353059287368,3.9408572415880614,-2.2534778338454395,-4.421265707377308,-1.8747502426582838,0.2979837270311827,2.2060974231044534,0 +1.0948457578340725,-1.36913123834955,0.046182997273936294,0.11835052180893373,0.36982615307855216,-0.9593662149337339,-0.344169906903197,1.3701085848838392,0 +0.7424238069218309,-1.425197863186528,-1.436118019147558,-1.0905166189939204,0.9142799089110099,-0.4214423451810263,0.08300635057220251,-0.24566104189790783,1 +-0.9562000927146843,0.8011636622372373,1.6940841191873126,1.3616151561221115,1.187147417604607,1.3960271603882213,-1.1823924924600224,1.2576194353875843,1 +1.4294059964615262,-3.0391764300349875,-2.780304475505992,-0.9044115885427243,2.2192430908808594,-1.1654275158522407,-0.6445299278549957,0.005590109089500861,0 +-0.2914029542672278,-0.4659029577118883,-1.466805725805588,0.6471405380530224,-1.2866406365211762,-0.47035594559068716,2.1323385386688654,-1.6378535100063232,1 +-0.5103683505304276,-0.8687671382638702,-1.849183284649566,1.9955775566068872,2.097718038379503,1.1700949104013025,0.03617352708304078,-1.2448086054665546,1 +-0.83814503365459,-2.2646172220133365,-1.2417552979444486,0.8203974786756637,2.6010682425365506,-0.10901471293011755,-1.0575235994425458,0.9455099196825612,0 +0.3025537470045273,-1.0869684214903037,-1.8002127763488671,0.8023542118715056,-0.7880434754424166,-1.3759214262833577,0.9784933463663228,-1.0704270330573453,1 +0.14242467700161332,1.808034734811052,2.7009393907826484,-1.7597180184644372,-1.8197165096263272,0.6024258666951354,0.6740002119992099,0.9888924718801397,1 +-1.1137839145773136,-0.33314978364675224,0.9680101523393058,-1.3302345819865624,0.5214158506746235,-0.19793661952602493,-0.9268947818007098,1.5310451864499544,1 +0.09690383592621649,-1.8475053474120273,-2.7446226199898165,-0.16240398245979104,1.4560126595985385,-1.3835747250789034,-1.1420071671370682,-0.8134147999157648,1 +-3.1070690694807714,-0.2792336249424281,-0.14854283732259446,0.686490283698908,0.47109958852872086,-0.3645979724118252,-0.8147311426112618,0.3333071874462934,0 +-1.44728663151274,-0.0957958266279596,0.45568689627725195,-0.8390050752652364,-1.5958085157338393,-1.4966259202179655,0.25279224905168474,0.5903650831230823,1 +1.1849851849040216,0.7423409376691721,0.566076107878427,-0.13987434432747756,0.24897270778788025,0.1700178748597052,-1.091717249014864,0.23052559081310964,0 +0.6845187147604089,1.4390533511335042,-0.8166947650099206,0.21189903218625172,-1.7938074260174273,-0.24732974632255844,0.9121982675206021,-2.273298174746577,1 +0.6385453027159871,-1.2139952546468584,-2.189871150980355,-1.1767769502746073,0.9462481762244364,-0.8723538768227296,-0.5753225103537528,-0.9773237772197919,0 +0.9488570957350779,-2.264263175548419,-1.844240166769427,0.8959470639444997,2.286033471163902,1.1921954454534505,1.3005828397233048,-0.404814507539441,1 +-1.0611114063689215,0.6244458612972901,0.08594978693740812,0.13495489844895683,0.9109583874460987,2.00505354696137,0.6768460218396413,-0.7770116798793137,1 +-0.4740875889874594,-0.09602436862873742,-1.346509072412622,-0.4965670969016495,-0.4505721333931289,-0.30066804900606714,0.7322871607821647,-1.462264419839783,1 +0.1672224592809714,1.6031922787017963,2.643783700114246,1.9519543181658863,-5.789790883273508,-3.612392561007077,0.9533184182329928,1.351504527055013,0 +0.2752341965317353,1.9312500092644458,0.6177175932105368,0.11188404252729293,-0.45012236258679766,1.4431296047082187,0.30707274628709835,-1.1973365233583324,1 +1.7027611645347402,-0.09238900645778658,0.7528436954239808,0.8380172340783932,-0.45096958910562307,-0.8896314527117988,-0.6600274138376443,1.0898718706334116,0 +-1.2696343949583007,2.7915309618992135,2.4521172459049825,1.6925494469713722,-3.369191929454517,-1.3671341943911222,-0.7317972787047217,0.4366861992367334,0 +1.7034071884798285,0.9675047647414667,0.7891860061221972,0.550548082633061,-2.4943631507172768,0.2790976670959114,2.66115415178024,-0.7566655226742895,1 +-0.6100203337702613,0.7701296049168096,0.49996446837727665,1.450034995157306,-0.9986935913492552,-0.1263685623586579,0.28214457111732805,-0.20910321533580978,1 +-0.7258192483932949,-1.7076219699049096,-1.5761031606642124,0.4427818868916214,2.342382517828419,0.39894144682083943,-0.5154329067550252,-0.0503580479557324,0 +0.6380973108912888,0.5849096318925744,-0.14778855238606442,-2.10330014424199,-0.5277448445694738,-0.803406939797335,-0.9071183207590576,-0.3372085334839956,0 +0.967721400104093,-1.33419783246337,-1.7285088717552086,-0.5917078014526264,-2.0484922559090255,-2.908116429399591,0.9789916755294266,-0.6713609505450387,0 +-1.9708288687481683,0.4460860683681458,0.7067884779407724,0.6121792664373321,-0.8587936021695796,0.21434376843447484,0.827098810940965,0.10121569435394628,1 +-1.035409448247007,1.4622110296016433,3.622174672871022,0.07603842011820272,-2.03479930104978,-0.448136713067602,-0.31234670009422716,2.564584216954663,0 +1.316871250508627,-0.32229102217980005,-1.5278589382160408,-0.28938396669941485,1.4628282050527275,-0.7406707972311212,-2.2886693765527415,-0.6043496154959952,0 +-2.4916998802873787,1.9679241422552336,1.417635187719742,-1.1407729522443617,-0.9029478916010613,1.2211341835577825,0.38761885674912483,-0.4202130600573167,1 +-0.6133122556901556,-2.1545381194454984,-1.9968241499349595,-1.014430533500319,0.7638855745788538,-2.107754391929583,-1.004279871400369,0.22411248136099593,1 +0.4340917314325457,0.4440060830917942,0.8780749420150199,-0.7390545019175717,-4.0539512337772905,-3.2296723297893513,0.7446831826074338,0.5634532106715171,0 +-0.016681585786015314,0.5443811573669801,0.5135955187041528,0.07526486858664819,-1.6492246714916685,0.7173438424052334,2.575441059152294,-0.6897303216993325,1 +0.1710179748553995,-1.682057942551147,-2.8486775148893067,-0.01469073548061538,1.0177794085707967,0.24582167406250094,1.508413591745116,-1.900947117032658,1 +0.45983373647037196,-0.4782273013213376,1.4414515465755908,1.358452449985456,2.8505231678106906,1.880640632574792,-1.4568578735790019,2.118673770278261,0 +0.2789889819674628,-3.0264767890675426,-1.8544268493097578,0.2962344125387917,1.0687937670571532,-2.538941642448031,-1.1150854504827001,1.1683771979419129,1 +0.022449507829488503,-1.7925443313839566,-1.4832255665474836,-1.8932203043846696,0.4639979247488894,-1.715712316587867,-0.5913883904173944,0.2984798152311859,1 +-0.3057146644927001,-2.427848502604113,-1.564006121077879,-0.2964999526893293,1.0490784713219656,-1.956194741011588,-1.0386281049579997,0.8924696758478942,1 +0.20144961710688192,0.31345583818191847,-0.03894574594830265,1.4227096842873534,2.499273582232986,1.7973325057655571,-1.4952427273442113,-0.03764230061207807,0 +-1.9605020555880164,-0.6092704012673504,-0.4631655029308045,-1.5852244283556778,0.46283334003157417,-0.23004464154381465,-0.1770840330329848,0.10953124141086734,1 +0.40840644227561945,-2.2002639944735742,-3.274923151562373,-0.058212107418479306,1.2236185227905794,-0.44645341399026117,0.9725678679454736,-1.6983059926328243,1 +0.5200531113388027,0.9084422921168642,-0.9202578357404588,0.8397233058917385,1.1637398808055481,0.43969953450035515,-1.7892126136285673,-1.2521484097872615,0 +-0.14327137269883344,0.9806442215578259,1.6503449669648984,0.13463503160971113,-2.1180187602057177,-1.4056280698999117,-0.38493787366241783,1.0606726533750792,0 +-2.925959366793755,2.4114404665458222,3.227152536914256,1.9327207901522236,-1.0458093415811371,1.1203565132973878,-0.5412926171381587,1.3030187444891077,1 +-1.6211806482243394,-3.3447116416197167,-3.0952607815575375,-2.0622791194023096,1.365252980490124,-0.04230165756693216,2.4922889154773964,-0.9911963990140618,1 +0.08447236676970217,-0.17963517894645264,-0.1850667333495471,-1.048835355750629,-0.05483660681506552,-0.47725177525298246,-0.3115084156377904,0.08455291004521193,1 +1.213252530574273,1.9745287669346905,2.7001791603086565,-1.1143550191244005,-2.8433660040776516,-1.3881709773629571,-0.7002767623002215,1.3719606709108865,0 +1.6927190359061797,-0.9844804310444867,-2.29641465330752,-1.2134895236856127,0.2602210277029889,-1.0791857436260257,-0.08930592194297615,-1.3950922257780531,0 +-0.011558025313256788,-2.2175486257894303,-0.5134564604712197,0.9296312484317811,2.9735076163330842,-0.6441987028585812,-2.562933719415856,2.0941806421271414,1 +-0.9964404692868836,-1.9926040008945605,-0.3748355053261226,1.6231283131868477,2.2900845227536566,-0.8157731135243397,-2.099119142744068,1.9327093499077705,1 +-1.9623752938740975,0.5169999362634801,0.9076574635298363,-1.7547894570543183,1.104340039621032,2.6925712737933853,1.1978471773092536,-0.044926911150576676,1 +1.1408003092923493,-0.33059062793626937,0.48854023421477727,0.008113054394682646,0.32389503859349217,-0.30990849922994923,-0.6594183065477249,0.9778709412579694,0 +0.6358388283751669,3.1638186635953494,4.369925460034581,1.3674469813650731,1.0044397640128655,3.638370392763477,-1.2473912328690906,1.8267004198247625,1 +-2.1113448994159705,-0.4997219898271381,1.3765958655330204,-1.2635306141965128,0.3427002568982792,-0.028710891344393308,-0.38390556786373664,1.927061525049627,0 +-0.346326982409294,-1.8783785861493438,-2.4991762086123415,0.5680427694650401,0.6000558325061076,-0.4865655412314703,1.238711988272644,-1.2508217351378152,0 +-1.8603878071402504,1.5803768955431345,2.063374783419091,0.8898261801495523,0.3551143801521171,0.6012193165969284,-2.0020114654719663,1.2574035045916303,0 +1.2450543819586326,-1.577716708024343,-1.645413674082364,0.726352255220411,1.1990826164818826,0.6057974794213303,1.2716419710883449,-0.7298844439293917,1 +-0.012028058726197693,0.8522632391042034,3.276312118721641,0.41898142766738644,-2.3011102599845237,-0.8424157503747227,0.2988719766131528,2.5932064137762483,0 +-1.049040048403798,0.6791563056107162,-0.17747327889281717,-0.8935036028937152,1.8473877755986001,0.1930757512265363,-3.059833924651233,0.05902273903378574,0 +-0.04207087829519464,0.20275223945515997,0.13910560545379327,0.3442780775509913,-1.7006341677384713,-0.7803636889377175,1.1268657356420293,-0.27493614425997215,1 +0.026445973144852825,0.14902824618817956,-0.11409860732103418,1.5928421037888516,0.3536294713052884,-0.5220600757216799,-1.3289576630685556,0.15776391211961815,0 +-0.13868094567732406,-0.4463781280591683,0.16884757937900147,-0.8896886750391026,-1.5324336022171643,-2.319188716383998,-0.47442920298584706,0.8548493591584923,0 +-0.20316889551188988,-0.24434022537142902,0.1363866555774138,0.42227051957764417,-1.4887829909609411,-1.2755572202133392,0.6469548675045309,0.2677724626092819,1 +0.36272361905746214,1.1931694813582854,1.9689967502162478,-1.2252259233854614,1.0050582981394467,1.419993245557382,-1.3923853903155718,1.2608374332826162,1 +-0.9100782046744472,-3.5309281797526157,-2.859404039534926,2.2648189904073672,1.1844405754157126,-1.526957730782208,0.9027619046031907,-0.05031429009930932,0 +0.1929022559807436,0.04953592996067746,-0.758692529605315,-0.5093825045489724,1.2991181231396256,0.3854437971435185,-1.174850837838853,-0.5245176479882838,1 +1.0323922343437475,-0.05008712617193545,-0.5145865712084042,-1.8459795025956738,0.4228092156222127,-0.06938622079693268,-0.4939558878910375,-0.34164704798817574,1 +0.8196493053239355,0.7993136674404615,1.9880001903628493,-1.8631740812656816,0.7071540898630073,1.0580094540055052,-1.0309077240076339,1.542794745086661,1 +0.7518163468674252,-0.1900983838771575,-1.7935374237804744,-1.5591622719745364,-0.11258633319180686,-0.9181443802092809,-0.34378176519131354,-1.4985779277016928,0 +0.990922346189204,-0.02570783480557126,-1.0242316162461746,1.0761332187898927,-0.9691616709374957,0.2612702411535989,2.0534302607233936,-1.5947005817668538,1 +-0.33481569089584967,-0.8842568413946332,-2.6058339879306898,1.244547159644223,-0.30376738485775295,-1.6152147324162214,-0.0188398509434754,-1.7721354155142797,0 +-1.055842886961891,-0.057943889932440706,1.8754416497681945,-0.0286574004341615,2.5617415209446417,1.4347857644958142,-2.217582627008713,2.444692661806841,1 +0.829638350543823,-0.0039301065149158765,-0.17849364891106212,-1.624871222418457,0.3691008609733426,-0.06885358112973672,-0.5629713053591625,-0.020469223709353446,1 +-0.06604895354127913,-1.8259661731876387,-1.1977896996127622,0.4322620453962144,0.35122862328881915,-1.827314545776173,-0.6253419869447175,0.6345131721942044,1 +0.3604627942860988,1.7382922646230323,1.3640147513509444,0.37558343300164065,-1.8253977122282974,1.5662339323974876,2.427249286082757,-0.859031000071939,1 +-0.6382542996865141,-2.8379918737557075,-2.1541065875410474,-0.5069006509583547,1.2562539387446,-1.3235005211942337,0.12170876466562863,0.27680222193791226,0 +-0.8691421602567542,-0.702941014936397,-0.7212114686644308,-0.7337898232663363,0.369704200915075,0.6454447496078334,1.2989018420404972,-0.540046103447398,1 +-0.10757413950144355,1.0310593426648005,-1.1476483816224767,-0.2522884756331203,0.5735550507654495,1.6064705927267537,0.5424965812765812,-2.3071273607657856,1 +-1.2736793719532196,-3.63886715263743,-1.1055637128383506,0.11835484314159413,1.9299492635576971,-1.3934693724436422,-0.3704512990498412,2.1573323619391074,0 +0.09449556990199362,0.5443618389649301,-1.0643902529760942,1.147881475849398,1.3813953602212488,0.26167158882659436,-1.9031888353189017,-1.046590699813848,0 +0.24691045548946672,1.1274454727096819,1.051997931973965,-0.15691384472906564,-1.850406560227865,0.021635425525566743,1.1508499045660012,-0.19633429917407785,1 +-0.08285685343693872,2.4474755412040112,2.773969629834369,-0.42194802853231494,-3.207105784028963,-1.3898726951903535,-0.7148253161679218,1.0515206426772261,0 +0.6730100719381227,-1.1261681757912356,-1.258675870565955,-0.5847206623824834,-1.7184531050671443,-2.263833092489234,1.008201476741493,-0.4269541287283767,1 +0.2037562907004274,1.8520874128464728,-0.6767206823426564,0.17355455036308146,1.28166768992216,1.5832579933967372,-1.5196387949757568,-1.9623870765395366,0 +-0.3561020117643751,-1.3643858830200162,-1.7536711422807587,1.9303212458023085,2.1894026687793815,-0.21209830030246263,-1.431455516213191,-0.22603333394942987,0 +-1.6041839625099537,-1.3032541063364118,0.17762617618517207,2.3935539242333776,2.857036045963976,0.003360820768143147,-2.7175379815722875,2.0163270886894957,1 +-0.5090555812728071,-0.049218943518706704,-0.2228863595465435,-1.209822043357584,0.2892894403037984,-0.6156363441817208,-1.1169174946740843,0.16447964536860693,0 +-0.2032264210390726,0.4329201488387471,0.10333875548072032,-1.5640753240736458,2.257885021111056,1.4015324885619516,-1.848557723710531,0.1319808659506997,1 +-0.9508172919663442,-0.22979070893791975,3.1205518381260493,1.111351211025866,1.0691509985195922,0.9378494211646107,-0.9232752872630077,3.543048735645746,0 +0.8546477663018376,0.9078753114044491,1.0572349203665823,0.7717853414522995,-1.060003457886209,-0.7296580685308927,-0.7438776747356722,0.564698951321859,0 +1.214880144968921,0.7363671239428172,0.6583750628102613,-0.06256659099706936,-0.5448116125304339,0.13429399627319383,-0.02684913293707558,0.044000092386798806,1 +-0.6654508000830641,1.437174755669703,1.0271544129238588,-1.45581077734645,-0.19080659233764902,0.1585625189283083,-1.3613765878538584,0.1859880872855757,0 +-0.1089436867937785,0.609590039560331,-0.24387509909612234,0.4566434341665866,0.5978306101851769,-0.13864932284438503,-1.6253362288321562,-0.31236167517043323,0 +-1.7291998705046487,0.1455995064679816,-0.08603661158607813,2.341945064524835,0.5317658801644016,1.752572514189182,1.4469341149278758,-0.7362951385324511,1 +0.9593883723068931,0.17917049613862712,1.7316167653194265,-1.1484822036977844,1.1887494751587497,0.995230592405107,-1.0593186763227997,1.8185882847779953,1 +-0.0494502100010928,3.630954793075901,4.682902076575284,-1.6401407198349345,-5.84352694235576,-2.329998674270957,-0.032155448681956744,1.8790901327768341,0 +0.4277895175279286,0.4751291904699737,1.5683104631625326,0.5890451633932453,-0.02327161145086881,0.3686563171006114,-0.43808963427638026,1.2826216703129214,1 +0.39514105845570624,0.9790878994971866,-0.9404707280187651,-1.5571748036452833,-0.1364342292716243,-0.505135651001648,-1.2648917320283826,-1.4017593853436245,0 +0.49349806932527324,-2.880009804700552,-1.42590189759739,-2.8159474752571696,1.3967045388615882,-2.2810620286567103,-1.5200477368145693,1.5699088698502934,1 +-0.04770389833728176,0.5678336639260091,-1.0672521609483923,-1.2424460028891897,0.8895087583909548,0.5686931423349699,-0.8162600216182381,-1.3869440193385523,0 +-0.8352649280425978,-2.982828510800542,-2.218172748201839,0.7263707440994129,1.966362084744761,-0.6471285068185568,0.18541403000129297,0.2649334136344378,0 +-0.4816793475237131,0.6265017852840153,-2.0972023836143845,0.35569226860265907,-1.9843339991716855,-2.2554120257772663,-0.2504929587430966,-2.4196148778732027,0 +-2.1783137670928507,0.7093047543475066,0.41397059067336417,-0.3401630916489485,-1.0707464716452035,0.9152162403509301,1.8647696719503213,-0.7531768295175181,1 +-0.45175482261480093,-0.622775406050398,-0.8279646765306524,0.5000436209661857,-0.4892136898008384,-1.4695060505190631,-0.35274998161590304,-0.10718482088954184,0 +-1.0096805346070483,-4.057746257895213,-3.7390682186085815,-1.2154969999970748,-0.18215367452615322,-4.50834018504219,-0.3036281747408275,0.0558127536270252,1 +1.9740693231033661,-1.1385962395380953,-0.9407782377492531,0.44408878718389544,1.166924716411166,-0.9152641588178067,-1.3876913111156028,0.4513847980543112,1 +0.5844273092460562,1.0161444246719986,1.257604093037627,-0.5531918950028843,1.4615677013917843,2.0513021337591297,-0.8062207551747715,0.4804529647835032,1 +-1.8891546169660929,-0.4575663305893123,-1.212372171020337,0.4152419569769266,-0.18939620042562696,-1.209836642495689,-0.5018507690182883,-0.6169403601203369,0 +-2.106361700610342,-0.8561295339359503,-1.3060723961375011,0.6086342457206392,2.3810676743576447,0.33067413424058745,-1.657631823369892,-0.18093758493368384,0 +-2.1044094931743538,-3.2047779831972782,-1.5765405545400166,-1.5885389212205896,1.2340651700960334,-2.513325040910072,-1.204283181812258,1.6235395887444024,1 +0.9266984429702655,-0.5694934732537065,0.6910738271216064,1.5781832898678825,0.3857326877792811,-0.7170605888169315,-1.0913471093485676,1.533566562038859,1 +-1.6632664845715306,0.1818435904906206,-1.6896107012705923,0.9650793956689319,2.332834094387769,0.8414580420745346,-1.9166505020581885,-1.4165414507646932,0 +0.8238150213067315,2.1402936493905145,2.121711031050974,-0.0064283900739034614,-1.981441990466388,0.46815003712173403,0.5337332141474661,0.16787879784542503,1 +-0.6659778251962896,-4.346963797655275,-3.5590726745885495,-0.9181437844178385,0.48847893023979233,-4.3242896589928925,-0.7547877972922578,0.5909689888845241,1 +-2.03538665380665,0.231968234011665,-1.9035552193058947,0.16561661228048186,-0.22207578860384042,-1.2224787215321165,-1.0171336561952051,-1.7613733908267186,0 +-0.7695642669773818,1.5924986608166156,2.2512134798887287,1.3498535054846965,-4.413218426025049,-2.5640396050711747,0.5120432784489333,1.0006013146554127,0 +-0.386634836738978,0.22653117371094994,1.2218034721818685,-0.012495253701763956,-0.7665462604086106,-0.4767898045868137,-0.13772067596972748,1.1240634915312437,0 +-0.6436695796546981,-2.1177584805967564,-1.3396226342853932,-1.5581017026516264,-0.4244750534081954,-2.451163273785415,0.00468622480827352,0.6142434233037625,1 +1.182581183612016,0.9115388900248202,0.21882965160707282,-1.275513609619946,-0.6809765381800374,0.3075575023340982,0.3359595754392739,-0.6620741835883781,1 +-1.036231360260363,1.2506502733147724,1.7129891296607205,-1.301456032894942,-2.7668992300418482,0.9804045531688158,3.4147505022238125,-0.31474683502186507,1 +0.795205167441866,0.6966709130341777,2.9402930260419935,0.19360494436027945,-0.5359420852730052,0.04741189016726843,-0.7683226598116591,2.603666456487434,0 +0.12684869448145056,1.2691338351412667,1.2884355252470914,2.088257017475225,-1.240223913448834,1.1616344528568514,1.580256355405897,-0.2793556063229605,1 +0.7844121601517182,-1.9314164775410698,-0.4282269506909577,-0.7191091130378798,-0.5591157897108452,-2.450723754552233,-0.2654830515426318,1.456056293764185,0 +0.43860749488518463,0.8413354190265109,0.03200628793830707,-0.6446643622241996,-2.1791497046450634,-0.2311923720601149,1.8843068811135741,-1.1702172785536809,1 +0.4206899711559998,1.902093456168035,-1.2083158006606898,-0.6366761626649655,0.9396141881626724,0.8676897055657706,-1.8873461793890869,-2.390466525415874,0 +-0.6731658810030041,1.1473103364770996,-0.8523575665762118,-0.7620565443038823,0.8889731583650746,0.13471879509960727,-2.0811486230705896,-1.2825438696143983,0 +-0.9350985975205194,1.000088783361146,3.0281895751605847,-1.1901135152326745,0.8965510819796145,1.196799500848612,-1.6314398171183608,2.5820659933359074,0 +-0.6145835512269242,0.3338760535809314,1.620810560774772,0.004309584024894505,-1.785455563502856,-1.315852925945789,-0.0336634252133986,1.4750529313146172,0 +1.935739228312866,-0.7645552160487314,-1.6598317712925312,-0.848656676004938,0.6760504805324749,0.4931972963582758,0.9948621217539501,-1.3478834508922202,1 +-0.11870145517969267,-0.16009636369710734,-1.1926772991467156,0.6238408141906369,2.139507579566531,1.3138734335320847,-0.7846025940282253,-0.9652402226759162,1 +0.2525337002545783,-0.1782726250148715,-1.909472468993014,0.13827915235785787,0.7099548218159798,-1.3188979779290455,-2.031475114545766,-1.1390326634930554,0 +0.9498524174904309,0.4314994623163291,-1.1133422154409673,0.02661277891958469,3.438606374532503,2.063911150576149,-2.29847205330596,-1.0322708222381456,0 +-0.14014197310918816,1.1280795664169998,-1.1067761218730754,-0.4442399581864177,1.0687022421890688,0.6248423293518361,-1.589904128166951,-1.695333671819299,0 +1.3612827659146212,0.863945874206862,0.24971549275910057,-0.5107179668770158,-1.6822467084625154,-0.41575034155628793,0.8421528450942033,-0.6719690208437659,1 +0.4959907881428696,0.44229799308222906,0.015471529565774172,0.5032869326796049,-1.5271702702312016,-0.23943542678523233,1.3781521476468557,-0.7123836646988521,1 +-1.3774190288958466,-2.459428112289351,-3.003648361923634,-0.8835894479802998,1.163267505679563,-2.2532097943350538,-1.1500339513286757,-0.49088692054743865,1 +-2.339755218450146,-1.2463639592939393,-1.4341854219187518,-0.8447410008856302,-0.4263974277743602,-1.6469662560067406,0.16762667247778362,-0.32366424893308077,0 +-0.16886853814208785,-2.0547089881539042,-3.343461538545534,0.20401616675216797,-0.05718451758023655,-1.6264132393026038,1.0886826226251027,-1.8318261887812777,0 +0.5856444503319242,2.074069505969769,0.7298686786166928,0.01572780600791769,-1.648666575024945,0.5559026890242629,0.6473596024739352,-1.2280316195793075,1 +0.6680662385730337,1.535249763834231,0.21483283697345487,2.718316803407298,-1.1976259770236568,0.4952259858548591,0.6519682909079221,-1.2928658925592045,1 +1.0664349618123004,0.8307671230996256,1.3813144330137073,0.8387663495453612,-0.6691019063393606,0.47621679260338956,0.29707631456355577,0.5850443156381993,1 +0.2696640554943082,-0.2594472134064427,-1.5764887539717047,-1.2492166504588385,-2.2167608872066347,-2.4773458163197937,0.5909423812208443,-1.3527547902483905,0 +-0.8169053789229778,0.5696646206924847,2.351803584729672,-0.9187611740984964,1.0274324717922239,1.2266011765861782,-1.1198529776020305,2.1176050139802034,1 +0.2290761931593914,1.2736300263477647,2.2793613234056287,0.2500221869408588,0.16384801040777877,1.7865784828202698,0.12096252295995336,1.0707068884924635,1 +-1.0685788033514352,-2.1568342721188016,-1.7400821821478163,1.331774534428391,1.0513579347853987,-1.7502411297929743,-1.00882422727492,0.4607624586795932,1 +-1.6103626819607568,0.5279581460977625,-0.5243550613839444,-0.5504051275430172,2.4000681671763275,0.902590068709981,-2.639161041977416,-0.33398794394096876,0 +0.435763048794653,-1.2582193755149842,-1.5394583148177623,-0.428906249117353,2.0334932970584787,0.08658024340031278,-0.9866074176446763,-0.24129099411144017,0 +-1.1622914227150283,2.3231769811635523,4.842856616234658,0.5117887535103842,-4.630848650828918,-1.9719887328515104,0.07961536491487264,3.088601093545069,0 +0.10315696329384931,1.2709986157114819,3.3326068436551575,-0.30299098725305446,-1.7973563858097468,-0.6335895514656859,-0.6091077862000216,2.5263550972939584,0 +-0.38815512652798567,-1.1847687214816989,-1.882230647152753,-0.3898276043158531,0.5987950933703641,-0.38572317672427797,0.4496948585629703,-1.004032270491716,0 +-1.4454597787130963,-1.3064525261946174,-0.6396613095197952,2.4627305678887095,0.2765579457254245,-1.7250353247555454,-1.1030334514934794,0.8842493000581746,0 +0.08729328199762704,2.3620751247400094,0.2957239226986534,0.9625452957598066,2.0331097414591808,1.5047538768175295,-3.526016604605914,-0.8561234303092402,0 +1.0851280141077448,-1.2300486602415703,-2.2405113298962944,3.39718063948206,1.8056372476791422,-0.5006264601247945,-1.2737737428215563,-0.8547627830246022,0 +1.0996329327416823,-2.1379542349846377,-1.6103613510648316,-2.0210895249066763,1.4448434939833035,0.41574831468051177,1.2615924872509645,-0.20374548691930766,1 +0.4548969897945548,3.4766539732501514,4.53074996946045,-1.7876760735884931,-3.638029392104831,1.568054408582201,2.2312066962447186,0.9435051067244546,1 +-0.3069634322350348,-0.255878369307578,-0.26702306371261647,-0.34620241534912355,-0.13933395133021723,-0.8143033487627405,-0.5348021434884249,0.1519329396242216,0 +-0.058486747877587696,0.1896742526834675,1.387508694871794,0.763325469041998,2.1475829583017783,0.8677226616058915,-2.509968398427885,1.8622944668254977,1 +-0.2967203481764431,0.5053743752582801,0.9887359161786553,0.5664789256953013,1.0669820757531272,1.409789459837476,-0.4708798920947417,0.597142342517782,1 +-0.5527933983689722,-1.0744018145376848,-3.5264228826749897,0.06447188630896654,1.4844097690042597,-0.3044357809874467,-0.3520568113960107,-2.557387230526543,0 +-1.7001437770963321,-1.5444250762616163,-4.207933198197115,-0.1451527390641977,2.428381709239773,-0.5386741266359711,-1.3086792495726258,-2.576127180183989,0 +2.5167396721335473,0.5848091985656417,0.44708848726011335,0.6345640646291936,0.8716724880758804,0.8447150741047674,-0.8760545071260821,0.13258520551423747,1 +0.5780098647209895,-1.319479987722087,-1.731583799798234,-1.1361780588195274,0.5696870699446364,-0.8661228769059639,-0.04764402146894109,-0.5657583677976786,0 +1.774001506538759,1.9495038370925093,3.195073022712613,-0.039026907125701796,-3.630217003067574,-1.6805869026580047,-0.08287870800080877,1.7513912924795416,0 +-0.5825118403763543,1.7826098700844244,-0.6457502641563104,2.083202700925088,-1.2105618350819578,0.9284686970589898,1.2289021951238186,-2.565641648724257,1 +0.9008085133946571,2.5269331170696256,3.7344401637498614,1.431808370957587,-4.052018679854042,-1.7336143454351072,-0.32952377256831916,1.8825418069270083,0 +-1.0875844010514633,-1.1514445994351434,-2.7931478450337712,0.09407183571377883,2.159750554668107,-0.39406758269303666,-1.5628547819646734,-1.4127026200606763,0 +-1.0880854740646209,-0.9152170063417566,-0.47949321634332004,-0.08121960279164936,2.1964227449637344,2.1453018549726965,0.8527987212583273,-0.1094371326958763,1 +-1.1370216863452896,0.24198285650214357,1.2922044092391174,0.3020414160978187,-1.0962215057631561,-0.7182190550402378,-0.02629513572610298,1.1709210952822386,1 +0.26475813722969394,0.6522417314308944,0.7255237855840778,0.6937834480036479,-0.25195382092560153,-0.5032594412197924,-1.2237934180740395,0.5560281082384205,0 +0.11932184691031929,-0.49615087715372486,-1.306204235482861,1.6781895475254787,-1.3718385781698619,-2.1340003580673637,0.021021730905982694,-0.7502906205370652,0 +0.250164695138715,1.5237495420256795,-0.04329117588037141,1.8378345836633665,-2.716503655585442,-0.6298413245000454,1.4048693774986742,-1.6628736841892224,1 +-0.8746557696741509,1.8761604700091936,1.6960928230012273,-0.1212871151135997,-1.7849008885966233,0.5977993808928332,0.8334288597880803,-0.13254741094241174,1 +-0.11877107591135017,1.375887484517955,5.982659609932338,-0.3425405812576231,-1.0210083490359476,1.0020086752259882,-0.40953148927645733,4.951284833003462,0 +1.763507845920431,0.5862374683353954,-1.0994135678107166,1.6433232283840815,-0.2172703528751507,-0.11983892437579502,-0.16619067216711614,-1.5582467655390895,1 +-0.032954724476592076,1.1042126814035194,0.34244927658146385,-1.0830668479937715,1.0272903259916197,0.9255039931009046,-1.5204297681691101,-0.24433876002686206,0 +0.43231784846392096,-0.4722325492177781,-1.2499684177722343,-0.6736881014317148,0.4688956055699747,-0.6313760866416456,-0.6428238964909777,-0.648978458860541,0 +2.663721718021238,0.8522548140878607,0.40973388875399946,1.1925254200819333,1.1985362083330242,2.0150646833010044,-0.05886098465829814,-0.4421316688812988,1 +-0.6247861869455659,-1.2243632494939565,-0.4680844439366963,0.06383636802058981,-1.6720156551641188,-2.484824334333644,0.5258541922807034,0.606830553868678,1 +-1.319203195718957,-0.7232286124396843,0.7748823451461766,0.10326531967722427,0.6896060044739513,-0.15473915144930883,-0.6330517683303722,1.581471660446206,1 +-1.7530264110754583,1.0986138287842164,-0.01456038751410663,-1.0457169191876479,-0.619556901608207,0.7075489298859287,0.6472304127352537,-1.1721538185193499,1 +-1.26195059901231,0.7835903902554728,-2.2277575496974293,1.0120035705517438,-1.8445146304009012,-1.887227017633231,-0.09072704328389514,-2.7564360792844065,0 +0.26441331048163463,1.012020344181329,1.9850179795126517,-1.2128500647745792,-0.23649312382934018,1.0944595989494958,0.13560621430940112,1.041693138559863,1 +1.8131952165202443,-0.4663989002500819,-1.0728930154141807,-2.1351235302652887,1.5359119943941124,0.3543824916275533,-0.9074310392102671,-0.4779713510705199,0 +0.8375021935023307,0.43554477019463883,2.0749910813046184,-1.12511515260995,-0.03888691462513193,0.08935986545395291,-0.8913060096981712,1.974981157959632,0 +0.09459943173611897,-4.31183146524296,-3.0501794486330294,-0.15605180535591365,-0.5182223018240173,-3.212095973800505,1.9811920500512008,0.25290036224060963,0 +1.3504725039777519,-0.6161456389258356,-0.7220406362396794,-0.48667981065431204,1.8243003151990982,0.22994768031059298,-1.4242337854117069,0.15441674710917985,0 +-0.05402212222589033,0.3851516781165813,-0.6557413193397952,-0.5637855733085105,0.44223490889527595,0.24799771174613794,-0.5271166984437134,-0.8680961578655784,1 +1.1235873313398126,0.5743464240935672,1.0092467833014642,0.6758683433798628,1.5124746148429224,1.806205526776241,-0.6579764929688037,0.5799439741576959,1 +1.5155064817704624,1.0169581495113116,2.079254945864468,1.5885459256651124,-0.559233962623241,0.4796067074738448,-0.25653148774490026,1.2865327730500487,1 +-1.298240584675155,-0.5848421486432605,-0.673022376842724,-0.18343402721182206,-0.34388859934709803,-1.4767580740230455,-0.6552153043518865,0.1006137916865325,0 +0.27504446789121206,-0.4166769409852611,-1.258139823272123,0.33253635583558605,0.20946878058432164,-0.7783036047155976,-0.5262372580867903,-0.7244843241831184,0 +-0.417684025310234,-1.4092616061685561,0.18174851039215073,-0.9804611455830342,-0.5739071027559639,-1.8634693805635316,-0.19938828462311697,1.5719313483613941,1 +0.1265660604981758,-0.491120949033673,0.33270414286171096,-0.49643944573052123,2.068633018642652,0.9185660551301882,-1.2921481907101628,1.0320851049833706,0 +-1.289978283644742,1.5020204947894986,1.1268306533267565,0.792329928991322,-1.0081459753485322,2.6625991442490804,3.046721128253509,-1.1521610057445333,1 +-1.667957640247508,1.2269694402393005,0.3477645480384474,0.9551860386372271,-2.119029846043158,-1.71558836432343,-0.6883470088145183,-0.3652054695887621,0 +-0.0778569399947938,-0.7388535528965728,-0.9397921176590112,1.5071199919639122,2.3718335394234553,0.14548166545283692,-2.1232443937091388,0.232387450533714,0 +-0.9249335638544787,-0.7746186833272106,-1.147100174559207,-0.12324466773939058,-1.1240669661645575,-2.1853284749549378,-0.1463746489661607,-0.30416632008953876,0 +-0.2703018090540679,-0.08015298683256722,0.24756632443648754,-1.950786712041084,-1.3608941027331447,-1.3353696293952697,0.17566161032759953,0.3741628084632879,1 +-0.8462265715103178,-0.10420364222322076,-0.23372145296157368,-0.5400554657376637,1.515066645077978,1.4438072182933035,-0.056132088372656486,-0.2450255042279721,1 +-3.0396600321931664,1.6251927910109902,1.8143151921017333,-0.1696273348303724,1.3648841702860288,1.9110441764154371,-1.6722114342028964,0.7767763078211667,1 +0.9270959090163831,-0.708765839815821,-0.3947405859850882,0.1516085845308485,-0.7267223867537423,-1.387445179296356,0.06385957100736883,0.2866797011330737,1 +-1.3792192987964276,-2.5668440609427057,-2.081681972633689,-1.3155671923490242,-0.9307096184388906,-2.785887033865632,0.9780468714536574,0.0018296255793416316,0 +-0.4169423782944263,1.3359951722283088,1.056541195778198,-0.3287662722724991,1.7741710538969486,0.8379579588103436,-3.158077302584023,0.7353174877582374,0 +1.6864090076542957,1.836435067198217,1.467913002013609,-1.0876369680491969,-2.0039444430085105,0.1709347044330516,0.6849318937256652,-0.25795319230120073,1 +-0.7339864980223049,1.1477743508538831,-1.4562914436950953,0.09224805986074701,0.28388901503464975,-0.010264750886324281,-1.238156873635277,-2.1136038711063034,0 +-0.8722581934739617,1.6178120680223673,1.1218615691969969,-1.8990574215525151,-1.2965091251776673,0.29226859567154084,0.17262215797056846,-0.29563707402655703,1 +-0.88841666586599,0.9015411453351028,2.419531194083044,0.5290432561145617,-2.119529235426606,-1.1066193898822556,-0.1196148298475539,1.8144144818287997,0 +0.4114760081805355,-0.34318911965101306,-1.9346846620244533,0.13470614538211806,0.2669973152632744,0.7529248936696291,1.5495386191803338,-2.153097421413446,1 +-0.030128041155949175,1.757777031581277,3.3058860625580984,-0.044437778108046416,-0.2037226543080044,0.9475482348390467,-1.2909972757941222,2.1512563465749857,0 +0.5468311088644092,2.1911982696465433,4.356562869861151,-0.439479435322558,-3.1931975790823888,-0.8038204826008988,-0.13123376497941674,2.6733734233467628,0 +-1.9239334668535777,1.2656860069085227,2.327095718780313,0.7751967592425194,-0.8235338154343743,1.406763939855963,1.017966976429779,0.9123641741882771,1 +0.4108164946062584,0.7919015224635956,-0.3739769604606703,-0.5370412368165212,1.4448150417111805,0.8591636017997318,-1.661973276333936,-0.6651764415179898,1 +0.17882732188778241,1.4404405074325513,2.027625867311496,0.2813650820977947,-3.4465465240019104,-2.1704546570856156,-0.11394598551912938,1.0410150049103586,0 +-1.2321951619040128,-1.347622712336193,-1.8552564675937422,-1.1071390549151343,0.9598438099555524,-0.7193197084353793,-0.34260588259468033,-0.5991168211120788,0 +-1.8453546249890505,-0.3979809739523305,0.7451960727331057,0.5691134563080424,1.9613589241885587,0.47912680849827916,-1.944294864575116,1.5827232225926013,1 +-0.4125631097360615,-1.1651826497887234,-2.3143445327731875,-0.6538788573923533,-0.49439554215867965,-1.853968058436153,0.1538689926822625,-1.2670492453649032,1 +-1.1284539285304154,-4.02535239823819,-2.864718018991825,-0.4166833581541209,-1.0995222882429765,-3.4919454303803237,2.0750258954069123,0.19545408077423643,0 +-0.4516808980452307,-2.838946681998811,-3.606153965128096,0.7811880416799785,1.1203297775726266,-1.274615777657236,0.7991518513665499,-1.384982290673527,0 +-1.2150798923989232,0.9449531830741058,0.6041514545897421,1.6639347977218661,-2.1426697955229552,-0.48065792757172493,1.2232987986067525,-0.47836315092856285,1 +0.965487980255205,1.912240764495913,3.3861850473473836,0.5067600426249366,0.5394639380654733,1.3344319046504463,-2.024956240770665,2.271287347887055,0 +1.7514685674448387,-0.5708307175684424,-0.6283251103387364,-1.3114537702278284,0.9980971225339562,-0.3488023139241651,-1.0932446916065812,0.16620676300388437,0 +-1.2120429700024762,-1.5780401454781539,-1.6020626456708158,0.36084159580162145,4.339347684358454,2.1537394526112728,-1.156126605703859,-0.14742770073650846,1 +-1.422617776230679,0.9646896532957236,1.573313052231185,-0.605421716658566,3.426967047853462,2.743674326777783,-2.7221169509869263,1.3099920369476403,0 +0.8751978631670039,-1.6450833219543566,-3.266847320694058,0.8121146268640289,-2.373164234527046,-3.8316710782575933,0.9875407242045637,-1.9034904486828406,1 +-0.41443317347108527,0.004255812300457795,-1.288783062389877,0.46059049375069766,-1.2877039015315555,-1.6198237841936622,0.04220724239604601,-1.200438543528482,0 +-1.039229115425908,1.138784190104453,2.421395559108196,-0.4742587724801061,1.1374039682202073,1.571801637772025,-1.450050467765502,1.7704586943102836,0 +1.256499797595425,2.3190895475344644,2.174655666090131,-1.7918631124503954,-1.1951094263710653,1.7562532589827702,0.9220847568837198,-0.13320117807885246,1 +0.5039030279422464,-0.9931561832936426,-2.5885372611401345,1.706558306189902,1.0899246231630224,0.3411243194718478,0.714876102194565,-2.0111151529713887,1 +-0.923104297615294,-1.4994892340199195,-0.5311285206374098,0.5599541121330313,-0.6747747499078994,-2.1461705006384295,-0.13043673524934485,0.9267517873599872,1 +-2.7705176568227525,1.614599465721183,1.740624519346888,-0.8957714543243458,-2.4932543822919704,-0.3167485627105273,0.8933994190204391,0.1875541727367669,1 +-0.9895062161393994,-0.7145722249128552,-1.1938776450089381,1.0476505577281152,2.83035030408103,1.0459683362604288,-1.5293723211370502,-0.2760552600891246,0 +-0.2231936010852564,-0.29384699473341735,-0.06629197848876145,-1.1336209158176467,2.2674578287579314,1.5133361895113633,-0.8805034620332766,0.30300890974103645,1 +-1.84626497930564,1.0956347488824407,1.7115516215759936,1.8517346526587541,0.261220060339954,0.9605276337513842,-0.7648168113132225,0.9470557024076514,1 +0.8894857323435835,-1.617669079925088,-1.5288886127464176,-1.1268120789377918,-0.02551413044052208,-1.8782435794412364,-0.28523511334820445,0.03399618072491173,1 +-0.48654010973336054,-0.9268834910975872,-0.5499951333490102,-0.4340063770878851,0.46764483671833207,-1.0187566492774216,-0.8686184057598634,0.5371635160796238,1 +0.16445959726063475,-2.887867318595835,-1.6228930672192088,-2.0159760430532905,1.2171266429933878,-1.356195735217124,0.03506312711957216,0.8846953162568885,0 +-0.5436716526383174,-0.05418166628338705,-2.4211650598865635,-0.03427528529909487,1.0902552162536387,0.11090280237991823,-0.6534985596300249,-2.246297195606979,0 +-0.8785831026597093,-2.797035395905625,-2.09121058397416,0.5975700302752972,0.23142334287795518,-3.2315275805892307,-1.0236321046567076,0.7623252757495137,1 +0.043815120218160294,1.205804382477551,2.3099145843233635,-0.33224882231387104,-2.52614597410925,-1.2610320278197897,-0.04207705428826791,1.4368797692190556,0 +-1.5303308528104949,2.419617730839242,2.7804858205100094,1.205293993919995,-3.631215782096245,-1.5929877534015184,-0.3524768698361756,0.9992155499526147,0 +0.10873539755285512,1.2572930564038458,1.8981305904786352,0.8414182607386316,-2.3421083847917052,-1.2539076623190508,-0.2323667208090721,1.0258742120792612,0 +-0.9192091363778887,1.655765854084433,0.6935933213021224,1.1896276669179857,-0.008857503291083112,0.25016364741222985,-1.6386897155497886,-0.2696112937765225,0 +-0.6669658838575927,-1.0193324996166668,0.7158312949565465,-0.13370283407956804,-0.28564984537528504,-0.6880780034549863,0.3833108905549052,1.5375003872966901,0 +-0.4656315162533307,0.8939494400619403,-0.870121627629053,-0.19604554085730486,-2.3272891020169606,-2.0684038544148766,-0.15272924325167792,-1.439368490418525,0 +-0.4185344180832029,-0.8480596334919575,-0.829364309740677,-0.2952148905488165,-0.22743068682097353,-0.2023043145550688,1.2075846923680666,-0.4376497768724951,1 +-0.23637726096861933,3.8316341360813952,4.40352063944442,1.7970174098740554,-4.8122999281941405,1.1754628076773785,3.036690095250327,0.3265499085664729,1 +-0.4631075675830583,-1.6569417326601066,-1.322611676952783,0.401490799910279,1.4166953424021551,-1.111622612190628,-1.3372640404293548,0.5026243138942829,1 +-1.3047098204998195,-0.43551503666748964,1.481717781446811,2.860184065275958,0.7538585554755128,-0.25589459183162483,-1.3730885033350413,2.26470105137492,1 +-2.6976286162677834,0.5993322039818881,0.46084333393138316,-0.11356069757030553,-1.2754699742971969,1.1076571100112567,2.518736087569753,-0.8043445371900363,1 +-0.9116050100563399,-1.4522388847539522,-2.72561065362269,0.18803318972485997,-0.5614433621571439,-1.3394608996832313,1.3636750065328955,-1.8092772556567074,0 +-1.3052433249427728,0.36129602718670895,-0.7347686554661393,1.1745343477422152,2.097132043588158,0.8910438777689489,-1.9821127783460089,-0.5839126515087513,0 +0.09006125527966695,0.11460150731785579,-0.9810969023228513,-0.5256975578659104,0.07189779731368127,0.5353786199372421,0.7699529516365841,-1.343156273794,1 +0.3274608588493214,0.7764980937187884,1.2335807493613649,-0.3723243148197269,-0.3052392296746444,-0.22606040497516167,-1.0579761899410116,0.9012320920518077,0 +-2.165564196236492,-1.7440330520602032,-2.7912939567726296,1.8810883534872445,-0.15783596322077703,-2.291660791907196,-0.14889836230474096,-1.1472917036600938,1 +-1.145679804020834,-0.10851229517106209,-0.1383917093461871,-1.6185493783798133,-0.6229656775789139,-0.9917092979883148,-0.27729866189029123,0.10210543635422031,0 +0.11746707971617228,1.2687867825700383,1.4667045515404742,0.7422435437820246,-2.3308877940562622,-0.1446694593662704,1.3429590276571524,0.0664756200135278,1 +0.06432286171565194,-1.0524760456583324,-1.947831371943716,-1.1704537109158433,2.203908235424717,0.02924891830911014,-1.4107895005407654,-0.7109035564104927,1 +0.06185869351926706,0.6727510003243425,1.2520824358235647,-0.24761424355835843,2.7708079526243297,3.5941309175422766,-0.244181907587387,0.4945196786825681,1 +1.6856745195534377,-0.9742190845366541,-0.8684096439906168,-0.16512299651872836,2.504654161441718,0.382647352987302,-1.7630425336821747,0.3880933590771669,0 +0.33169875142918687,1.1177145204117735,0.6277986761550545,-2.0661454372247965,-1.6505944128203005,-1.1313299110586026,-0.539950095594598,-0.0733076380817913,0 +-0.30921567571763403,0.2864103579361309,-0.08805728446731806,0.5394070859252762,2.065047295777301,2.152164091347768,-0.359032880298352,-0.3993225223429078,1 +-0.5055474619816505,1.2459268877141834,1.981032852118054,0.5868167199009579,1.7725312332422496,2.2650647122122898,-1.4204542210620519,1.1712901913226306,1 +-0.5088410034990154,-2.962913099107211,-1.9897091135636624,0.07936115284073558,1.1865639152572525,-0.48476791432479555,1.4275273915879672,0.13176328498059053,0 +-0.09518146687265895,-0.5060507577289239,-0.6922107563112214,-0.7680200828620062,0.5197434014851302,-0.326020536007431,-0.43182501679185725,-0.13412900783869097,0 +-0.20893652510229563,-1.0145193278825426,1.4936559113752803,0.26432791671327466,2.0120860677037875,0.06943457498554273,-2.1133554270160673,2.941242423888742,1 +-0.14560601611338336,-0.0014290364743804185,0.18746392295286946,0.0025848500366646913,0.38163766690528056,-0.12081195215652074,-0.7580316168625555,0.4060599113775846,1 +0.1774431168136788,-0.4094805173053029,-0.916697772504041,0.10197073809339818,-2.0156545425868804,-1.7722490889528146,1.2168311018512616,-0.7789611675623436,1 +0.6860511280648138,0.24653671942832056,-1.1784031275867484,0.34713549642060304,0.6405486179367025,-0.4082431095735222,-1.385837318933045,-0.9994761586851879,0 +0.10123244742666024,0.6330100070780009,-0.5026612014872154,-1.3524435466115425,-0.5077136123371196,1.167542314076514,1.7437067245273814,-1.6068012313567197,1 +-1.2915431511295097,2.837622066589873,3.2027006110582956,0.1516539662081553,-3.491952968671813,0.9791307577754631,2.3079580713906207,0.15813495058850424,1 +-0.989747042104024,-0.5137364634693358,-0.27147336680930273,-0.2281018136542492,-1.0644332143419994,-1.4599700867020333,0.20320804028495043,0.21506461463005272,1 +-0.7249459577524604,-0.5680227180701931,-1.0543126547748523,-0.41756667357060934,2.4436112433357993,0.6690566931947031,-1.6785273475302258,-0.1887590319799417,0 +-1.1022596701356124,3.742522403614424,1.8363759006429738,-0.5138392993755091,-3.298816155544158,1.0715680049107035,1.5723850389243337,-1.8027455101089775,1 +-1.5623581125125992,-0.9603124747897724,-2.6958310079198555,0.3994226704236083,-1.8102708299598929,-2.5979155400524463,0.9276369151569348,-1.9800558770705978,0 +1.1254935774201846,2.028137786934428,1.2613052652232823,1.2105245825382518,-1.5982334838590702,1.1584262183015153,1.276009475545087,-0.865484428606115,1 +0.10188776530575437,0.847075682784209,1.9223959103134884,0.059352623625074985,1.4813497317695725,1.4996023835920134,-1.5791235420751228,1.5502404836719013,1 +-1.0029960853120168,1.3759166131521465,-0.3076770304141506,0.6539800739293139,-0.6838230475932887,0.13682711930923575,-0.23727434917177748,-1.421174869239303,1 +-2.396256916911206,1.083259298096202,1.8760298642587558,1.4514864204168945,2.274559428908551,2.1288734499512563,-2.1128420473246106,1.3997632794497452,0 +-0.2402197384543114,0.7401665134225797,-0.07021074181010624,-0.352225604339144,0.20696379591443254,1.2572255935187635,0.6037787257194032,-0.9563283670063218,1 +-0.674522047573232,0.9956510413235025,-0.7152678823657163,-1.4199418761324194,3.0894949923786204,1.83921904778665,-2.8229190548434486,-0.9451597349531426,0 +-0.4775159319397347,-2.198046511746515,-1.9401688361483294,1.4439527954588167,4.003387222767085,1.9142430592935031,-0.2304249167389697,-0.19938224879031452,1 +0.02942010170518342,-2.1410002744994356,-2.307368797896513,2.489637888233113,0.9450806932748199,-1.7497321621501898,-0.7105671021742788,-0.2098174127055381,1 +-0.48491764501751483,0.7190068608191191,1.4470498833465444,0.12965740741017648,-1.6460346946045363,-0.24055883227337227,0.836448270000276,0.6552869604991323,1 +-0.7596790120477215,0.7107108008809482,-1.0640638265437838,-1.0787688150852262,1.8849658575264916,0.5514464680167366,-2.414637065007974,-1.0706202571858463,0 +-0.7094565142332752,0.13982840955432008,-1.4322215992898921,-1.2941504408506785,0.3714279804504145,0.49251800711543064,0.38782027187389556,-1.7162192180996532,1 +0.5551211347845848,-2.0049165941250475,-2.0451140054035615,-0.9250122587672291,-1.8228569003856654,-3.8432727425280673,0.2238677631599183,-0.15052541190722846,0 +-0.442240188548614,-1.1089459594434177,-1.2380936656879409,-0.05391010845612614,2.430214177068026,-0.2419969791765484,-2.2385886588646136,0.30279113601899527,1 +0.7445732170922927,-2.508431678365918,-1.4014327112925369,-0.001050114225652101,3.320892929625839,0.664716044964623,-0.7435804418023557,0.844917718055235,0 +0.48077740108144607,0.32659298386111457,0.3281181364207849,0.1324130778213303,-1.4633257937744981,-0.3370993965166762,1.1917158617923145,-0.23900960622605955,1 +1.2715253244724922,1.3241851639897462,2.3845555007023034,0.8953583699392034,-1.4212122901943125,-0.2573552112470401,-0.42882950659984764,1.4403995999448045,0 +-1.2129544962010745,2.86368668817871,-1.6337663874092314,0.24626199340670735,0.04034699757538387,0.36673170689657963,-2.187349633826323,-3.5154646773987057,0 +0.06827622304578868,1.469121304204854,-0.2617529356435276,-0.6491940893601745,-0.3561907126550492,0.5691013203113178,-0.2418047907954063,-1.4851615570907652,1 +0.0989914970826312,2.0077960365355874,2.9649675493545646,-0.33283093173707196,-1.771396394941688,-0.5160213919273353,-1.178301474482398,1.6753818133582836,0 +0.6993558490621004,-0.7017385693187774,0.6421246253303879,-0.012821830813177643,2.2527722229123466,0.5610033366666645,-1.8936486765498917,1.7145813264682543,1 +-0.7462334338004996,2.302693268668879,3.517170862576078,1.108262155828788,-0.3475320759666802,2.9454149321926915,0.9310052069846406,1.151289190159983,1 +-0.7599415934100874,1.1017893203375835,0.8536560584644831,-1.8090857389136283,-2.286387520215839,-1.5940930949070786,-0.2978406401842937,0.13964410127587112,0 +0.7294097302041833,-0.4798538942028336,-0.8205760816386005,0.1727314980363862,3.287680892858434,1.0929032794914946,-2.479713235645015,0.15854607074497362,0 +0.8205123639248312,1.380509664783832,1.0996790649610204,-1.269042179287078,-0.31721383513405205,0.44362891967535106,-0.7604531968155483,0.1231070253970592,1 +0.15842712640651388,0.835722344216152,2.095956129564736,1.765599998652442,-0.5915021802181919,0.25931165686741015,-0.3137065335861917,1.4889553136785374,1 +-0.6566388729433341,-0.8728498673270664,-0.1543917698285547,0.561901473095434,0.30621811751312533,-1.1254194416783607,-0.9525344571305776,0.9244143209932719,1 +0.41731755665772247,1.8112114370172268,2.8422496526500853,-0.32669391600736547,-2.325995096085185,-0.8331749941064746,-0.5627888088214377,1.57452256328583,0 +1.5129971349732119,-1.8430977175485521,-2.4744045363179037,-1.1329115245105983,0.5855003209374796,0.4205778110153185,2.4244689324357003,-1.645830957676994,1 +0.9405524098056034,-0.458477488407186,-2.3015145629809446,0.5484709207624813,0.9699366249023651,-0.8151017751923394,-1.3154908894579949,-1.5330856862410238,0 +-0.8672119042836891,1.2267795893499192,1.8337335511636528,-0.16763724317872608,-0.061934778968032685,0.3363031472483491,-1.3130103701294429,1.1566276073508572,0 +-0.8573780114730946,-2.3182824063555367,-1.748682240955509,-1.3568991435065736,1.1766229002994002,-1.8205387870791878,-1.1047436032147693,0.6197388084100113,1 +0.4405909256543652,-3.5587117823120353,-2.3950718659035166,-2.937988397372244,1.0717473034414087,-1.9738475728460856,0.3639276700608871,0.6250601829397908,0 +-1.064633984230922,1.3224875904976354,1.276541300985434,0.1214489628867848,-2.491824627424707,-1.5541967230952904,-0.3110339433494226,0.3834650558348367,0 +-1.1024187520715887,-0.15539994647500954,-1.7334594954075082,1.0383109649481712,0.48980843908260646,0.17460845769624322,0.19977591417826157,-1.6977020648681336,1 +0.30212035820251787,1.0453536523684224,0.22041248867535015,0.31001376164539124,0.5571945126059531,0.07447915566146435,-1.8864229702316753,-0.15434753303480986,0 +-0.7984330244267832,-2.5562157190922825,-1.699086251309524,-1.2179482127245622,1.415474430937881,-2.1945010314884534,-1.7020648146789994,1.0614039781186162,1 +0.10581620287066212,0.4821022517825291,0.711309140604882,0.7230173341947043,-0.7837139818402555,-0.050044519202502635,0.3271273613613621,0.23093256258434325,1 +1.8257529409810587,-0.3737758557805657,0.6906107323707446,-1.8905168009777358,-0.6533536041042723,-0.5165266629074674,0.44783499488445644,0.9359647122426307,0 +-0.9109337304486107,-0.5074880145989165,-3.0331806974148305,-0.11288894986406642,0.7690407338113631,-0.6962361249787987,-0.6071657999383425,-2.4359555978450915,0 +0.22164351623144285,1.7553649278611478,-0.08408929516202293,0.8973770976279489,0.4299413893790735,-0.20307333119727383,-2.7533630795967996,-0.8076766666617505,0 +0.5463144123813652,-0.9581160485197657,-1.244312917963817,0.2580532171887682,0.32365617125693463,0.6940500338746731,1.8549698187540185,-1.0102480015985198,1 +-0.2952671675807802,-1.0333266068826592,-0.8750540985886308,0.020808814696342652,-0.22188353941903152,-1.5808706863339128,-0.4264405381836098,0.22022840981924385,1 +0.43025928902654237,-2.5799945046740036,-1.172164197264714,1.3072456406371973,2.1263941621539586,-0.4512827669371976,-0.5166977287431442,1.1625487477889613,0 +0.5763257972158554,-0.4985040241604669,-0.9415535159386547,0.5074567277317861,1.62621628419616,0.2326757608727794,-1.2017575951033053,-0.2284215879570975,0 +-0.9678059485960072,-0.8058635931487423,-0.9363077056093995,1.9445447900402515,1.0193361143187039,-0.16037006832126643,-0.5301906074184338,-0.11502068657869913,0 +-0.6086608404357241,-0.11013697014215351,-3.0130799368285377,0.002293551253083366,0.2487575993342466,-0.11489746989051397,0.47640040691068497,-3.0889130267527563,1 +1.1344955160552455,0.0023935729527945204,-0.08159552105114337,-0.3536727477237935,0.36556332512509904,-0.0120572866641655,-0.5168203176284853,0.05581414701255194,0 +0.44893804091421863,-1.0797844849790417,-0.39750283672349646,0.5119977108522922,-0.6928282434633961,-1.736743848316881,-0.04953965612244926,0.6547357653331145,0 +-0.3391606293270595,-0.5690177501806636,-0.7244719346945867,0.40792726663195744,0.10065943080663695,-0.8368941472977983,-0.43819909345293306,-0.07282149307107033,1 +-2.01266673014377,-0.7675770218428446,-1.2062022796523197,0.06776914505463003,1.378747186487297,-0.14942383681326088,-0.9921466330024077,-0.2974805320057149,0 +1.1627647353810813,-3.008947980663156,-2.7874567579877354,0.37908885684178717,0.23382120465897005,-2.682186215426966,0.13440457718106935,-0.12163469131192917,0 +-2.673213588487468,0.9613471724029892,0.9960908167245424,-0.6979161138097176,0.47055072400682624,0.5041425421568779,-1.3219079356744943,0.5191657438204893,0 +-0.7648400986844338,-0.6326334840502273,-0.17324053149122529,0.7390943589316513,0.7361987127843035,-0.4886841752178056,-0.9702815384588123,0.6583228429781129,1 +-1.3000139457238313,-0.8236227443854811,-1.5890707118790575,-0.5320949496669284,1.5908597248041174,-0.1365035585878367,-1.1070960932951808,-0.6090975798484836,0 +-0.3173595733537032,-1.5442934367887564,-1.5316865660235943,1.843886526728749,0.6583909102042987,-1.5821145358568276,-0.944346024529535,0.12478844335471106,1 +0.6959778832642873,1.5382157739561286,3.5690318666569962,0.033451404732117086,-3.38953789177161,-1.6248639638122482,-0.015839269278818402,2.4564031544448452,0 +1.5634966995699826,0.06216373421953858,1.2462698599834798,0.19401476467006418,-0.3407950148157437,-0.3939722533830091,-0.4644795540257547,1.3698196779095015,1 +-0.8891793906262534,0.5903065878442801,2.863026272903323,0.1853904968830863,-2.179828778836588,-1.2897440477957978,-0.06964599129812066,2.528510382464584,0 +1.1193275019855116,0.10479739471588723,-0.3450925770549595,0.805836328425677,-0.6023409010577668,-0.3816734804628022,0.33642217841399136,-0.5009505594928163,1 +0.309793666725404,-0.22180383864802516,-1.4189929948965432,-1.553335001232145,-0.4759956375159145,-0.877852378721611,0.15506279728356442,-1.2292426879796163,1 +-0.7559534049932966,-1.1484516832438885,0.14881737350963417,1.1222154574827066,0.40211635423228853,-0.9297704196862154,-0.6182570566481891,1.3598852838947095,1 +0.5670005992350389,0.2988988867371137,0.8042419625076769,-0.41250393287598847,-4.368519167544727,-3.23511025072536,1.3639823128186663,0.4438580294037971,0 +0.8672446108086872,-2.1887876545607297,-0.8524417884514123,-0.6333138490681942,2.6071190785066567,-1.0313732049058313,-2.490266491877345,1.7354450530242977,1 +0.3014611712893139,0.45416136220228986,-2.50576101733869,0.3934856654225137,-0.7896097583362731,-1.5861814914307995,-0.7591298571362809,-2.602924389719628,0 +-0.8583880195737124,-0.8706899417844853,-1.1017528393522675,1.204955344018003,0.11267058780097361,0.38473721003735284,1.6081251976349573,-0.8487212907709138,1 +-0.46235919457587404,1.1773623781174618,0.1625993071153807,-1.5779785354137192,1.2219560385622872,1.3528982078729634,-1.2552406000455012,-0.5934142724272943,1 +0.2809626115436175,-0.7799405241865083,0.6789272278743194,-1.2817280818829722,0.6919011108886131,0.1846385902445058,-0.0948488238774986,1.3602266998621593,0 +0.24634753096963855,2.0549040894467505,2.709293489314162,-1.345339524182959,-2.3078070151230263,-0.6801017491586122,-0.6091525649808117,1.2343744473116347,0 +0.14449333090369584,0.2615264973910031,-0.9631192763367095,0.8923443387559644,-2.9402020422163284,-2.781027104806032,0.4799314728091175,-1.1161901619801242,0 +0.03146654134130101,-2.0085614882398355,-1.4757149676670909,0.6226818009083327,1.642734927343736,0.06433263330541528,0.3321913950079567,0.10218812232153696,0 +0.1335471419146258,-1.7515290933004686,-1.3648437831436944,1.2597158142638427,2.7000679760934183,-0.6641952924386816,-2.4574040928101315,0.8083503218418487,1 +-0.6197870347518024,-0.3838711019364385,0.33697364419513903,1.102035854629774,0.06683750595395967,-0.4657393182667417,-0.3995040351366458,0.8104855379219538,0 +-1.1207048665597046,1.512989988967541,2.5062649688861645,-1.7291064065301014,0.11949689574310661,1.652068267873567,-0.3185486441748406,1.2283272792158555,1 +0.0010470982047776816,-0.27447326973462327,-0.030208834785719094,-0.7614166301481774,1.1480076227267535,0.1601224916034043,-1.1197169911772709,0.4918102568549283,0 +-1.3595225577039547,-2.210400197174045,-2.2937784793582945,-0.434007224436187,-0.5982637981509191,-3.031186188950027,-0.14701484082476113,-0.1915820512182108,1 +0.1830376763405363,-1.198353208056231,-1.118954839069244,0.3470516979030286,-0.8713585448466056,-2.14342428001426,-0.002138019625882448,0.040120189560228225,1 +0.5285940380218916,0.40149021379567706,0.24126064130393948,0.6176088833756014,2.421379223025157,1.4252843976625835,-2.0558880986685355,0.35295680378321326,0 +1.6166185440669647,0.14123013908357418,0.17914917958970128,-1.5359714854368314,-1.8594161623751826,-1.235261965931831,0.801418993166658,-0.059340025846242206,1 +1.1834983656325053,1.3050254334836175,1.4294502492631584,2.019736610370181,-3.123421814590656,-2.051503257327591,-0.09837338657061057,0.5342021911461948,0 +-0.08123528219252238,2.917509008150067,3.9004786522240726,0.4952050371476386,0.10921760199261774,2.930284150772766,-0.51411510056727,1.413619971307644,1 +0.49730725499105316,0.4593839545991515,0.24428116919862566,-1.9903473604068986,-0.8027949409834193,0.6716177216569255,1.4757784976802215,-0.5905839821835321,1 +0.48610495818132077,0.6697975678799761,1.2264567043698373,0.6811298922547244,1.559238242290157,1.0348287862003969,-1.9191023474269975,1.1204044049192845,0 +0.47633598655431014,1.398200599809527,0.11761895686879076,1.1085620623902495,-1.0421470442359937,0.4827523658149654,0.5892269810917822,-1.2579585810300902,1 +-0.41511735813224315,1.7330547876615452,1.8993323938999362,0.21019538146048206,1.1414340440898385,2.472436301951304,-0.7452284982688703,0.4782078989130256,1 +0.7408369926172612,1.966045851148124,2.560439189880486,-1.0293767176649151,-1.1854550324074438,-0.11104303642877988,-1.3128216559816268,1.3049067467282478,0 +-0.65948774282282,-0.9644091885780218,-0.9266826661433981,0.7779300978847117,0.49778212569441366,-0.47942617577340074,-0.04342040613876108,-0.0785476102810595,1 +-0.012406154381283648,-0.06907434071665264,0.9368432127645898,0.3161431454784995,-0.5481136968811539,-0.7708453371689442,-0.4409723413032861,1.1887808517087695,0 +1.6026753802447862,-0.4926045511562399,-0.8306488728583679,-0.9682230532441719,0.6366684051887033,-0.6675054655599001,-1.0289304655321732,-0.09842837279528871,1 +-0.5197752412297029,3.350688804779601,3.708796628888549,0.15333068749676018,-2.619969899097894,-0.5476479159425044,-1.6717676135085195,1.4328649718060134,0 +-1.2966211152367402,2.700282056428393,3.6744517786340567,-1.06065528782504,-1.6468862027791649,1.8021670204446518,0.7858547162457148,1.1022258064427501,1 +2.300622377485594,2.0188339033074625,2.6089988847533534,0.23410760668537894,-3.287638132176419,-1.6245449554358118,-0.4032825021935761,1.1796547420853245,0 +0.259247535945493,-1.636910345315491,-3.0752922262538913,-0.7426534559578947,0.6398247297917854,0.006693700525949975,1.7451189594183605,-2.215069253340932,1 +-1.8069661658973057,0.334702016045048,-0.5082699647290888,-0.8765824369890204,1.0380301612712999,0.06027416890240722,-1.6156185673181547,-0.3667276628921023,0 +1.0864333380729254,-2.0733039342911814,-0.5352859741665813,0.3900748711221327,0.7355402385181591,-1.6754475476361443,-0.8947204590201273,1.5779009368627395,1 +-0.8740642738456674,0.5481877626067739,0.457306096196047,-0.5704144318138215,-1.9422585534926122,-1.737336850412886,-0.2689960538780493,0.20767829170869884,0 +1.0115323132034109,-2.171890058772223,-1.5428681100420953,1.8587802173290866,1.5224096033894092,-0.3731354588452567,0.11572762139957715,0.2640239939388709,0 +-0.5088583177179488,-2.367507649984162,-2.717537728526608,2.12022289558903,0.03534231163728783,-1.8144007217899176,0.8633697452707736,-0.8561751879690592,0 +0.6406356890517474,0.4675183296233968,0.40249600816059866,0.739863293774033,1.0819098528520303,0.3415464448609262,-1.7079602896653578,0.45000857965799057,0 +1.0246698733306043,2.8808970527632907,2.2412204233201503,0.5312860409124169,-0.9127381993980603,1.4526281715961573,-0.5108973365122673,-0.12912565232472983,1 +-1.421323178474369,2.3625015508998803,3.5726427021980065,1.0983338983727682,-1.473049392825863,0.08602104918653763,-1.358022673242157,1.99573400857203,1 +-0.30816948702216385,-2.989854509211278,-3.188120908213571,-0.02037056582141235,3.1195860718163333,-1.4999790886188373,-2.3114838749394178,0.026167529539168122,1 +1.3210474068152047,-1.121526157204344,-2.621129024890295,-0.48414628706320556,-0.9094195936575835,-2.3255282075877597,0.15804036518400433,-1.5806412871205584,0 +0.633714675917148,1.9725705369255881,2.622028313002682,2.5564227095733134,-0.40272870480387646,2.118985586433328,0.5205435968089954,0.6949353051589438,1 +0.013198435695911177,2.2782502053051696,1.3511698889372183,-0.04727785822590812,-2.5945836155115156,1.0605458525777411,2.2714987176755237,-1.247258778359792,1 +0.605406710974978,-0.9090878797620598,-0.8351819031868325,0.5987167001748541,0.6775959241220098,0.9634964627854592,1.5389595985286817,-0.5710724036445735,1 +0.43378191254022336,-0.5246240527850129,-1.6798526257434108,0.500977159958326,-2.823992752208122,-2.550079471812996,1.6760332792209447,-1.521798717645768,1 +1.3602614663863644,-0.07218556052633862,-0.522722919143635,2.1106250179881023,-0.1603939182932628,-0.6499529652734853,-0.4101398427893101,-0.30940175641807954,1 +-0.7404054562117989,0.11373491330667196,-1.7224554603412765,1.2936855170503383,-1.5487991633236793,-1.9778606782021422,-0.05633742564951261,-1.6794882681303807,0 +-0.48069625085948064,0.26741025348170555,1.5926472627716939,1.3866831600241176,1.3008831620028507,0.8621066333739973,-1.4521398843129223,1.7193225651836248,1 +1.233069063790944,0.7460586024798233,0.24329772440079306,-0.7690877629070569,0.9318658652373533,1.7578392330077353,0.14084822040741085,-0.5558654431400408,1 +-0.09249884944774034,-0.09657981093729118,-1.4724083675565058,0.5087631478775663,2.1770159009115364,0.7262889272504602,-1.6100966798339265,-1.0347489502799707,0 +-0.26977761105389764,-0.4586172040178771,-0.48890867701168855,-0.06426448984058167,3.3593919011267004,1.4805513715187415,-2.183109999519967,0.36766890512347034,0 +2.1129035676039165,-0.3560646003089401,-1.254432546416599,0.02229867211348296,0.9596938547891588,-0.25828932099518104,-0.9694106516065747,-0.6918931607392395,0 +0.6530133378250907,1.5577226274252307,-0.27184626307709064,-1.6065242133301176,-0.8437607568406852,-0.6828936706149908,-1.308975532394153,-1.1855151692269024,0 +-0.8197746609152436,0.034348473437235905,-1.178054392524069,-1.7375937559337138,1.5851367669096132,0.5447773560356612,-1.2335117908715367,-0.9341890008204381,0 +0.4911847163680645,-1.2814563728269976,-0.5248883469567507,-1.54684978738618,-0.7861631537062737,-2.2383444604741247,-0.3314077194841469,0.8103659133907679,0 +-0.28779690155222293,0.3682630797451041,-0.27399133589074376,0.6517746164813515,0.6940735337288538,-1.1039481591780043,-2.7814727900528293,0.24770691099130915,0 +-1.4453737679329406,0.5386712697356888,3.2915510010567606,0.05973224469161534,0.8701979829053561,1.4147943067317528,-0.8810661850489996,3.019709863058459,0 +0.18173572804222526,-0.6233366958854081,-2.214795794482313,-1.1692361431590024,-1.3843201684085886,-1.3103606014643183,1.5358528302445262,-2.039169837403695,1 +-0.11411746146469876,-0.6991321722091279,-1.2283312203268453,0.2014090095518522,-0.5770597222320095,0.9940418888821612,3.256440917151047,-1.6149481610761502,1 +0.43481210187119407,-3.934873720865636,-2.132178105278214,-0.7147033363299091,0.4849676254992546,-3.355877334880655,-0.31235450581366475,1.498908771806105,1 +1.0239701061586184,1.9058424315830444,3.334882082547092,-0.027500405089978183,1.3427511173416518,2.569030549446647,-1.5024845557326887,1.9885195781302938,1 +-0.6863860728380429,-0.22493620856815166,0.9652719277168298,1.349194332769868,0.0004817011343742266,-0.22304568103224093,-0.3330217916988531,1.278106858361126,1 +-0.4612212317758384,-0.23592124314396867,2.329992943241001,-0.25694756187975315,2.4151872686398153,1.2855073148346634,-2.1462851126192755,3.049096943036374,1 +0.747343361690361,1.7013933203735967,2.365945543365745,-0.1582234613542433,-0.15324237558175247,2.395383433453155,0.8993414595146613,0.5400837933260592,1 +0.17459607228380614,-0.6722736232759496,-0.7662195373792838,0.40111881175649067,0.10565333993671053,-0.7905192620129378,-0.2601010550521973,-0.07976782164210072,0 +-1.207538359996981,2.4617160528636615,2.370962803651071,-1.12475826501392,-2.1903331632175655,0.6850260804795703,0.7028285775099621,0.08728309558587122,1 +0.6948371852238336,-0.3645035219932109,-2.5439976769288415,0.1375465221727021,1.7966952339658375,1.4597357316385238,0.5078871302151683,-2.5266540702789015,1 +1.778639568607348,0.49054140881241304,-1.4332306108417328,-0.2628715403913267,-1.852812726751907,1.3085700486327274,4.272145144941198,-3.1269908735785794,1 +-0.8544937389591596,-1.8000176613335728,-2.436254768833962,0.4938794817127977,-0.8350644490935507,-2.015021839700223,1.1448008563381027,-1.1104460150601827,0 +-0.9377757231699899,-0.010979804974346585,-0.8535441772139486,0.8928824928892215,0.8674723888752898,-0.25840466328953865,-1.3253516426341447,-0.4796925453953418,0 +-0.911811302129727,1.2233232257717677,3.2290992580640525,0.8055051722795802,-0.29251959499399866,0.7773425281277171,-0.79288367460571,2.402958811468449,0 +0.8782713761207592,-0.32236238460982064,0.09256530768509726,0.11942774805235803,1.9863868156893354,0.5041046656542258,-1.840700592282414,0.825708487713796,1 +-0.6222933166708972,3.104192152203084,2.862310852672162,1.1163605259374014,-3.4192185171125042,1.1140454972727867,2.1944755947070935,-0.3925776792953846,1 +1.6734968373269676,-1.2731579132552282,-0.46500556885182726,1.3705014067536716,0.6834518141513337,-1.2420972973579838,-1.1254494739434064,1.0026373489098386,1 +0.5792743460903267,2.68448749127937,1.8482299957536614,0.20923142046568655,-1.0473905443608533,1.3214197011449835,-0.16904912331618183,-0.4450003228042852,1 +0.8216545786685122,0.029112546741298373,-0.2983978666330107,-0.8071567597118566,0.3307888624318626,-0.34364948067504336,-0.8760734647970686,-0.06444015758349164,0 +0.07894506040135806,0.28520675943750473,-0.1304643532006974,0.007567360655696969,1.287572577363432,-0.1830238960423487,-2.351428106915919,0.27673782898271215,0 +1.7343667484099032,1.6578656399273144,1.7499214086211978,1.610205525840019,-0.8396075971633427,-0.040608967410273755,-1.14704891954503,0.6913297785563425,0 +0.7858475868719951,-1.592096217687856,-1.5998198788207136,-0.4536199791940157,-1.136833541627389,-2.513192748436948,0.4462027617065616,-0.20888363098562374,0 +-0.7946891827635522,2.1028611765300633,1.7118864021178275,0.49336720539599677,-1.2361930754379995,2.2495325216004756,2.004937263671062,-0.7516177849152675,1 +-0.18725257750025615,-0.2139175705911759,-0.8367538202631135,0.4182368654882171,-0.27308625987254653,-0.6444815495781497,0.0010506936290901603,-0.6204667896119311,1 +-1.698107120465219,1.2735210689423726,1.6797456585514268,1.241882365347697,-0.03944055616350172,0.8169903770545361,-0.7100155207620593,0.7606577678086127,1 +0.7960362992821286,-0.7369030718230125,-0.8097664540190852,-0.24917669690596364,0.9148827350188108,0.664528967437942,0.6085521265267924,-0.41603413036141007,1 +-0.7540228873095115,0.1866422083253666,-2.405506112308787,-0.7774765835699584,0.4888659646374076,-0.2981774037328618,-0.6053650887271231,-2.4154556499205144,0 +-0.13637807973033278,-1.0947741403987303,-1.5204023236948274,-1.0346548038997008,2.009736643597633,-0.21917858242620702,-1.5423538355603887,-0.18617822342562795,1 +1.446243826702586,-1.8461991052898878,-0.7234683952659747,0.7568784244524868,2.2852884624038485,-0.51746521997832,-1.7520393299096761,1.3379843380354235,1 +0.3814786391844392,-0.09146431286758927,-1.3105381408457921,-1.1403245237577557,1.4332054144353075,-0.17700607708478477,-1.8058517455088183,-0.7523425233164852,0 +-1.1889794747720255,-0.5531177393974265,-1.0915290561696918,0.5482792044564136,3.124037971593958,2.9404402714161604,0.37532647166653826,-0.9690400775699561,1 +-0.5160098367138068,-0.17672946598478234,-2.4433827227809295,-0.8389359920768805,-0.5194220735503439,-1.458294617151644,-0.3115487290214738,-2.137533641247871,0 +-0.9979075136291161,0.2690450747016555,2.4774459708761447,0.13618578364991654,-2.1982765862005693,-1.4348600431475957,0.22036716948308233,2.340717369826489,0 +-1.5253514508685189,1.7708719240541468,3.1574232308594006,0.6402889205554764,2.1528080590355225,2.7151881975334735,-2.2667691625548496,2.117766857351123,1 +0.08257779533681742,1.181073324476089,1.6492388958809283,-1.8291826410116716,-2.2482692461750102,-1.1917279474772593,-0.12958668169840848,0.8047584415388995,0 +1.1358173426889187,1.557369546666361,0.9043370955944736,2.1712602896470625,-2.6441264387903574,-2.029176482275925,-0.8737255226995324,-0.004502120541797994,0 +-0.0856373882668984,-0.46092031405452305,-1.6301010601376322,-0.3513900548414427,-1.1767514301146038,-2.2223044617989096,-0.3200591294794073,-1.0101374111513983,0 +-0.7181593772610797,2.1097237743971,0.506325067288569,-0.031710716335219484,-1.3356433250104154,0.3925615996764038,0.008606625551900615,-1.2999672600473269,1 +-0.06306178570695792,2.2012893816164816,2.041503990499215,-0.9161022877775821,-4.946641760482053,-2.9446564449306676,0.16908004068118154,0.39523880700431224,0 +-0.64996063198642,1.600884168910682,2.8355319060299546,-0.35844249870106315,-3.80149646792397,-1.9808015663065095,0.24031790727886027,1.6160847860943106,0 +2.1442530955355816,1.2172876781055586,1.9167139256452959,0.774358979304155,-0.6418955834021987,0.6685538570564484,-0.05587313959561979,0.8833650138633083,1 +-0.05836452092745957,-3.4870490363812294,-1.6389727557974756,-0.1146506800492271,-0.625860527815994,-4.346921166895874,-0.6741668300532461,1.7957212323327714,1 +1.051458112807838,-0.39536441531748073,0.46438475955421493,0.4732537399829497,2.2999028703937974,0.27194351902143676,-2.6258611829542646,1.4954447997058151,0 +0.6615709001423267,0.21867099557599295,-0.051725244359396544,-0.30194999588462534,2.5168662326623497,1.5678639877280685,-1.7205649639127643,0.1079947016396533,0 +0.25327811661359545,0.29359876019983155,-1.9025604386919082,-0.18400157937671877,-2.573301711103185,-1.2629496648491754,2.2169507382133613,-2.6843122967351123,1 +-0.4786970504978863,-0.5947305801569498,0.27691578727074534,-0.5126202351247369,0.9550680310299486,0.09875520015543215,-0.6691454751054208,0.9572268250899337,1 +-0.0926090211800455,0.8990629457023385,0.5437528934856556,2.2717591227064418,-2.542502703249928,-0.3911309926259093,1.9800776067217505,-0.7125922499617983,1 +1.1200032510550864,0.5204776782992249,-1.1318312206449657,-1.5851430981178303,1.003193280499869,0.37993301435245375,-1.1606509820390538,-1.304915178735633,1 +0.46635331903267563,0.7889540022354589,-1.3829826019758622,0.9324623234703374,-0.9423947706231413,-1.2736000630090194,-0.8078497475077215,-1.7555529983169718,0 +-0.13335516733631994,-1.1243458473450962,-1.1924232854797743,0.253760614868903,0.6449490218513335,-1.181825763069135,-0.9415726772198482,0.08337179140174766,0 +-0.9660165283619505,0.8858537365820278,2.007699508368407,-0.39980349495280076,0.4614119922358812,1.482523443573257,-0.212952011555113,1.2358562732133267,1 +0.4248183964118591,-0.5434907574893747,0.27515933055522684,-1.3752880859255556,0.41980101327517116,-0.5774212265774369,-0.8622016452119196,1.0162487245728657,0 +-0.11569645319480981,-0.798548371786746,-0.8195304779903466,-1.318651484942953,1.8479870803527825,-0.23515975266010403,-1.8537628316273032,0.3613018123130153,1 +-0.44353081816946166,-1.290510890336172,-1.3709259729199184,0.23095033477928656,1.3368311950497642,0.4890143058623726,0.5306762658481567,-0.48412405211823417,1 +1.2463276854616878,0.3511052509717951,-0.46438235043627274,2.5949439715802187,-0.30213620865121815,-0.4556007897184305,-0.4219081792281991,-0.6193857454248239,0 +-0.048184108036099425,-1.3182237186144092,-1.7951924822958931,-0.2968858629934996,-0.9648996997087276,-2.1048649418379455,0.5063724246264456,-0.6863499046047845,0 +1.207327673666388,-0.5176524421952351,-0.7788607027368282,-0.6520011946573644,-1.2879356737933345,-2.0415720348488327,-0.1037390904772143,-0.16958076523156462,0 +1.5950677596434095,-1.357111220807877,-0.2448403498288728,0.5528993085262132,0.6848308138055206,-1.1772961517215825,-1.0136928681570336,1.26207559519193,1 +0.15907300184580492,-0.18635778914543322,-0.36488999240126246,-1.4252569958238526,1.1847082138177052,-0.0793952041309941,-1.4904662970646156,0.19595688989471238,0 +-0.9746354768195671,0.13540976006933225,2.1257495901650216,0.998236940378337,-4.1703936889700985,-2.750098207706417,1.5248871084604902,1.844129607404348,0 +-0.14443717244352622,0.9651443492199491,1.5281632500149156,2.1411211599434603,-1.1604727679142424,-0.8758608948700348,-0.992652574803539,1.073396962565221,0 +-0.7146949062037227,0.05545571767492752,-0.7791969782821082,0.06960573058459268,-1.0553564159021223,-1.4692419431996107,-0.2900878151025749,-0.6474941758808295,0 +0.9936762215585483,1.6241686934338595,0.8554402963524911,0.28477093774351586,0.020455128908333533,0.15140361885573828,-1.8246935932806976,-0.020556133471501647,1 +-0.5270702149862684,-0.316804470714336,-2.5171435708641043,0.5212069863064653,0.19460514125893577,-1.0003302301389556,-0.5471474679107835,-2.065548471375396,0 +-2.40279331237471,-1.4810116429636369,-1.8741855442657434,-0.06586790964326655,1.3729191773276326,0.5104444068655842,0.857843608747243,-0.9247782320216409,1 +1.0280946253620136,-3.944824589082626,-2.342975979537969,0.20676980062599107,2.1491727457753065,-0.9363621497475833,0.6121020104572987,0.8574341431081558,0 +-0.37312057405723714,2.86783186527681,3.2846586590164626,0.4925782765322329,-1.6740951999724512,1.0575024105842539,-0.23742042479818426,0.898554560342693,1 +-0.35225362029403384,-1.8776542134885248,-2.6501377439379015,-1.1283453263983019,1.9776452132668938,0.39062622538342784,0.4859090698032027,-1.2684375230241876,0 +0.2524331844401556,2.858559368841205,4.834444901397119,0.5746923591388284,-5.588337378243982,-2.6429402517519343,-0.024262497012266793,2.707382890064201,0 +1.5865976184633586,-1.1223825943921333,-0.4463450980174993,1.664819108928706,0.0336376939338393,-1.689510110113263,-0.9631033285456321,0.8846308669325721,1 +-0.5370835403364126,1.0523940553390532,-0.12291632129263272,1.0870928617386344,1.9081813736928546,1.245609945731446,-2.1606781321173503,-0.5247956113301129,0 +0.36053325922116947,-0.3065831892439783,-2.3836496259224287,0.0706404342760114,-0.03840349650926576,-0.22005646145769786,0.7768442395707159,-2.3565779467421057,1 +0.939627443091027,-1.1077756759897148,0.530234293135003,0.5753347253397414,1.2719376408558491,-0.26659879175516255,-1.1281355327211817,1.800209959428788,1 +-1.5698745899052047,0.4115137389007353,-1.2047119989329251,-0.3891018304797765,0.9985944732419887,0.4847970408962663,-0.8757368110402199,-1.372062327763227,0 +1.0551687193199446,1.8885933194929945,-0.17592953224324276,1.1385633125751595,-1.0186790610332002,-1.0323821441223382,-1.910029834892625,-1.1781074226087354,0 +1.6078780758846944,-0.743083434909001,-0.40338886117187733,0.7896573781537256,-1.819221177449664,-1.1988095129055913,1.9138254332382816,-0.20810350868312466,1 +-0.48516176796750454,-2.4652285895243047,-3.029964454453491,1.12259882365366,1.8532450268139837,-0.9777491814131043,-0.419201099703795,-0.8082749692049878,0 +1.1072366925378614,0.7708590033598506,2.2344464652480958,-0.6322460045246066,-0.9751419688499642,-0.43566289808575703,-0.6632717974086217,1.832351326408396,0 +-0.8291872001518763,0.49179789609425284,0.6875962524610539,-1.755676267257736,-0.6948953250633795,-0.3037177993076023,-0.1416535221733486,0.3449308957493673,1 +0.33327694508925787,0.3767246977565943,0.22302592698036994,-0.8759902459402215,2.0837407426697205,2.027597263507616,-0.7386777626265877,-0.04722241038587316,1 +-1.129839731320617,2.4330622765111842,-1.6182628834573707,1.5231332209486315,0.023448294838979068,-0.19581927253331466,-2.4537246180419148,-3.020756285097298,0 +0.7984072492861791,-1.835241780761189,-2.320713547581726,-0.05595971224037528,1.7934226589815516,-0.2332747202553942,-0.2239420570536148,-0.7296045526957898,0 +0.5997561051300255,-0.8856895008725925,0.31152844529514173,-0.3467269856040022,2.384573228090877,0.43607584996512205,-1.9549744320728966,1.5601861765878682,1 +-2.3816786446548397,-1.798899871131161,-0.9755960300287828,0.6290882566634356,-0.46768407180016597,-2.4940204909695973,-0.4393293006806318,0.8382451947604294,1 +0.2023312641132255,0.8450952456835213,-0.4705730930817366,-0.3095201470778242,2.585489755901166,1.644852511416849,-2.2710145536763555,-0.7037447033899132,1 +1.3784531602123484,3.3942568606262773,4.029772764072825,1.8154923670041223,1.1920255766113288,3.863303345297373,-1.3657612506340238,1.30116763104744,1 +-0.5959570019436469,-0.9273115948948834,-1.4103694243622868,-0.02862579630142082,0.9229882635244362,-0.40629753853522593,-0.45358517343565763,-0.4960378973164322,0 +0.8180400442537265,1.1155039922357364,0.35052487162137097,0.7914683578989444,-1.8986645262921014,-1.383127103005538,-0.43983757540638546,-0.36097891620972167,0 +-0.3118697063807989,0.977046501457536,1.199300865156579,0.31248991788490804,-0.03646709653162355,0.09408230708740517,-1.220832311114157,0.716506133465158,0 +1.7311046544146893,-3.2127234745686604,-2.1465842579463126,-0.11067422019707357,-0.13283155287704543,-2.6917396586767803,0.6804278492450206,0.5547442053809084,0 +1.7495961040828727,0.6112869860014554,0.8471582015538675,1.7057509881278756,-0.1346807471268718,0.6101427019486242,0.10340643642796654,0.26975907715136926,1 +-1.4897911463053963,0.5343432592768702,-0.589462683360529,1.1979535178733434,1.3367170474199652,0.6101780648680288,-1.5001906415348256,-0.6912711242161287,1 +1.0634583148251793,1.3455818901588785,-1.3093729228812423,1.5076243732119188,-1.0234321875435057,-0.9672248101394532,-0.9049839265547719,-2.148143736605462,0 +0.5353309580581422,1.190548962022266,2.41871999911026,-2.2774048080759504,-1.076153650379123,-0.3163513814825136,-0.8655671515713204,1.710683611424901,1 +-0.49561582003959836,-1.8453076340845933,-0.9775215801376504,-0.10554832319341169,1.8852241001576109,-0.22960539540990205,-0.7251539836187464,0.779160647442271,0 +0.6225877152919888,-1.3235273905283838,-0.6452206850472091,-1.5883517719752076,0.43718916501366806,-1.2311440160178981,-0.6533497794679878,0.7334823084836422,1 +-0.20494790735166074,1.1999728928979336,-0.8406559087870998,-1.0053442807588826,-1.9443797682305304,-1.4558156806807738,-0.22038254474815577,-1.6965954203776934,0 +1.1738008188239304,1.1968008427073076,2.4612897567338776,-0.8626483400680426,-1.2272616565849244,0.3411902791034458,0.20824563298106402,1.4077100535811995,1 +-1.9710969080997647,2.730905344853439,0.5787027994908263,-0.6430011082676901,1.8045929179409526,2.033118303394205,-2.9742045028987336,-1.0699245017166117,0 +0.8572799644061945,-0.7019376050868299,-0.26768276897983806,0.8721483002788616,1.5028422573286,0.30697286067783436,-0.9008465161123188,0.5410866047841927,1 +-0.26396398677056226,-0.28268129535828945,-0.3499687291371449,0.3214942700353205,-0.9782716804587621,-1.4107668163165243,-0.08072906998874052,0.013176064916792352,0 +0.3880867080150871,0.0019688460793260143,-1.713296992982236,1.0247396565316653,-0.48825571117962774,-1.224194988898688,-0.4462441836233616,-1.528082223328146,0 +-1.0024700774615107,0.5736073800799307,-1.1035230469878752,1.95554049937368,3.4716754921504807,1.869396416375322,-2.7612302336430625,-1.0022107845345527,0 +-1.3852602024767111,-0.928293928541571,0.34795449112529264,1.0858080979860611,0.6437468317510692,-0.7193213111302271,-0.9769438853664303,1.4571870079159641,1 +-1.1504450288623205,-1.2254444265198745,-1.9396929657136501,1.9562227446706266,0.8240313906169057,-0.9565872846071783,-0.5728511496635181,-0.7076328211700091,0 +0.8978902874183431,-0.6148627690209585,0.9563739782502348,0.5888306888063646,-1.2395679746504464,-1.4503215955224555,0.22220227665701087,1.5423327540814744,1 +1.2452245422010515,0.6339707118801194,-0.7497304172665025,-1.09314276462871,2.4677532042900925,1.9012218619343257,-1.4531024333100666,-1.0500382718126104,1 +0.25035163296713475,-0.2934611486029052,-0.3303230222785741,0.8279734096470718,2.1591866756543046,0.6349695055934894,-1.822330686523724,0.35655469305538107,1 +0.7682685067863201,0.8932408695363151,0.5903738660161053,1.6390968283541465,1.5332467719388818,1.8778453347857205,-0.8156067949081729,-0.07792324561320729,1 +1.2894330040566249,2.2136943906156157,-0.047481978592383914,-0.2665484382051397,0.7140999157002659,1.359835160117346,-1.5786721786384421,-1.5952991047758025,1 +-1.322280448157601,0.6818124277401088,1.917130569728549,1.4351617187643468,-3.5355048573703,-2.5997608031039166,0.29020839161496537,1.4931118387716846,0 +-0.16167174013815,1.2734594224018752,2.864849331520466,0.9601113924935185,0.35253566131494646,1.6862008322124886,-0.4502324562667934,1.828055628534304,1 +0.10275626766520093,1.0544864258395672,2.195844629807634,-1.5795990585426571,-1.1328568677826851,0.5396094641092419,0.568006165844285,1.1456267415247456,1 +-0.005631691876420714,1.4514454286980105,2.274614308424303,-0.8423962001779705,0.35166589448289887,0.8688793873995015,-1.5616728753591573,1.4413074404992843,0 +1.382228404297909,-0.08713723466339418,-0.32385848957328417,-0.28699713768437146,-0.49249754806998813,0.15315366269864072,1.0940688446511078,-0.5632486104461496,1 +1.6351246849675554,-0.4941093902920732,1.8055770430538352,-0.9923915379035289,2.2660141722687257,0.8016744520724215,-2.1497355416270834,2.772317386096467,1 +0.9913542359812658,-2.8616164854986055,-2.80213686053129,0.817573375628748,1.3619162982008792,-2.3806322475298716,-1.2276054216100798,0.08436975411990666,1 +-0.03256021051276721,-0.21139143980275416,-1.369565242997403,0.4899813817124586,0.584866818024963,-0.9023157259172359,-1.4166885883754756,-0.7606898809238358,0 +-1.3048297149261696,-3.391050880459284,-3.718722818400015,-0.0813080454346814,1.37877650373763,-2.9207205307713977,-1.137773237499244,-0.3827349797383188,1 +1.213791026759138,1.4250123161818664,-0.8010804632376108,-0.8945713036337135,0.6994710649578758,1.0538619243274354,-0.898830310181154,-1.8553783619987914,0 +0.7956717758850507,0.20857616103918603,-1.2557503049544352,-0.0034659356560448767,1.1220692211816208,0.36992989043809493,-0.9716175564996492,-1.2177581427891053,1 +1.329507016602646,-4.375259049870965,-3.5298760299572676,0.8682380493685735,0.5963742485484108,-4.2346933406157765,-0.7670865648805479,0.6409952772440461,1 +0.6888700998904916,-0.026772738621784642,0.7640201223241798,0.06810440024012436,1.8691861714548996,0.9863833943750777,-1.5418404685240361,1.1405099250097936,1 +-1.4978761297837073,0.4032574726115884,-1.0442105694610713,-0.13404348526022639,1.0031144377982282,-0.05967239821491077,-1.645742125945481,-0.9519045820756669,0 +0.15459997630351768,2.27363904583122,2.358335798306131,-0.5860339819888307,-0.7027401256113953,1.839386434527069,0.32669016589295424,0.24655527015005674,1 +-1.545342484959656,2.8073621551977306,3.7426969662878684,-1.2645065485193925,-3.3556291138442584,-1.0675735022193549,-0.7394582333547097,1.7138881281005698,0 +2.2651206983250782,1.6031020032924268,0.5816741727276944,0.11263853801192653,-1.3610154249158768,-0.8217098717252089,-1.050327364082009,-0.4158395061912632,0 +0.2690545203695162,-2.225164388891544,-2.8743946060581607,0.505911734180049,1.815081060316535,0.030484410555756902,0.6766540528769412,-1.2267754281603875,1 +0.28065838435827556,1.1027140635500254,1.8813648211010456,-0.9450433638213771,-3.3237142499897403,-2.270228929994145,-0.016042775387714148,1.1588225680314859,0 +-0.9703874174584066,3.7066004870136418,3.437147718690626,-1.103927290365145,-1.9900477520204771,0.4105621251985494,-1.5980757780497992,0.7627608432469819,1 +-0.8860585625641603,3.817459143535592,3.888195208363835,-0.5349980164298132,-2.524159465853234,0.5286671313289913,-0.9276001036059989,0.9370127329211801,1 +0.5265715374884304,-0.24351960419336277,-0.9045093856854145,0.34971447650944837,0.6899185415204311,-0.20741673983321296,-0.7385512832548745,-0.49773118955141543,0 +0.12563136084860374,-0.7362197936695956,-0.7571306580335577,-0.4069773925548613,3.030266680428092,1.2687447721105305,-1.6195865461327887,0.1933713839447243,0 +-1.1817969685657876,0.8857794031619062,0.5742376897971675,-0.13198205286812156,-0.2968091507686658,1.3431618286528173,1.0949938868592264,-0.5639339721743588,1 +2.111532854108432,1.8895061498777004,0.878864009003676,-2.6052502665659953,-1.9643264804100973,-1.0144483106840072,-0.8409036392893123,-0.39763904378491577,0 +-0.37378915020689085,1.2247679463848424,1.1355320394766841,0.9559752386940298,0.18101441258225046,0.42003315055052814,-1.3451588509602614,0.4510975797655565,0 +0.3429973625481724,-0.320833898142575,-0.6101971021007816,1.328440720561965,1.1391746765521678,-0.2739607420871676,-1.4695300767146366,0.06952521684820334,0 +-0.6631786982975411,-1.045363527328441,-2.6351759706596654,0.03131861898207322,1.0910895242382934,0.17063478708105873,0.555483314532678,-1.958210825069307,1 +-0.42376849522627874,0.8628947492419814,-0.9719044652177481,-0.17516919627272368,1.4750901677872295,1.236143864639967,-1.1070148346991604,-1.511808918441743,1 +0.07010247347971826,-0.27680082956451296,0.15625366784284853,-0.2935864240562443,-2.006493607337496,-1.505835128127483,1.107748193918637,0.2083707258033114,1 +-0.3965773026753975,2.8735147772759957,3.8155058237277144,-0.11666050337861308,-1.402509918752634,1.5919344199878027,-0.07065305478867545,1.3470907949808264,1 +-1.930708841076781,-3.527691902199085,-2.6218239710231566,1.3504578699716738,1.7796647477781482,-2.7590737021134446,-1.6619707060042133,0.9767693008390954,1 +-0.2954887646112073,-0.9819520255366103,-1.592205078510086,-1.4680689354668692,0.7795558523362452,-1.0422615689074732,-0.9861438094591426,-0.44180524038145,0 +0.8420087737321512,-0.7900958547784371,-0.15984816652411307,-0.6378839380286524,-1.6686408500778083,-1.643290644640925,1.0867390786477682,0.3369501433949695,1 +-1.4254095830694766,1.622607859749917,0.7818394157165869,1.4342968704320904,0.17356172540183173,2.036081030951603,0.4938985931059696,-0.8658717114901215,1 +1.378384398022899,-0.36203117404003016,0.609055798019639,-0.037075967142613166,1.041363772140456,0.12004093120909054,-1.1102895564846142,1.2159072490398297,0 +-0.1595702096653706,-0.9447282016866433,-0.3845222849713171,-2.4149409840520444,-0.4576124111953647,-1.4867685313487806,-0.2010690686338366,0.5756724299916257,1 +0.26657948472834037,3.2546604033469704,2.050232754619068,-0.5888277437099443,-1.6760389861713774,0.24314052179744955,-1.383503732675021,-0.31007510208185945,1 +-0.6176169971157571,0.606264912422756,0.7567714254387876,0.523781949504903,-2.489280680768709,-1.983286165208666,0.03472422929630037,0.3996243222154022,0 +-0.031801921444755285,-3.847271415397011,-1.3804330939952745,0.15682992230409384,3.0438146494764666,-0.3368515378952518,-0.24645051300342197,1.9394676136648952,0 +-0.09901189223444863,3.7997785178644996,4.078455822061196,-0.19594912369569267,-1.998843670048333,1.805514579771817,-0.009393149560844138,0.7989417117332791,1 +-0.7444817465117379,-1.0596783074755463,-1.853532658285319,0.25889193062134397,0.9316926995575814,-0.9860249631101552,-0.9692753263341352,-0.6505861688164405,1 +-0.48023195101455934,-1.8667606650993849,-1.1184779763361128,-0.32245294862071444,1.7436718042203823,-1.2146363505560123,-1.77360093371205,1.013247286738887,1 +1.334614324320558,1.4194836910747155,0.28969596885333854,-0.7290258354820955,1.6742320126926709,0.6749419495770934,-3.1026318747242314,-0.11696434551090673,0 +1.3826172629283286,1.7248673117187263,3.154806795593955,0.0957553019110216,-3.429334629800064,-1.5425765845010109,0.0684453368117326,1.8486952146122022,0 +-0.19429730516896238,0.1258699228991227,0.013408547000922642,1.9331660292744925,-0.34894750203574626,-0.3488507545180188,-0.10708853155639797,-0.03696826631555805,1 +1.7648110995064124,3.2316220854259834,0.12262703647455882,0.5350406767486561,-1.1720152169274551,0.6965579135480215,-0.9190337617019348,-2.4098669153392116,0 +1.7466033724373722,-1.7018770308573625,-0.9157988800741782,-1.2498835939967976,2.1916585540229834,-0.702369833878887,-1.96549647471359,1.0925650776890743,1 +1.5020881998429148,1.0977547814216133,0.5133624965106275,-0.04253527260155129,0.9575787202594018,0.8127375417615623,-1.6135446537997788,-0.03136271409794067,0 +-2.035612168068613,1.3315947407196702,3.1156535593280252,-1.2671159694111378,0.30490558437287774,1.3809496991297776,-0.9242558562711755,2.185473248911471,1 +-0.9738269628850631,-0.4004413821199051,-0.33779292480789663,-0.95073543106964,1.4279918251367465,0.39034186987840225,-0.9878470874473642,0.2323162081849781,0 +0.3078907096321997,0.9592242511511295,0.4037741390966279,-1.1292562087226774,2.723151658666199,1.8157176539243955,-2.613835736895381,0.16800350873149905,0 +0.016052525525609367,-1.084034240909113,0.23065408592620623,-1.001848971017398,-1.026426434537057,-2.378659433204349,-0.6058054104113711,1.4963814619122588,0 +-0.8696392993048122,1.1479179833102486,0.5019211931241098,0.38984490616329365,-1.2258093314132115,0.5653877726564801,1.1210199565973573,-0.8062399715611538,1 +1.200231736408228,-1.3486618204001144,-0.8550086634295432,0.09069681993835635,-0.5957270606763203,-1.986562805931339,-0.09990166228356057,0.449724118417974,1 +-0.5851072480909888,0.549213497018013,1.5799044663834825,0.9796726148883778,-1.2636113150519224,-0.9581758009077597,-0.5215873357763898,1.3561712950171623,0 +0.018831965680688123,-0.9528017117949745,-0.34726130006295786,0.20821832993977643,0.06800012306930964,-0.9765407803521311,-0.27237554348227583,0.6005189745987043,1 +-0.6061949924112229,-2.2921771946179987,-2.484141914302303,-1.1990326209693616,-0.07420547804261815,-1.7505617758623184,0.9565282131724746,-0.7127314291207173,0 +-0.6365995592296966,-2.8806374386625313,-2.333068138651777,-0.2634314910598804,0.865125652711518,-1.9789828051241212,-0.09722727162771072,0.2404685700024224,0 +0.9913273588614414,-1.3561595678084235,1.2588099305212777,-1.4334129450757016,-0.3436873298682579,-1.5590380040584697,-0.48852734574680096,2.67645732680651,1 +0.5143638519984979,0.477080066301826,0.7253259871950324,-0.2697805171508196,-1.4823847284870735,0.11258566029567374,1.5423625183320748,-0.09184059421245627,1 +1.609648081941481,-1.3232592270046544,-1.681601903356898,-1.3206470296889263,0.21972802241198833,-1.7251993453168124,-0.704629063055725,-0.2681419915483839,1 +-0.7171331456835836,0.9981744550245397,0.12156443391833238,-1.0184929108051126,-0.1751761156933542,0.8867361278249989,0.3214178225917676,-0.8745772166513723,1 +0.3301570055916429,0.47924374955698656,0.48463454226558417,0.9525183230313026,-2.299317630313668,0.35136082035589056,3.093361333686361,-0.7761975946006896,1 +0.8892268854171046,0.03288970421013915,1.2838883535904666,-2.522668841784217,0.8014943304860214,1.262343980747977,0.13599302967216087,1.1432907018702563,1 +-1.5310475546073414,0.5102776151831849,1.480938633858724,-0.10302513175847929,1.1022817633959172,0.7685713849373861,-1.5233781986498902,1.4271055277294935,1 +0.8591308875211051,0.508013775834848,0.6594016135009193,-1.662825789400352,-2.4119912183490255,-1.7980254797790847,0.3055317461018259,0.29619364496661577,0 +-0.06144345138150366,2.638173603284633,2.4886049320694195,-0.5442574278262947,-0.2195900689076047,2.4730868715686762,0.05210266813436559,0.09670807447964747,1 +-0.2999538657479392,-3.4846544472091123,-2.7006111815133393,0.9931202326016685,0.6118055965159831,-2.141711357714616,0.8041846553069638,0.14577890819841421,0 +1.6970693742422793,1.011824971099219,1.2363331780560811,-1.3393123625173018,-3.302134206703855,-0.9779058242007959,1.9605437804843597,-0.053762270967850245,1 +1.4292706002873012,-0.572680128976649,-1.329998683339555,0.6491200605577665,-1.3771956876924039,-1.6260188767303994,0.7957028630223062,-0.9583775873251104,0 +-0.5915200560793685,-3.9354239262186956,-4.414288810755694,-1.6781575888551996,1.0933991745799894,-3.474812644085106,-0.6827778170713267,-0.7103452870665516,1 +1.0833022848197331,2.7589967052236846,2.827751910361953,-0.5265981981395853,-2.3675162284785554,1.3256621825105328,1.3583899139164257,0.07386338204524578,1 +-2.425672963740932,3.938263887270087,3.581673709600445,-1.5030180550323082,-2.7066925170079936,1.645056698259415,0.7799373489863314,-0.024111474003804756,1 +0.06493891013761396,0.14474172857695966,-1.1458655965873814,0.6343447108383422,1.2481583862045738,0.19475458635291454,-1.347946930333519,-0.9369224790795827,0 +-0.7290003813682965,-3.013745623159682,-4.457504820933713,-1.1392428407519608,-0.5758886763286856,-2.874498696857759,1.518257694812051,-2.174328143102498,0 +0.5973917454520272,-0.2025116991951894,1.210878331040284,0.5877789873130362,0.5752562906324519,0.1694081451436108,-0.7243506487966729,1.584526318082303,0 +-2.475939554900735,0.5456249075009492,-1.488788951632626,-1.674947531543107,1.1086123618236667,0.40201870621078584,-1.2061510666942645,-1.6782773453919448,0 +0.5238413860317152,0.9278102022646313,1.9046706089290855,-0.18768079415187627,-0.9934928373177487,-0.6699081480803166,-1.0240866960868968,1.4802459176936749,0 +-0.18143981254173555,-0.5362064931417103,0.25373898537342204,2.142874313959175,0.6017466356775056,1.2549171218776167,1.320885941141739,0.2571624209203591,1 +0.16419359132141947,1.4333938074184565,-0.7303538892960698,0.08751381705842017,-2.0408633342413984,-1.1539376317847658,0.036558176712206625,-1.8743426351640164,0 +0.3844596823939769,1.2807350838530684,2.347047664791734,-0.09008299964417611,-3.8444872480022196,-2.4336476961898645,0.18319899765185843,1.4403000773606762,0 +-0.677031850646193,1.5976970693182724,1.390667788215539,-0.8600165027328401,2.541009344911653,2.5252543599453174,-2.379588476332117,0.5137748316474413,1 +0.7076081423188527,1.1924908647348178,2.172754887206309,-0.053185400930223725,-3.204447301971462,-2.091000617689128,-0.1276793376802864,1.395555799793068,0 +-0.6068150242945036,1.5270997109568614,0.8365241119787514,1.5595996194628157,-0.9340422290783958,0.6955019312437181,0.37319214875449114,-0.5941599784718483,1 +0.1268910204247032,0.8280610522417129,0.6356366077845644,0.8195457503625749,-1.735412311914499,0.0462346781882752,1.4621184153963627,-0.4526522446130563,1 +2.3830173733503246,-0.2238908287977796,-1.282386938206596,1.1575584498983342,0.4925993728624142,-0.8389639254592166,-1.2120950172904221,-0.7217541531583858,0 +-1.7994562579340754,-0.1544858951693432,-1.1834460094980512,-1.243933367971404,0.35085259265999774,-0.36464779423667715,-0.48037705745381215,-0.9141815802448006,1 +-0.25586278831310394,1.4343489693471423,3.119168496109394,-0.732698673328658,0.08877779917121073,1.538027719117747,-0.5181592240517368,1.9803324396503916,1 +0.30947493923557307,0.7341383586177724,-2.530031157712038,0.08031546055832885,-2.0220140527337302,-0.5976473411404288,2.0230705556401896,-3.6926273686265345,1 +-1.1332704020300983,-0.631985382368804,-0.918581750553775,-0.3576028766562207,-1.209305669986406,-0.7133951435773294,1.7193554639800745,-0.8100927288738895,1 +0.1358109414039091,-1.3146695924724139,-2.0044864305027756,-0.37565460956537566,2.35453040786719,0.4854591405875699,-0.7180488327225809,-0.7694152984877783,1 +1.9621677784934104,-1.853440945644654,-0.7244669779385748,1.3750616305004486,0.9658185519511957,-1.4140503556213535,-1.0573390484513445,1.223892088721918,1 +0.4730861438707574,0.03351440727155619,-0.5289266174207823,-0.2312337626411497,0.9911012150163133,0.9569915849392456,-0.02164271013111496,-0.6333360095177172,1 +-0.7039158728264135,1.2077511588762566,3.1223631998604353,-1.7439531060067133,-1.9169623326849632,-0.34260941597899036,0.07835511473907397,2.157820419870758,0 +-0.6553289706540245,0.351127826082809,-1.9367521100079719,-0.06948053050279497,-0.8930238044714744,-0.3874019211091899,0.9352472514910217,-2.4880274759235252,1 +0.379553338263069,-0.06942504922971793,-1.8587604077308946,0.46554583951380807,1.1925311134480263,0.02235537809373611,-1.0627265307834575,-1.5444018840153224,0 +-0.8949448884647174,1.26119477740406,0.8887871626082421,-0.6690546072710198,-0.805275721470042,1.231068108057111,1.1756849568854981,-0.5746349360288517,1 +0.48180862302354677,-0.8731354659579493,-0.332908292005747,0.5918810562550377,0.17451609919497998,-0.9599879652915171,-0.49231960926214796,0.606048685181725,1 +2.1680170931195386,0.48584896658622556,0.7435654121516588,0.3868831860620011,-0.9768225205711761,-1.2600597756994634,-1.024844951474389,0.7191245952285106,0 +-1.181985109274356,-0.3407961286604453,-1.1737181621240753,-1.7840453362467172,0.018400392197277488,-0.7860146410833714,-0.3699963174721258,-0.7444716166297151,0 +-0.32489071263398045,0.26459697895728695,1.3658790032145731,0.21571256085357834,2.4388270241383574,1.73446514634398,-1.8438551667084953,1.5303377929057194,1 +0.5272505529818223,1.3146777012357276,-0.8995364915687112,0.24004731415048752,0.858662918389717,0.8877531257039011,-1.2002781707652814,-1.7679333388891212,0 +1.5776195159240778,-4.950584697861511,-3.319885431807216,-1.883917904150125,0.5440918992831559,-2.880888783231228,1.673675889684511,0.5761734457620182,0 +-0.01596427304864359,1.048059636918056,0.2754294681497058,0.22847997461712388,-0.10307865288364727,0.7108145772533108,-0.1141541982502311,-0.6290210369665017,1 +-0.32330611798723685,-2.287226901820934,-2.7025060722865244,-0.49576932485901737,1.8731088303233003,-1.8927779767502235,-1.954293013514608,-0.14037104083004248,1 +0.6118275588865824,-0.041857215364104694,-1.7464069084421847,-1.5193597949205746,1.1214526866508578,0.3051319609807155,-0.6460937110300307,-1.5879234915250278,0 +0.30649338834287715,-0.29807108089041445,0.7636059797549322,-0.026227278155282554,-3.926733937150074,-3.201816041607329,1.433549577435892,0.8854417073812402,0 +-0.14419399148135342,-1.4390117015006618,-1.6062603318287663,0.6258822350946178,0.76173352777508,-0.5306753585956331,0.21873570646322782,-0.4352347239532035,0 +1.9118183476255575,0.30325400988603357,1.4159608051592696,1.0481345846937529,0.09738602936281872,0.11588707649012686,-0.7183046686522672,1.3681843875661075,0 +-0.3630363416529921,1.061192768737074,-0.9014725482687646,-1.2799638550654175,0.8759030041264679,0.8024475605118211,-1.064737314231218,-1.5859143946869227,0 +-0.8641184091277636,-2.0120441911985347,-3.3452311934913914,-0.6034951449007269,1.2167009602755812,0.8716590793496501,2.5580493806964775,-2.458784369912877,1 +3.1099309329286298,-0.7868933075102745,0.725733541503189,1.6513913182403488,-0.29416725680106626,-0.7885229952251754,0.007935861028681823,1.4604870915077313,1 +-1.1484985976486504,0.18835461735486114,-0.733025947988428,0.09674735127182749,0.9906314591753986,-0.353558124426588,-1.8776320217272469,-0.36887908004184566,0 +1.0351861570085077,3.099434969832261,-0.2713713040223404,0.03516178824053717,0.5383217868024823,0.9826261529793774,-2.7220084346734117,-2.232724002175998,0 +0.10795022492093254,1.8261682653616509,1.8702984269122709,-0.09404295514553358,-1.214603523218744,1.2853739111487321,0.9408074991504272,0.00492434400531816,1 +-0.542692772789848,0.26378348798319934,-0.7615466202612667,-1.9996570251741876,-1.5226413232031812,-0.28900614614113584,1.7213714677895626,-1.440251227526669,1 +-1.8182641150161536,-2.5335454148283496,-0.16446412320742115,1.7348313287396213,3.437343863765601,-0.4302524089419691,-2.698826819714052,2.7361005257615343,1 +0.5472219731123092,1.4447352749274331,0.9038051045373137,1.7485244080592461,-0.7601168943410841,-0.5208485098076464,-1.4281246043581004,0.12441866192948636,0 +0.623145721105547,2.821253471387405,4.33049887432008,1.3188990026556358,-5.0274799300697115,-2.4451081899643823,-0.375556175208464,2.306661594343831,0 +0.3944613732098837,-2.4516928752773968,-2.6266197532519473,-0.6842381262405401,-2.4420068415080176,-4.112735403696281,1.3967742374435386,-0.6607296420363455,1 +-1.6022186038361794,2.564342764856495,2.8807130679710053,-0.4869063645101686,-2.318135602933894,1.0208500619323555,1.076018347213695,0.39187659787647444,1 +-0.14833963642568643,-2.395591688654041,-0.5898046366326867,1.9720200295250576,2.3082158753075936,-0.08609610183057559,-0.6551824622445594,1.608035781003559,0 +1.723211225573684,0.5464058804819452,1.383190963338457,-0.6304788169952623,-2.427173890489731,-1.816786977603456,0.052774130373496764,1.0690957722980987,0 +1.1416051997951788,-1.4371287043384462,-0.12339526397954143,-0.016065679226702136,1.2519496927716236,-0.916240247392783,-1.4232246422429444,1.5438567166601658,1 +-0.9251158095864254,-1.8188928964073983,-1.7298982249851254,-0.733731568210364,1.0946969188500781,1.1358618672605212,2.4120921536454656,-0.96122292515962,1 +0.020084130975766744,-2.080534067023458,-0.9457419782198065,-0.41721084153478116,-0.7071633619398486,-2.765601316101522,-0.16476351186645022,1.0530180100931097,1 +0.3843327021654529,-0.12502245933214085,-0.3393591478594331,-0.03680953554131845,-0.5467554241371019,-1.3418910970669577,-0.7776362234415067,0.07405411967490849,0 +1.0608422500961738,-1.931064407255219,-1.156468520185977,-0.794653175895587,1.5442271430583776,-0.48875471642081475,-0.4404078116422239,0.612589052214054,0 +0.195584470603022,-0.631834581192178,-1.8808652155428742,-0.6503070158115146,-1.8835966336910923,-0.688023122640719,2.991666395160567,-2.1342584009679513,1 +1.7669779158516261,0.5259960231915721,-1.2038569703688538,0.34818864093575547,0.31999983202163307,-0.7384597090245872,-1.6630666279387847,-1.1610677064148685,0 +-0.22725137693767744,-1.036567541515718,-2.4680107791572516,-0.7545083094746349,0.8752200424453797,1.0222881912943602,1.9421042784946756,-2.236238705649616,1 +0.7865370838447978,1.9690473200331995,3.212167084455834,-1.120014572924811,-4.757831228649601,-2.5868402694254926,0.2910890197941943,1.7205764026376265,0 +-1.4425098046220695,0.045410510960059436,1.5765757104066287,-0.07327694833349814,0.42358502250900254,0.2866900767834948,-0.7239522414513208,1.737625774107509,0 +0.08151145462002332,0.35372752985075695,0.2547691692799274,0.05794746467448473,0.5871306526203703,0.06968796026464819,-1.199482171465334,0.27928559026205063,0 +2.4506333545502454,-0.27697962374430946,-1.7091428632554002,-0.7851904378382464,0.961053162752273,-0.5504201532026772,-1.315690348605667,-1.1046765227836943,0 +-1.6830498028010326,0.5270542088125914,-1.4733208030397182,0.18174239047537463,0.17419110241600413,-0.7176241955185506,-1.3509340648896264,-1.521834823290347,0 +-1.5594769485761841,0.5349417804736033,1.2217542250633349,-1.5189267909730628,-1.3308631575556273,-1.332980102506235,-0.8073207608078945,1.1103277599380057,0 +0.18932712487152847,-1.0756056811442936,-1.64264572769715,-0.37020165026725527,0.4165413500854796,-1.0897545524548171,-0.4160364734470202,-0.5645572151506091,0 +-1.3625805044036907,0.8448788277176655,0.4631278439520673,-0.7208243449342492,-2.2029650675710744,-1.8600759520473333,-0.3824011908329301,0.0030784191399716443,0 +-2.105896468280944,-0.5720806530045508,-1.2643817238809196,-1.6979255648580354,-2.6169770750976196,-1.3165304848976753,2.958040237931452,-1.5009688091221567,1 +-0.183861814737675,1.329422287018856,-0.830656761520306,0.655054150955396,-0.686143144167869,-0.029292225217048773,-0.25514578214307804,-1.8957738931898425,1 +-0.3965730137479671,0.4330428048995844,1.0354251950083653,-0.1963591232667639,-0.09324974829817961,-0.280642689558351,-1.0059078744218302,0.9800790506868451,0 +1.0537051296080666,-2.93954065083127,-2.1028586147307124,0.2983671125360391,1.9606650949504993,-2.3724689222055613,-2.187937171869782,1.1199870034462,1 +0.5772395762701512,0.11881114502203305,-1.6925277244935777,-0.9763503981648004,-0.5753050995503028,1.0661306421455166,2.6013441071705268,-2.605855564027012,1 +0.9596269056403445,-1.9975538411211347,-2.4873620364592504,0.8197710740572821,1.667844228035273,0.3257845139221544,0.9239822753828263,-1.1152985360114607,1 +-1.3284292165990343,-1.3742291745257826,-1.7873909455555688,-1.0183777544286432,1.9467561380537157,0.01439791857926842,-0.7627786019310534,-0.45026800183732174,1 +1.0088468228887266,-0.24816439778897992,1.6714595992675771,0.6133081729031749,-0.4252467195301666,-0.3078658001236684,-0.01660415747731414,1.9362454949761816,0 +2.0336436417176493,-1.4516159967378386,-2.8780262441001354,0.5371183997666645,-0.5486091872195922,-1.7611938509382055,0.82588389244228,-1.7868421990124965,0 +-1.1102913639686343,-2.6594511693011933,-2.3359024413623617,-0.5077590141097692,0.7521736012369842,-1.7699557894898048,0.10505091303212821,-0.020002314692065593,0 +-1.7816418665547977,-1.3348268927644416,-0.5151015513225218,0.7138941223335515,2.391894838104447,-0.3787214492714263,-2.330452426873447,1.2636271893076314,1 +0.4635713287543039,-2.7562350794455215,-2.8831388790822787,1.0350846590517966,2.3516086641488663,-0.5232815159448144,-0.25235422788077283,-0.4932572802033971,0 +-1.0739542220418954,-0.8223209379791159,-0.8034220779723428,0.6526649121374969,0.08313257676596236,0.2210980716091857,1.2940779105890718,-0.488900660316138,1 +0.3730131151695965,-0.6918612417798522,-1.0682157923706426,0.0159998076086808,2.700657566876389,1.690222927949311,-0.54546942630938,-0.48314970688217784,1 +-0.048957242567093884,2.0001437108577367,1.1648180966295516,-0.08780256678271507,-2.0837959391199163,0.4627505213338512,1.0986955350827485,-0.8385628852469729,1 +0.9589772657348703,-0.3398782120604247,0.9291598927846361,-1.1864018645337429,-1.382814657249399,-1.3000224188817997,0.33834559941644327,1.2394526673022699,0 +-0.6847428846388374,1.5955330500526717,2.9229473240684083,0.5998138604820396,1.2853930970491545,2.173142995551702,-1.4957284010367489,1.8605624296387195,1 +-1.1134825828913508,-0.8478612302771147,-0.5869811165717087,-0.027063080666244313,0.1254354624863345,-0.8972548413634589,-0.2928498124029815,0.2677350265285576,0 +0.06643052106281411,-2.99731367689796,-2.6824901982254894,2.3637172018787496,0.4454599711814085,-3.0326025256829183,-0.6777473115817183,0.22180865565625624,1 +-0.3469309864315229,1.6369972646039463,2.4371352009454315,-0.3901774434439629,-1.1879661689294332,-0.13377006408277348,-0.9492457381230381,1.3609253410552762,1 +-0.8869139575016528,0.8765194047139842,-1.451563150208634,-0.16814201474531354,-0.7187314272487075,-0.4671772734044195,-0.12592126682165905,-2.145552735530608,0 +1.0987087697416487,0.07925729001472404,-0.23223605558654986,-0.9291333027904676,2.699213155792323,0.9410723901062712,-2.6146756574881564,0.33229649783833626,0 +-2.196969848185044,0.9216637776564898,3.237239778841015,-0.5666710243511712,-2.10336796023952,-0.9224696241195499,-0.15369020112611542,2.6234616994096505,0 +0.688813449035197,-1.9860197949947962,-0.44199255599875326,0.5920203932268521,1.1050524470795775,-1.3293821838588213,-1.0812387558272296,1.622900489246236,1 +-1.338010601611924,1.1144822374448928,-2.101969881726263,0.2014418484744654,-1.593202689920007,-0.9736584402525064,0.3764060881154847,-3.1045585590275113,0 +0.25951329497223596,1.2601312358985863,0.6952547006632829,-1.0725841149256428,-2.7405048339321674,-0.5064777837288703,1.6757715926815415,-0.7724498885053244,1 +1.9990870772448686,-0.26171888478391164,0.3498067427078967,-2.2402282269520537,0.7089262575680834,-0.31985547190577013,-1.2564787152523895,0.9410162352215393,1 +-0.18384352591531883,-0.1339323432155377,1.4936309880140164,2.366606552943099,0.004837832272534994,-0.10123665565968909,-0.4267161543118375,1.754158454682794,0 +0.07209280949112218,1.8755551434723623,1.140023446547748,0.5769420771273848,-1.4690885911000016,-0.80514421190301,-1.3283118515230992,-0.004648321328342919,0 +-0.514789780515615,-2.16408317385619,-1.7695624180630705,0.7788229551005594,1.0917527364409083,-1.8842749019071285,-1.2289771102153784,0.5067703554528232,1 +-0.5544770668375169,-0.6491065571861512,0.9441246288221765,-0.757937230008029,-0.8718165168167573,-1.1932775015941104,0.08083565628011902,1.5773448691512182,1 +0.5900797711330319,0.5594730350523514,3.396542744932927,-2.1160659986131956,-1.0730030666444823,-0.5314131665895655,-0.7573308860886977,3.2246088502253247,0 +-0.40700406872432965,1.6811800640540993,1.0721070796759047,1.5487414578936272,0.5843766562944761,0.5470711320670356,-2.22523560995293,0.22948628986194425,0 +1.4404023726694957,0.3780722691827585,-1.4498490323544528,-0.4421362988632308,-1.2396526896881244,-1.7894361671355232,-0.6095001317970832,-1.4905403068361185,0 +0.8965674278660831,-0.5474242961957165,-1.2679416928554672,-0.1709295361255166,1.8392272161148935,-0.012425218644387837,-1.6861121113976778,-0.368930867498985,0 +0.889620176530952,-0.3018065146185329,0.6160686249826817,2.031196862261464,0.39947264996279147,-0.10037236329428911,-0.5554179120341344,1.0389433887513213,1 +1.1115655944137486,1.5719856559411887,1.6222146763059182,-0.6615752578979004,-2.671782007590061,-1.718804040532382,-0.6422702046481593,0.6262285461363886,0 +-0.34565564068453825,1.5508714186633588,0.4677730559941177,-0.6880219414348882,0.8083223311984349,2.3909128505348365,0.22916925426468537,-1.0800167558704499,1 +-1.3893020175104043,-0.7956902495259907,0.4048685920464974,-1.1508611445576238,0.19541448898525657,-0.8195948858045093,-0.6303803089658467,1.3169398084068553,1 +1.6199067712430517,0.009966697718912676,0.3508844294105581,-1.129081017766788,2.0293724371267583,1.179951766371615,-1.4330805035738026,0.645381677727567,0 +-1.3632380777831807,1.539474661188636,0.6913189946097311,-0.712158430200615,-1.122059139792279,0.5844311599876699,0.521670201995325,-0.7838223141742894,1 +0.31376567343680534,1.5589222019235744,2.63498781512224,0.22665157144068168,-0.5418288522744521,1.1233577891663988,-0.1667847580903251,1.3198225665006977,1 +0.8947996199133414,-3.2461607228943388,-2.4283240895285534,0.050050642077608586,-0.677969245192235,-2.1895745585391335,2.245179331197911,-0.16517446760003707,0 +0.4695352931904005,1.359360115318097,2.53954126795835,-1.184524818969857,-1.1539682085979484,-0.3371800297678438,-0.9991059975702425,1.7285953550851947,0 +-0.7188836995091802,-0.7646020017769202,-0.9101510713050927,-0.5232257419683151,0.3753685464578393,-0.4882573836148681,-0.10077931463413026,-0.2143268877488042,0 +0.6783356985145932,-0.20915180689944318,-2.266433515378507,-1.340087283149357,1.6309252204850515,0.22671614472443513,-1.1477786732247495,-1.833311438966762,0 +0.2870757150177292,0.8496975227052205,2.6309063229136402,-0.9575768065525528,-1.9258073120231503,-1.2262486140713103,-0.5604414532471179,2.2014454329523794,0 +-1.8491157867722012,-0.34614091195291974,-1.0650140873053973,0.15371229200280404,0.6383782697668706,-0.5337271158986843,-0.9435201538143643,-0.49367164722804624,0 +-0.3469185741219654,1.71366390193985,0.6963800187452867,-1.2129966209477485,-1.040220049284396,-0.37886613021876947,-1.069487186577671,-0.4214447671404484,1 +0.18520609515288114,0.7418324878121944,-0.7372562063014033,0.40597613210151284,-1.153277485384023,0.48917584976784095,1.709910236913234,-1.8759474169180268,1 +0.24506568154080224,0.44504081777496185,-2.1680057333547347,0.6565011798409655,-0.19887586853731373,-0.654915997125879,-0.4468970253296172,-2.407891644359392,0 +-1.5454716140312135,-3.4722654990610193,-1.242115292250364,0.7112794091344982,2.1942343437753142,-1.565323260272344,-1.1172436191475343,2.0930710308334266,0 +-0.4224692017523909,-1.2713362853402943,-2.8572651734928987,-0.2875914480025525,-2.041845670939294,-2.596505605327047,1.6417673154645456,-2.0747051542611166,0 +0.7886899035238524,-0.5971606114911655,1.0932972778352863,-0.09584149112371082,3.340693641631397,0.9160216867546529,-3.2147707793796787,2.414931741869654,1 +-0.22849345221564238,1.3574530494130548,-1.1320020780522027,2.5021519921700457,-1.680246927893765,-1.2109736479698254,-0.3567534075047353,-2.1075614114139367,0 +-0.268085763950637,2.477740416306979,1.9760761793625592,-0.5082034241605542,-1.556952171820831,1.7182883077927313,1.273689142089507,-0.5612225769852497,1 +-0.02973030188280486,-3.4592531701461633,-2.005396042306626,-0.20705016370677135,-0.16343650386828124,-2.491507925202244,1.2165225001345457,0.7460602295352663,0 +0.33498382143050176,0.02005929120226968,-2.668156824552418,-1.5731479995891693,1.082195631042777,-0.36294499768037713,-1.2832203231447243,-2.353284844522266,0 +-1.8548149752393155,-0.05060221117787589,-0.5582151704419523,-0.7705390992450111,1.386066972520063,0.5040207118361508,-1.090337547826723,-0.2681681984835083,1 +-0.372587588505997,0.2762377866755597,0.7500817540633514,0.7422755676932745,0.034212956453414226,-0.14538978274640835,-0.7562354799276959,0.7446443300896992,0 +0.609882983972369,-2.7632171293586962,-2.577213107148762,1.9832952931213035,0.8191681382849881,0.9417426224552887,3.808204040645289,-1.3874350066295333,1 +-0.6213403974678086,0.29386894137502645,-0.5213180424307297,-0.47916496871946684,-0.31264640398169147,0.8175606326009385,1.369615257174914,-1.2112399170089487,1 +0.17771233323291521,1.2698644052228825,0.2800627288779211,-0.6058202193201139,-0.8862582380642741,-0.8090061543542201,-1.2647164059508755,-0.38382324456924277,0 +-1.4047112995405535,-2.9657203786990065,-3.254958611645161,-1.4909152982342886,1.0747095884601081,-1.1093702702286001,1.1204940450060328,-1.0206300032126372,0 +-1.2135662566814154,-2.2636230887676176,-1.9034359066804838,-0.2323973586913928,-0.5380457932332732,-2.757193323620662,0.07781144295813158,0.1681967850166226,1 +-0.11315242476018014,-0.1070601366477193,3.2618890795493294,-0.10339979419329805,-2.200291421729652,-1.4186064461858798,0.4251386320338546,3.398903962643529,0 +0.8944738370049368,0.15031166337593804,-1.3670153303158916,0.4570451583243097,0.9097691983761802,-0.7196595615180956,-2.0274337951550505,-0.9123928252408642,0 +-0.7468788366933291,-0.11218822755999458,1.6655281521456657,0.9154152970933837,1.7343979465680648,0.863833168052222,-1.679939505655319,2.1755249955791456,1 +-0.9202602766541674,0.41614415954466777,0.6857906361745328,0.7012607684981874,-1.1137458286196937,-0.47300506685448707,0.3122570483963749,0.2971750660087937,1 +-0.2873395897187748,1.1898385322880844,1.609165872480435,1.2503042641320241,-1.7122945115889276,-0.1309851336843576,0.5227877145438908,0.4987813437732746,1 +1.207066574404919,1.215894908862464,2.9430070710930076,0.438162231974399,-2.8562612624929145,-1.331209851053626,0.1425192268417762,2.0271377768687397,0 +-0.09879579470206999,-2.6755725863338693,-2.1499243683001863,-1.2514096314271816,1.8752621471555477,-0.9942828586226689,-0.4987028021027307,0.2864658321051524,0 +-2.2124889572966375,-2.487926329759669,-2.314083281472007,-1.2494824595436627,0.44243432783813613,-2.578836456282858,-0.7233314220883155,0.14344102961421934,1 +2.946080826610902,-2.581727079758134,-2.8122474991788238,2.0485060103174253,1.2068775261292557,-2.305387721753351,-1.2049665673955672,-0.1742190349753433,1 +0.6651268247696899,2.9558879289056206,2.5073224193984265,-1.1976047767886688,-0.5624529179985306,1.1196434104053825,-1.612255333003232,0.40145464744776804,1 +1.532489260065561,0.6444669101123311,0.9667174179229915,1.8626974828047829,-0.6274393093480797,-0.5881920345058371,-0.8622613336065704,0.7163936131729113,0 +1.7599741795789665,-0.6193670373840312,0.3669257418721584,-1.2031916005446317,1.8984616586513434,0.17329149805516864,-1.9150801950840473,1.4008808112617046,0 +-0.5679186321218022,-0.889797161695189,-1.4479189231587102,0.5345440867906157,3.3660092113529236,0.7014787890592664,-2.4912517899492865,-0.09953989663507268,0 +1.1377474079301624,-1.0597832988796778,-1.6387545370687766,-0.25365331312383343,-0.22048215486347736,-1.0622613275082147,0.5113897278692925,-0.8269954778917786,0 +0.8688892874493152,1.0766235370503758,1.3091072443512197,-1.6202288253776402,-1.5108537011208316,0.07558509868540031,0.7192612043164266,0.22049710224993263,1 +-1.825058266567177,2.582704859548217,2.893588126649514,1.2773049271179995,0.5257863044502378,2.821365046342944,-0.6033699470249467,0.705733187372807,1 +0.0389007318384195,0.21255038834539264,0.5708569418676,0.8531539679379648,0.1676180609469799,1.1076512296372396,0.8452005321364598,0.08694223493674114,1 +1.3862401964271254,-1.4186087836231327,-0.56900570663786,0.4440487599824481,0.7879932904193265,-1.2265131787199437,-1.067069850901356,1.0028238057905654,0 +2.839471931209606,4.467051299353871,3.7932791549489715,0.3773110954798862,-2.169982058563115,2.1778259778068385,0.09376288723549975,-0.11095066323394809,1 +-0.32077567321119155,-0.5421408155405665,0.9570807654301157,0.7030132312759282,-1.7532753787562696,-1.8047120607080782,0.4037800456782519,1.459675435554975,0 +1.2183125393641006,2.0855126721140014,2.117174084019755,0.21062034445933644,0.2093652715998646,2.221162583363973,-0.19324495633646377,0.27178890235589537,1 +1.440377975545868,-0.6789152122360637,-0.886231434885943,-0.3421844749873374,1.3981908872208708,-0.44309110847406663,-1.5992189099552871,0.13954679263352432,0 +0.31231742555272946,0.8262077833617272,-0.31687983077170057,-0.3468462043330395,1.082110300541526,1.667338289856914,-0.11972744866264051,-1.1153732069063094,1 +0.1567386194899352,-0.6423234119094406,-0.4767510586451351,-0.18838554844216904,-0.15196983004475034,-0.9722308007518308,-0.2504046335065388,0.2004009183457513,1 +0.009020030692676618,0.9618986865714774,1.1361017760539358,-0.8899413799594342,1.832656113546489,2.252459472630878,-0.973936527620687,0.43275346853798413,1 +0.043449310221148195,0.5643776019699227,-0.9275172424681393,-0.36191098277588835,1.9106097104417616,1.1977963107062544,-1.4703933941247906,-1.1132950715227974,0 +0.31243495071857896,-2.417571686658511,-2.3772327425072968,-0.28745318190995434,2.146334902165773,-1.6774385029772483,-2.0097668923310605,0.2987634143098253,1 +1.4271782648132767,-0.0014224081370464159,1.9300694463016352,1.6306799992041667,-2.712021643651001,-2.09010787847755,0.5282716997794015,1.9798851327813165,0 +-1.9585673922884699,-1.6507145418373206,-0.6332421349871604,0.46055227018075434,0.20278294326555946,-1.5093470501136739,-0.34059113288752996,0.9587428082622097,1 +-0.7234383604666031,-0.9844251296045641,-1.2725543794797662,0.24230370875075377,0.5683196863335256,-0.9579409277770958,-0.6614436942848503,-0.20920574344327825,1 +-1.564978519527666,1.0834960089733892,-0.9119932904161514,-0.7150140782268123,-1.6755553663716845,-0.7956216529908049,0.4228864730530454,-1.8953709807141443,1 +1.035065680763181,-2.3871482000604716,-2.097690296593674,-0.3291040065492185,-1.1305329935064248,-3.3987551126709112,0.25637632789090925,0.07602747529163534,1 +0.7866246759646184,-3.484387530631243,-0.9156367245393423,-0.9673075881842655,1.726164610887853,-0.8620348769887483,0.40808391331942984,1.9684556199093473,0 +0.935842202868062,0.6251062292538596,-0.440603269326985,0.666753342724744,0.07632978737701705,1.0394277733753525,0.7301516038155901,-1.2530155986724756,1 +0.733182512225797,-0.05545269768352867,-1.059991148445299,1.4385440841989334,0.9007688611853357,0.03989854801704118,-0.8676265350568122,-0.7986327964283644,1 +-0.6852288014347389,0.42350812735552834,0.7501028959706234,-0.21650779462112854,0.8421866472886645,0.5670282409722862,-1.1175359606434472,0.663384231234109,1 +-0.4398633808029808,1.0016883027056314,2.6417066964694342,-1.3721075075508828,0.661868545262036,2.04134415172481,-0.060602366874737856,1.6982095097022831,1 +-1.4937833580023816,-0.898683824419249,-1.4516495774386378,0.9205474635375207,-0.4092818770913853,-1.9448492173883305,-0.6241343877504797,-0.3980329521787758,0 +-0.8173591534997593,0.5660872332769566,0.728438741908777,-0.24149614837160763,0.04333571312265433,0.2858100577988384,-0.500401806442832,0.37553314734747195,1 +-2.2454039750002077,-0.37666146988354826,1.0061444957303465,-1.2800030328637075,0.6845252532859057,-0.29450628021949793,-1.2524838941330563,1.7020461562511477,1 +-0.9642585389962425,0.3891829879749952,1.4764630541211794,-2.1900882346660016,-0.3287226568088391,-0.0650171498060137,-0.46170691489313476,1.3015331598492783,0 +-0.023309510381299494,-2.421483666335895,-2.05237697681984,1.5910124370323568,0.7770734053390619,-2.0965627507668265,-0.7043023455539313,0.3111271306698847,1 +-0.2256645333730335,-0.39239177356678395,-0.8449670215674115,-0.917566327502822,-1.5669428534850698,-1.5821686702558901,0.7911208836127619,-0.6199033517649324,1 +-3.2429870295634653,-0.4013958064273588,-0.3505908204956225,0.7194246319265755,0.22153853254460648,-0.8032957998123179,-0.8540713111025342,0.27546425514559986,1 +1.6574722045516144,-0.0685133449939378,-1.5641355230464222,0.6122553836746674,1.555292636500968,0.49314122353796064,-1.037933138360441,-1.2885896451496497,0 +-1.0901408956310712,-1.0869255509027793,-0.5757830086317334,-1.3324918227445768,0.2631078412160185,-1.2616621699399821,-0.7208040633546472,0.6247802663863369,1 +-2.3132708662599994,0.2101367097123671,-1.811248531456719,1.1281148389114122,-1.8155788684175942,-1.8464791822061075,0.4211280784921734,-1.990404266599214,0 +-0.2481309556782047,1.4481909911478819,0.5194353565690983,-0.26555714243219647,-0.05695066339356279,0.042923699841947216,-1.572617586200024,-0.27323602174732387,0 +0.9729947260615556,-3.3464662706377553,-2.284394014921889,0.17595304210620819,-0.3291689807343444,-2.4013051994753765,1.5318613348946515,0.27504157062811985,0 +-0.322224985828953,-3.3737625014992716,-1.8226080554309456,-0.24992198488607692,3.1701761479182413,-0.7706373562975897,-1.3890493410139324,1.4325689174609935,0 +0.0001604155950286063,-4.121388885763107,-1.6655113091079499,0.2909421473348127,1.355085384498934,-3.6116675950010837,-1.8280509938533767,2.5603727768009246,1 +-0.45881915314587657,-0.7167936568864317,-0.6366045621571067,1.3277414696845073,-0.8785424321852208,-1.4177297150639467,0.31824182924091526,-0.018820869718805255,0 +0.22351146025995502,-2.6410217506883233,-4.25240949136814,-0.37966521393831554,3.1903623530609044,0.6980484453874919,0.4493816310269505,-2.265538315082066,1 +1.928923156553352,-3.064372232566412,-1.5274357756911925,0.7923892086482444,0.7945988203796076,-1.9198020612327757,0.04900562354422966,1.17024048872932,0 +1.8378561724241755,-1.1851143420731622,-4.67377505888468,-0.5239505516122557,7.477154680593938,3.240463981395302,-3.7246478083265746,-2.989189602691053,0 +0.8024975940148864,0.3602408642040509,-0.9695485192374357,-1.316280472978521,1.442662622849415,0.4389702954795611,-1.5827645194019357,-0.8949781069430145,0 +0.04237701883257601,2.929515716570699,1.7508140818530928,-0.3657178342573715,-2.500932626051815,0.3447256490900394,0.3657160662853293,-0.8207454628704912,1 +-1.210964136472247,0.5998738350789627,0.9443548428336879,1.161817303704156,0.6465362400633916,1.0742714613564706,-0.4077259103695448,0.4808647024134512,1 +1.792809416285457,-1.6044800547573501,-0.2620216770565032,-0.5120097700490122,1.7668824862130401,0.16347770012514262,-0.49725138984918127,1.2110153913701311,0 +0.2403571603428641,-0.9352880586653245,-1.354655387714826,0.7257571487005939,0.8010739431456274,1.2659088929166864,1.9437351953265725,-1.2095314196787597,1 +0.6493614466976987,-0.8827508876336709,-0.8738632740420428,-0.12054401430714692,0.3133242422571377,-0.7682943113668586,-0.2688337470905057,-0.010708791116888494,0 +-1.0271781868714378,-1.8703258618282037,-2.179238095024312,0.4350081021741309,0.9701554394012524,-1.628845150957597,-0.9138196852408591,-0.2625273282702758,1 +-1.37639377996523,3.1133834889115466,3.0652455235599017,0.764698152652707,-1.0689650251934244,2.137676245569576,0.13836214926621904,0.28366625846613974,1 +0.16209971088420097,-1.7852980323298924,-2.9563729924542335,1.1365438889143347,0.5624988353562547,-1.7991379245718115,-0.42772061989844934,-1.2425227454584078,1 +-0.21574268212875983,-0.3085299877445449,0.15105371626568642,-0.9814671047462716,0.9227671583634229,-0.09514837172967117,-1.1542306561261793,0.7336894692442911,1 +-1.0416331716764022,0.9448319595334134,0.7941556093145818,-0.8023969899888469,0.2007001770368762,1.4905832309603217,0.45490794454857797,-0.22846423378475983,1 +0.8482077863534414,-0.23646902937293246,-2.49877578898809,-0.5954231310468532,0.0006978713058897265,-1.3145621661026992,-0.7815874739643479,-2.0272142926532775,0 +0.3169270249781071,-0.35391354367625566,-1.278203403512602,0.10619795582712377,2.2671481911713474,1.1776067392553526,-0.9149010377159689,-0.8427331042088401,0 +0.5199686073874915,-1.017220803377219,-2.5172479188469183,-0.31550143994898777,0.6121184010351854,-1.016092016792828,-0.408470262185971,-1.5103330059989304,0 +0.688877331781544,-0.30255054989533536,-1.3852011926275847,-1.8127312584130333,0.14633690023933854,-1.098237434594817,-0.9495329579275767,-0.8109436822570997,0 +0.5629254548587982,-0.15023441763417855,1.3814149154133681,-0.07407928468057448,0.7170272737932838,0.030661269722768836,-1.2171142020413372,1.8576258633236362,1 +-1.864414063039877,-0.37688720077027793,-1.3912445996283678,-0.25047739453776946,3.1942247926598006,1.2428228383720243,-2.093432355350002,-0.6243438479563932,0 +1.1166192369895447,-0.8770092454602859,-0.5826661654293307,0.2699488217381778,0.48003730475181783,-0.9323048789139263,-0.8153722925164937,0.44079942279613227,1 +-1.2312826908687107,2.11615030148094,1.9969904643727563,0.3537423236821381,0.5928111379179047,2.1290090822016916,-0.8618043053277449,0.3117290421678574,1 +-0.5339080296675721,3.3844538249603673,3.3579613853515515,0.6867460175038141,-0.6854900279869538,3.388340776758846,0.883165298009222,0.05472828295026866,1 +0.13814609324197574,2.1971542365676573,1.500852019008386,-0.14238254383848378,-1.7616511285434202,1.0746748246881814,1.146333719728623,-0.7233179718172527,1 +-0.9963447025371172,-3.7975107512676054,-4.608193936914267,0.4072864013562882,4.128710782887889,0.11727825607826048,-0.31474730460195066,-1.3989343926748208,1 +-1.7123856164182125,-1.197528869420701,-0.9970906907260682,0.3575936683455788,0.07304450381064884,-1.5355929564789712,-0.5746939965182872,0.2715536712878145,1 +-0.41267963070091346,0.788768128608159,2.442771769499648,1.194849161305138,0.5388614781111624,0.8265680312814596,-1.21883956860592,2.0824321339536107,0 +1.424666218125606,0.8546015887600381,1.17227128366054,1.2758449239599496,0.8528099958083841,2.415666813233789,0.747199273903623,0.08196411195047193,1 +0.6992754221224979,1.9380946804841457,1.7193346340522002,0.2526072261038435,-2.48670387395651,-1.1740501033995967,-0.6023858821931181,0.3631052150551586,0 +-0.3198460620781005,-0.5979800088705276,-2.4209918769833663,1.7264244877801493,0.5154629767540551,0.6816936650891113,1.5145290120365633,-2.4171250256031382,1 +0.17108582288355767,0.7011371829060908,-0.1836692331569257,0.5342328703322906,1.050383730754091,0.1916417077943281,-1.9464739335567756,-0.2669547046790356,0 +1.0741113056930136,0.8388679833989654,1.5211351777961393,1.315505947464619,0.3478286801491431,0.41615955738861143,-1.2829567175251446,1.1523765073484393,0 +1.402770665804001,0.512202653679031,-0.8014903626459752,-0.30735622894638515,0.27806901132256223,-0.25893760764345713,-1.0642876971355124,-0.9393123242346444,0 +1.0135551914296437,1.106448090712501,2.7012704083729995,1.6181954265416298,-3.697903006678544,-2.2678845859489924,0.28135947820653384,1.908205673134152,0 +-0.5160489618613088,-1.728875144372753,-3.0121665210526287,-1.4507548054700936,3.607724409082613,1.695003540454555,-0.15630347674166267,-1.6882794349992725,1 +-1.3029280633357525,1.1067267677354446,-0.5566376747469566,-0.5318344523245286,0.33123989214344546,-0.33857969844571817,-1.957954145784657,-0.9447890015764226,0 +-0.25660986088806226,-0.13453535233048453,-0.13231950359918698,1.292116068563902,0.027035237679824138,0.2632805499333809,0.4957688959223192,-0.17514504493963212,1 +-0.6426247660673083,1.5342564500755438,-0.557964468540267,-2.076695792842802,1.8298518266468549,0.9788721952657429,-2.799425033104,-1.180638406433184,0 +-0.22172425558941863,-0.7593411134000385,-1.9832023587804128,-2.49152276149851,0.37130405624133106,-1.3680832872656694,-0.966019048034956,-1.0076269595393146,0 +-1.0866950271513076,1.7565704087683693,1.2022967514425456,0.8857145592875358,-0.3974146992328789,1.668385584137652,0.5527743146235296,-0.5394936500601988,1 +-0.17602863076945682,-1.7983277306098835,-2.6867089216718765,1.858880556532325,-1.801204312529977,-1.85522299510337,2.8066539418791976,-1.82825897563387,1 +-1.39972564429802,-0.012781569925617409,1.8615422936050274,-0.5997754281424307,-1.480095060894326,-1.0518268188774986,0.18754863684411494,1.9324012682603116,0 +1.9707131822740782,-1.2831078459623404,-1.6028567863779144,-0.4906377643540866,2.789055258789586,0.49150248625299686,-1.4794360072353183,-0.1824097842283332,0 +0.5506323341595851,2.2837595799739354,0.21348292765393817,0.2530849836164506,-1.5808920662522628,1.0171278652524125,1.0881813623974872,-2.084538143008657,1 +2.396824398663547,2.5243941359946884,2.2873147902855933,0.4360829514668152,-1.4742956266523823,1.4389753433205466,0.6433862304480309,-0.09240088068668006,1 +-1.8371864989852735,0.5220395859966748,1.0709494985360362,-1.8829624193338539,-1.4844760160234902,-1.2061844721432573,-0.3617402121423882,0.8377020331607442,0 +0.15579621279521844,-0.11607248806442394,-0.5977835619264289,-1.3024686889029344,1.2793593451263787,0.42691572127237176,-0.9589630243155765,-0.28270606338821125,0 +-2.0624803058084433,-0.27164019946532764,-1.7735123454854398,-0.5486961910801451,1.234850834912717,0.27017410453049184,-0.5989197789516445,-1.4314553049159229,0 +-1.2336164023057714,1.8999857953050703,1.7330008655114673,-0.3119210922750143,-2.1319006472311597,-1.184480544124928,-1.0853752622221224,0.5406574914381608,0 +-0.07047122104244721,-1.171042828189397,-1.93439025768051,-0.07744315421885897,1.3641643804615113,0.42950796108420536,0.4453623341814866,-1.1299786822728652,1 +-0.48364720628486657,1.3433194940143585,-0.14105120560550194,-0.7583423600668783,-0.8191600621795068,1.6040356708412706,1.9004065883244035,-1.915196224152351,1 +0.016158039824396404,-1.8158923274279808,-2.171815019388607,-0.6246976790298027,0.9611788796208289,-0.11529092890599102,1.0572769325183327,-0.9503268578341673,1 +0.9456701074335927,0.9004518096853082,3.5987042988740336,-0.0033881963424225703,2.4740496600128705,2.1070802340415486,-2.724422008197471,3.4718808595086523,1 +-0.28818973676166204,-1.7230861236485533,-2.202408423669073,-0.7005001648023672,-0.4899966453165405,-1.9805058361651766,0.5483206786057626,-0.7790634410273298,0 +1.5274473580956036,2.1588608486849763,0.010047839211160094,1.0438236973534492,-0.23740825028988244,-0.31169196238745117,-2.40828273689217,-1.1378759839966406,0 +0.6147226993802685,2.770362327436713,2.4957259370877494,-0.10848611852713766,-2.3645727801491843,0.921646978084901,0.8983737392935146,-0.11769531579928971,1 +0.591434718376202,1.158380045467364,-0.3205338669857308,0.9327575610186085,-1.513101694059326,-0.5885678315419614,0.2165839266052556,-1.3176520219178287,1 +0.1705569768839768,-2.014280241146958,-2.44040551831364,-0.9811907205609636,0.609889329763154,-2.0780521139855255,-0.7687293910363435,-0.4111317835480546,1 +-0.64782072285896,1.8939829306535245,0.34970131027100126,0.7092164043987719,2.7901270800428195,3.4962018890789226,-1.4601807010078012,-1.117526300718572,1 +-0.5326034507190494,1.634738336391079,1.7003493385670738,0.8350295142196467,-1.700695777961313,-0.337886425838384,-0.2758015803829078,0.44756915507029205,1 +1.152866920228748,-0.981264289958625,-0.12457058823564011,0.636090233416608,0.43119281255560815,-0.054802749900883074,0.405737843298442,0.5967022904012287,0 +-0.5209032843835399,1.716093779702471,2.6707552163767203,1.4106755152151007,-5.89896704484431,-3.6691144121961763,0.9039120475229834,1.3012634452234122,0 +0.624385898021252,-2.604391146010479,-1.8192172440891756,-1.3581554929254722,0.7698678775532903,-2.463136483137756,-1.0527763471769405,0.8249551876769917,1 +0.3159626805900824,0.03214717674483847,0.21452249833428055,0.777814439488563,-0.783193216094397,-0.8373674248623075,-0.09589642235706752,0.28100468621563196,1 +0.5329930032211619,-0.008397268223642729,0.6549508334236847,-1.0615687619657046,0.4649732132431996,0.981858845425498,0.4672378738267683,0.47093567198533126,1 +1.3792116712470388,0.46769301314826295,1.7894038369416292,-0.19854556722770772,0.9558710594178542,0.7947131665595946,-1.3223116690788743,1.7201314234599585,0 +0.105477128084655,-0.5133291540256968,1.6570020307118003,-0.30598010143611165,-1.565117103945393,-1.317582987819884,0.5529518616871514,2.0688748744954433,0 +-0.4435083896862453,-0.2754996421955494,-0.24116642784780193,0.5186993256632876,0.07399098624314389,-0.34986663006637153,-0.20587876029180963,0.07017260768518907,1 +-0.5619426798875369,2.2519798360816976,2.964263588277057,0.8570275124899033,-1.6483347026195712,-0.2924692928339488,-1.3188157634301318,1.4892800523423615,0 +0.7137738889199898,-0.8474797062828565,-0.634714529459336,0.7389745785490746,-0.43455601139475614,-0.11472849026817444,1.563389102088323,-0.3433189390825319,1 +-1.5850189374925525,-1.9172677191845733,-1.574983811509221,0.736890309977102,0.24003029254158206,-2.0124613673495024,-0.5068126365887089,0.31046362272599687,1 +-0.38048017887041086,0.9915722180315734,1.4491208313226829,-0.47086975450324936,-0.9227977512183518,-0.4255100284795926,-0.7367843339964999,0.8669877131996939,0 +-1.263309614014828,0.9861901797936956,2.089258411467511,-0.35067088246212336,-0.04530801503948889,0.5015719832368424,-0.9302116457968368,1.5032699522111188,0 +-0.11480294562825463,1.9135909857114328,1.365772886380207,-0.17923245949280806,-1.4791227620939906,-0.7818097484506562,-1.3887583347275596,0.20719229612850043,0 +-1.1891159831468814,0.23685984401535348,-2.2029029694685804,0.06354141708553974,0.388330049796939,1.502560069242954,1.8279439421875354,-3.0484316018778035,1 +-0.4006159875490876,1.0864023349823648,-1.7125244032623321,0.8213180273807165,1.6383922073380996,0.8451491001025617,-1.8898502916337507,-2.2114289382770624,0 +-0.7698786050831435,0.3185038528549953,-1.1991006398600434,-1.9968705831679898,0.15885106992078296,-0.3894121068622962,-0.7450788084630933,-1.2561025112686108,0 +-0.6994979775515165,2.552403511462507,2.1098143978876442,1.7319254608332642,-1.2681416059566855,1.659177944360858,0.663792068054562,-0.3188425814925329,1 +-0.8729695728326261,-0.5266576807926027,0.7828304874123251,1.2112029717388892,0.6211628206391857,-0.42656360850820246,-1.1123022191372356,1.5740171570232802,1 +-0.12294275178853091,1.3498133936345103,1.877665254666842,-2.759771426016559,0.34672107407818487,1.0800968097479606,-1.049170172014842,0.9689206621977311,1 +0.41815425486091673,-0.30798478309925553,-0.3320092415680245,-1.5332011368152583,-1.7404806007547955,-1.8241451035260337,0.47749236387746397,-0.06652714166503548,1 +0.14376444014876139,-0.5006246900852831,-2.270204595250639,0.08990784659982694,1.3756674893083356,1.566164315837787,1.3187364663681729,-2.360989070204348,1 +0.2948805956994154,2.304957798532759,1.919882803582397,0.8970196187441465,-1.0524090680114255,1.2858863123185054,0.179441893627023,-0.143164321476543,1 +-0.025623965997903182,-1.3734850210385625,-2.2824758209526683,1.08092006780014,-0.9386427453703609,-2.290419503351087,0.4209964196452398,-1.097515100572105,0 +-0.9026267345344406,-0.5381121501605113,1.907237009041281,-1.2599390517630953,1.1288786603409926,0.6516245214164156,-0.7091496737798202,2.534542712764492,0 +0.16431948598395082,-0.32442333007756785,-0.41195497911414447,-0.3598640985726745,-0.9323139375228531,-1.509303925860503,-0.21492402127040772,0.029309016923183107,0 +-1.1321136568895394,0.23015335516100793,-0.4741225663490664,-0.6055864592451266,-1.2957638326351193,0.2102747209023545,2.0173857774364494,-1.2381446183773808,1 +0.08530180441535215,2.198286649494616,2.396929272442815,-0.5570637686309445,-2.781923346911067,-1.212164036741405,-0.7073288086886783,0.863205558055758,0 +1.223817979069997,-0.6270441936575863,-0.33653803138932337,-0.6695753515161699,2.253185451685263,0.8242611130460045,-1.3423757858523384,0.48764159779615945,0 +0.07971545914550734,-1.5099054544703316,-0.03617154005289453,-0.49436463749606374,0.567292892844334,-1.279440748031773,-0.8774228042207393,1.5741512363459402,1 +-0.15129129306711575,-1.2612868080078554,-1.7738161849004102,1.335684965935127,-0.8702178257623134,-2.058446282415136,0.365651120386393,-0.6782084963634158,1 +0.6496025151334139,0.011835078278854327,-2.458757924293587,1.086669173375561,0.601159684727946,-0.1563047179295861,-0.3724960239953495,-2.3957963417902235,0 +0.13384190233302887,1.8921526770200967,3.8779890144147644,0.9603831493463376,-0.5991428113856864,0.7271993686599338,-1.3300698286213561,2.646586575259615,0 +-0.4857332195477357,0.5409490414894184,-0.028978633889591654,0.604777723941748,1.5575397977048595,0.5225785136802701,-2.1003142082894577,0.0417916953040266,0 +-1.3386263869177266,-0.1278892770576857,-2.2686676042694263,-1.1789724826512769,2.061234494615365,0.5539310428958182,-1.4122470011410426,-1.8577643167756306,0 +-0.3905275763584226,2.2333972943142406,-0.4577682471316684,-0.36360656647392753,0.8792269367835902,0.3124198174187729,-3.1149174587450386,-1.5329066815785466,0 +0.02823250555617039,0.9429038440377012,1.4809728360127645,0.13511474269214255,-3.0976360218676193,-2.288820987061168,-0.07601189468495251,0.9045882819929743,0 +-0.28930420748344565,-1.825696722203839,-1.5978298263652293,-0.34536047817548166,-0.49727841346834617,-2.5414618231756796,-0.2526868526759366,0.18171337107682684,1 +0.4772594220730158,3.263445744192003,4.568191477860479,1.9092654798953685,-3.713263077643385,2.0678022113139276,3.224418421566466,0.8546035526742666,1 +-0.19636272459545762,-0.2237437334464608,1.0841217207892613,0.5098583566993518,-2.2371301735104114,-1.9600216780961752,0.5070789644427334,1.3037902626280136,0 +-1.5725877926966216,0.3609390078956779,1.1700862037485555,0.8980633712804436,-2.4740775694308548,-1.6682627864175714,0.5790976132603749,0.8554127274829921,0 +0.7495082539515322,0.6930534195109419,-0.8687373171800066,-0.6446676875778079,0.25059892359017244,1.3397709003958855,0.9319106750980466,-1.8230957070206197,1 +-0.5475224787018762,-0.564282237635322,-1.1667292153753743,-1.7277558406104971,-0.07906746607113312,0.3551666937288414,1.5304677252582692,-1.1502898882312886,1 +0.42352701745480803,0.5126233597275442,-0.04067102483750442,1.2312980595448404,0.14473554893339072,0.7437761366353034,0.24452811565755794,-0.5975342888239007,1 +-0.21943501697100326,1.4781751835144121,-1.1643677339087903,-1.0212345585392728,-1.0504427328988195,-0.8379620518623139,-0.8786739550758269,-2.1298221068550043,0 +-0.9839676238744645,-2.848831595336854,-2.1491144400375677,0.2810574866039702,1.5004053364058243,-2.1661558696126035,-1.3405289404165381,0.7512694592446747,1 +-0.6351585642022257,-1.3980577411674073,-2.1890905848382882,-1.1237230358684918,1.2084195076106599,0.272668633525456,0.7763830417390145,-1.2745772409227765,1 +0.5479247993863781,0.2934698328298798,1.119437308783637,0.2453238851122839,-0.6887779164677864,-0.37091601451976364,-0.15022258070186412,0.9587606904896214,1 +-1.7901944183395888,-1.2449263110143565,-1.8336033515065369,1.6138512334783872,3.4302797377323926,1.2783755328793984,-1.3195211132634972,-0.5527549796453182,0 +0.9048247002147147,-3.5172706703697703,-1.5221244384342814,-0.2819337730984104,2.1853155557836574,-0.9542327623455369,-0.16030334668362056,1.5407746634110737,0 +-0.6960049176319254,-0.49688248448020167,0.439097414379916,-0.8603875591631914,-0.6363195543996337,-1.0981108994054096,-0.1472763643249192,0.9899775630634885,1 +-0.17206137478104813,1.3225896594784459,2.4834847034653564,1.1076990833838516,-2.5112170950238775,-1.4662421292072105,-0.5129645680767629,1.6577513505090617,0 +0.6339315341417082,0.2383090979122794,1.561299497487778,-0.17615227527544838,-0.7499230507471895,-0.06587874864784349,0.27646933743641255,1.315533752191475,1 +0.028243360471031768,-1.9517048057872353,-1.7111513834424354,-0.3370385127043235,2.5055956338003083,0.6709395050707863,-0.08340777545614708,-0.11916508745959187,1 +0.7758464405096669,2.208602260533176,4.8720717575298815,-1.9607724438918348,-4.908404469315766,-2.454092357840142,-0.05232373270477231,3.287738394982811,0 +0.2554757954796047,0.6047248774104568,0.6901833359996545,1.7450892080387261,1.5531821921823286,1.0666652043976947,-1.6437072427964639,0.5534636165269167,0 +1.8536764205267389,0.11356217441083205,0.2838191671363425,-0.06521478372928156,-3.5469418638099044,-3.164211523065817,0.6357356107195298,0.26315365202287316,0 +0.7139219609384285,-2.530680244672611,-1.4035921950609058,0.638280574048573,-0.04737815617090785,-2.652208162406797,-0.33785309283669585,1.0061213676254401,1 +0.23920881233347596,0.10224253989622101,0.4731028612739476,0.02003472920517994,-0.7418334165955287,-0.7056534473882218,-0.12910280264453555,0.4834459351123944,0 +-0.38207304375478846,0.11707714165202221,-0.21736654400733132,-0.05027536095704748,-1.54191121559948,0.015153105712191639,2.1564728767537007,-0.904384203496917,1 +-0.20820585375620776,0.16082318505874693,0.6664598657288056,-0.5407934359463451,0.7441762084334895,0.49602417140011434,-0.765070799327151,0.7103578751922567,1 +-0.6257720169151787,-0.01198844534808785,-1.80583856172681,0.13531968702054206,1.3785341890018346,0.27130939734194504,-1.0731641210912977,-1.5554075893911037,0 +0.403449780502058,-0.8076024401758389,-1.1621011824919092,1.0410140674271235,2.0929180471123527,-0.09928115437977025,-1.913769204096154,0.026646904618261136,0 +-0.47531605471551724,2.6542728642227735,2.6233764775499044,-0.983504240112533,-2.086209370191677,0.7955678541131892,0.4215208064327918,0.24876481729109046,1 +1.114015958174964,1.8351932603520276,3.7918771852361126,-0.34828970747879584,0.5126166599413209,2.031167059128112,-1.0906662038427561,2.4424199474713904,1 +0.9125133599828856,-1.142347482746107,0.339941324433213,2.2713813325263765,-1.2038905532598407,-2.0142301844695627,0.16505409261822845,1.4201870749477994,1 +-1.0591689000653046,1.0389720545824277,2.150381632963038,-0.5880334878307067,0.46318367311531605,0.8247575340048354,-1.2990990304991747,1.5958174383941475,0 +-1.0735890177008856,0.71687439022122,0.880831560344036,0.9137023365168343,-0.722484574072295,-0.5766594691020922,-0.764673478655106,0.5406683265947061,0 +-0.423346652043505,-0.8262861202617484,-2.3750276621673168,0.5004414870877479,2.947137017361851,2.2550350001976422,0.37682006968530857,-1.9904177414291608,1 +1.7316893237383504,1.5845004590105825,0.6033237462918493,0.3927053395884413,-2.016910737008365,-0.23400759510224356,0.683385351845783,-0.892261270796827,1 +-0.581323214971361,1.6297549429930536,1.809539804049256,-0.133008447439147,-1.638072416522747,1.8527486619217606,2.5312176091448126,-0.36471455591022595,1 +0.32107608959950096,-0.3351014908514285,-0.5460602323958043,-1.0664072931423083,0.6939355379532536,0.7970632752127038,0.5914924553609818,-0.49300336232665787,1 +0.5898523839969673,-0.09377192685494695,2.5221663054923993,0.5223110182676794,-3.370176623188914,-2.4835275479689556,0.8719762918075153,2.5967556490402903,0 +-0.07029547465810712,2.1572774312441183,2.090217882057079,-0.9990877497936012,-1.7549295669909655,0.19107895032140043,-0.16835288256116476,0.3327307957762755,1 +0.2675980826344216,-3.9411603309132737,-4.321494000599537,-0.31279430880820225,3.2793596416013813,-0.5301359412720537,0.10601283216410928,-1.0504416494200775,1 +-0.19404360629371037,0.6391745740521692,0.59174790181996,1.9953022099953077,-2.7350369546386935,-0.5934302892970806,2.251418105267364,-0.5021937871028659,1 +-0.5820842660361006,1.4360176464424486,3.15287595852647,0.24944400084704485,-3.7074510240290506,-2.003698995610442,0.16220136096540216,2.1007181917685616,0 +0.5252260557769388,-1.507455094262634,-1.8298784306640683,1.42134818115209,2.06006991460611,0.5831842191645924,-0.009787600894518356,-0.6282545227604156,0 +0.6607856271817372,1.1428037476713508,1.6036926961418785,-0.15980994322852465,0.998482565081855,1.5962406566306238,-0.9885908872606506,0.8093973623057882,1 +0.4431777049056389,0.23001888408559146,-0.5192600853823863,0.12403115566637447,2.821128605749561,1.5419720664629983,-2.067128863175461,-0.2809452760908687,0 +-2.147764920946223,0.8959612364761466,0.7212101643791631,-0.2719797091951489,-1.2840590725355658,0.3097371548520887,1.071808409063903,-0.33765569381429256,1 +-0.9322433474613417,-0.7513801881356135,-0.1494635435632007,1.39253128635058,-0.37479705501515376,-0.32061657571328306,0.9603773461743775,0.24755157474270895,1 +0.13749513251226564,1.0604692936134998,-0.7606948486577626,0.4216110226228636,-0.5862111122463445,-0.9192623315559137,-1.3150188112096597,-1.2424929718557687,0 +0.2065746230623128,-0.4641593089796022,-0.3403713222109292,-0.8883148130639508,-3.371691605067297,-2.811982687013848,1.658004350959476,-0.18674083521489449,1 +-0.4399949194249541,2.4661444480401764,2.4386543456107668,-0.26203192329861175,-2.3771573750558317,1.0173022176729474,1.3884361659080173,-0.05864638495373797,1 +-0.2661332548364592,1.5768915418277019,1.1686220923026185,1.2060214119318398,-0.4054380443766563,-0.2939473411822936,-1.8501300284418316,0.3786667456663967,0 +0.7735125220215328,0.0960198100243258,1.3456908703705612,1.387633432815617,-1.7808226390558801,-1.0252109046525346,0.6830374893545939,1.1801970199802763,1 +-2.2590403106345067,0.19464248619036162,-0.6598745830872417,-0.026618594887439548,-1.1694502035781593,0.07906127945533015,1.7537891718909644,-1.3155285469016549,1 +-1.1898015821740064,-1.1118633046034074,-0.38894605546023464,1.130369054509844,-1.4980620304547851,-1.9449586128635257,0.8537751007545609,0.4621001372620209,1 +-0.5572819527783155,-1.3107566501357886,-1.8862411363291909,-0.24308627545288855,0.5789512322267806,-0.9611221450417062,-0.15256060457924425,-0.6946170446842287,0 +-0.552237134403743,-0.15363519413622895,2.732031605082626,-0.5458667129158914,-1.0193892230853678,-0.5637956469214834,0.08301157180691177,2.926817202117717,0 +-0.8125642814962731,1.366493320403204,2.580539135740303,-1.716057378319872,-4.079304285050884,-2.4532455123710353,0.3325158320296515,1.5662377511192864,0 +-0.7467065849485486,-0.3188445757166388,1.90489980518223,-0.9236859706603404,-0.3832622435885627,-0.4279516458170978,-0.22755987552111712,2.2994522460772444,1 +1.495712917703692,-1.0216106530427538,0.24089592026038295,1.2197231998407878,2.0025882856915027,-0.18760293680456608,-2.075061145483128,1.6835410051415274,1 +1.2875931386295891,-1.7384715972241869,-1.8939497922582356,0.3056360538731791,1.5345126021627502,-0.5285823398184313,-0.4754683981323191,-0.2869729446303646,0 +0.07943387999205506,0.5743419637838751,-0.2781046507435951,-0.9980571953236617,3.1129846775473142,2.056378806913413,-2.2379774777338284,-0.3199567867014339,0 +0.6402802214163619,-1.8083324523814541,-1.4139541705797096,-0.8719157552696102,-0.5480593121539579,-2.1979472637299295,0.20646303386675102,0.20332953676498855,1 +0.08328290310822138,-1.6532535953110785,-0.7441567759286241,-0.6417838233095176,3.2978959435956474,0.4135101638184451,-2.157067306607062,1.1921676082999106,0 +-0.8115636761735571,0.3934187626844172,-1.5163652527518654,0.05131091222184997,-1.7982821316910553,-1.6616099826866035,0.36066275673766923,-1.8433811102504063,0 +0.3468837232367012,-0.6182158229447221,-0.014076304521046155,0.8919124616232826,-0.9692015563877372,-1.362504642289942,0.23606539729073095,0.5485170799907092,0 +-1.3309542913179888,0.38145368594435103,0.6721388717849434,0.8646488820065663,-1.9271270001354728,0.10547567957792736,2.2858714612978956,-0.26572868521156073,0 +1.3116600500564457,1.2700089921513786,0.020805718447040704,-1.8929057259552649,0.7624287197343125,0.4141791576136129,-1.9110218290286816,-0.5663458717306002,0 +-1.0477368272835945,-1.1973162613621415,-1.3919585533640797,-2.5879255357628423,0.47012434489383925,-1.0249779433620079,-0.3468489435916101,-0.2306906507268508,0 +-1.98535210334393,-0.7625827070252869,-0.513010247204188,-0.0532523360768876,-1.2391598316467027,-1.833714944564841,0.29171649634005303,0.1845305387598305,1 +1.741685108313898,1.9089361803156142,1.3419713541496665,1.4128292415510264,-3.26939969008506,-2.0156702551692307,-0.46846403803695724,0.03257304982025144,0 +0.8054620239440566,-0.5575162322306211,0.47767632195648313,0.35952319888588546,-0.6419602504150002,-0.9180571182537496,0.15527691657499898,0.9847321638444222,1 +-0.8105295821967484,0.9568365418741129,1.523379572389077,0.6867959687321752,0.07818315433112283,0.7591433758071151,-0.5685381927153172,0.8354182757273969,1 +0.31110461914407733,-1.7270064879714802,-1.0537388003235888,0.08362398720071386,0.763669752879403,-0.8416188924563636,-0.04700412645352936,0.4652412920940776,0 +0.18985620766564398,-0.7689411398714461,-0.49864934677619943,0.8581778328758009,-0.15930926944568205,-0.8501502129418327,0.0657768148984158,0.19019378404290188,1 +-0.07840187808698,2.303184484385559,4.388009042858808,-0.26869572290345967,-3.4897174838518255,-0.9592421729037657,-0.04529751236687718,2.599404394795385,0 +0.17317505357248691,1.3473174085541475,-0.06405509824430278,-0.08727853776662263,0.9136973283613429,1.6105365678434618,-0.5898722093037136,-1.1670737160955962,1 +0.8017235356798033,-0.37487061521739035,1.7407337800863427,2.2521562669003576,0.9624302061738441,-0.028893826589912686,-1.5076966182621592,2.4956951552463646,1 +0.8050610515434317,1.6787694266617754,2.6414276359065973,-0.5451604086521687,-1.699447912047421,-0.39615501681473114,-0.6732280037964088,1.4786856691407,0 +-0.7675880530399555,-1.6012790941813078,-1.8784676071710762,1.6776975736142339,-0.6385164902144952,-1.2047015080373928,1.5707261342972128,-0.8888794089532952,0 +1.1989453953449778,1.3155589358589783,0.9971321803847213,-0.0609635247628432,-1.2937253171795946,0.23243270873307298,0.4506493445326982,-0.23770926424223326,0 +-0.8307065295216249,2.7881296214646154,3.1789888982921055,0.3421649512892875,-2.8416927506529253,0.8953127670083685,1.3285149563614607,0.44726540329020315,1 +-1.048320884746384,-3.0248473014303254,-1.4981299828412942,0.6591710685702954,4.276162117027532,0.8174549742230464,-1.318099048918922,1.326589105286968,0 +-1.050349237758318,-0.7489369573306887,-1.0342167553528765,-1.3822290415641862,-1.120501149279908,-1.8625604077236844,0.21898438532112008,-0.3347508838777171,1 +-0.056187931737323255,0.16764348320871636,-2.2074089356147715,-0.4177195961982873,0.6678471228369587,-0.25334367643510114,-0.837368019366441,-2.138772132617576,0 +-0.5637099680747647,0.03060915202292469,-0.4427939205688048,-0.5535282415746346,0.9207374270671347,0.046765517626905284,-1.1571320163570693,-0.16633776056062344,0 +-0.4607011689118915,0.1649961301091889,0.9973792338937305,0.971063194522539,-2.337813078375706,-1.2185458277294337,1.2455592532040662,0.6306169241734594,1 +0.19522477150928924,1.6398500999264336,-0.08229536701062368,-1.219469430955664,-0.8272403629473626,-0.4818834796592561,-1.2074371853680372,-1.105154486565744,0 +-0.16820263448465933,-2.0107913594296485,-0.7936646930466822,1.7568264947973855,1.0407882859905777,-1.6837810795737314,-1.334551129508216,1.382172476398705,1 +-0.38785636899226245,-1.8320903714850176,-2.7713967499826047,0.36983347929954397,0.8097232676007563,-0.21914379479121415,1.324601379514101,-1.6102951645606305,1 +-0.9035521968324383,0.9441310062091874,-0.8578211014508216,0.29142333091548694,-0.4891567071640849,0.04162340553113264,-0.018267915065912188,-1.667454431562697,0 +2.2915745907781013,-0.6768909946764077,-1.7569740813269985,-1.6406573675538558,1.554468548319463,0.9091239331537859,0.22972586891533775,-1.345534142424786,1 +0.7109641938665349,0.2810119219965444,-1.114067762556004,0.341686079292952,0.007182763827226521,0.11669609581757012,0.1624921340335429,-1.4223847065853374,1 +0.4048251271132803,0.9010089520705213,-0.5530164603714407,0.2660975794761297,-0.34550498770950727,-0.9827806510468381,-1.6309038042151438,-0.8064228409625375,0 +-1.1636339426910824,2.385579295026496,2.319448415958948,0.5670363958394119,-2.1498582138111004,-0.7492499809892013,-1.1713748260503727,0.7163151341007128,0 +-0.8099946785626324,-2.594905958972843,-3.4791224051748126,0.3055990152876648,-3.16753959204239,-4.255382133330952,2.6411285592406077,-1.7317902949529524,0 +-1.8515888768932331,0.6889820224322898,-0.7150602199195026,-0.2690463703199824,1.761776632521987,0.7153462545445881,-2.0970725281255067,-0.7960999922721346,0 +0.5753531742017745,1.4031173258832927,1.183027357901162,0.15199494728712207,-1.0898734295648247,-0.6990502451463011,-1.2306924290433194,0.40356610274970434,0 +-0.02316029328501824,-2.2895957212292792,-1.783646564771195,3.1952160333643005,1.2890115638499104,0.052022714421138705,1.2120591606595945,-0.21045103119390468,1 +-1.6950973950623793,0.2167838488639381,1.7399334852199149,-1.5208726085053832,0.30732871888728247,1.3810502954494184,0.6700691530828339,1.2977863901365319,1 +0.9932688342225217,1.5336286854908563,2.3426816358093068,0.3431630377405581,-2.7184033180934284,-1.614474768284804,-0.6022343082633529,1.3719270333053784,0 +0.18963983003029036,-0.05435952250907672,-2.0375735388840277,-0.3105567772011692,2.315260030522425,0.9251303670812667,-1.4252185497112828,-1.7099962177210906,0 +0.5976410894731904,1.3866632628427888,1.647658988953767,-0.08885850328110324,-1.1920367608665756,-0.3110171043172669,-0.683043100860953,0.711691725364229,0 +0.6540956317491732,-2.150373516946427,-1.08548078750641,0.4169391888878441,0.41046621153314133,-2.041734582764918,-0.6783069638125254,1.0534368912897853,1 +0.770452988834404,-1.6712031382652233,1.2219594260265938,-0.4524316513135605,2.970818078424897,0.07545737069818859,-2.686972068333438,3.3745716182137,1 +-1.6120747172653433,1.8670623925600383,1.9957574905024593,0.20375320465356764,-2.632009239688823,-1.3515124496744602,-0.634622234644078,0.7263349132540422,0 +0.7635053613254972,-0.21495838459173755,-1.0055800092430418,0.09791098518015871,0.6231307107023083,1.6788485178628851,1.8713207740274524,-1.4753337217542548,1 +1.2432685306337958,-3.5264284710117026,-2.4536387853484354,-1.7510094041821564,-1.252876766103333,-4.7555956483635535,-0.04812658242880263,0.8630921197796898,1 +-0.6352723452413744,0.6832132002106854,0.8000237214676486,-1.453872920778656,0.10371650507689202,0.5688768196011735,-0.3558267847015071,0.2885184983039006,1 +0.0866878471526012,-2.2741489510659054,-1.8265858009188973,-1.8657286832848887,2.9356200580905463,0.03656475101611145,-1.162333106944807,0.37645405346927063,0 +0.06174368154213707,0.24247509991666039,0.36400545204485724,0.9116493140549423,0.3532010628808989,-0.24617975123477748,-1.1984829571616993,0.5082176185636598,1 +-0.9841339997932463,0.5807541961579425,-0.7214512264888077,-0.11317350508679602,-0.5169667350869621,1.0562191347364038,1.7276298649494202,-1.7721067368542265,1 +0.8837418283737725,-0.38781388779477854,-0.8818862246238154,-0.4530317839120796,1.2138591798656815,0.6007218094001737,-0.25892951940617404,-0.5445984114464749,1 +0.28713612941011313,0.9735632460905794,2.2308437377079122,0.5840083691115915,0.11100015248747071,0.28811105146213123,-1.465069720626293,1.8188919321394958,0 +-0.4165915297560505,-2.4655516868610174,-3.375066946145571,-0.8676437070367358,-1.5255249571951226,-4.130291596030966,0.29569765741066645,-1.1103410757356142,1 +0.9784014881473201,-1.0654799235485164,-0.2411604451101073,-0.3892780409367917,0.833602126305691,-0.8083146258489607,-1.0493152669359405,1.0008184230610644,1 +-0.23620215188636787,1.0139861939895294,2.3684138118908944,0.676308517669004,-1.6078184617600555,0.1976354571273502,0.7835879054937307,1.3230995278275972,1 +-0.4280102731042556,1.9193431467858482,3.408994492349961,0.9061822943117446,-2.446305007343728,-0.8800788503381435,-0.7331754557292457,2.108801842776578,0 +-0.7186483511218934,-2.168015078675566,-1.5826665239135445,0.7055005280043853,0.5266224027119591,-2.395300859616226,-1.1538152003386752,0.7188688634651671,1 +-0.016915088673310368,-0.2979919135985213,0.34817898838416045,1.1584780185524506,1.3207735297306296,0.9502037236231458,-0.39560170939759254,0.6396862549686011,1 +-0.15935550530755346,2.060885701241265,0.9106131030799245,0.30449907134953025,-3.1559391655140137,-1.8907336410218432,-0.503608457408421,-0.5341918979474258,0 +-0.41770436199593014,2.4043338599130317,1.5207223392697367,0.10084515032658706,-0.6300906948626076,0.7806026394978063,-1.089679070454933,-0.25061271881378655,1 +0.5683421372071291,-0.5596733228207829,0.0883933273326006,-1.1321406469673907,-1.2131660234560657,0.2805954423960198,2.6835269625121905,-0.18498526578367003,1 +0.07734024147928073,1.2022279304111976,-0.1424495160787791,0.9138454298420028,4.014361226202329,2.5875104333296886,-3.5317105104858255,-0.40318011175764945,0 +-0.4981846750324377,-2.1088424491380717,-1.3820795801066186,1.022868898706005,-0.2686346732033813,-2.150935872591275,0.18542363269848328,0.4916439969149412,1 +0.06604443257022806,-1.2843342043064767,-2.438030277434168,0.28420874546030883,1.384076694166161,0.34932975765872437,0.576900144500436,-1.5755164419262,1 +0.5632715981601663,-0.3194688951156838,0.05322244410108814,-0.004454235274067275,0.5021638333679087,-0.10324760358774487,-0.524990515422198,0.4738917812640384,1 +1.4559872065571096,1.4368901872412334,1.511346950736246,-0.9856346083350431,-0.7773112442688219,1.8702721625428267,1.6201169836735334,-0.2596668433292336,1 +-0.5118110441093128,-4.06606122105024,-3.5775394993017726,0.5893937809026129,2.8043787103765982,-2.4875878275441794,-1.9066412176793768,0.5057098266424644,1 +0.722076020848258,1.3689261027802313,-1.2064860827707917,1.3287677194751069,-1.3212968592328969,-1.099912802804695,-0.7117300301129795,-2.1054193916015747,0 +0.8712784101622932,-0.9446531822548628,-0.6965791981709222,1.1238541474057022,0.8169139557554927,-0.5351902641584826,-0.6605910868141582,0.3098484214279696,1 +-0.57989614024177,2.346696172813662,3.8460035231745024,0.2576274410114719,-6.9185263169012945,-3.9592832224126617,0.9537461147818522,1.9716486342444504,0 +-0.0032491358459233303,-0.3067108230703417,0.1933675952336016,-0.3297455811501625,1.8358895175533176,2.249117841081979,0.6560903198670074,0.10557919459005771,1 +-0.029243725126767428,-0.3600750975453535,-0.15689572973218338,1.956893500682465,5.230398347206031,3.1097118633357255,-2.881074654813328,0.6857164215533674,0 +-1.4861575892232848,1.2876455699943479,1.6252700197947492,0.5286413191605174,-1.46949491377544,0.8574533945826868,1.3848459839299598,0.12349270239668741,1 +-0.7510822571456093,1.7388443138186223,5.62117506582854,-0.5499423058255596,-4.693298481587488,-1.8195128781139427,0.7786761463882459,4.172271867258025,0 +0.7097682016302523,-1.886910639064585,-2.2193375644389386,-1.3074022868940764,0.2526114458314268,-1.4185026025781848,0.42001540452710473,-0.6662729991210062,0 +0.1867869601990632,-0.9015654495461707,-1.3855794940287174,0.9988223832818608,0.0790689532561223,0.16055379529567193,1.4718608922002252,-1.0570035591949416,1 +0.5439070062115621,-0.910604880803698,-4.224688761249689,1.3215330292186802,2.134807521228301,0.7621375614187744,0.16676718463039053,-3.627481536909385,1 +-0.21014004936529684,0.5077466360896068,0.436061678232943,1.1548624602276847,-0.5487932201286226,1.210824214197053,1.7254074544440121,-0.5454398582416317,1 +-0.2304721463447514,1.341179702047893,1.9105877563176867,0.2699898661773141,-1.9602754892828016,-1.0230563988487962,-0.5632707358617687,1.0394985126470786,0 +-0.6761572286512123,2.458715164064607,1.989311054381452,0.5800927651572986,-0.44702107459791196,1.638965033511517,-0.3991114577874655,-0.07303652169041164,1 +0.8591496245308922,0.13142901821558461,0.5249694586650422,-0.049005352474368914,-1.701908755688889,-1.709679312911312,-0.14501030066196097,0.5928018427071776,0 +0.24375832934459238,1.717685387261251,1.8958154165542462,0.8400405962805163,-3.1838139782135895,0.04852279183403008,2.2102287054636376,-0.12610407153653014,1 +0.1431671829729363,-0.49055194976345295,-0.12992727197800455,0.15892041952652736,1.8351903808759735,0.4412304229154158,-1.4635157819080369,0.6444540361280608,0 +-0.717065378178885,1.082623509047985,-0.7766742957114685,-1.4490253801533162,1.4911215961842024,0.8241710534557243,-1.9725521621318935,-1.2332507258696808,0 +0.21012949241255438,-1.0429229441685375,-2.0226609748736446,-2.649319428479062,-0.9564981861451345,-1.4900828729773963,1.0829758946005181,-1.3531945493430984,0 +-1.615548105149591,-1.6346185411449,-0.8114051960955064,0.24978457431032852,1.1021021246351883,-1.057605957501283,-0.9873040621528194,0.9044257671364138,0 +-0.023524692251883937,0.18772730559699913,0.10904006619090152,-0.9964858043762559,3.1390734822112987,1.2613577202007606,-3.0300697404018733,0.6752987078868282,0 +-0.5986307994483797,-0.7685965378715977,-0.93271990001858,-0.28162232419796074,0.47335179999202476,-1.0633958298285417,-0.9970449958410487,0.05270903229694279,1 +0.11721124553945739,-1.65969503539015,-2.345636788142442,-0.7606408772727987,0.17119802332071782,-2.0483504029526642,-0.5128160418418477,-0.6858583848169111,1 +-0.8686115232364322,-2.987149589233777,-1.24966689312454,-0.1853675520804323,1.7839240712064879,-2.194051789102182,-1.8915667337420086,1.9333399607536312,1 +0.05996474940331626,-0.2231999006643116,0.3956933010316139,0.6378255001100069,-0.38431857751670845,-0.9125721925474909,-0.5420219364686294,0.8072656702814499,1 +-0.2846032398054124,-0.25407832332981684,-1.9723588673433659,-0.41343051197412684,4.657148058536443,2.111618963549212,-2.98725374875926,-1.1434029900646512,0 +1.0634473686344001,1.1918028742941347,1.5033531139971383,-1.4129250520893117,-1.6358368171524968,1.0174074204809505,1.9739734368342943,-0.09109889021751427,1 +0.6912119244512218,-1.496804644027939,-0.8501876017424976,-2.1843039494590673,2.162340072448313,-0.6973793766781472,-2.157030820628513,1.0374544068829574,1 +-0.29515096999109774,2.54013080158981,0.1775114246274615,-0.3491565561383803,-1.7904552036436685,0.520623993267962,0.4586835263480409,-2.1292550822760252,1 +0.4986345210899098,0.9048622928305421,-0.11447332110608094,0.8368087850024565,-0.05529898353052689,1.268761118402855,0.8284697650021341,-1.2020996982007353,1 +0.3857348537533134,0.08265969922973415,-0.6785539814510815,-0.1227136984634294,1.0229137778777175,-0.2544020138350852,-1.6930773879520595,-0.28178242439416,0 +0.5291865964106207,-0.6846904039981326,-0.24794251191278827,-0.8607169397369178,-0.07772991132881764,-0.7061858281620379,-0.021478163613738,0.3863607561632872,1 +-1.9828581205078069,1.3804281335656765,0.9328176532308382,-1.076052375050608,-1.333033606276484,0.891806862809766,1.3348814075105033,-0.6476595859975504,1 +-0.2863715853574467,0.1626681563811554,-1.1318737795656988,0.7588447670106286,-1.759893062913539,-2.1431829398459503,-0.19816758627421693,-1.0696265720752676,0 +0.6290948141058771,-0.5833623604942552,-1.0842736042915428,1.5174947078510694,0.05379540505960052,-0.3700212465831989,0.3703538824806243,-0.6808939399235875,0 +0.7246900409929141,1.9929642967926646,2.561831892635343,-0.8413196135884026,-2.7052290042604072,-1.2515586539198638,-0.6952589474749893,1.2039667764856996,0 +-2.0275513526660096,-0.09443365523825742,0.9850444985672595,1.4642946802156092,-1.2133329586468615,-0.8214095119314856,0.45423540006312924,1.0208588212197514,0 +0.12501405569017088,0.45387255765376133,2.401774500328274,0.2582318041435212,1.4731145290415595,1.3360181339476835,-1.4992830484472819,2.3604581764754387,0 +1.1711928478253872,1.6641632260710704,-0.04374386939036201,-0.9127439621197645,-0.4632638742012193,-0.34428459841925013,-1.5805128225227851,-0.9961311337861807,0 +-1.5698931301674446,-0.8616123622770482,-2.229070076591888,0.30358559681230846,1.996315994972622,0.3119160193567956,-0.8625319267655376,-1.3279269617998257,0 +-0.5355223080235977,1.1969066201382408,1.5375671189587008,-0.1031225907972242,0.6632033123479693,1.2488938135282903,-1.012920023235636,0.7297217057108434,1 +0.4973830864651685,-1.7348897149571174,-2.210800032068727,0.13721579919531837,-0.5413523682413557,-1.5391659969275833,1.2254997666757006,-0.9946807370327466,0 +-0.20642012497040546,0.6312193435925822,0.2943778606197539,-0.27963374804693336,-0.6747772069077921,0.09296302904187759,0.3214538769210992,-0.32813866819068915,1 +0.6551747957396659,-1.4169844724010343,-1.4769991537122418,0.24673847703015347,1.6571331363319812,0.17059129388809446,-0.18424740110608873,-0.26723849187758675,1 +0.7619493416364923,-2.9498561471711993,-2.618298347218963,-2.29814805429934,-0.6197824511434167,-2.817882526640341,1.0589996142979554,-0.23939802795466103,0 +1.194867390249013,1.8116551617963055,2.266317530519587,0.556117705632062,0.9324315015389689,1.5596333779894422,-1.8549488205001146,1.154984759253594,1 +-0.9771497071161189,-0.2131302603016207,-2.2064361217886854,2.017957771909191,0.7852878689427554,0.06359546459203347,-0.1717456300925474,-2.020542124851172,0 +1.8027444123069776,0.3229195446019876,-1.004463942997457,-0.07211944050610743,-0.4868776618425731,0.8505360170322109,1.7697106291034714,-1.837523297198977,1 +-1.089336276183283,-1.1208416775408487,-1.6393269347792292,0.01139186621974174,-0.45234959095828364,-0.6539958418098055,1.4528827376649502,-1.0620368464007468,1 +-0.3521592345221898,0.3996127244144114,-1.325238756956429,-0.351710127924419,-0.09626371095819854,-0.9293687284710237,-1.1526183094440585,-1.301123475282583,0 +-0.22063420863435929,0.8776433001762812,2.37304999004642,-0.46240465009125026,-4.233134351153541,-2.8087963021978473,0.6645399979746176,1.7057511819657862,0 +0.9986241857398308,1.3264942303898912,2.0355039427698483,-0.48095331405616276,0.40868465339106524,0.7584525810711977,-1.5868722301156448,1.3191568138477576,0 +1.8724724909781407,1.399247268342359,1.6811184077357515,-1.8552723311148624,-4.8464263641537615,-3.2410058182994765,0.5993118133168462,0.6128188712962161,0 +0.3131563280382568,-0.5823907925252136,1.6574210924528336,-0.3176697043753349,1.038337171672117,0.2913808858643494,-0.9409963025688551,2.408437999191737,0 +-1.0963303522579582,0.2688323252683543,0.7687471928782426,-1.2319437634850023,0.12440858562122761,-0.04669422509741694,-0.750644345628105,0.7607855632159641,1 +-0.7043065419985196,1.2126112908812214,-0.5306391892972283,0.6549128136347261,2.012376356168933,0.7056667353782695,-3.0852808924459847,-0.7828895636670716,0 +0.4908689753324115,1.2744467626396345,1.8916741654492786,2.7891560258295094,-0.1838718103661794,1.252025938611467,0.014518298451520084,0.7458469133418703,1 +0.7617539865607039,0.5170904685181457,-1.9833899514091624,-0.28064398699058685,-0.9860623940654498,-1.1623530114894602,-0.13139916235698468,-2.3275899141205496,0 +0.26526048374151373,2.147681335528504,4.200283103552313,0.6763817870114369,-2.961555747029146,-0.7412033109067996,-0.28637559391691425,2.5884936973782464,0 +-1.5315987505094317,1.2229807492424312,-0.6850173123293524,-0.3803055267398597,-0.3115098246672408,-0.7039452031055112,-1.6167497250573628,-1.2377396447941686,0 +-0.5315338508319061,-1.4513057738343849,-1.2098822862638492,0.35214731580226416,1.8852687805363375,1.2058118202766592,0.8315126659484728,-0.32101568292438426,1 +0.20179434894263384,-2.753876301525845,-4.419109204227054,-0.028085465344118123,0.6797762844863392,-1.4454279256096352,1.3417440896974326,-2.416658579460341,0 +-0.8625720280752456,-0.9107171926719213,-0.9288719032398932,0.5684180883717584,-0.5049073192793081,-1.9042984130109972,-0.5708422291655724,0.12584499037152508,0 +-0.7106561539209806,-1.3186033619558102,-1.2204948411525511,0.2908489884263252,0.844212942651955,-1.2226383879477876,-1.0627627124215007,0.25485090136301214,0 +1.3526961871677465,-1.1316154874806093,-1.4011078097717573,-0.9936963968242701,1.3820568206361363,-0.47778137735856474,-0.9862847241275006,-0.16444732061302725,1 +1.6260245176334966,2.292623243328575,3.7547311414505624,-1.371557144740284,1.5016876379977446,3.055151978040225,-1.6185511402118853,2.0825790789405914,1 +-1.523868853245546,1.7453230125847636,0.18804747819584516,-0.38942697978998186,-2.006167555019842,-0.7613825161476198,-0.0895922585081852,-1.200528906389117,1 +-1.627156601007451,2.0805270770408795,1.7778147462372722,-1.3300837478478438,-1.178458228599135,-0.31261993190131726,-1.4902895890800951,0.4763840227609344,0 +-0.3271610864545464,-2.5461746581280487,-1.914141779504427,0.8081683743686326,1.4969378256990293,-2.0546249910929237,-1.5807326483981217,0.7908309337574692,1 +0.4584266791014689,-3.6647228222239567,-2.6716833611036566,-0.28996476328661663,0.7039369002845333,-3.957356719642961,-1.5635080467054476,1.1071081862857217,0 +-0.8090182662960906,0.17545965762783,0.5618481503516594,-0.925105952054582,-1.023741334676314,-1.336235822884473,-0.67254746140372,0.7071733746872896,0 +-0.7057612077232522,-1.4541164404932962,-1.350260056811724,1.5751702306881155,3.9175667460848618,0.4908435940041491,-2.978675553015319,0.6244014018408661,0 +0.11528372754085262,-0.9918182818315455,-0.21962215839683458,0.015650690978569786,0.16408282069498628,0.07844272274351682,1.0033115314085754,0.33713188516350967,1 +0.996989878411543,-0.17901516886342939,-1.7367024184082822,1.1632872703021657,-0.5316547165951928,1.0401368367001702,2.838285173216251,-2.461287442158221,1 +-0.16425627277379207,-1.1408776827669296,-0.8542186871839414,0.4948838817513366,-1.1690142440195872,-1.973577444799014,0.5110892117730499,0.10871238487143042,1 +-1.6953073461638466,-2.6560549742516786,-0.43340624983827153,0.21234041814237573,1.5705080439027632,-1.9404109149522983,-1.8403356419988106,2.4498325478509244,1 +0.1669574164546865,-0.5155717347741743,-2.438274766742757,0.59865067890573,1.7031051302466604,0.6706302229759933,-0.27871887461950107,-2.018277755079092,0 +0.7397471550675333,-1.803739068409798,-1.6684263613336852,1.2599014731354679,0.5019657680666691,-1.168652233667308,0.14952500374106303,-0.12267492615848219,0 +1.0358669170435528,-1.406970666523117,-2.2050958948328554,-1.7046581205095268,0.38230532476526574,-1.355648037819136,-0.20289537753657333,-0.8934889304636242,1 +0.5778468118763626,1.7477275549641562,3.345024479177182,-1.5216936474151515,-3.9039397856015015,-1.8859842475418462,0.20820020559630525,2.0112077112383977,0 +-0.6265646158851655,1.1528620517671633,0.45452126575361423,-0.15016554757100428,-5.683029007070496,-4.333285621187801,0.9540756446649423,-0.4377348059480983,0 +-0.8769963052470227,1.797160926268786,1.0464690611091234,0.6890240494424585,0.049324338898266144,1.348935625704918,-0.5098065001022174,-0.42014614555077107,1 +0.6431669441938836,1.8161357446175266,3.050194537303526,1.2732870752326675,-0.741651339262781,1.0899421573934889,-0.3229649806752972,1.5693047472677217,1 +-2.2272848299447676,-0.5550235007418687,-0.3614732861105467,-1.9865900153543679,0.6409863800716332,0.6172190410718473,0.6112682893495808,-0.11122072342493272,1 +-0.620336462996196,-2.6752899195377235,-2.777619528888572,-0.09831591633044608,0.4367209672921855,-1.7136614105833363,0.7742634609888728,-0.6408677968758868,0 +0.633009418563232,-0.33890224873384023,-2.1479870380981763,-0.04204385539935242,-1.3369287893611201,-0.07852880299156517,2.785573792898213,-2.6441243237625476,1 +-0.4766640696753034,2.5738099164809176,2.4873108694517154,0.10844706825176162,-0.2601340212361038,2.2140541391249835,-0.1658170547593878,0.22858463146747987,1 +0.49569639392883114,0.40127902569972607,-1.0269208723403973,0.4899433966783408,0.1164687818343174,-0.370951829915279,-0.7987296791392935,-1.1379543938444443,0 +0.4471865158445989,-1.4510881273566947,-1.6425212456234413,-0.14586194867588417,1.147554833964619,-1.5816822331205322,-1.7104018032359223,0.14065641947938945,0 +1.0155481870443535,1.6018393859932043,-0.7822394609544296,-0.5713265254990899,0.9474003802613864,0.5882570329473156,-2.0698398619825547,-1.6330668512525284,0 +-0.341095002574254,-2.015314732233606,-1.9377716542789332,-0.25150300222468697,3.554721848120943,-0.38867840326977027,-2.8601839150943293,0.5368068763667129,1 +0.2724032027260884,1.8270830772546138,3.851392789330578,-0.9103882828294088,-2.0846903310770166,-0.5898867320231507,-0.8896413495771629,2.6563712714091716,0 +-1.9273389588322283,1.6147665377159235,1.44401282614578,-0.14147739578194948,1.46011296899673,2.0427339424945785,-1.514755658250658,0.3565857623982291,1 +-1.1414483690155366,0.5682225179721918,-0.6743834327411057,-0.972208842524884,-0.7401137060435891,-0.9830359238860398,-0.6744138504319561,-0.9074172936883829,0 +0.27530661515559945,-0.8860496887605663,-1.3316387356566928,0.8471767455376753,1.4399540478831958,-0.7533317792312249,-1.7212930463176146,-0.08128804063276707,0 +0.2063295905278054,-0.9841966123255618,-0.49849450625039154,-1.0515247002360806,1.374599722380779,0.07078702928393887,-0.6622017789849757,0.49850518435226165,0 +-0.9546944961797011,0.361207472370146,-0.6814257223124067,0.11008313759870382,0.060460649125278904,-0.6125689758017169,-1.0972032162788947,-0.653734560362577,0 +1.1342724820788883,-0.6357283383394299,-1.3576219147306574,0.9306866062927924,2.6096648158666023,1.7008923317634763,-0.3787800623611639,-0.8705729709573864,1 +-1.0325168354190672,0.17941396347025929,0.38842958333640126,-0.26802718859344815,-0.5565339467848045,2.084094903857182,3.269216822879552,-0.801160428596724,1 +-0.8261199595314518,-1.7262202577834762,-2.1591258901649657,-0.11559546062739241,-0.05671053683862394,-2.2746200954865228,-0.47132514723539165,-0.4340075970157862,1 +1.4037436718384309,1.8202184221466566,-0.846538387710823,-0.4942947917793907,-1.484549877313479,-0.44484608355791394,-0.19506732140969985,-2.3108671495121724,0 +0.37934635091922764,1.9610321975835447,1.8585426475569329,1.3839782524419648,-0.8567458795223754,2.319102782815783,1.667154700715433,-0.3967329025164193,1 +-0.4967036436721064,-0.3629430632027564,-1.5926044130768422,0.032233777114813206,-0.031236407932169398,-0.585069874368068,0.11314984183743837,-1.2975604343624532,1 +0.04364248263002638,-0.95661955353404,-1.052585876523319,-0.26104294585981025,3.162843479250617,1.1806492759524672,-1.6036721691001319,0.08175169407981397,0 +0.37525986538636924,-0.8913800904712246,-1.1902751991248786,2.02740346377601,0.7117521119974698,-0.17787193293336412,0.05054434407058206,-0.4566434661041134,0 +1.5266785806808563,0.6768555900410544,-0.8264774036487942,0.16628420045584316,-0.5475702619402365,-1.339795589388817,-1.4985268269126912,-0.903407437920372,0 +0.07990021215991493,1.6493157853712903,2.9595892596341704,0.3773631051894527,-5.444442435907167,-3.057181431581771,1.0607360713646048,1.5618216099260214,0 +0.13683860105178414,-2.5296011335119237,-3.0742386906650774,-0.047809802243189335,0.07743267887195698,-2.3480666993139034,0.36870526050210084,-0.9069725491641017,0 +-0.5963398553856202,-1.5630966603550451,-1.8113399986308476,0.8147892521400611,1.1508241570515483,-1.33566747509155,-1.2175626411314386,-0.08849015614251421,1 +-0.4812798575874455,-4.598881355077238,-2.6401118211269634,-2.7113553791006972,1.4541868360464365,-2.208130250983798,0.6979441769219523,1.1822680371559993,0 +-1.7704592663689795,-0.4854245220370499,1.469859229045669,0.5503714715568111,1.3582019434416892,0.7766293419762531,-0.8007372005759487,2.0607716728677343,0 +-0.05406654413518154,1.0872248318536195,0.3534174562773458,-0.7109171776185269,-2.268739314803442,-0.08944549281043812,1.8436799222135005,-1.0511806220099265,1 +0.67177709800485,-0.7368479154881985,-1.5886995965233557,1.7642089432898418,1.2559140669334712,-0.6686834645295702,-1.4328193149142825,-0.5530791383600917,0 +-2.016243807502526,0.672477961900833,-0.482840759862236,0.384314447350199,1.1854203641881065,0.3149737375091253,-1.8577428730484091,-0.5802268919687275,0 +0.8180746023964838,0.1489362868584403,-0.40407892634916714,2.018061409127848,1.3598000159726513,1.3057371518192866,-0.2428388681268373,-0.5708621829747486,1 +0.37723253517099514,1.5926656537476334,-0.7855508562275453,-1.0510382076402565,-2.1731707559682727,-1.768474584071497,-0.7503848277444574,-1.8049282997373526,0 +0.024932311342252968,2.0455402296644642,1.1419133060668127,-0.991921815734996,-2.803473203905892,-1.1210524512787892,-0.029659066112387444,-0.47344082254058534,1 +-0.6070657247401507,-0.21880126545980338,0.4435469723781757,0.8455882859277216,-0.8916006860788894,-1.0814671412226438,-0.06201657762611745,0.7352638229988046,1 +0.13366128122436782,-0.32394514960272036,-0.9605398142653382,0.5624604410561901,0.0572914756108382,-0.4732895864177541,-0.08773512350970358,-0.6424255252830183,0 +1.2397308367537154,1.633031870226765,2.5016506160204695,-0.029591573224532555,0.38728334533028336,1.535599753965154,-0.9841495194871799,1.3112535387211026,1 +-0.9091304349149935,1.403468018585069,0.2710220439689458,0.8215847954964928,0.6398770066000956,1.5384807437943127,-0.4521440470614304,-0.9057380718444243,1 +-0.48492980525506324,-0.817788352994476,-0.8147516699305445,-2.0598959486835478,3.2125098457884165,1.6376633801574718,-1.2829403480368473,0.0843437831579602,0 +-1.3138624940703212,-1.3415031095860583,-2.3254466596043724,0.3533104815453023,1.2938628318655825,-0.46700547325932706,-0.3540904569476189,-1.0983317303533666,0 +1.4001546645583602,-3.155721306157913,-2.150162624444211,-0.5894095492593694,1.63843950885445,-1.0208100222960421,0.3217268318864186,0.47186271444380057,0 +-0.5987361548443492,0.9883497166487165,2.222101195649751,-1.978203518521856,-1.0233346799483973,0.33413597657417315,0.20141075123919194,1.3431149873601131,1 +-0.6182423372077909,-1.6986240807674435,-2.787506428415565,0.40093460893470934,-0.765915087398788,-1.833395830152725,1.280012234744545,-1.6035414629075102,0 +0.4041556142626149,1.2738220465819254,1.9594729822804005,-0.0017021356545510627,-1.66518060292383,-0.9959648210739871,-0.8895858420074728,1.2322795944486533,0 +-0.2422982681436434,-1.1876821083651419,-1.1340122378643125,0.11651133560672784,0.44993310948478427,-1.091847238524191,-0.49175828971403146,0.06762820545240422,0 +0.20125284607794733,1.4721783080788593,0.9217006984227787,-1.2855638462490968,0.5927900453418714,1.5399256779935881,-0.6441125200029334,-0.250736116129709,1 +1.2343382196823858,1.7570460646525021,3.9583998442563857,-3.111502702267737,-3.3227702062222164,-1.248497095794539,0.04308226930443493,2.622427005550322,0 +-0.7040624239239575,0.9864576279150198,2.474552088184171,1.388619341948367,-1.29034618575863,-0.6388013455916783,-0.7860375952171115,1.9430246764292063,0 +0.1348679917862081,1.3429569397970782,-1.0034028166147546,-0.19672302764195967,0.3541317379028999,0.334673899261247,-1.2188689770568604,-1.8499227381537386,0 +0.886813838869095,1.060978746417006,0.4388201088034203,-0.825029253375248,-0.6695041795949567,0.18266618621439257,-0.07140551833652986,-0.44495951612998524,1 +1.1869972005925085,1.8426779721868887,-0.6821180376485289,0.8922634174028151,0.782810801350212,0.47041644511168723,-2.2807147464809026,-1.668667245336549,0 +-0.41631359231666554,-0.5709495876910982,1.9507460941589327,0.30581646070010204,1.104190817074297,0.34861883145959593,-1.0552304645550372,2.723364819521734,1 +0.5817684125660402,-2.5787938592470816,-1.5597767198922179,0.9535477967151871,2.5805298305546325,-1.406549208920573,-2.3289440324493462,1.3312169256969408,1 +-1.8600416976845888,0.5856691525886837,0.5055529404819205,0.12077540622728496,-2.8948257056024356,-0.27836019448390004,2.9821991205321856,-0.7664676861662507,1 +0.07733032173021391,0.21072571203146417,1.7535256654586542,-0.525730865593371,-2.821764861650689,-0.6351210049477365,2.44778482312363,0.9903684587517316,1 +0.8045205080730434,0.3233587737409962,0.6833700685011203,-0.4906360533308631,0.671007481172625,0.5314803600780216,-0.7935249359290183,0.5952294370503566,1 +-2.058085625779649,-2.819835775813324,-1.415240775041877,-0.4642016614464165,2.765297629288575,0.20800939927570627,-0.2202770606498453,0.9873681217403445,0 +0.19193962753558755,0.9516211307609194,2.08286541865863,0.7737029437061538,-1.5733723603657748,-0.8594890599253797,-0.5264827218511676,1.521123245963031,0 +-0.15315329342005166,-3.382132012112704,-1.6733160877681408,1.0107397374380607,0.896816054435065,-2.9414568570398467,-1.0751373671342295,1.6728984631625776,1 +-0.3719037730287021,-0.6283927908782175,-0.6400267387729816,0.6763367738475701,-1.8559724149416703,-2.3922224244101624,0.3185197224683085,-0.022310443522156165,0 +0.6913212912963762,0.24572726938372658,0.5152917943354505,0.9326592117698339,-0.6848236772860729,0.45748329294718026,1.1743420045925568,-0.036735580222839403,1 +-0.5679363321131654,1.2221763511249857,1.8751017504292455,0.2187203968443241,0.8492460478629831,1.7082646665480639,-0.7898053657330714,0.9557822992032226,1 +-0.5910106365731321,-4.181587824877784,-1.6029092518323511,-0.3666242872736824,2.6170500870333178,-2.735883748752956,-2.4134173029424746,2.766046733490768,1 +-0.6270294732392836,0.018783153761569915,1.3745184063744758,1.936730763593704,-1.0277725198581311,-0.8837225014996116,-0.12768030803428965,1.483224357785335,0 +1.0223548370797222,-1.6715641638188459,-2.8958544966910313,1.3019778938231723,1.3999959949059104,-0.32439186675039333,0.20460747020074538,-1.5612717858439402,1 +-1.761074409222137,-1.9570775206866162,-2.115504937146647,0.8901659472222971,1.52405715165417,-1.5486168499176203,-1.5218754773918095,0.03387498373035014,1 +-2.7905469221775814,1.9475919058799398,4.502191687733122,0.5050731498103893,-4.342750216358008,-1.7962297253308679,0.4059738122968941,2.9578956567202734,0 +-0.9083896626188649,3.259009804008013,3.604552147467187,0.9457930079121578,-2.7942612857277656,1.2492693118004516,1.1028932012892358,0.515870370518251,1 +-2.4160222660936457,0.9814027691631451,0.4493886250748756,1.7424632192529383,-0.3268853173230257,-0.3361138718025773,-1.1695514140968493,-0.03010970360065557,0 +-1.532985053976064,-0.4283511529520878,-0.37623435571402225,0.1886365662113724,0.9804962402307638,-0.031747608447680986,-0.871274785746051,0.21765848926770992,0 +1.1074372408486461,-3.264994964230026,-3.179682450038706,-1.513380361892085,-0.7844686794043693,-4.195666067726755,-0.04282945168128971,-0.1399104849704087,1 +0.022469998293599313,0.26414020760319235,0.603976708906407,-1.0711979646033367,-1.5873404665276702,-0.9212605936749789,0.5774613423264321,0.3050570154661406,1 +-1.6564915452707718,2.7374372264756293,2.0027524015270752,-0.05372649514446792,0.4599870325625352,3.1175401827002904,-0.025268275416451047,-0.5093477518758407,1 +-0.8109021953244414,-0.8526174472788878,-0.5623947507154137,-1.3853043505832878,1.0414057892881174,-0.629589456261529,-1.2446565008316748,0.5337248823103715,1 +1.9163265543837256,3.7079765810459033,2.880968530092161,-0.13757577200093007,-2.9765302230537487,1.5163000637098998,1.4429059859130766,-0.7111354209882295,1 +0.9664572466108815,0.9403440152031224,-1.2662393908022642,-0.376035796871199,-0.8485170524990133,0.7920032933707266,1.6169590507228864,-2.5792508790681286,1 +1.1506496113289502,-1.2256350529573357,-1.8636934587774596,1.2389981245883641,-0.18436213882096364,-1.613847944708254,-0.032472257778475844,-0.7260379926688314,1 +0.42982963225456416,3.418244164793757,2.2469303372096263,-1.4070635181178037,-2.910650287566043,0.7979441578312608,0.8852691681215752,-0.9047439925509194,1 +1.2257925221784003,2.0529231253291433,2.0424893951883787,0.05852117489867111,-0.9357090213467766,1.0187769641441946,-0.10681520397403121,0.29225048645374085,1 +1.579782969061802,-0.5863287057701771,-0.6559835160699424,0.14050697828712738,0.49586791749704145,-0.6309742630989336,-0.728406541798565,0.07412289135572969,0 +0.22064938207446616,0.5275433837284194,-2.0060596318944146,-0.9324100625051386,-0.9447760059358468,-1.3435505248387207,-0.43679057609897515,-2.2629350387415608,0 +-0.08163426619317111,2.2393296680900256,2.3369106165724696,0.3130586072733122,-4.601893859192125,-2.55198771434743,0.07509754101884714,0.6586095678104671,0 +-0.9484199701199248,-1.9770523170329606,-1.6477681046162338,1.411801649945676,0.6548473990918202,-1.9858245810102702,-0.9777640151733311,0.4123752396041926,1 +0.23624293906569888,3.8130943042269694,2.031124379576232,-0.2824672186687968,-3.3001294270016404,0.07117322886735333,0.10762693750211338,-1.1914379790082845,1 +1.7268806673592187,-2.190562700910074,-2.2248925617105653,1.5812095161274533,3.9051563435903107,0.9651760794081898,-1.2826033644111532,-0.1375817140674065,0 +-0.5114393201187519,0.3359343409362727,-0.03877502410191072,-0.35909849067331284,-0.27573468841262816,-0.3591943074381836,-0.4369095294405414,-0.1774076630966933,0 +1.4366935388286644,-0.05066715219365514,-0.17886418177483446,0.5510175305181321,-2.064961319913239,-2.4484911028541507,-0.2139464090326364,0.10669762746706613,0 +-0.2129267494759533,1.4321847391676046,3.7645733560527876,-0.6753781264151266,-5.661105418908916,-3.225824051611765,1.1477629363500528,2.552634443599106,0 +2.695343685700041,-2.6536095971487694,-2.3383700146170687,-1.1107634394703678,1.3505294042221312,-1.7620262773730178,-0.7437212293194647,0.20158659065913953,0 +0.0896475023469796,-0.7119199050986444,-1.6871115858954506,-0.28160116732344725,-0.07113849997637382,0.22078210238056872,1.648644425797006,-1.5760571960526333,1 +-0.046665893947589215,-1.4836186922884895,-0.3623810094987067,0.19829474096439592,0.7693395482262023,-1.2923863680260237,-1.117592782502375,1.2864279352288714,1 +-0.005279711991657638,2.0359503453950873,-0.11502843002468738,-0.6018391647672574,0.45183454354440744,0.2152961944039724,-2.520204209728855,-1.171290554698682,0 +1.328089691964132,0.7894731656371222,1.5948716481389513,0.8135287379025855,-0.5468678941813294,-0.10885156628404313,-0.6746634096247842,1.1447169904561734,0 +-0.813533100506789,-0.5851340989736951,-2.561400192004074,0.1851312769244571,0.2476981058478661,-1.4605654031335602,-0.9347595477575336,-1.7437014572606566,0 +0.1540158343127975,-0.4689226555895475,-0.3811976530850555,-1.4943362215609202,2.239197170235944,0.06057184836635621,-2.4989027101800536,0.6801665586295551,0 +0.32436638767798126,1.2828317927836996,0.38594227580255,0.10461840534581811,0.2637681574473077,1.7897882732176864,0.516838953785668,-0.9684926516830985,1 +0.5947779641946823,1.7411672783808316,1.654915872579039,-1.3915149789955987,0.005295874300535195,2.0409196020078433,0.36169041142770797,-0.043406742954889,1 +1.292393492982935,-1.8465432905023678,-2.809678819378443,0.5612994628994652,0.44938678357010137,-1.959766551073287,-0.4567118071790406,-1.021558075884173,1 +-0.6058277592587519,1.1843968722536418,0.8185220913682182,-0.15732660162740317,0.2734072180580364,0.15935604614756926,-1.6901045933570216,0.2763738877373262,0 +-1.9320925747803264,-0.6483443795969125,0.12639754016639085,-0.6702726648779184,1.5816476475964216,0.09567162336793655,-1.466214164322549,1.065445198683763,1 +-0.31411705369283477,2.0426880706489836,1.4077703138205542,-1.408611749909051,-1.338695826716109,-0.637997601258455,-1.548575133321949,0.1730331781088732,0 +0.9014783543988729,0.8826523883069046,2.9216614497423463,-0.12614580203167064,0.7186427341596754,3.046950843257413,1.2478333756857576,1.652121843664364,1 +0.6673328939203598,2.28937609407914,3.427470573620158,-0.45076599022730124,0.04674334884257994,3.6695256748527836,1.3745612040961963,0.8958471643129731,1 +-0.07790570910432539,2.3531875680187286,2.735333363949416,0.765922646209837,-2.533866932648354,0.8577229404667266,1.4357232944531193,0.3376937151958235,1 +0.33423458024533864,1.6085799652743362,0.9330325600885166,1.2458498403618163,-2.630825729543823,0.2370386167662687,2.0670211907576945,-0.9880270715335847,1 +-0.6843125596058593,-0.6468320824000957,0.9404653428196035,-0.45618362747970187,-0.2483357044749972,-1.123677573711934,-0.7173261013944485,1.7823134672439156,1 +-0.1479579922915745,-2.4109119818318105,-1.4850518021529764,-0.5142441883444531,1.250685388861821,-1.8414473956165252,-1.2141670412244245,0.997089033705457,1 +-0.1579975443998035,-0.22437121770811336,-0.11283167126860852,0.8781341658680509,-0.18875276460746787,-0.4633620683850137,-0.07441136264313308,0.13053264147326393,1 +-0.35451277652701507,2.035563022436806,3.444490692009197,-0.5649058228931261,-2.6573547617521385,-0.9225137931190883,-0.6241936139927495,2.020472216477006,0 +0.26326683568987835,0.902724145261752,-0.2404409297605608,1.4276593951357615,-1.5476041579097868,-1.3409561953062963,-0.4851861457732359,-0.7727453764466843,0 +0.796719504781454,0.5993451401537978,-0.7058028750438652,0.9460637573513586,0.2150441809850972,0.9922424678014448,0.573271943725511,-1.4546858019143662,1 +0.46428618255445525,3.3929371390003933,4.941169358215836,-1.004982803850654,-2.5102359854715512,-0.03177147598761876,-1.5398423122430949,2.574248304011169,0 +-0.14151311319469728,-2.9082528600847173,-2.5581498030044694,0.043398082961253456,2.4735162054874382,-2.187354318093594,-2.575658551939016,0.7215990920421441,1 +1.011809012085107,-0.10302593571027086,-0.5443281841105657,-0.38577475798389566,-1.178950108437209,-0.23239035420330578,1.6396903352804346,-0.8919195246538655,1 +0.24640584709055277,0.21419958986537457,-1.9426075127134577,0.3367949817349551,-0.8151023347754415,-1.0953303558208423,0.02902696143828687,-2.078843209641138,0 +1.6889791676615433,-3.0635477290863973,-2.6435605026077282,-0.30171417288383623,0.7143917293457167,-1.5674004216480537,0.9534011697685578,-0.2363652939901702,0 +-2.672403842153561,2.7835475035622173,4.211061784572883,-0.7016483708439071,-3.1327085776688097,-0.1665797965953867,0.03551862699683517,1.9311812072287624,1 +0.7099910299165276,-0.6472949368580525,-1.6732827733306852,1.4639825430176598,0.11692164792008154,-0.019003215058099543,0.9867593555805305,-1.4191273410879568,1 +1.5269106995539747,0.5890751558065379,0.4081608707887068,-0.17851248578836487,-0.7153789152877239,0.4842186408906137,0.9140892890170582,-0.36726033307253714,1 +1.15017956388407,1.75524228849065,0.515504792621733,1.0016924858196068,0.8291231105666239,1.2251484191801172,-1.589806199848281,-0.6226072373155532,1 +1.4935262730973302,-1.4747439229259327,-0.2824918565647579,0.8563157850829115,0.5533537459678679,-1.175184501412653,-0.6855924356529459,1.2342463899705063,1 +0.5550256688661224,-0.6688784544351432,-1.9275379714100176,-0.25328702571683825,0.9505529297213496,0.7281948623795811,0.8904245100047534,-1.6905069132710215,1 +-0.3043688161864494,-3.1847308803374403,-4.362774392951977,0.43342215415473917,0.3823605002307307,-3.6287353639918596,-0.6980015196453029,-1.2761740825656742,1 +-0.5783125971428617,0.7172923138817429,-2.1842289675613076,-0.499209541029642,-0.22680334098865307,-0.5750002727961012,-0.5894004178709361,-2.6219186664180256,0 +1.2526843434162063,-1.963044726201099,-1.9294596384727472,1.6451158639800694,1.937842376383646,0.5851117850186343,0.6871523881088111,-0.5333253226152415,1 +-1.2092008571708093,-0.5895586623985312,-2.711883585388357,1.015604947723146,0.9793275204313152,0.5101283367458131,0.6983016557923593,-2.4858487293697222,1 +0.6106674285940457,2.9950684391304696,2.709606632016697,0.7178011784047393,-1.8722470919022762,1.287788039382845,0.3805402048149986,0.02186448371365557,1 +-0.2585963118432604,0.772885852873167,0.9325665568499937,-0.14990463141546762,1.7087445951231246,1.4592802019212436,-1.592922129241032,0.6138779001765506,1 +0.9533033369430925,0.8544211712684684,1.8162062125760465,-0.9596061373089504,-0.36562148112806253,0.4935813121818122,-0.2632580291761661,1.157266121407744,1 +-0.6669684489796605,2.624366206021436,3.0932097002689396,-0.10151967236484621,-3.0343691607724117,1.9875349757696146,3.261760280620668,-0.10838437801765832,1 +-1.6971433491295158,1.3503892088583838,-0.714296982358861,-0.840248019913828,-2.523781732808434,0.8099593998736624,3.4304123541337486,-2.8567463400918998,1 +-0.09586380021948561,-2.7226095178436704,-2.9810818522368026,-1.8426705691613539,-0.030783079875123933,-2.4437858173157925,0.5768101179749263,-0.6982387082818007,0 +0.15981736108823,-1.100796175060591,-2.1715144704463953,0.3919431771743165,2.4038788975186294,0.5473241472776755,-0.8885973004118297,-1.0784055346327293,0 +0.6192967295423819,-0.34188256024290764,-4.377899589198877,0.31710515134535794,4.309363242286317,1.201532086451653,-2.9191557798420495,-3.4623531812497905,0 +-0.600649448168016,2.209375647845733,2.0326581979161307,-1.009856883606675,0.21494505174603346,2.2202926980302236,-0.3116668688164491,0.11338548400913606,1 +1.3363011014060688,-0.8941246750227205,0.38353864609136074,-0.04794764663546825,1.7705596240748611,1.0852473821504864,-0.22445437374929933,1.1225026972445,1 +-0.34043947540552966,1.4408760087243089,0.007230205914118227,0.7010437883866494,-1.2792698533769826,0.39440142535910533,0.7953965377057143,-1.4551863176034272,1 +0.02989328242141215,-2.76819025719698,-1.4303117782646095,0.8559931738861284,1.8231586368434238,-1.8327448712543843,-1.6497917079064788,1.4716962454056404,1 +-0.8761300274149444,0.6257812168417828,-1.0945316495891384,2.0349232564478315,-0.5283664309549929,0.04012956150607383,0.44704642635159225,-1.7648697925511965,1 +0.4519256923354905,-1.1553270009318104,-2.1796988548276937,-1.3951774732388038,1.7938139840375986,1.442902205210698,1.2377612639690403,-1.6846383904687552,1 +0.00906845455041335,1.8785905756488552,3.1654555168310083,-0.2100899333211893,-1.1258811675558509,0.20970222383525527,-1.0494756892771129,1.8977435679917125,0 +0.7334317841800029,1.231138453839885,-0.18213217610092208,-2.221240702052516,0.6717715408759836,1.5535133407022803,-0.16152358870274974,-1.3004460848119728,1 +2.9877270681522736,0.12842788959885731,1.5429199370892408,0.01181394193811988,0.1684793474589113,0.056595900704250246,-0.7467725002734579,1.657121540221688,1 +2.1030964026028234,-0.34718462769090563,1.2797316494744155,0.8130369639824228,1.410326699814567,0.21608666325444992,-1.717349436415216,2.0417779014430284,1 +0.8927670693036008,-1.5384098251350813,-1.2692261617382103,1.2659429139962206,-0.7947478384298393,-2.245871594172683,0.16181563048324854,0.1381555880487162,0 +0.7157576858366721,2.419115858622921,1.8590462563201677,0.5595340102262428,-1.8436996266653611,0.14317482419839,-0.3215615283506388,-0.07823008537767762,1 +1.213707688904532,0.8910670556447366,-1.0195564824750898,0.726018478970816,1.497214539724129,0.7711896749658416,-1.7755367653392353,-1.367500304685141,0 +0.7237085410516119,0.31671086457135433,1.6419729318851493,0.7638251540095667,1.9367650241848142,1.4041662270408024,-1.703663531567891,1.754283278560854,1 +-0.3850483914972144,1.2099943915263038,0.3855360923160516,-1.3661284707013812,0.8764680168964101,1.7145625263846198,-0.3790686155765137,-0.6592199951120483,1 +0.6987084175024517,1.6529201826585618,3.4508306739914683,0.6620218445487346,-3.0201351323795147,-1.2889146796293345,-0.18449469992949152,2.2592652529449504,0 +-0.7223253029560605,0.12596134262301073,0.6095520089647319,-0.649160443258062,0.6336066252256947,0.39610921778531427,-0.686643655039979,0.6684197072366661,1 +0.2779811962863156,-1.7723712732839345,-1.6929936024533838,0.3357750349289276,1.10998270738068,-1.305969087674764,-0.9279747361429382,0.12791704865337883,1 +-0.9327098186040239,-0.2477542739049643,1.0386958013873269,1.1723859266557566,1.0575394358256616,0.5709301059624212,-0.7785777099859721,1.4316503217322119,0 +0.7564717531088743,2.280926675864481,3.8411428894454662,0.7735389405597194,-1.7373234010143122,-0.2142259078380505,-1.3706611910620594,2.363932073708336,0 +0.01462314125428844,0.3112675265642645,1.7115061083296732,0.6066677175205606,-1.4080862375464012,-1.0845272673435056,-0.2651930766347559,1.6312148792925454,0 +-0.8587886546677651,0.8998575447909791,1.3896262088537852,0.46886550554227807,-2.4486653978511757,-1.5224906881746918,0.09299241328703012,0.7436283323430248,0 +0.4191259773477594,0.6095528251558879,0.9940112390607282,-0.9344900441412913,0.4509212152480236,0.7491495539927002,-0.5870447806494281,0.5965985524872828,1 +-1.4393607724819757,-0.3320025049417483,2.3525896173954877,0.027668812628917128,-2.735728520619907,-1.902574017294481,1.047389993102969,2.533651154721884,0 +1.0065587923809998,3.364645396594656,3.358123336953992,-0.6517210439242989,-3.823304675074491,0.8846741830478746,2.0416797283668453,-0.04980894070646302,1 +0.052543730524256184,0.6181789538511021,-0.08491213398445903,-0.7818847203838197,-0.6818018552222193,1.0845446590644383,1.7773335501066176,-1.1724936911450983,1 +-0.1560605341834181,1.1664268843098082,0.5643453818337764,0.74735517040537,-0.7299691927747629,0.6021208707389164,0.42463748185569633,-0.5728472085951224,1 +-2.1714514352834615,0.4760392411351285,-0.9096196474611354,-0.2182826608191823,-2.5782722381703125,-1.4074152939852984,1.5492297529514012,-1.637666376688749,1 +-0.9243010644473143,1.0444242196175086,1.8042581215597,0.5814397828650539,-3.003804819903954,-2.0993564201166848,-0.15953097608672706,1.1554211713315357,0 +-0.1802277831057558,1.5279293986846465,-0.6830332305952904,-0.2896697584543273,4.223521025970026,2.6633009113893955,-3.9249699467595587,-1.1270463795092205,0 +-0.2019221247300876,0.90172211014962,-1.563500158732488,0.38016571367598323,0.22019043276695524,-0.8680890495035551,-1.9954584417181864,-1.7440332968962744,0 +-0.4184944390008406,-0.4558794790517663,-2.068687729671594,-0.3778389148026151,2.6508208796869073,0.7233025595171516,-1.7312750260954815,-1.304172452160548,0 +0.39706675771634564,-1.4045102445874629,-0.977682353254962,-0.42147173113970937,0.5714294184019956,-1.5719700153617522,-1.1166863274474084,0.6155387345345982,1 +0.5957924434463563,-0.547422813678472,-1.3681660981635095,-0.9186129858863856,1.8349504385708189,0.2902264887204732,-1.2474644100475731,-0.6126676724941473,0 +0.8566584883360345,-0.206103734711914,-1.516195700862406,-0.17203702219797187,0.33759007215856723,1.2366375771875695,1.8259988128710147,-1.9555206421915983,1 +0.7693036265021963,0.5213149034523664,1.0728205977144496,0.6257755519491746,-1.6407860049758909,-0.5717569457262957,0.7078793182090705,0.5021710242802666,1 +-0.630245707578322,1.549850563892579,2.3393631530218144,-0.9526733112009208,-2.363321579956747,0.4435676603362986,1.6200706580868571,0.5957664258168534,1 +-0.18607389988162026,-0.13961554817715416,-0.507773955463151,1.2829264185542275,1.92512241994022,1.0977490201524787,-0.9859263992228937,-0.2155040528550347,1 +1.4676152149822177,-1.5680353282600232,-2.254332037839422,1.3231268269492888,2.963541127393695,0.49858784968572323,-1.2244466992905196,-0.6732901703450833,0 +-0.9836254461714499,0.35798157474954917,-1.3473461818193417,-1.0529926858855199,-1.1635567761228864,-1.0452028339392618,0.2669661299132741,-1.663614684082291,1 +-0.5167999475998261,1.170800464744398,1.6613170507598747,-0.6624319057310877,-2.2912117320843457,-1.5233633874327475,-0.5031179371796624,0.9522031947677978,0 +-0.603107552414173,-1.691384490495768,-2.038678244506684,-1.375302090624105,1.1917506905136255,-0.2914492633908492,0.32074699911256427,-0.7074237337016229,1 +-0.12189998333977216,-1.1465983526522077,-1.9479705359992807,1.7297210700742554,1.171311827259158,0.8605986870259263,1.2731598748568222,-1.4214513618370108,1 +-0.5541452357517409,1.4704134864521108,1.978983512265268,1.5513485177007758,-3.704613116753622,-2.0124743699043384,0.44667679036894037,0.8024729143424274,0 +-0.8454147894733824,0.026348376299859533,-0.6504172416000213,-1.1722197321159367,0.5411527817658334,-0.292966458494422,-1.0044801599329432,-0.38897003369469485,0 +0.4100014094513121,1.654206217072719,-0.7040983986395095,-0.2808579182652848,-1.8476885157870486,-0.3515553889905001,0.5856398924396007,-2.2442707440028866,1 +-0.3130637380744091,0.5358932865126909,0.6442566447967779,-1.040717813583637,-0.717926581857082,-0.6700629880301335,-0.6326103000125858,0.42456836373741497,0 +0.21811085845334002,-0.21181579192446587,-2.7397009805726604,1.2638274912548022,1.784914494956231,1.3244681085525554,0.235808261452906,-2.770513445094312,1 +0.13688529445650188,0.8279959875708196,-0.000996462148539101,0.29181678183532833,1.8768597800646833,2.6928170991201474,0.02161078770736602,-0.9127699843290881,1 +0.6802116408578953,0.29944122111543836,-1.501138884139329,-0.03507063347516668,1.9619634689790295,0.6916501988629864,-1.7683129299110163,-1.3529958411960008,0 +-1.5048049208910268,-0.34419467280441096,-0.8575375425822477,-0.8265031814897419,1.7257842057073562,-0.3240435197352284,-2.2770714350082493,0.06023726370332372,0 +1.423215521959257,1.1623977500582512,0.4906621598572042,-3.405503181215471,0.13865465463393162,0.36311555805733275,-1.1080732610503303,-0.21130934997403156,1 +-0.07161870608385579,1.2367026922400377,1.3150037594879178,0.5521859685263192,-1.3002610466724391,0.4053664643698318,0.6843773891488059,0.07541923441361753,1 +-1.7542247912442268,-0.39593698647591014,1.1446251278836768,1.7980261424497532,-0.06657605741762676,-0.43583859068873354,-0.3883273854521242,1.636088335995138,0 +-0.43883954598301655,-3.5964652913074655,-3.565948235814873,0.5071037002289208,0.10329874439025023,-3.6789396438545197,-0.15171694333700325,-0.26260955470100944,1 +-0.496492194047141,0.788935722603674,-1.7621276789586182,0.9044733016517724,-0.9628684184927464,-1.1436260880861344,-0.49627774333693375,-2.2350861061466247,0 +-0.43848587147923357,-1.1124379666618216,-1.2022523994402274,1.1574811073109894,1.4841221405456329,0.9082947474655921,0.6393269759308184,-0.5246860776227938,1 +-0.19621420447966945,0.7906749515947056,0.34172616477712303,-2.255262468268854,0.6763029853774953,1.066626399639571,-0.4930061393966376,-0.26902888798921293,1 +-0.36099404580426103,0.02120693887671743,1.447238411983318,-0.38204109846855655,1.8018187463478366,0.9496381793351207,-1.7428113031586248,1.8514536725789064,1 +0.1255320571714645,-0.3273966555123349,-1.112864066405663,0.2817636393835132,0.05557176186546557,0.7405374242538816,1.5814954504781915,-1.339006749221443,1 +-0.888959181836128,0.5769295131371623,0.11733013203778402,0.560282566660693,0.7905978266344763,1.4684816098071076,0.17500700185261697,-0.5280622747188479,1 +-0.8667500809599987,-0.8089158284900634,-0.7664570953227002,-0.16968860569931693,-0.46114408627406994,-1.0978499899770446,0.286077684818525,-0.0887909812299068,1 +1.948832875822782,1.740450472391654,-0.40440075595857167,0.011106159154387304,-0.054881154578277816,0.23740773555568784,-1.365853186813141,-1.5297534020374797,0 +0.7408590834853424,-0.796167577052471,0.35250694628963014,0.3669862489769028,-0.24240941109593395,-1.1691202329404204,-0.4563910030021545,1.2438652920998097,0 +2.3658277856661294,0.9713502420959089,1.9618984224336853,-0.8854853993550802,-1.5471488072007338,-0.535760519335537,-0.1185527444355815,1.2463387640474737,0 +1.1976272419697822,2.066470760016424,2.0039904716195487,-0.9158690949490702,-0.3389701146205658,0.08034787803960264,-2.2137090438626457,0.8836821611131245,1 +0.557426342695266,1.5534705503314883,1.5237704228073046,1.3380907299393308,-1.7272116901906653,0.5652319779232553,1.1052090357253823,-0.10612156655811678,1 +-0.3592722387874835,0.8048012132728928,0.500064946581534,1.514270273910715,-0.1597429175940442,0.3702043282041434,-0.2898842552479403,-0.12160534794615552,1 +0.74174898724706,0.0873532536160685,-1.0224776277506407,0.47052691884253034,1.4983706684930513,0.3898732868401169,-1.4182289802876031,-0.7590101210271201,1 +-0.21339545805139157,0.4643028325950094,3.6528989884579035,0.9543464191958783,-3.0100096160779146,-1.5843291234180903,0.630824422576554,3.270682017977644,0 +0.18731301232522163,0.6712561426072238,0.07020534303586935,-1.0480335961662886,-0.8209070812400832,0.7658455242452755,1.4488422368598979,-0.9463824987922543,1 +-1.773085146471521,-2.289694455304543,-3.483968899248341,-0.5509692468768348,-0.14696742437645374,-1.4129998088047904,1.795296650991541,-1.9836634741378973,0 +0.35214563470022064,0.8077227200133186,0.6405583039002112,-0.0771478150284028,-0.6062492915419232,0.3896526388230037,0.3296317991955653,-0.15040922247295196,1 +0.4715574935984881,-1.4618718442104792,-2.318368961175756,0.05028172388182402,1.6419451094760655,-0.9890599963076222,-1.4194018931517733,-0.6612045311917745,1 +1.1904140911906138,1.8719632118525584,2.3863677426071686,-1.066191055915316,-2.200077584175134,-0.8526318606346572,-0.7029288607842886,1.0993510345244302,0 +-0.11049569775582072,-2.791018690049942,-1.5111721398824052,-1.392682299681756,2.326513315991381,-1.7316156716737163,-2.1852335703089,1.5459199690381462,1 +0.19055662806734502,-0.29766700071389074,-0.32133402496485686,0.11204042905789564,4.316068249338549,2.5293690180431128,-2.3707197574600323,0.3723285459495064,0 +-1.8088185758957982,-0.8260279497656641,0.7542980595838437,-1.0748092551728528,1.9691882927058746,0.28090863812847633,-1.7608619032279016,1.9191110794602846,1 +0.3311549752724883,2.7684836870357667,1.9712054218746096,-0.2172773870377037,-1.4107462313481167,1.36864128016266,0.28646923555951165,-0.5178481559499647,1 +-1.4898343098108506,0.08562275606022329,-0.08753967309994187,1.9535420822161074,0.6134028789557946,-0.1961046709821147,-1.2040277784531996,0.17951267948727612,1 +-1.0051969215034966,-0.6972797850621201,-0.41062519148108767,1.2985512069763756,0.8698862461906361,-0.6493843412534556,-1.2374761164570693,0.5563154144780773,1 +0.6908717377022913,2.6890144580298685,3.254667325623606,-0.5608905815064787,-2.4414120992784256,-0.6360359485995318,-1.2003399523183438,1.409522386560032,0 +-0.6536985526260397,0.39837925070209,-0.9006843207856122,-0.5860214982925536,-0.3267203111136411,-0.38755768953182007,-0.22166917844055894,-1.1620772052747825,1 +-1.858466800589306,2.5422157793998297,1.8354255159233157,-1.0592329140921148,-3.1711118380324166,0.23119787241526701,1.56389592884315,-0.7230830471913158,1 +0.2944037988492942,-2.376011891409028,-1.4667105525426936,2.412090962233006,3.2606356707562005,-0.735502312935759,-2.6495941810389008,1.2897930258871786,1 +-0.09565886355111551,-0.6930741748957298,-2.684229931937172,1.0276266332767592,2.448864465981797,0.5032816782541936,-1.3039342363714137,-1.828070806856101,0 +1.0308473594295835,1.2390966979770917,3.0711726059795765,-0.8551757667167825,-6.9901497517622575,-4.35960260405684,1.9391035066094384,1.883955435521882,0 +-0.04092562442899756,-0.6556098274303304,-1.7943723653953407,-1.8400977791442734,0.5400905798496467,0.9280331398776147,1.6901035394425605,-1.798075280314315,1 +0.7205604130009635,2.4035551948247846,2.2190168496958096,1.566598261811629,-2.4844739890143326,-1.2426186781868724,-1.34262725247213,0.6832432128351057,0 +0.06556011243522109,0.09507700726732671,-1.1583880208801105,-0.71682541362972,0.5647490355100074,-0.41919685062707107,-1.1346980104122664,-0.91830771806243,0 +0.049281470923038875,-0.6471835492059806,0.6043239461850459,-0.7957329493460209,-0.6959431501796877,-1.0660817744540034,0.09514558987533439,1.2167919464530579,1 +0.5615940015387415,-1.0686934261365115,-2.103042106126126,0.5300844573075014,2.4430497946908094,0.15540869846222571,-1.521614231435733,-0.8346197983376323,0 +-0.7061512749913418,0.5934577349424104,-1.25222101145017,0.8349654599866831,0.8857575806578681,0.13601694367899808,-1.36259444198771,-1.4155567811475873,0 +-0.19854836820026972,-1.5671167232785255,-1.3482665055250471,1.0986410601576726,0.6890428659745006,-1.4384597597402364,-0.8245338801371611,0.2870241053736236,1 +0.13540571308084356,-1.5029169623424172,-1.427790802592671,0.3407463351758892,3.449187452990492,0.26519955532463013,-2.536477890477872,0.4845028469145982,0 +0.9333776308860069,-1.1237890659962042,-2.7936268968967966,2.654949115826844,-0.5212955260758327,-1.6918745584003003,0.501571320937505,-1.8955594521692363,0 +-2.022458977295183,0.2428209070434641,1.8540737888940795,-0.9788303443953693,-0.6569240732166373,-0.4457340962076715,-0.4519612981356983,1.8354483958034635,0 +0.19307029032094877,-1.8551412328419092,-3.7272348406655063,0.5068395815866491,3.4443415819859036,0.42033177768064434,-1.2819749762042745,-1.9059596697644017,0 +0.00592408350547201,-1.6827078544349772,-1.7237893207098873,0.460592688323254,1.0259878956265982,-0.8885960868008513,-0.3391915610692888,-0.1704210275602519,0 +-0.8418441048562244,-0.7685655417310638,0.09786148808302152,-1.4180785426442009,-1.649551107599299,-1.8124579320499057,0.7365512799607858,0.6883641943724338,1 +-0.36929585149278904,0.4926565505536855,-0.7925790445069189,-0.7350985830808774,-0.8425885712424844,-1.7036943490839533,-1.374116645931175,-0.7191218983282177,0 +0.8097821605483962,2.249989142209736,3.0125483093991523,1.356676178547004,-0.9252451407708605,1.5206993682149068,0.05654462131923732,1.0288659180924509,1 +-0.9399459636883821,4.524440032965668,4.0970297691521536,-0.1540548755008925,0.06003105450223025,4.486973845216909,-0.15681807939493686,0.03994861395873761,1 +0.8649866429710321,0.20640602242266592,1.9851265482249854,-1.3866523056447744,1.3896298681880763,0.9628615420177458,-1.491346170830022,2.1725663065350167,1 +-1.2485168812525933,2.364332431585555,2.8792990251645008,-1.1625506702199502,-2.4894992514702703,0.25051746956650167,0.508997321684628,0.7718727694299657,1 +-1.593982976118917,-1.3226835783890296,-1.0303078995780464,-0.7402632005586495,-2.067939732245296,-2.503670531270883,1.3332318237952607,-0.09843985325618188,1 +0.16500938452118893,-0.03968290882146519,-0.6764260917182087,-1.1854004682755677,1.0753184628606023,-0.01021200408370182,-1.3107584594545099,-0.2984439106523262,0 +1.070868900224402,0.13819900204471536,-1.9607676702401848,1.114301213922793,1.0177715770818059,-0.16459832276967656,-1.2573843570675562,-1.7564349619001076,0 +-0.32684509596851596,1.2286165207791435,-0.516099146393374,-1.8930249409553273,2.2191245691800603,1.8074679672114864,-1.9318808733809247,-1.1781882851836687,1 +-0.9406819705455649,-1.2504875600296206,-2.153546015355242,1.5149295983133413,1.000003548892593,0.9736855086666746,1.8395693777352748,-1.704518532276938,1 +1.3347667707321627,0.8197484845818134,0.6745021648340447,0.291558378706317,-1.400267554027399,-0.35307180475705713,0.4490293231303827,-0.10141745403119173,1 +-1.1722846260987494,-1.1498257594626684,-3.5418781750918,-0.9808900832572087,4.051620354636429,0.9699373952230577,-2.229221921437104,-2.0992404800333633,0 +-0.9335989789291482,1.0670855121387068,1.2321100388652984,-0.2250366373722979,2.4267335276919724,2.4506350807002413,-1.6982516308912763,0.6222345542926062,1 +0.32169377606262556,1.350395166130601,4.006581892178532,1.116882207743494,-3.7852493229305333,-1.5802975322034492,0.6850626895893959,2.8666372201117234,0 +-1.0279425332724368,-1.3647592055429343,-2.204640649194925,-0.9860322160879147,2.493321011754482,0.9850211948011989,-0.13811231284183012,-1.1257159733114848,1 +-0.7843095551692195,1.4173284447640144,1.8573394165002788,-0.5701615798479535,0.42023879626148986,2.5858487817087923,0.787677126811685,0.2787932327087741,1 +-1.9775347549836784,0.5323214114738437,1.4879304924071959,-0.2862840396674095,-0.6085610772870292,-0.3184799751513466,-0.5582190455448555,1.2378290545246387,0 +-0.8671139049815929,-4.349419927983433,-3.975182620543027,0.14473498558074077,2.0157942783050427,-1.4095937928619986,1.0764901289811493,-0.548792479513761,0 +2.9218552636241943,1.160302054806717,0.08656461876618214,-1.152784126395542,1.907539483317739,1.3446175210993883,-2.204257929069678,-0.3988737332435295,0 +0.9371346815229029,-0.8262862655953969,-1.6626195647384117,-1.173247026300988,-0.002147646050846916,-1.3924904653757917,-0.48564393974264974,-0.7534017281336253,0 +0.3303776069176541,0.8621862837382164,-1.526940528217283,-0.3290213530936516,-1.108335576300532,-0.19437477591894647,0.8310278992063512,-2.489871450436276,1 +0.9767903736293072,-1.732674251356508,-2.6203838038180876,0.8096413022959539,-0.29217652961830165,-1.6184514485986434,0.8795036666065612,-1.3130761899347874,0 +2.15423221085514,1.216220696094916,0.434617779837108,-0.6616643188493331,-1.9809032425391575,-0.565664034577136,0.6352373324305172,-0.7141561343161987,1 +0.20462447802103953,-1.2698570267460103,-0.293868866812453,1.352277401765813,2.0759067092833257,-0.33495540949926056,-1.9548449815628528,1.3285839915680224,1 +0.6623585283280343,2.733557326420174,3.4768541156334374,0.9082573281809028,0.47677674069528647,2.8329627898696907,-0.8482698383274517,1.2363888034229413,1 +-1.11984964005373,-1.3808656274301296,-1.4915583537629202,0.4782136368451463,1.1277781996770357,-1.1576906947588474,-1.2356812216707582,0.07379376483912037,1 +1.2463237695561389,0.7991731954352482,0.3607593764053039,0.5938561201554023,0.0919383456498773,0.2584669387011763,-0.7519544582335307,-0.12482824679697535,1 +-0.7242376611013837,-0.3915840157994881,-2.5169552594103357,0.12174743015954846,-0.2642201156635542,-1.587996139596446,-0.5958450739268584,-1.9439481411631125,0 +0.0014742622020631761,-0.9819259890420899,-1.4830670781475648,-0.16259430370663938,-0.7099146748578717,-1.5628194192079403,0.4132655314618766,-0.6696164645871222,1 +-0.2650620043297647,1.08250326064376,1.891803029896833,1.3877480311710155,-1.6378846211935247,-1.037992262344868,-0.7588158818439793,1.2929612144444707,0 +0.31649489925826213,0.7087165418213837,-0.17641490349527558,0.47999180971099026,1.4812135620276388,1.4082775344941287,-0.9484292006806239,-0.6293145681711052,1 +-1.9065952471797165,-1.1035545321600986,-0.4760644870793947,-0.5511543210041443,0.6579717139683088,-0.39887978870633745,-0.14395463204697811,0.5179234266577057,0 +1.1156977313741372,0.4934196141287517,1.9173134618429906,0.383041140250906,-0.031073225308605318,0.3907850879493666,-0.517452488910477,1.6416004653802518,1 +0.9395390488999926,0.45349573020066614,0.8452222016191777,0.8400192147891136,-2.3271924577999994,-0.8554031064292633,1.447425449371999,0.14983926512266088,1 +-0.13528403856764595,2.9115980700872317,1.4728151519638284,0.37844470382613515,-2.4922101160967243,-0.08391354512091742,-0.11933815366054823,-0.9240046223698792,1 +0.76338832267994,-3.711361422407573,-3.3576450525649255,-0.3880344434007535,1.211380156974874,-3.0714322322727083,-0.858282558181912,0.1906917265966066,1 +-0.6138184407556799,-1.0338883704670097,-0.8995577603171852,0.29061919880565285,1.0311536393395613,-0.9217448990508071,-1.3273854521215571,0.38900831726098617,0 +0.007155357168012593,0.767865539551631,0.5305586180851084,-0.5803775249798107,0.814517780629218,0.4373542147554448,-1.559347929572464,0.278890056684134,0 +1.4676357890490608,0.6325338599729791,-3.171331094145088,0.4650309109382592,-1.7030065210947616,-1.2816929964985757,0.9492221851461728,-3.9154924988256026,0 +0.46232691608596677,-2.4143744155524933,-1.1442955586899042,0.513430057863915,-1.128763861299536,-3.022640378845753,0.5109987589041611,0.9701223738596476,1 +-0.12365914557961877,1.2330387714490758,0.4479740022613259,0.20980458773004154,-1.3518376226535174,0.56041065583072,1.217902135543007,-0.9587911889257528,1 +-1.7867906008430827,1.4303951530573566,-0.6231376756414404,-0.4430005598272459,-0.15161695955146565,-0.16621946855517566,-1.369027006522958,-1.4583191615893831,0 +0.330056073698169,-0.2737744628594173,-0.976193350452759,0.04862426755956348,2.1267326108873332,0.5264615582155023,-1.7564129996381956,-0.3259145714066686,0 +-0.6865630744499596,2.291743515443806,2.0815645916563996,0.6974769534860025,-3.879505743737854,-2.459005898852995,-0.8147483466490968,0.5884767451898812,0 +0.19325118446291678,1.7935099262692562,3.051771890792202,0.015098259395236128,-0.602660632929796,2.2674468459881956,1.0734936009816858,1.1218983604589312,1 +1.0169372798308338,2.4836603802293693,6.057504971745525,-0.1986286313706781,-4.509520055679608,-1.523735079820351,-0.01763735857436388,4.1792925757081205,0 +-0.8789804055728704,0.015765554642871438,-2.188495418160884,0.4192621095342707,-0.9912578083570602,-1.6027722013212484,-0.1119010457743762,-2.0840530139649927,0 +-1.2769514032151197,1.8060607484732765,3.043513899531248,-2.1897660140114925,-2.6245490742326694,-1.121554003484607,-0.5737857674667771,1.808487304959493,0 +0.6130662608090859,3.0406563844554073,4.6793087959418616,-0.24314648847258372,-2.3797160052800344,-0.1903527044574117,-1.4824432800007972,2.6023470562771394,0 +-1.7707027546163847,-2.1139307924468413,-1.4046118592886416,-0.02273828655328467,0.3949473014616502,-2.4327757742106986,-1.1254236542105818,0.8493145833132856,1 +-0.5738107665227092,2.892018982171747,3.788252473324265,-2.314837258234583,0.6435574294918548,2.9970683563260554,-1.1277014198311004,1.481994497453169,1 +0.47175525534027424,0.08985871887207075,-1.148814769872935,0.6881118718965284,-1.1548246922903882,-1.728270229664301,-0.4246051102166665,-0.9958968839080018,0 +0.8421347216864757,-0.31342493925183573,0.1360543214840055,-0.44184287045082493,1.463284053521259,0.23180663405930657,-1.4797054606919828,0.7855661811817025,1 +0.1863201840030557,-0.4587574778624701,-0.6278702030323566,1.2858586908561498,-0.9384804314000258,-1.4479645281135387,0.08262764880888218,-0.1618397265537257,1 +0.6001915744613514,-1.0933987899751116,-1.524558873606012,-0.4119882517899898,0.8049233326462102,-0.5695164664202896,-0.29092586912722945,-0.5032753181021041,0 +0.40478849090826985,0.09998418451532098,-1.09886495255978,-0.6078506613724061,-2.173037541168224,-1.4997271767680591,1.3078336336464813,-1.4399367867728827,1 +-0.6826082174800522,2.472092118837667,1.6572618414470444,-1.306603317343333,-3.16339809261346,-1.843301063279077,-1.0877309911723376,0.03160411369621896,0 +-0.5031424963149425,0.1728300962609559,-0.5008919693490042,0.3265444715565967,2.2502195648084165,0.3746014654006422,-2.753440347654677,0.06123740471317418,0 +-0.4707633586364122,-1.6411332128672398,-0.996104939883907,-0.37271719167799494,2.802223823891355,-0.042244449036940135,-1.99848473036032,0.9179491377710605,1 +1.0214501819834283,-1.3344400007593171,-2.115974282056952,2.8757891975657386,0.8555030288818846,0.8314153560467835,1.9357022553433767,-1.6105233664130485,1 +-0.6204943851451296,-0.7625417261129228,0.9007994108603439,1.4667624790399385,1.7507404246667948,0.9181354029061182,-0.7096592998435853,1.681081979349348,0 +-0.7624141207739801,-0.4127191161502143,-0.735265970320065,0.8126041526530673,-0.1037628812452913,-0.9063562331581887,-0.40465171405974387,-0.2195629904956793,1 +0.3638460844968697,-1.1898956747891218,0.14641990116913167,0.6176891382362096,-1.7372253966007731,-2.319351457947234,0.6258881786003307,1.162415029686217,0 +-0.47491002169213564,0.6846850380606508,-0.3744389469703854,-0.02177015502591057,0.5000948634680482,-0.650133866907312,-2.211690406021554,-0.3106046642914977,0 +-2.755936419979259,1.010936661817298,0.8707717378147218,-2.0301782151528784,-0.9827296198460136,0.4367941973847498,0.6443781000653876,-0.17689184402700708,1 +0.47400035298385657,-0.846369700682465,-0.30993162917613964,-1.0797170149375475,0.9284088056572827,-0.39597655108483815,-0.851066258417039,0.6605948078629725,1 +-0.6174507601743002,2.294699844294791,4.350533446324414,0.35961843074794664,-4.626765539406643,-2.326965827907606,-0.227575472180855,2.7226962486415456,0 +1.2915033983779018,-2.530625220637423,-2.912777275509999,0.36242894055457253,0.627053366301119,-0.8979066407313786,1.4737489436227806,-1.1522194759182565,0 +0.32582474801184896,1.816538264227127,0.9220724700682142,0.3586074468168154,-2.064694370586747,0.4988450733953456,1.3873653171519253,-1.011018548831842,1 +0.8850072387369061,-2.358826794329822,-1.9950392449882386,-0.27881458163118106,0.7117542819485607,-2.0628900104665995,-0.6502337126951558,0.2992568958178899,1 +0.7036425979240265,0.9540899832292948,0.3700252168584926,-0.9118198703559619,-0.824257603907491,-0.800437268639888,-1.0270388814871383,-0.09063552036380595,0 +-1.5862403195355483,-0.42265612044113265,-1.6852470331705687,1.124200661664642,1.750848280753666,-0.047997620214207504,-1.6221105870420036,-0.9129705033533284,0 +-0.11049477822736585,0.09416514219141325,1.9074084191488767,0.5177625845376164,0.228049810177244,0.22146795101272776,-0.6796119707396987,2.025637955138607,0 +-0.5742316397209803,1.5681989693173568,-0.7915365178447594,-0.6995413975422229,1.5775080191131112,0.8679100124086894,-2.55688549396318,-1.5037732888394697,0 +0.5660775238389318,-2.146734788967186,-1.5076229282066465,0.6264230029386681,1.600496515794209,-1.132320777597899,-1.0457247388636954,0.6510495074967335,0 +0.10661345287876865,-1.0925016298299717,-0.8556898370824686,0.40339068654048277,3.5157807434921162,1.533290925320833,-1.5468537914166598,0.3541967249722393,0 +-0.15752005862403062,-2.2961061212481453,-3.8797521375951,0.8928430816933504,0.3518143948140151,-1.8463052984630384,0.626217199345211,-2.030909155167964,0 +0.7620080351621379,1.31911139760921,0.33292015212997755,-0.3555831827172017,0.1997724841311522,-0.02088026219664174,-1.831228424455975,-0.27887780942163387,0 +-1.1291279347545082,0.8969829768896458,1.0078110289719742,1.547492311248088,-0.695086466515386,0.5027155916855814,0.40541770058799753,0.11821757089800566,1 +-0.3448570459048613,0.927794488381525,2.759622399763762,-1.3742947565012744,-2.0678882620239953,-1.1041551433241135,-0.31605309848107566,2.1907943456204166,0 +0.3064447628690557,1.2181740795538678,0.8315203191205497,-2.42188214633572,-1.9880024959484752,-1.4897149138524401,-0.7035054111113718,0.12059079389293725,0 +0.24256598839975732,1.2349637082580136,2.040134842773088,0.6682159857587082,-2.979598604751963,-1.8912347579335331,-0.18970667876225744,1.2263739315254374,0 +1.7069007378906913,2.6072529011302055,3.596276747035579,0.38004501396550006,-1.4887008249491396,0.3955653943435365,-1.1935047305528779,1.7447623755138226,1 +-0.30067166590732974,-1.201857416876995,-0.4855611732558497,0.295063085036003,2.334720507645343,0.2468011501667311,-1.5663035026018814,0.9266130241367587,0 +-0.930091208710957,1.845724626837522,2.08230532181462,-0.7371707834001311,-0.4750461715993791,0.17974877484273133,-1.671375659009763,0.9953726661516413,0 +0.1302128419049234,-0.9164567657667719,-2.2107671383069363,0.357265367730563,0.6244371500654715,-0.8281557777397748,-0.3720781570895589,-1.3082630930026442,0 +1.6918255729047673,0.007707527351205612,0.24536548419142842,-0.25950579293021475,-1.3851591815917066,-1.6490163089606913,-0.3022555185808182,0.4510678844251554,0 +-0.6330069783612736,-3.386341572443473,-3.0897650484736707,-1.003565965743139,-1.051105862020398,-3.173290342628232,1.8065344977148496,-0.5247969285656556,0 +1.2122315859133685,0.3532740487917565,-1.7345181419053266,-0.27640298886875897,-0.7317793805905148,-0.7513556478164437,0.15922314996511777,-2.046463774268399,0 +0.2559051293268028,-1.5640071718747603,-0.8164109171000282,-1.5713400352762492,-0.13488436189174383,-2.0449873961382323,-0.6142329392868646,0.8144812404133159,1 +1.8168508505084178,-0.08053638897375959,-0.979094030828345,1.1241094973730992,0.721398413581391,-0.2805470626738956,-1.0353712219662614,-0.6252789101749417,0 +-2.6736841442551103,-0.21582612838115578,-0.5951510214942922,-0.06175229818218797,0.3079942251058402,1.2297914967024246,1.6049107042287283,-0.9510099261823391,1 +1.8324666313965579,-2.728055060452549,-2.6359852041102134,0.20547000058917148,1.3892405873457632,-2.13178397829434,-1.126412646114419,0.09393154220225308,0 +-0.22441623217761691,1.6229564071015314,3.253786062698117,1.101369398577873,-1.927720304242039,-0.35956240229244635,-0.4144752830143816,2.075290170989521,0 +0.7333352284459869,3.067554341351257,2.528570676066514,-0.5928683738065326,-2.8416225441711136,0.19729849445016467,0.28278520202216134,-0.11325234042855081,1 +1.3491268859288328,-1.2976930960807591,-2.272898747563698,-2.6721636489481844,2.016257289094986,-0.25824545055591214,-1.1686901877379072,-0.8775553049807258,0 +0.09439905863609184,1.2897540728853056,1.278256317216622,-0.9793951022531953,-2.064166658793013,1.3608570541266345,3.0023478630893345,-0.7071485207353255,1 +-2.2018550005421456,0.4939409706011131,1.9022060619340577,-1.112927493523852,-2.046881852903848,-1.442663202545777,-0.08330952889818166,1.6489567821832969,0 +0.8059726741537369,-0.2727217906710039,-0.6699164683691176,0.575834604602127,0.1720247276791878,-0.46115328496447927,-0.3740084948380509,-0.31384277271081373,0 +-1.0662087351894973,0.028117437853858007,1.2120672025139734,0.06354247664018321,-2.388960076991055,-1.9051913666493143,0.48846303216536135,1.2218951217332408,0 +-1.392242539805773,-0.2809038304977469,0.3034215987948443,0.2101508397780701,-0.6261265537258924,-0.9673398696655381,-0.1813131695542376,0.6688506680394217,1 +-2.050617026947238,2.220500041425584,2.200622724148282,0.9260419351420209,-3.7066990402298963,-1.8280559570561623,-0.17698565328144278,0.5487037637875175,0 +0.1429129265309359,0.04926043080064946,1.8556107671280238,1.1026050024177347,0.3163116150941653,0.04372472866293464,-0.979348372004029,2.1056582155247368,1 +2.1614202334202663,-1.2381295336514242,-1.830021147769626,-0.19015176047976043,0.31581230224162227,-1.4394339139713792,-0.509669228671697,-0.5655348317000963,0 +1.3393129771977619,0.5437966965202361,1.4835416493675557,0.21045790479382243,-0.8686555928496823,0.13919768629880291,0.41233600634869805,0.9259889260372648,1 +0.5944223565175456,-0.49605260050936817,-1.083026911937589,-0.07490326078424707,0.30910083888670437,0.18696280598313242,0.6545854043570465,-0.8729918199019691,1 +-1.5102540832502982,-1.9976996744110886,-1.2044682446295925,0.4230382346736142,0.1935375028587516,-2.165477996858675,-0.6643283307916766,0.8092693261053345,0 +-0.22475198631527682,1.257930338415384,0.5070415619368899,-1.5005288068961227,0.6989574367075677,1.495739552632254,-0.5043201532011847,-0.5255691844458028,1 +1.9835416151565881,-3.016774285164181,-0.7960138879966289,0.4892495856032578,2.966295547068061,-0.33238824628841956,-1.1935179577808195,2.087729757658475,0 +-1.0576754913156807,0.007474424008589331,-1.1607496593524922,1.155954258996783,-0.7069071080210009,0.06073712651123209,1.415159457235173,-1.573391761532684,1 +-2.172982445596803,0.8595262275050051,-0.5221824488474028,1.0945018502149937,0.6236224828542088,-0.5256152455178503,-2.367944204922453,-0.5757005390407347,0 +0.21418414021300455,-1.0098624082996197,-1.5518316551586961,2.0058384157282214,0.9573860196738502,1.484536890696355,2.149447681408133,-1.4193311740846948,1 +-0.37423839787837004,-0.7757235278913578,-1.4918161391439255,2.0229700575231386,0.2408859352543397,-0.6615565789080777,0.03906026493494574,-0.8205590866824743,1 +-0.41054172204365974,0.24477298008823267,-0.22861106530931544,-0.7496973669243474,0.11965673390988044,1.3996789817912494,1.498189170355936,-0.951752211301201,1 +1.2444706624910016,2.3113769864271765,1.6307917654150812,2.0597239419569124,-2.6300908524402025,0.8464069135487735,1.9204151694296776,-0.8796818727008185,1 +-0.20854547907701793,0.4508634858959346,0.5960536668584347,-1.0193698905570414,-0.8592712286392986,-0.12828551385015619,0.39737031587293936,0.1271938084826878,1 +0.6437958501964236,1.5528158504070588,-0.28802691619459686,-1.3507922240583632,0.13039050786948275,1.513027191570957,0.24043233606652192,-1.7854179316200067,1 +-1.1195850706757196,0.7838124656304533,1.0799032672414024,-0.16756572451660634,2.223071853336848,1.5544259466690293,-2.253981306381382,0.9259260780905431,1 +0.935150998411529,1.6165671310236824,2.4026359803366013,-0.054281015410225834,-1.3124824190223123,1.0413677196348585,0.828036997537942,0.7721515649226285,1 +0.6985724158645782,-2.8538937465727,-3.5066518145269767,-0.2011803946053814,2.0166634270250685,-0.20889433737983631,0.9294582685042159,-1.3882290989104469,0 +0.1084329207979812,-3.189736083495391,-1.6431641248369855,-0.1742962857911189,3.314706257539283,-0.3003861697322522,-1.2179785972386354,1.3771258225550864,0 +-1.084857096725601,0.42421423554972326,0.582634469506184,-0.8978456970282378,-0.8114291230121564,-0.6672524609327308,-0.35729405673945275,0.381578804203697,0 +1.0166546382140125,-0.554502189400528,-0.5449343646943844,-0.7128563818688097,1.091553656492177,-0.42846737160697534,-1.3744413824277661,0.31934365174227924,1 +1.0581729196055176,0.45538315424905274,-0.5989669724258749,-0.8346640801026995,0.2840999029218979,0.8854544197423022,0.4568447227882405,-1.184827879148546,1 +1.5791179985958368,1.1064156117562882,-0.3191250906262223,0.5748013520137004,-0.6360513781233791,-0.699186547885402,-1.1267583906998841,-0.9003964999157859,0 +-1.896567880426979,1.4144846831278168,0.22437385682734126,1.2572010307342474,-1.3700980345134288,0.32792594186777346,0.8023787898875906,-1.2090256098369132,1 +-0.43022314727475536,-1.1444670430203399,-0.44768164303049884,-0.6618846646203642,1.1073637643985668,-0.6708616095918984,-1.1120301911797772,0.8640993445293523,1 +-0.10888891980776305,1.320124868868937,1.77692810610624,-0.6717943757284616,-0.21749375212666625,0.4206087479509084,-1.0629354384083494,0.9459306731568915,0 +-0.8045346536330449,-0.965414465035234,-0.8964587189480188,-0.7621696082687568,0.9309926591250961,-0.0944039448412537,-0.15551279347742863,-0.046185620523046644,0 +-2.143859952379995,-1.1811179462509716,0.23936102723366065,0.9421745940916233,-0.8538692040607252,-1.6021546351766842,0.2860669124730909,1.2863844511522822,0 +-1.8782262489465158,2.115821058037759,0.5214627982151372,-1.672058149450915,-1.2863534684731504,1.1167905472910886,0.8934957342010084,-1.5846865867821271,1 +0.3459133206653851,5.084706419984733,4.413495877446925,-0.5113453801716198,-3.2087656067539485,2.1031745841084364,0.631990199159576,-0.14231194409925008,1 +0.4510070349564345,-1.142658305707526,-1.320501707605005,1.373700590537218,1.8357049138468968,-0.4483740876013865,-1.6055918320560632,0.092092436670696,0 +0.05241048270944293,1.9656132611296353,1.064390151527921,0.6223194019718287,-2.101928121209654,1.2144817478838645,2.193499885421275,-1.26530386864615,1 +-0.5175610072776221,0.5617753855805743,0.8857985728412714,0.2600003795469452,0.9586084110191117,0.5685858724752679,-1.4696880604339635,0.7796411496316911,0 +-0.38184920153866114,0.5272107858152455,1.2448317942441975,-0.4263066241744913,1.0692385599567922,1.1233851044262757,-0.9533135591699342,0.9914285621312819,1 +1.8162616064768795,0.9855542996328424,1.5720202608480947,1.7664870444036018,0.6129439704461584,1.0640671402739101,-0.9697291454700432,0.9457481391075535,1 +-0.5866327770391485,-0.170509935163622,0.19287418596793743,-1.4674990880495415,-0.2992263905963196,1.685862014845737,2.804412082813501,-0.5480103990495483,1 +0.5548378815989572,0.14261817873829918,0.8945972953239316,-0.6383182892071934,-0.23341902433058426,-0.20800165396886627,-0.3553119025226814,0.9006965725078921,0 +-1.4575766321530899,-2.2076154475119827,-1.9919630699003692,0.7540287963296447,0.5567234734650971,-2.1009333689983256,-0.6437457308830268,0.17581885935734776,1 +1.4818498023171898,0.17108711872362203,-0.24653387196463328,-0.21340844647544016,1.9480130919691254,1.2853886029547734,-1.178433182733014,-0.174787399332191,1 +0.5954879128528132,0.3661281651592797,-1.3552489326366797,-2.2752520315922826,-0.32771722513410556,-0.4574481553998795,-0.14807724930837862,-1.6113101272489874,1 +-1.4364489415149122,-1.147506549371268,-0.1934220600539467,-0.9189783256577855,0.6029243476086507,-1.207357832251906,-1.1777627010042786,1.1839713049830531,1 +-0.18311579146587176,-2.0065207833283836,-1.6088665191151692,-0.09854191044065196,-1.1531836536671785,-2.9147402541103284,0.3834117737893805,0.17976541673756996,1 +-1.3590073425730067,1.722031295225409,1.0640792496458378,-0.28755693187171766,0.5449377399721445,1.5248442371510265,-0.9063341432692421,-0.2449981228414505,1 +-0.7385338099320838,2.2448986824095822,2.8198783568180072,-0.677893805262316,-2.549124220772497,-1.0966112297433497,-1.0571542541886045,1.3394148415595089,0 +2.074897318310719,1.8083873806681494,2.9442263959885913,-0.05312952628330254,-1.52852525997216,-0.3566323463737369,-1.0911878386388376,1.7869501359767668,0 +-0.6978002513182767,-2.3576655170148544,-1.3897055218460908,-1.2972961904129487,0.16762376506298807,-2.531425519199771,-0.6740860562711414,0.955795983056221,1 +-0.22199839957155162,1.196171946494009,3.017765342515434,0.33303265435511203,-2.4497372193476443,-1.2532305370467962,-0.33371075470256056,2.2426319042679292,0 +-1.0996694918685006,0.20730837209803388,0.39743365132138214,0.28190155439894843,0.30259860417488715,0.10530968819957476,-0.6290619649830582,0.39087681927594037,1 +1.2385273996528379,1.2907813430806303,2.291304236971891,0.05680383232811725,-0.386960905439018,1.0356133825937843,-0.1168603626320569,1.1902914659428698,1 +0.3529923487937742,0.6957182626931839,1.3295727491624498,-0.037485253152589465,0.6458499617671966,0.6257141749852735,-1.219199671100845,1.0453086714106687,0 +0.6904663086754399,-1.4537403786854335,-1.8628690465858568,1.4003860955125567,0.7347980951819099,-1.64839625423273,-1.1442825203775937,-0.22906824600115,0 +0.6536977227366325,0.7641226490288342,1.718732577900384,0.7003274638365361,-0.7193905473625407,0.5705089929278107,0.4695353297775382,0.9303283757299741,1 +1.1089336058546722,3.1928148219942543,2.2115839472847405,-0.11166659301328571,-1.4986734366490468,1.1112517234192474,-0.4581542110909993,-0.41080435621268024,1 +-0.823891896285662,-3.9761184917963632,-3.56062842471687,-0.3902462909630183,1.3788640143048267,-3.5004342771250183,-1.3256880548089534,0.3674175666685581,1 +1.7015215900707863,-0.960940265322868,-1.2072517206642244,-1.2532180166929556,0.25036316984490153,-1.2198103651832302,-0.6012055334090627,-0.15889795931986317,1 +-0.009921033251460182,2.3704193263530624,2.658804303430203,1.8232024327920486,-1.5159522413041178,2.4213282831515537,2.072624357516455,-0.04685960550282797,1 +0.6905060016405459,-0.5683609409397904,0.7814999571125933,1.8625608634583826,0.4758905270822619,-0.30999694261362665,-0.7041587141974159,1.4885268036336097,1 +-0.6649453854643349,0.881374580420142,-0.3501712301503471,0.36441295250992706,-2.7178903288810066,-0.7770934480677023,1.9913952536660056,-1.579510885504116,1 +1.3276714593801309,2.229978451875989,2.8401062613696277,1.463484787940601,-1.1090060298832745,1.343172214981412,0.1530498138208355,0.8580394317614135,1 +0.4396635187147619,-1.6235675072099698,-2.2623253369817156,1.0722323306433525,2.108189635220211,-0.20517298246944948,-0.8806454155719696,-0.6735507590371927,0 +-1.1361238592349936,0.9582285088736973,0.9620962937623223,-1.1612227614020632,-0.7405690795493505,0.026161465336294154,-0.21834059512936893,0.2253369314177875,1 +0.48738732732529955,3.051259458960792,2.9153794886938833,0.4102670323604138,-4.068768355157376,-1.8453665546532183,-0.784828296441674,0.7390833286674993,0 +0.8140784362923762,2.2790710317674874,1.6980045957896455,-0.3214190144866664,-2.395942233301753,0.6962144542437612,1.4014885138404598,-0.6321763159629603,1 +0.2569325809967774,-1.7667943603846212,-0.6607794788319944,0.23041868883538222,1.547495471063606,-0.8029251773960071,-1.183789811791194,1.2027658502027776,0 +0.40681862631211874,0.6306550175826542,-0.00724328498296547,1.647643704301916,0.2622998543109341,1.5865291547942904,1.0641380673288225,-0.9496450766342948,1 +0.6669798740127487,0.24662540202884364,-0.879651956188992,-0.32178864313402394,0.15296025036692995,0.8656019028771444,0.9232788445205081,-1.4183956238422852,1 +-1.0720370060414781,0.5405496210574485,2.6156141675472346,-1.0042292085886126,-4.299321293447913,-3.019911680917046,0.7711968924902126,2.2243152655525726,0 +-0.45783068942494604,1.1383294084332352,2.3388984292317017,0.750839052218443,1.4777545580518496,1.5546899261054932,-1.9343079140684007,1.8193402074861849,1 +-0.5944955094363834,-2.603760597713174,-2.884736011197204,-1.1962849738443408,-0.5796387749666506,-2.2531122520068165,1.458440635376958,-0.953874726890062,0 +0.27009633520392357,0.05011672036487547,0.9102685525190817,0.614511961322377,-1.6706894662154506,-1.0235915746738442,0.7026836104403866,0.7710591343497988,1 +-1.3009574898861236,2.0759104199778813,2.2685434598397567,0.4067756270803894,0.13084152991233264,0.6436655001836482,-2.2187750357673712,1.102714450008102,0 +0.6561914002385775,0.0026596307088434523,-0.45609129484593836,-0.24775827875826123,0.05795101810166138,-0.35321076709779303,-0.42568803991879967,-0.3234627155914689,1 +-2.295157956132093,-0.6737614373431174,-1.082049800096871,0.6204630611225467,0.22316928548430656,-0.8055011902603948,-0.35540319848451696,-0.3725214844599365,1 +1.7743189148039897,-0.9638435517588023,-0.02735677828762167,-0.9632255209342352,-0.3958818766447288,-1.5555046179535217,-0.4628632665980205,1.030868076391831,1 +1.5787805103922494,-0.574872796502857,0.2574080410523563,0.9086693221694538,1.071215705614747,0.011721567654178755,-0.9667863621109462,1.0078322570645426,1 +0.18053736109366264,0.8626117724496932,1.6141787692264509,-1.1914761353795336,-2.924794165170438,-1.8291111513957075,0.33895447693436265,0.9602463420898223,0 +-0.9979150505592667,1.765225434324887,1.7683970250446965,1.251704046415612,-0.9508472500562922,0.8327984660354968,0.05572832946100226,0.22702075325813958,1 +0.10953028410008757,-1.1239001124243782,-2.6702895081701703,2.198811434695556,-0.45150598728605956,-0.9002189845885316,1.4227634889277871,-2.0800761224430415,0 +0.1251807699569155,0.6976314263946467,0.4304585545689549,1.4870541777929556,0.33076253493488317,1.4435137608138957,0.5776544996159558,-0.41884257532200947,1 +0.526918116734158,1.1573080104511937,-1.6873670688071196,1.5492467600520874,1.463569795771439,1.3722966140258148,-1.0208761814956566,-2.5212891059035707,0 +-0.06861526237680043,-3.987685153641105,-1.5481663879572656,-1.8307024642305474,1.8090267190564469,-1.5001105734457933,0.16320922169646712,1.86599988975624,0 +2.4201115697500564,-0.5270388882108171,0.6423661202484047,0.43121662119881443,1.8078127154452166,0.2978211345480676,-1.7983379991404085,1.5616570664477938,1 +2.3703739144722404,0.9866598261910902,2.2967844394159247,-1.8621096707407792,0.9660397067715729,1.502081764103236,-1.098674972707033,1.6826082169458019,1 +1.1426147123227313,-1.2723799485610965,-1.854703856953261,1.35065569352329,-0.22485941968588538,-1.4907279283597181,0.2373880485108465,-0.7598720037372643,0 +-1.6716823163961612,-1.7717594905057457,-1.9251931499961368,0.21192622628056298,2.3391413820020146,-0.25606613279626,-1.2151225838920445,-0.11138715921428644,0 +-1.141055555259553,1.0774845812201108,-2.1731081461731927,0.2471575449925262,-1.3902529448826717,0.20772114924467006,1.7231698949347911,-3.600570214845712,1 +-1.0047542296892689,-2.5109832457896326,-1.4445594751413593,0.6948246685991727,-0.1582130555209019,-1.7956608016892543,0.9534805425781105,0.5327883370595845,0 +-0.16729170424083364,1.5950776906240303,3.4538701243449625,0.19373939863766887,-1.9387296872622954,-0.38538617968738603,-0.4606448652029923,2.316634317887511,0 +-1.2583003368216654,-0.10966794271266223,-0.3254309257727475,-1.0979823784482319,2.151133664505555,0.4996608086989982,-2.1909731703436863,0.3163929446791871,0 +-0.14573852440248433,0.19451432988461315,0.40424564326168677,0.5335131984087638,-0.7438197288313003,-0.6426050309413286,-0.12188863076079248,0.3287460787411719,0 +-0.4801357710337593,-1.2872586129877863,-2.4012095252478463,-1.7815361267649095,1.203021049345555,-0.6293666090659154,-0.47780001783147164,-1.1752191771172886,1 +0.5588782334679271,0.7880832668142872,1.3251797931075269,-1.0526705213623548,-0.5928482813698679,-0.35827436981344085,-0.8627973081479778,0.9418614229509346,0 +-0.0508630529355565,-1.6736844028736844,-1.1563092134721646,0.2800313469208319,-0.8500194430820364,-2.414524521413184,0.1291374078252533,0.38894067511073405,0 +0.547884760027833,2.547874673663949,5.376331422943553,0.5170459238554919,-3.5495803248201954,-0.9154022389960041,-0.44929959467307107,3.5029841426950243,0 +1.1514577136541106,0.9167710191508911,2.0866867870935573,-0.31629695426019305,-2.332456163837653,-1.594840479409693,-0.387883717659587,1.5733397713499053,0 +-1.2510369712414213,-1.6453105770381313,0.1870932992338186,-0.3895221449715308,0.9234071813243249,-1.1390671178492522,-1.1164013212594186,1.9692971235305776,1 +1.360711205702503,-0.984611739872171,-1.906548841340141,-2.3335784094748058,-0.1642699104281844,-1.42842854985612,-0.06141445112056332,-0.9795658970671404,1 +-1.5075413691495094,0.2452974657612832,-0.7601697445316576,1.1165071982841173,1.2395207014615743,0.1449508118353836,-1.6213442578916708,-0.5521317999893703,0 +-2.1399158245963648,-1.0833858621578794,-1.7820356249468707,0.9462322565368556,0.29358273983974664,-0.20988359708890636,0.9816268503119634,-1.1452534159945928,1 +0.8123589849279819,2.844573651466834,3.28449251603863,0.03598800818423581,-0.10998644479236748,1.1931016013771316,-2.2631315029244234,1.4556970657493957,1 +1.3110802133049755,1.641545649968147,1.6500014829601377,1.9075975924331976,-0.06326754286341323,1.4507877966253757,-0.21888032364430515,0.23808165572264517,1 +-1.6268837431587637,-1.5280418695579443,0.40245791060676694,-0.5559831811046049,-0.9562601672398969,-2.029189661068199,0.18977521740718162,1.80396564316513,1 +-0.36444808196217526,1.009573772226357,-1.7311161932542822,-1.6378195966907927,-0.2188376740994823,-0.653515663153741,-1.1509393864742772,-2.2504078949207496,0 +-0.8120147856138425,-0.5735645373068126,0.5325838613175712,0.1595711761292949,-1.1218069157365118,-1.629197364007227,-0.10721072278369148,1.179639242514497,0 +0.9781262876232443,-0.3678984226162443,-0.7392893051968711,-1.3250998095261304,2.273084798324698,1.0227780315283113,-1.2696964317705994,-0.1754155383195558,0 +0.8647465216061812,-0.0813881056437501,2.3739410171666564,0.1782408508270856,1.8755169197390065,0.9525283445185824,-1.999757860144926,2.949117197342212,1 +-1.3126877318330674,3.137455514822406,2.3307414709681,-0.35578156629073054,-2.7316546292232218,0.4289215119956389,0.41632993436147653,-0.42722347572168623,1 +2.0334133838401898,3.6646026237401825,2.0580116411053306,1.1069394188779378,-4.883280491292153,-0.8557131942991607,1.2824605796719126,-1.2854592874650794,1 +1.1088222659469016,-1.0443455909437458,-1.15575031202804,1.0528334312238874,1.4678548780589362,-0.38781760129751236,-1.1533165962038012,0.0494587600359192,1 +-0.24540397117933488,0.1735748434449581,-0.6833081233476369,-0.07045527968854995,-2.4697731097605806,-1.8923196061544518,1.00871691189062,-0.9687775266897833,1 +2.0235921083264587,-1.5597996211146812,-2.6727321197711236,-0.37605205512194495,0.013954297970794505,0.1325475481606151,2.607187434234003,-2.1140138507471384,1 +0.33890846094786325,0.9090725597854206,-0.8401552327892077,-1.942606310578306,1.060042300336328,0.9031315937631614,-1.0467176834483727,-1.40770716632123,0 +-0.6507624918472591,0.5721694670871611,0.16220599730994084,0.34320920964833745,3.0684584379885167,1.1284330931584292,-3.5365375459883897,0.5518132384645511,0 +1.4424382010025323,1.4116105444621656,0.7485782841206675,-0.9006605909714643,-1.8173682973637066,0.033402202710452134,0.9001245760255552,-0.677764607005596,1 +-0.04002516529164347,-1.857418659961423,-1.3523922487497244,0.34425908432872904,-0.5911551983245649,-0.3885639471106497,2.716976594909865,-0.5106416032287102,1 +0.27338412825484215,0.09663500151327853,1.1222833347811996,-0.2566425564525509,0.024574192109970274,-0.24610287109447432,-0.7900901958965343,1.2914634611628961,1 +-1.6265738126768534,-1.0678227922244625,-1.7958203351751378,-0.5512871248434895,-0.5040231553237877,-1.2264328867791354,0.750752736925749,-1.0319836991718545,0 +-1.1684292977649071,-0.12303160685166792,-0.43162326498052367,0.57363869564847,0.5044344272306079,0.12297556810439436,-0.298975094020021,-0.263230443092901,1 +-0.1719440924256551,-0.3516555135570597,0.6005442764047875,-0.2991020534318628,-0.8719503511067114,-0.9718998169667217,0.1542806765604886,0.9401003573876189,1 +-1.6665987922208336,1.5193508304572463,5.3763064364428255,-0.4967075338787837,-5.636682763613147,-2.6500456078905517,1.3238690539901021,4.025031571633825,0 +1.0262094746465347,1.7190690026204503,3.191047249600598,1.0308316921865517,-1.627374530013179,-0.5043563495409067,-1.1218099095337997,2.132827178009484,0 +0.01674852120245456,-1.426577182305682,-0.8879662095576685,1.6518879443915688,1.5865749302695227,-0.47969080261057007,-1.109985922257466,0.6397669365532213,0 +-2.3861111538526063,-2.6178649092777886,-2.0797093862119813,0.11211539044031006,-0.3359073700127915,-2.528737531874227,0.5268625100997226,0.14927969951399256,0 +-0.41604155584346647,3.248645128392364,3.881972573975733,1.1176109961531668,-1.6664078347620228,1.3167895540478454,-0.48484220845985626,1.2309276098448296,1 +0.897899579491244,0.3171302399291824,0.03698073266869702,0.0279542412650636,-1.544732487495782,-1.781489809113036,-0.5251249376744215,0.0484016674046257,0 +1.8416037864083405,0.17383553005310826,1.351159042137599,-0.2626682780021193,-0.5004264430854848,-0.3429570656233343,-0.3192336954186044,1.3388701457559475,0 +1.0114944328054076,-0.08979319394448526,-1.6275986971806722,0.43143637094235926,2.555142657356421,0.6615019301597826,-2.19877594981822,-1.0339463041905879,0 +0.2985505616170204,-3.1716097917935118,-1.998291923831429,0.8315444222621939,0.6910686886088279,-2.72920253651416,-0.6320785018702797,1.0286864212898004,1 +-1.3793494444032481,1.8532872718024433,3.2730134215173625,-0.23981514073941665,-3.092703193229297,-1.1705053740616536,-0.08798869877946647,1.874130630337736,0 +-1.0044854255167623,-0.662566023154737,-1.256879957954361,0.5793341365293726,0.9805093825624499,-0.2395941499766197,-0.6429059262291553,-0.5252534519656535,0 +-0.7216308960223541,-2.1892131651766062,-2.4134690977156956,1.394008013968985,1.5361758890551591,-0.8864516376298316,-0.3198373355474457,-0.4488296555569478,0 +-1.706356422818753,0.1881386087555188,-0.5385930616283073,0.3836750292093489,0.9498431116908841,0.2181648733011643,-1.1123761726814116,-0.42200456958514665,0 +0.03298191919853184,0.2720005758087463,-0.5896161707349613,1.36237590738036,-2.2347622976112285,-0.7975663910054407,2.000752902065545,-1.3090640995149776,1 +0.8877024145908928,0.8970912347543631,-0.7204718030481742,-0.7606353102572818,-0.7319709538323692,-1.136348957267286,-1.2319978665134472,-1.0694286032832387,0 +-1.1920389533536428,2.0049852616413086,2.404607286289,-1.3566663677445365,-2.8805494198406856,-0.1962566351919316,0.9949162706967407,0.4958271513880754,1 +0.17043654517373358,-0.47542217456926916,-1.0640046744878584,0.5537653355693354,1.8141036669248645,-0.04444497732641006,-1.8292373614057607,-0.1813324732536863,0 +-0.7956319481263764,-1.1947636680496867,0.24831269296630215,0.8690353721205397,0.8099854056808351,-0.9349304793503133,-1.185748757572231,1.6540435956322337,1 +-0.3771493383738663,-0.21573458125579253,0.972914299658122,-0.947622910028039,-0.5357372675438579,-0.6685842730566639,-0.17440427729322916,1.2693543758748378,1 +-0.10135506017737372,-0.7063144695645357,-1.1336668871395552,-0.44599963797963843,2.1308691855718447,0.260491518991947,-1.6053815696670604,-0.14104171391012232,0 +-0.016661722444322586,-0.669982412089767,-0.5429195375654975,0.6738924980656522,1.5849487974495275,0.21453974939333986,-1.096680465459094,0.2944738675313374,0 +-0.4452382633359491,-1.7464791197669933,-0.599700044805784,-1.378307058139771,3.0061718351137254,-0.310180751901581,-2.647216110727566,1.605821511109641,1 +-0.6585722744087787,0.6834762460539474,1.7955221654166995,-0.9301817592765024,0.7438493269834715,0.760572526519403,-1.2998152930301448,1.540611336878762,1 +-1.5547543475721692,-0.1274414029987606,0.09669941935890584,-1.1930820223227467,1.9193749322237403,0.4822679670962702,-1.9856264140608426,0.7061473069200596,1 +-1.530404664287832,-2.472938722634261,-2.3593692888702944,-0.9487857169677498,-1.5979189970748087,-2.883972365860404,1.7777191518032802,-0.5685066999021116,0 +-0.3811582334543788,0.9546672704025025,-0.23509628535177188,-0.49297044042598537,-1.0094778354075116,0.5432639100513078,1.2030439254534588,-1.4124491635910001,1 +-2.512479809870123,1.407837925091898,1.8479690103613755,0.9691948092659473,-1.2718413253105763,-0.6428325465277264,-1.092224197015277,1.0335116543093128,0 +0.9889339503839888,0.8774987449263204,-0.3259229993208128,0.09283040362878181,-0.9424421747209037,1.8231995858702355,2.9241944872109107,-2.0033864409130686,1 +1.8588459051561481,-0.3808776101683309,-0.1801792617250107,-0.27795229176951586,-1.5889769828079539,-2.120769954262807,-0.09940069577236565,0.3281617785268433,0 +-0.040032243951108326,-2.7315364958291397,-3.364993504214256,-0.2584356040728746,0.20203349813399496,-2.9823326442110165,-0.35387273933585683,-0.7877241365559842,1 +1.2721413501875407,1.216131403566554,0.7901600143624143,-0.9212889197187496,-3.6099820379798726,-1.715906678090848,1.3231448273971624,-0.4506856852277623,1 +0.8807118550563477,-2.0596683011024846,-1.9077083922035178,2.5306628392534476,-1.7790939726141464,-3.355938527675332,0.8311090603048086,-0.16631259335881832,1 +0.16990317081378853,-2.583278467741815,-2.701505077095768,0.250498222193093,0.4395410936941076,-1.5589039525814647,0.8555843274647494,-0.6751119714124805,0 +-1.0103322052122063,0.42791924541345305,1.2674673421588407,0.1904732278697624,1.5480935253322132,1.2667916908580972,-1.3446737085770937,1.193187060086497,0 +0.2819617313926738,-1.9789649347974834,-2.2563265783621786,0.9839207455727965,0.4417819893518667,-1.8662886342010314,-0.3373518258711305,-0.38685408485297534,1 +-0.19133537184781907,-0.18437640657064136,0.22921023597028073,-0.8741543257359055,0.9030714452102719,-0.04707265262061988,-1.2183520919906752,0.7219018806898873,0 +-0.5652721607446418,1.172698741912013,0.5804086581834668,-1.2059940268835077,-0.8329828762410958,-0.3436738578559442,-0.701477793904888,-0.18461304426144876,1 +2.425861308410389,1.884318553115782,4.316428466735305,1.1083343528278713,-5.631256286916279,-3.112296751750373,0.6104153536371604,2.868188170369094,0 +0.12101812606450432,-0.6943083566738962,1.602876518394397,0.1664770720160277,0.5320729540185474,-0.31025363189186916,-0.8848592520457558,2.4784970806787037,1 +0.40709464996630534,-1.3054178608667162,-2.118684201916032,0.052158025531347074,-0.47148650204484727,-1.7186590383160991,0.3967070559875756,-1.025843970122697,0 +1.9195871624253302,0.8296356614062114,0.6426939842937592,-0.2616593896849323,-0.377735007868317,1.0404665780485385,0.8475370886087631,-0.3567811576775822,1 +0.42651396541853587,0.222160536483212,1.0087493209788527,0.9463211685594407,0.07996864288772929,-0.10097671279583176,-0.7782810255600159,1.055736692110883,0 +0.6886338797529347,0.43808171115159195,1.6415517578603862,-0.6080693447256642,-1.705220618969442,-1.2750227812404131,-0.21202336531958849,1.4532335460413295,0 +1.1047156092477728,1.0282208064521772,2.7332962802856304,-1.208903156163698,-0.7760326162210069,0.1731894512174813,-0.5560548331045065,2.04618660419775,0 +-0.053828028513839596,-1.4291053275087169,-1.2119262989973523,-0.24197824851030655,1.060700124577298,-0.6484228951566747,-0.48892031707082506,0.15760545076850063,0 +1.0152748053529868,-0.7662462145008013,0.7096630728560169,-0.3563368963939686,-0.8280669975677022,-1.0386613072520048,0.41838435210693614,1.334850759946395,0 +-0.7906189596370402,3.08724567974501,2.7567652391703357,2.090171503931912,-1.289322730395474,3.150537191154786,1.9207995380527771,-0.5676528538581943,1 +1.3849067146820684,-1.400252606342222,-1.1006296888526055,0.5646410795082623,0.5844269226559012,-0.963824672464094,-0.293208991403678,0.21757028721271632,0 +-1.026852374701903,0.9459070922796389,2.4381397467445813,0.49358892206660804,-3.5103057365850536,-2.073754404182104,0.5214196854706701,1.696584399922577,0 +-0.9087389197739638,1.7433417190921474,0.6925754086579078,0.9678985436394464,-0.6649204303827921,-0.33361813501683724,-1.5755325446606014,-0.31693683914838133,0 +-0.5502798447539835,-1.5726158626839406,-0.7010575944539451,0.7668078521161624,-0.2580098267650507,-1.649608196613837,0.0650325460238621,0.7248739536201797,1 +-0.4451081114378269,1.0743486952739367,3.3813082274559814,-0.7461728902401903,-4.759297159208728,-2.6089474913311106,1.1800179485044355,2.4093881383171096,0 +-2.158908839605249,1.3947790071105044,1.4224532071795222,0.04434923202279031,-1.7859010282652565,-1.1821459814689643,-0.9418435773289036,0.6128112259462206,0 +-0.7833621618862397,-2.4307316711100864,-0.8980437995641836,-0.2111603100377408,2.9592133571958557,0.2807701984379025,-0.9681686857151053,1.3810329069107319,0 +-0.3960463592797904,0.9547709331310874,0.6689297992461416,-0.5487649877774422,-1.9446113532941536,-1.4905168180763027,-0.4356853629251428,0.10546265028820156,0 +0.37375070726339105,2.8128616140846665,2.4050302895016435,0.7626523379761847,-4.980847094016894,-0.5670859622621105,2.6255950605975853,-0.5988933812973637,1 +1.331287578532488,0.8813470366520266,2.0597824396477544,-0.3738845527761582,0.6878141167036347,1.177513603709385,-0.95299063612012,1.5162010782908029,1 +-0.32578732070449884,-0.5422634649004026,-1.41755919603289,0.4312053097723115,0.644126450027862,1.22818983833523,1.711554742498057,-1.5397262832934397,1 +-0.41578451625343454,-1.3043407355286785,0.6693751013721001,-0.5540345857355281,0.049127355100248016,-1.1106285155620117,-0.3373276795190602,1.9584120713608661,1 +-1.938206250073789,0.5494659303214403,1.2414568510351003,1.057255264549533,-0.3186154904954362,-0.23360421490219152,-0.806362980494698,1.0335103153558771,0 +0.14588997155619254,1.1285947457456713,0.8711071580709084,0.11610840502974772,0.2423405231502269,0.2787720229516045,-1.4414008187878942,0.30049975636730725,0 +-0.9761393508383291,-3.8301830610005787,-3.8247885879377304,-2.139005641743852,-0.49584955136537584,-4.39440264858439,0.07516790152598907,-0.3347378860996131,1 +0.6315827264907902,-2.0079463306847827,-2.184920953217955,1.0076992776699099,3.1393572089339146,-0.7199980589312959,-2.6464413329477017,0.24701216619781785,1 +-1.3100254852340352,-0.5657878541862442,0.9910811285949519,0.8652893089485331,0.9232390995006338,0.23743790363440942,-0.6751593743164257,1.649498888311064,0 +-0.2273650377835668,-0.8705557921972552,-1.2018553919751058,-1.516963220161751,-0.27897129285573735,-1.457288688191456,-0.2617626182924154,-0.3033862202023876,0 +1.042169397622745,-0.7217091037482706,-1.637676007225395,0.16253126019629946,-1.8202537798703269,-2.0211423214269066,1.1499112767101527,-1.2106839924508541,1 +-0.42560110013385144,-0.18135285498229603,-0.15832941537517256,1.8523658998125487,-0.8676446025039333,-1.54805843967961,-0.586079575770368,0.26958098955146553,0 +0.8927858656738639,-0.7697526172983638,-1.3216737697390901,-0.4898679026288071,1.6607502227976692,0.07684544437422025,-1.057142213524313,-0.4127517415553841,0 +-0.3993196377412373,1.4119230517527062,1.2291567980478373,-0.2939083248183908,-3.586844748919541,-2.2374456418122075,0.2570718560140933,0.1584636534797168,0 +0.6030038746241559,-0.4417831503461491,-1.164867051481245,0.14331231515136073,-0.4449379637670294,-0.6098107834596673,0.6325469179075811,-0.9349302003483835,1 +1.1076299224369426,1.6236249797158553,-2.4876977082613205,0.2115526204906791,-0.46560697529253087,-0.6198046998333884,-1.1987120370924547,-3.5275801218999616,0 +0.7645926471163171,-1.178278913972822,-0.6980916335349645,-1.1823023624281177,-0.01737716422023347,-1.0382588539026296,0.11110171309015526,0.3354478918977546,0 +1.0181031332574544,0.20380697741580722,0.4090478776627135,-0.17863839640574306,-0.35856190277311945,-0.4783390936718165,-0.46385698757972815,0.4057000334999278,0 +-1.266655385394694,-2.5059686260640124,-2.4754564333913103,-0.9135135880380348,-0.48797836758915386,-2.474142856912863,0.8097156240260088,-0.4281060433540389,0 +-1.4460043555990936,-0.5270532629191598,-1.8375053729272237,-0.03440988104610209,-0.6143932134905075,-1.0192746354617703,0.6133471513416375,-1.5098359166604853,0 +-1.8402120430689544,-0.8341389973937142,0.48377472164390983,-0.6417194944544037,-0.2959132114757013,-0.9899029572245539,-0.13773676034500038,1.3093748554271616,1 +0.8822949392424263,1.5428068341135686,2.435066838585419,-0.148322388822249,0.3427384755558933,3.1167873369116466,1.3052032706140095,0.5791477538468246,1 +0.5344441418817315,-0.11375025139097628,1.098175461933873,-0.19327061350235514,1.1262795804184151,0.33483552460903376,-1.3532318956200298,1.5524828474506724,1 +-0.3790924133863279,-1.8997800716419537,-1.2539219882456696,-2.485860672786923,1.397823278180283,-1.541145134543013,-1.6411701384152924,0.8927117893104572,1 +-0.8277626576055805,-0.7979205084979153,-1.5969503341203761,1.6687928030451364,-0.1958806715599454,-1.4963272808860748,-0.39720207055269086,-0.7265944793637902,1 +0.5417680152980503,-1.4095784182872202,-0.8489594976826662,-1.1091548400247275,0.2769881034889046,-1.5205666153882675,-0.6595148126284769,0.6229949078528172,1 +-0.17981399953179833,0.9337608277272038,0.7845400591603024,1.395707505900432,-1.7262224177291827,0.4266713524747095,1.7997343284539393,-0.5111403888267269,1 +0.5685592517179614,-0.1283694572635098,1.0530862012462616,1.095599966093184,-1.3142612302642915,-1.1142617181976684,0.22461767527141996,1.2032502752775822,1 +1.4344310838235472,-0.7696270635793807,-1.300319303336264,-1.5444145001113305,-0.34361307443285816,-1.2987869154629847,-0.038640047107366904,-0.5612197986389831,0 +0.44174935884259137,1.331813971416614,2.162668751402137,-0.19221918835842342,-0.6714674886115571,0.8120299892909635,-0.016470832674986835,1.014899462313332,1 +1.0212137015018745,0.5605400670437422,0.6573838245338782,0.7213984056114907,1.3126642698008804,1.2322154361501723,-1.0225984525223173,0.3767156946885314,1 +1.5921591892137419,1.884864618650581,0.4175068047984368,-0.693989212187245,-0.11563865431497766,-0.14020911989329132,-2.174846746173218,-0.5686871643240111,1 +-0.9460974539928043,0.5867476906316087,-0.02590098243214353,0.32792608392088746,-1.0431859643494243,-0.4821990432065386,0.21982837963585733,-0.5444338050971411,1 +0.009195987366549674,0.48196677754336836,0.16355493719427253,-1.1248579279861441,-0.7586816746680817,0.7636309707724604,1.5344260793943358,-0.7146165184434862,1 +-0.8898298634654059,3.4568640640055026,2.75674923435937,-0.14687488841842825,-1.4227880881333572,2.133127031655251,0.35534784344524795,-0.3783157966938695,1 +0.5433588688599416,0.8520675470981951,0.3115923790433409,0.8098976641378629,-0.983799600889476,0.25456529591495336,0.7348308306355914,-0.6214271985276573,1 +0.40542367239169347,1.7568643247962223,-0.6897910833123415,0.4547939060502043,1.9100935212069672,1.102524094245182,-2.9511631265574128,-1.4710628508056098,0 +2.3844809705178767,-0.17415715074503724,0.0025439595564899268,-0.6544237691063911,-2.8932459976051814,-2.3239015237374394,1.215146438789172,-0.0008486049588298794,0 +0.6640089626017952,1.577806123220989,0.6628808394281065,0.11718200358361079,-0.08973888891450552,0.923644951100071,-0.5319347532732461,-0.5860562045493343,1 +-0.9207538723219063,-2.2531112206741692,0.5499699566019569,1.7531789274270526,1.6520442620751488,-1.2809433980683358,-1.7940808682658982,3.045679745764252,1 +-0.6806513684985157,2.6739848476282937,3.258010215450235,1.0175239462038521,-2.1020117655444284,-0.09026986427853378,-0.9412929799588012,1.3136734524048792,1 +0.6571352139410463,-0.6502691255714456,-0.216085128184495,-0.1900840976273394,0.4114565384339512,-0.51862779896611,-0.5155396467770711,0.5089452287851192,1 +-0.05693331765127765,1.2538532389251176,-0.6361298594575643,-0.537799819028895,0.0702678774592769,-0.02837891409628357,-1.3076041123835225,-1.349588343229766,0 +0.9696042437673651,0.9847324956453615,0.3744143369219947,-0.9979640379829731,-1.138860681441113,-1.131196909453489,-1.053702755051193,-0.07947855040515595,0 +-1.5377451182005297,-0.9002119833385376,-0.4148422218615457,0.4295569958415875,1.1373566547579765,-0.42312773580830587,-1.0972065617559377,0.6681420303396048,0 +-1.0882358683804478,0.9432258408731888,-0.1874470463992091,2.7231229883489023,0.019329524670346866,-0.4309714204546458,-1.5659146740377614,-0.5304962185708861,0 +0.18349266931375605,3.977933699027715,4.523475194426952,-0.6911819838101508,-1.8468226504099954,2.372309788510922,0.2097989004733996,0.9979098357314868,1 +0.6032831177466295,-1.9976937915342259,-0.8397649791607057,0.3911894200207102,1.26112646385427,-1.0405597136326048,-0.7917401847788199,1.128073780640026,1 +-0.4780155748618419,-0.33713262180976605,-2.8149846849006277,-0.12081109081151854,-0.8616736451498395,-1.0620199544396547,0.9852105615661957,-2.760895760760368,0 +-2.1996919902074814,1.4106322366370998,1.6977470504281695,2.1781590742292316,0.8281015976971616,0.7945508479616066,-2.130843601736955,1.049266487757127,1 +0.23324708092481122,-1.7204220956536571,-0.6869399625842404,-1.0129326369170684,-1.9651828595941419,-3.1123441580686073,0.7049162970752401,0.8031247218161212,1 +1.1440258000636276,0.24187806116081445,-1.2157746422594558,0.28718268148978,-1.0939821153433884,0.047775630669616875,1.713170755965691,-1.9069394690561043,1 +-0.2872683923540203,-0.8240507143315805,-0.05686702581286811,0.2303758091393512,1.6939306896362136,1.9654485706094456,1.110077866125458,0.18720976592481842,1 +1.2543695200782772,0.3671238809340925,-0.7120316385228849,-0.8692319666914629,-0.5872659057443593,-0.661229122943499,-0.23549979263585563,-0.9192392110216836,1 +-0.783742419433618,0.9505966353830646,1.61041840662404,-0.34428668477448465,-0.6097814700356442,-0.39752856444752255,-1.1482389616247195,1.174683193180929,0 +0.31686435944060387,0.11422143504132731,0.36172568499137353,-1.3773996738513707,1.4752906436862336,0.28196300309516353,-1.955992149256565,0.778678910322198,0 +1.4146025280130592,-2.255990996263569,-2.732224546668627,0.11402218900131178,1.9110335336567086,-0.1828717154645726,0.24751417392582764,-0.9237967608211761,0 +0.5880933701116227,0.42303666511957405,-0.576964318450271,-1.5546550768338068,1.2993794071822682,0.7121549902937534,-1.194422619133544,-0.6750986595951196,1 +0.33939493991917385,-1.0817038538657657,-0.3661376034561414,0.6650795779109999,2.4140950727078665,1.1639713374700156,-0.6199280670876399,0.62009403654447,0 +0.46132633235984405,-4.3160767302342835,-0.9494324856727332,-0.0903070561151066,2.026523109705298,-1.2387408659443149,0.3836711014644285,2.672124283777517,0 +-1.438432357564434,-1.5915403591023296,-2.522011353815615,-2.266792979556267,0.2491403326882049,-0.9847848276021659,0.7719797278836913,-1.351830057427704,0 +-1.3147222420378146,-1.7349160112639421,-1.19759740654875,0.21485091586781976,3.0505252332150077,0.00972336775269711,-2.1243997240131653,0.822492860505297,0 +1.5621523048551778,0.5897352455112146,-0.6224241067391602,1.0630802397567178,-0.7529736307634283,-1.2737807346976346,-1.082059752722125,-0.7402005912457281,0 +2.69992869063419,1.552777947935933,2.0169310118818684,-1.900968400779251,-0.9586354740969352,1.862116954839441,1.5976901608755267,0.16290719300754386,1 +-1.9174595768381923,0.9760913300216321,2.6025725393212995,-0.5553107126029437,-0.3889934617172624,0.22015014214747108,-0.9518654377043353,2.060866216961125,0 +-0.8030383728385359,-1.8736877624722423,-1.750464695202094,0.3826695925068194,0.3757861171270171,-2.2271674114742894,-0.9835144767986426,0.24076974044747762,1 +-0.40216769649228673,0.3514490003363908,1.3302414282115445,-0.3236326765483868,-0.15666017533019982,-0.16499897564301091,-0.7578777048180863,1.2726154005504777,1 +1.2137497740457397,1.0693040570042844,0.7800955593272709,-0.24349961763875985,-2.1122553864112636,-1.4452642372196514,-0.2915838458775996,0.0792259350335931,0 +-1.234369926518082,-1.5549448857065353,-0.965808069026809,-0.3916140376212279,0.50683001601602,-1.1511527161386628,-0.30429819105000844,0.5026077748001738,1 +0.4723814927841913,-1.4565295262539404,-2.1214587632216775,1.1401154977007089,3.100998779869877,0.5425568781818191,-1.5203622894398146,-0.5557638718603559,0 +0.7586237442379208,2.3458108770215214,2.8314067089863486,-0.08961059457050417,-2.128483939166685,-0.695776526735822,-1.2347622798542917,1.2832030656666982,0 +0.01666089922134758,-2.216371128947798,-2.134582883426514,-1.1674433857074549,-0.02792540630260635,-1.760668501774029,0.6948057420669063,-0.3499599934272842,0 +-0.9159361004102601,-2.898494509193209,-1.804656173496682,-0.14428446991732802,2.0627022823844676,-0.927081045061831,-0.5352950908587275,0.8303698114908311,0 +1.5525525857111164,-0.09031303148231229,-1.8400247341438347,1.5286561366069715,0.5613393232306844,-0.2672197490064017,-0.5312737858610791,-1.629298190483768,0 +-0.14830998680125393,-1.0912199413476835,-1.2757478213590079,0.3180583129980666,-0.31487410886255907,-1.7521411221498018,-0.34465724078030185,-0.14704308715716474,1 +0.9844609270539145,-0.8562883797162548,-1.564169365773311,0.3711118030057316,1.352084596105622,1.458691296313666,1.389711935410214,-1.354058806361939,1 +-1.6585614397948507,-0.2625584537954819,-1.4548127051606543,-0.45848125090819436,1.309168681575123,0.5955037442132876,-0.3723353289857489,-1.2015199682998658,0 +-0.9710582132538347,-3.4628212256763238,-1.7052747225245646,1.122850707856176,-0.8416677052426362,-4.255182405297238,-0.250939018876462,1.5863393477135443,1 +1.2468301937972068,-0.6400061429846786,0.4603685302705037,-1.248428422919171,-0.3466358495456532,-1.0314384361448667,-0.3234196284697749,1.1750308930327054,1 +1.1524765710649234,-0.6291420801133482,-2.026968177814606,-1.143212085171757,0.7172342730504271,-0.33895891449010357,-0.2145664015327629,-1.4443113929200146,0 +-1.6717820841600952,-0.27648582285669143,-1.3755809225030298,-0.6897376330436824,3.2374896993836453,1.430008720594927,-2.018236820686907,-0.7279341095742489,0 +0.7623563510350622,-0.527416622108716,-2.1274084133507833,-0.8834419118641466,-0.1457196006794268,-1.6017583319430497,-0.748729596084952,-1.390939293538095,0 +-2.5306584224582473,-0.68364750231667,-1.579238497187759,-0.4089201444336069,-2.006977282690757,-2.7381485387913473,0.40198582626792545,-0.9261086235529299,0 +0.04565356332102769,1.3209687160228252,0.7338299619623352,-0.565434561372939,-0.04942511789453625,2.236183862771064,1.4181228962225076,-0.9252665810694827,1 +-1.0018611934667998,-0.7141393017626106,-1.7624113283443197,-0.4082501827353158,-0.9087093903088075,-1.777501544378737,0.20198527409509892,-1.10605254431026,0 +-0.2437597049121977,0.6085395724291593,1.5523789902695717,-0.03994703404619751,-1.6368229284428613,-0.23770948712803008,0.9159775409841211,0.8338961802575853,1 +0.47831946192027414,-0.349930266303976,0.6563761460633071,1.267866995552658,1.2098949844301725,0.35291774293734157,-1.0667408362078166,1.2241305631219832,1 +-1.4956476195585626,-0.4359959856343219,-0.0136637657208332,-0.6143877416155064,-1.2459843618572433,-1.5963219581173536,0.12242848664409345,0.44369409386687986,1 +0.1395651629205033,1.2779347468958142,2.59013739666755,-0.8724813643648552,-0.10400642003624387,0.055307645217727686,-1.9003669391845488,2.0625294735648145,0 +-0.7020481399077793,0.9151448514830243,0.5708742592645892,0.9525069459873334,-2.222581027307083,-0.8663625317869939,0.8644884062451288,-0.36034293087844715,1 +-0.4734328249378115,0.7427651986600792,0.06979204768108685,1.1306391331932097,-0.5788368413006099,0.2327223658492633,0.31523962203403744,-0.6596188905654219,1 +-1.3315553417717974,0.22526287017262409,-1.1213863335367815,-0.17819659531550103,0.44531889178381495,-0.5195882022442412,-1.2492534755686882,-0.9519807147921953,0 +0.21513687828006076,0.7170963946386092,0.0937455340142058,1.190568875207675,0.9693657600881035,1.9463517486464061,0.4130340758857174,-0.7714731079873225,1 +0.30268704701537275,0.48988857205488023,0.9788112159784222,-1.0039147823228156,0.10618638253498565,0.2621371872588948,-0.6114263300396108,0.7261769493119432,1 +-1.0345897343133934,-0.6333978865221987,-0.8962622107348577,-0.19188434995901685,0.09824229606053339,-0.6458283375491145,-0.061063216159098044,-0.309700716270058,0 +0.4583753026968882,1.066414435302315,2.2413226774633834,0.4573112114035457,-1.7300223082780994,-0.7837855273376929,-0.3713157067023344,1.5373948262833073,0 +0.8825789478290944,-1.5062555947931988,-2.153101876656969,-0.36559359918098233,-0.4794816604585845,-2.0597387697898997,0.17959778272208027,-0.8062765469856906,0 +0.5706560482477903,3.03545289867549,1.5522490063477126,-0.4230048971758329,-2.3848951772732176,1.4155495798045,1.571467116302276,-1.5203520750304513,1 +-1.0022879687467,1.5980455771895112,0.1978319014198684,-0.2615559946308264,0.19276106433755116,0.6858076663880155,-1.1404926896959575,-0.8928428628239705,1 +-1.4564616985348091,1.1006568876471632,0.8462685431936335,-0.8008734573521304,-2.741060188153661,-0.33642504237393345,2.032017783900744,-0.5937104651032781,1 +0.7002467001299931,0.7854237332834563,1.5152160809700481,-0.11846080970709345,-0.9135138066201757,-0.4752303060052495,-0.6130211650044763,1.078612415874467,0 +-1.8096005857367892,-0.1618088720173908,0.2449547735013576,0.44149134149190145,2.3819798226238227,0.8939113389708431,-2.102082591562305,0.8857713686816442,1 +-1.2243138511371525,-2.6235255765970646,-2.224885067617315,-1.4950769579822496,0.10195479808847988,-2.154856844088055,0.4486931163560939,-0.0009889857354232756,0 +0.8252241071740639,0.7877277562298234,-0.137728818531055,-0.11679566398922683,0.654142537988211,0.9335438674900595,-0.4979691800455144,-0.7422081817125528,1 +0.40926324931694125,-0.8531795834556417,-1.8050122250794711,0.3599992953136244,-1.0135614777285726,-1.813620592510731,0.4656054613308229,-1.100451246566669,0 +0.029249428986205896,-1.4281786605409001,-1.1644516774186169,-0.5523741724179935,1.2563263840989072,-0.9605593099164622,-1.1990893666261198,0.42114304303179906,1 +0.522802385348867,0.813241388310832,2.176871861534256,0.9245686719152307,-1.563969008237246,-0.1174218374087782,0.5722699632894057,1.3793576946470592,1 +-0.09821707990111504,0.2728365435000213,-0.9083422264413927,-0.8263552388691242,0.038483058451292185,-1.1211848880558375,-1.5838396817218348,-0.6390117493475151,0 +1.3572455758562907,0.06657478195501043,-1.3332165040956594,-0.5120061107384106,0.03734242698206717,-0.9271171701844734,-0.978775432892296,-1.0751242265608056,0 +1.2288789610202477,0.97615796394998,-2.160934258824022,0.2038726244067403,-1.2632131400346471,-1.2788132998607278,-0.3353962487588809,-2.8316533789116196,0 +0.9379809943039376,2.165058836947389,1.0678968836818812,0.8458905083079843,0.13577541550873795,1.8288496581289861,-0.39587395662451536,-0.7767596226829494,1 +-0.7697495028573533,0.6329359471802227,-0.9077550292372564,0.4944524240466108,1.8740255671749004,1.3458851576291313,-1.3002575379346637,-1.2085111829779414,0 +1.6989034964227891,-1.273005810514522,-0.6664473520320721,-0.03555164715895507,1.2895054319239763,-0.7040745247047965,-1.2147314702855714,0.7807000449407572,1 +-1.6544502737462483,0.9722154444924724,2.2176926263115577,0.2656955300211675,-0.14918259399474368,0.2382303840616713,-1.1551396787334611,1.7266388675697673,0 +-1.4275428927735052,1.2206669867510929,0.6920188718507924,-2.0246119899520476,-1.6841792316991373,-0.6480849369651123,0.02314540952195221,-0.28441835481880395,1 +-0.8189981609689544,-0.6138507302925874,-1.8877754847399197,-0.23019166914319708,-0.37993849961044274,-1.6561694054870904,-0.4627634162144312,-1.1476133375141848,0 +0.17735096364987332,0.1745853501942225,-2.6552789732844926,0.5406242525777982,0.2363780414241981,-0.8690273130208227,-0.9218585876969474,-2.529680882036295,0 +-1.1713647201894266,-0.684057356523921,0.0961431235044637,0.18337280673067027,-0.08371472068059065,-0.6849434391916931,-0.08415923796264502,0.7508121766702419,0 +0.16926548853786744,-2.159589462926145,-2.4049414715012905,1.306179749400342,-0.7204856009918956,-3.2847159812279303,-0.3336960542058614,-0.27751331764555476,1 +0.2642694221766927,-2.7633608382396933,-1.5906472344528388,0.9380773564042455,-0.5067428636000552,-3.1714225708105177,-0.07036233669488223,0.9800280286607411,1 +-0.8941774555228064,-0.690932075112954,0.43216316273837474,0.3119519835395709,1.2631452807129868,0.11599896677505961,-1.0265775509515143,1.2916301984049334,1 +-1.933201624068124,-0.27575975987050827,-0.7480781702068533,0.33535711293973847,0.5354100256993333,0.011958756983685315,-0.235619028504512,-0.46442883263415813,0 +-1.616515637387372,-0.008748665477053552,1.0158328571885435,0.08716779940369222,2.113733858834644,1.1046891025699836,-1.8247472919517562,1.4486436870679804,1 +1.0966040174162086,1.8020920592208225,-0.698685275654775,-2.072315644713681,0.7808265824412353,1.223823284243175,-1.2242828850952214,-1.9948214581170367,1 +1.1219276146303574,1.061687950952137,-1.9620245037642037,1.6435221518906005,-1.0996260399419886,-1.256095347309154,-0.687905198911031,-2.608138674766872,0 +0.6451374483014992,-0.7254234686317425,0.7588335921693331,-2.2488026793946565,2.7428181609778974,1.0053902581574254,-2.0080340453815584,1.8500534367069692,1 +0.49314086485197955,-0.7718635908822498,-0.5943835546611399,0.1381782365266074,2.2059552726696543,0.6432124231101175,-1.2862285773023743,0.3466422525331377,0 +0.25873167415198567,-2.250937147323682,-2.0382818433567977,0.3013006452360526,-0.4904861996310945,-2.1993806708002266,0.7791579926925347,-0.21207915752201634,0 +-1.1859536521767275,0.24813693688951632,0.3102359958500006,0.41620724850763086,-2.771916045227266,-2.4022748850955593,0.3936130880827984,0.1833986940955421,0 +-0.8635818398078283,1.9871600440318764,1.3212845172999892,-1.8280773911722825,-0.24719686281992076,0.2913317489965086,-1.7814783925190703,0.12379321653679976,0 +0.3523785905695218,-0.7187577532924965,-2.4175961356852844,0.15204802559376784,1.6121325414881331,-0.08920679775340257,-0.9493673623830854,-1.5859168224503115,0 +-0.5005207552426837,-0.6980305754422966,-0.46125382562655876,-0.14405681903291137,-0.13062711592270226,-0.8563511491060369,-0.07064331797971679,0.20568213519277495,0 +-0.8970314985239531,1.2386386960704345,0.32556030412619685,0.08978522277669182,-0.9081342270109913,0.5286925076502431,0.5716314443497046,-0.9106333166564758,1 +-0.525074718988495,0.5183942922728147,0.6126686548240683,-0.3114487675940241,-1.0824359647421435,-0.9745238491023078,-0.4907234154139978,0.39221124986660577,0 +1.0810267316065079,0.7078494455199125,0.5002254136114199,0.9608552671025964,0.02239744802421449,0.5561322328354337,-0.19721980114365079,-0.07887804648100027,1 +0.1847383394379357,-1.4911722121448872,-0.8929171082280959,1.595655729243353,0.9096974339713911,-1.1342350555186569,-0.9462823903753699,0.6952050365217581,0 +-1.570367812273693,0.1452758808929283,-0.7301784362550033,0.23971461291440785,-1.1735990723730962,-1.6388726870391368,-0.4586238338324155,-0.6149447229083596,0 +0.25985447497262953,0.753614253775017,0.5604723960544093,-1.7360125476821,1.5651221093361256,1.7654588610564506,-0.8518350877538725,0.028052597328499518,1 +-0.9438492060913333,2.3433904031658597,1.2619261484181816,-0.9085945691067777,-2.8181910159451076,-0.44548591883722444,0.5368493509084162,-0.8081556865306712,1 +-1.6618837774299844,1.1130476892398424,0.9779532517761836,-0.5165242801594636,-0.5628997725082748,0.7570032826998473,0.33158973685496196,-0.09415759290284365,1 +-0.3350005525773827,0.018219290790030707,-0.7385386527952215,0.33035923422161295,0.6522752152004087,-0.13807326782763152,-0.9223124205494062,-0.5057613035927244,0 +-0.8332777637759884,0.06931038580131943,-0.2873003185302649,-0.7732572104294364,0.7551473564423792,0.996808664179658,0.26010421814063717,-0.497315407424479,1 +0.006900282570580051,-1.5013159322927847,-2.494081011212838,0.4636426982791128,0.6742057299699115,-2.076790934545391,-1.3966245476838326,-0.7291875566129828,1 +-1.062890184826615,0.049834791827234826,0.3455841679227075,0.04962966816793262,-0.11571194611808479,-0.2551517683017864,-0.32833085355841335,0.4174835880165771,1 +-0.23509639220484702,1.4668173064907735,0.5876529450519445,0.9051634477121012,-2.8097795293674754,0.3431911891858933,2.716109502843361,-1.4030080012720672,1 +-0.17291821313301017,0.7620080337636453,-0.7128114256657361,0.9015960791170672,-0.9325315868516993,0.47639616660496903,1.34910844744348,-1.7695523668295894,1 +0.9014574369367844,0.5713743710633405,-1.9311215909859683,-0.09847658156676525,-2.137080681255861,-1.0504775648833873,1.5866026312341959,-2.7937205204121867,1 +0.3619409773958332,-1.0696321655315078,-2.1173956132593226,-1.637846991791325,1.65080305079375,0.683314995576604,0.3181771931624028,-1.3866613548440285,1 +-0.531620900604959,-2.043248052000063,-1.9043078017906188,-0.9396393448800627,-0.529824635116798,-2.0843626130291475,0.7262340634968338,-0.2458702140052375,0 +-1.1751835030023252,-1.259728431614204,-2.7123240549146264,-0.4536293780983754,-0.25900542120109893,-1.7082953128723952,0.22866662372684132,-1.6230192581774872,0 +-0.2557771836697284,-2.9583450472041166,-2.4789059115741714,-1.5788167412134981,0.02144070827010039,-3.4496829527994377,-0.7296661785310976,0.44180575163015634,1 +0.7202496106903167,-1.64550076148506,-1.6817579099374926,-0.08960437825036718,0.8733808106321875,-0.8115713762250959,-0.07089791903251863,-0.23763246142340955,0 +-1.0682606497136111,-1.8171157361462433,-1.7292454876584271,0.21135292561846872,0.5695623387137985,-1.1068236677867866,0.16746018509069927,-0.18277375551517838,0 +-1.111309788170467,0.46931568866101314,0.3105261767152944,-0.9033381037921354,-0.9632452003343231,-0.8245291709656724,-0.32093795938791847,0.06919361786394307,0 +-1.8172294142418346,1.1383922896714456,1.9388953080180198,-0.30075586267216053,0.5382330728418768,0.9169399456188689,-1.3296610166737286,1.2981272182568975,1 +0.7034381031869266,0.04436577175692502,-0.4762108767845961,1.0395464167832342,-2.149582456123039,-1.7232442139002224,0.8572482309266072,-0.6211720197011084,1 +-0.3147562679364698,0.2733605306809585,1.785773978616604,-0.16192537650630448,-2.898803130842917,-1.7366049098384055,1.0114741654684638,1.4433051790598235,0 +-1.2071639207218674,-0.12036830822178457,-0.015117496389913294,0.163297665980768,0.869874171273227,0.7121213933085434,-0.15701975166954918,0.07418073353662347,1 +0.41646122598515684,-2.1418194696921455,-3.4450937682969203,0.16231743626498757,0.45706661234353946,-0.5338612765702118,1.935579077090255,-2.174442460325267,1 +0.421662402299435,-0.11080038896484179,0.9822088239186023,-0.06152551865912183,-0.6003404295988625,-0.41217626888611436,0.14398800257522337,1.0843564650510282,0 +-0.10416153470281504,-0.38659677020900984,-1.5578284909504116,-0.15871154763015566,1.610348517475837,0.19415167557800272,-1.1741096991581026,-0.9537268654084927,0 +1.016906373295175,0.6894909549340237,1.4021868390415495,-0.5789223255045479,-0.8583480985836079,-0.44308770719276586,-0.5129112981102815,1.0152361351893042,0 +-1.2942922653208588,2.1773795330663908,2.9484578547995515,0.7805392194582853,-1.5881055386139924,-0.16603022629673325,-1.15108127173438,1.4811543739657531,0 +1.0846535913536566,-0.07418371083425501,1.4434674476874225,1.2881171041320203,-1.454991825710708,-1.5089191962753978,-0.271685747997717,1.7187254712536055,0 +0.17768472026056295,1.4493638939666815,2.558986432765977,-0.3186713221207256,-1.4388600419536821,-0.41186997889496735,-0.7949058715505402,1.6228111529879174,0 +1.0884014952102579,2.7589974311315295,0.7620462341750645,1.0738962373752419,-2.605067663409492,0.9266008341523992,1.7585741304430975,-2.1029553768603826,1 +-0.27928230976857127,-2.877261682787859,-2.0405830677958265,0.6359783745452092,1.5662192680316929,-0.7926903533200839,0.3972849860417933,0.31006810808157814,0 +0.4399978524474087,2.1647427514230175,1.8626913523441995,-0.601469702802938,-0.45079940602197094,1.5221200941363036,-0.19616053873290606,0.0006599998997514067,1 +-0.828113891778112,-3.453934887748172,-1.3743973883359388,-1.9362686925325427,3.6528981337371014,-0.1776458921364844,-1.3290793594628245,1.8940550823625018,0 +0.4456993676432397,-1.9982886770913344,-3.286280330169057,0.38450148191623107,1.5373882622821191,-0.16765856968901038,0.6822219866026491,-1.8232795321456452,1 +0.30874831436344063,1.083801815782919,0.07410485113050325,0.14027431586608277,-0.34084045177894273,-0.1053055511384764,-0.8443308896119206,-0.6036552444398284,0 +-0.8785073889273637,-0.5132281256040971,-0.034898886212587965,-1.857948678915746,-0.06594169008551495,-0.9490269739794676,-0.6083976353285616,0.6354388760020278,0 +1.9469076993016263,0.6770181160158294,1.7532748139038987,-0.1601913989841674,-0.24522219360224717,0.1123067331689227,-0.7342677558717251,1.3998395879202101,0 +-0.5870149470914997,2.4654713697676947,1.652591554909478,-0.2224828521058255,-3.3243004430004564,-1.7566282167667324,-0.7340419471890431,-0.06988835155693962,0 +-0.5281175790466263,-0.8674578100114192,-0.4396141374290844,0.5862846466120697,0.7949148333021722,-0.6539545428215761,-0.9447332236480375,0.5917519264395023,1 +-1.1669449786086303,-2.8013266552906284,-2.475306695516069,-0.7288186610375456,1.4632250476699626,-1.0671964782377439,0.22106709870780827,-0.12710682531268536,0 +0.6203689576586111,1.1553146484860701,0.7089270531213038,-1.5041139842722115,-0.9200966592929412,1.1930000793081135,1.4546083888864458,-0.7405159996253733,1 +-0.6701053006736217,0.9052784444811791,-0.6311857785577154,-0.09105840943237524,-1.0773628165862053,-1.2488924023535297,-0.9238015811060337,-1.0603653966423692,0 +-0.12337861117210236,-0.23806276133681709,-2.0347274404759776,-1.0947527115699314,1.3301579693172425,-0.36899875219664724,-1.5487354610716952,-1.4192670404476666,0 +-0.27733227726000076,0.7151213234513243,-0.2575362076993744,1.6317163362412523,1.1343201312505296,0.1377383049233506,-2.1320023850107224,-0.2995004821427408,0 +-1.9546737098717686,-0.6922730434565365,-0.4596075625094093,-0.6064893242729402,0.8786877106970605,1.1502371991387061,1.1593920968500722,-0.28418554489996944,1 +-0.06327787318506653,0.828632027080117,2.99638823137569,-2.271127417634077,-2.8844557998456146,-1.6297691006925081,0.18678487170393376,2.4194194270589957,0 +-0.03550331398641385,3.934379190448383,3.438974064601934,0.37747395977748976,-4.178979564816687,0.3831363941328194,1.2424133817402527,-0.194187812567568,1 +1.2715299196510923,-3.174621187142785,-2.9074798502469705,-0.1366800137094087,-1.8243400641701824,-3.7844746514396164,1.8137572322374564,-0.47347999499998306,0 +-0.015797056403623087,0.6893604808695762,1.443496199341551,-1.705128829592004,1.9483664164272865,2.76303653609264,-0.2523108456135764,0.7409390296181311,1 +0.8881562806279193,-0.7242101172451975,0.2338790595054794,1.164687658194125,0.8427041903274263,-0.5235493805617775,-1.1869828691989535,1.2106908166464216,1 +1.4715562393762804,2.390057299954335,1.7372259268329877,-1.4945359417245532,-1.5870786476159167,1.97399570761299,1.8209982476707063,-0.8975622694671758,1 +0.1583782027071331,-2.6380250248848247,-1.5702700348601644,-0.11442235824990983,2.963433606142535,-1.4809324317044754,-2.907620622136898,1.532853346605408,1 +-0.5177934214978593,-0.0840060417255708,-0.4526934401209277,-0.9391330934545433,5.0767831013011,2.0577953986478796,-4.277919907555282,0.6105318800446806,0 +0.06243547988761396,2.5549717156173397,-0.03479625679427388,0.05229252461156939,-0.658480330911412,-0.3646773914581501,-2.292483053268783,-1.5453023650722564,0 +-1.1480678552071897,1.2142105742241287,-0.06913448636310246,-0.14626228499925453,-3.9119103727174567,-3.0741746393336387,0.19097407301161462,-0.9117905886880151,0 +1.382392224227242,0.25800691162632783,-2.158883636272449,-0.303666935934724,-1.1798155778518153,-1.1523170367390372,0.4882956237337699,-2.45551117429779,0 +2.73281287930219,-3.261741295080445,-3.61688773178735,-1.1447447846857766,-0.3612162108123092,-1.8643430364617692,2.585438428824741,-1.476821690152494,0 +0.8691007907094397,-0.6435371363229461,-2.0291655686300474,-1.4270800390500105,1.2369738054248898,0.6408089519954676,0.36704447906826076,-1.6668810917218837,1 +1.6639302141230803,0.5301688423971795,1.0046931925161988,-0.24459476266273136,0.9320827163678027,0.8638415775729669,-1.0380374619563388,0.7877302303661144,1 +-0.2801284003308507,1.7136784073921718,0.5783587443946725,0.7881325727461836,-2.557432032536803,-0.5060583189466048,0.9595552389841357,-1.0806006149586593,1 +0.9237776199745511,-0.3189002402219496,0.11969117674794628,-0.5258174279326906,-0.44525853329850124,1.3558445528255747,2.7535921485410215,-0.4579762416728159,1 +-0.18193072760950907,0.6972295609349477,2.5279282349124195,-1.6444615905577806,-0.3208147423232145,0.7773239702991295,0.016343639664238352,1.91588133056284,1 +1.0887042053341631,3.1658501366764167,3.0495992557066027,1.4540629286318516,-1.8727184187124144,1.5049303261578932,0.38899951845173913,0.2041633361841425,1 +0.30982346328806715,-0.9900446526175786,-1.5260670437009312,-0.5124417978925317,1.5638705484335125,-0.5366079805305655,-1.4409569433808604,-0.2834878375322577,1 +0.09551522310273854,-0.8684079006866633,-0.6126924083902584,0.12921639636424148,1.93375480571894,-0.02229612791262825,-1.6762661781250396,0.5661510896523148,0 +1.8969927900026102,0.3210311033605909,-0.15000063727484916,0.0018214456781147901,0.002549047237594597,-0.6661653854473666,-1.1954507095310056,-0.0490773055454341,0 +0.7295472526560364,0.81228225420404,2.769744773296375,-1.9809851672568721,-2.388736651923433,-1.2048486585625773,0.12908992447394074,2.185939188112938,0 +-1.6306462055877005,0.9017501114653999,-0.5706456827441885,1.2217232757551404,-1.9356344286398994,-1.712411285903347,-0.3311233453293136,-1.1206689014495537,0 +-0.6973779650777342,1.0827489519553535,3.7391848295779813,-1.986674896872592,1.6727224731637902,2.065155166460496,-1.873959690263654,3.233770994737611,1 +0.4556031335391674,-0.9434148384496021,-1.1389351229291251,-1.4423196156620137,1.247973739015068,-0.10038995059524758,-0.5698293918066447,-0.1986165164740351,0 +-1.8724182498875888,0.17342652043563722,1.1879899985781226,-1.2279268833186563,-4.454838406116536,-3.4640285259125214,1.2068111893634659,0.9998831872604337,0 +0.013690558574452253,-1.1246960332288134,-1.8546981278036707,-0.3671743470682264,-2.642576704717383,-1.6085879108395817,3.3705813273467493,-1.723272626207978,1 +-0.9825877990123092,-1.2494479151927325,-1.1892031225353545,1.6864090709133894,-0.9272003251649036,-2.0363833410991727,0.2956273831156808,-0.07687712140648872,0 +-0.2617550243646237,2.6098064092358655,2.4958773907329124,-0.2448214492621685,-2.1804439696819604,1.730894016994071,1.8883277147505597,-0.31181960984571616,1 +0.29823328596325704,0.9651338667540034,0.30060549087023625,0.2461359291768179,-2.235206558660538,-1.8491863910142243,-0.4048637190690414,-0.2584109144807608,0 +0.2591885427972779,-0.7064602645099568,-1.762201344957983,0.24884694365686397,-0.3537629350251036,-1.4045359946740237,-0.10063033550200318,-1.0590545043275685,0 +-0.7384783314948059,0.3329783584625728,0.8041784953557339,-0.578274368475778,2.5712611978401507,2.109463589989266,-1.444898604386397,0.7650839909245699,1 +-0.9455561085062582,-1.1973271511494115,0.5071510018376009,-1.5911217789006025,0.09612494170153663,-1.246301195190187,-0.654175217759635,1.7992977127828857,1 +-0.19084600798447232,-2.750998754567706,-2.2751411770483205,-0.35450308707037725,0.13490091795372802,-2.8148950621266193,-0.32690581082349507,0.3160762593070554,1 +-0.6430996511660141,1.5667761668351377,1.176892309490103,-0.17824913511523952,-0.9360878640603024,1.4165502209498722,1.1974131134193515,-0.5600890808187848,1 +0.7887377106500234,-0.14033575302376877,0.07493369838878965,0.08864808372775274,1.9261123513182905,0.30418495293486547,-2.2126467829970435,0.7699994384325501,0 +-0.14206654004278763,1.5617454340425887,0.3357802306048634,-0.2995657534949382,-0.1122526881666809,1.1814372086274418,-0.04459186973738527,-1.056509379477921,1 +2.2149453937434584,-0.3424713839869933,-1.0945680668275544,0.7913095577687957,0.9858652822166212,0.15215333992331237,-0.5198085470380459,-0.6940411197454871,0 +-0.040681035046251604,2.302526832589775,1.5708627582942951,0.2357380840106657,-1.540150794853735,-0.3223369460300637,-1.1671317742170824,-0.008125408654018784,0 +-0.47956173513859957,0.26004427477892045,-1.0275444882103242,0.058277234523486765,0.6752667230492759,1.443077341972721,0.9764258659003014,-1.6386833506136944,1 +-0.4501860118619774,-2.4371000416135695,-2.6236189513683827,0.137198606555397,1.8681750413740856,0.6188021894029995,1.5422418202263144,-1.0722270166169356,1 +0.407821959996144,0.7591049858239484,0.5868689717060604,0.3427624276198355,-0.48088715091259265,-0.48019794956465933,-0.941785480376643,0.24679538262544937,0 +-1.0766218710206443,-1.4421330261798846,-0.9055892604878945,-1.1813069020393463,1.7858800902152805,-0.7544554035388106,-1.7390662992845096,0.8262705029181472,1 +-0.6388042581941379,0.4842678158127952,2.907554455834069,2.6426013127371815,-0.9120208638599071,-0.3679510610169563,-0.5473400664084798,2.7218785061468367,0 +-0.8738747186634923,0.9554309171192883,0.556917384902731,-1.306110399580425,-1.120367912304654,0.3366964447035023,0.8572842198014596,-0.4988688388650512,1 +-1.0126671303140777,-1.6195707380980102,-0.8418884211824996,-0.02918653419000745,3.3862148492817785,0.8499817175716038,-1.7090609135929782,0.9097189795152731,0 +1.1928028094127854,1.7372445820155333,0.40942665736682204,0.05434676663489608,-1.827929707580846,-0.07432531246381946,0.5177435758109189,-1.1857496484403458,1 +-0.454386739290725,-1.8160621305745466,-0.17886002014772331,2.930426068901734,1.1687641197165033,-0.8836922179727861,-0.8364937057318829,1.646335382250064,1 +0.03090916949642668,1.452371675419708,-1.6496898853072939,0.3957833120914952,-1.2206015814717224,-1.6647381397280183,-1.5715387781085304,-2.350342799061745,0 +0.11452215205720212,-0.08241255925480806,-0.42798992607032676,1.0209032791936445,0.6892987402188989,1.822653436194904,1.6598238378524472,-0.9541588604398654,1 +0.2066109309267292,-2.9021922216127702,-2.1978820863294843,0.640544573982743,1.0436162420078208,-2.422807898303315,-0.9595815077383096,0.663401077933482,1 +-2.282986625441521,1.0125932543397607,0.14899701420360864,2.4492619859349025,-1.7768621616253193,0.23203694243908718,1.709948398091539,-1.1843434535897475,1 +1.659296440068188,-0.9827207643181363,-1.442072832999598,0.36903998212670425,0.010642098166950352,-1.2173186985328588,-0.16486946186675677,-0.497366913002083,0 +0.1704612023623718,0.1165249574842373,1.0547274444596637,1.754219100536515,1.2718151302118925,0.9998247982503645,-0.9096387177289699,1.1428066698254409,1 +1.761648788727522,-0.6503713037845753,-1.5074280215108922,-2.053992155026993,-1.3855641606293025,-2.357451628657989,-0.033334872062733556,-0.7926614214841361,0 +-0.972628769397361,2.05431434605008,2.5775184839473115,1.6500580178252022,-0.7171337719050496,0.9549854714883486,-0.6590326638712427,0.9890638370696836,1 +0.2596937566644207,1.688965377506702,0.960720594310335,-0.4518037251730826,-4.425796245610589,-1.2251430864004194,2.582913095490654,-1.0552326496079454,1 +-1.3070067836048906,1.9058923278483364,3.027114797303842,-0.3998178491650062,-5.978073387397884,-3.507191429088394,0.9256939988631703,1.48476125971422,0 +-0.4814619351032862,2.1744292478856,2.0069287554063986,1.5835541920956908,-1.8611107622141012,1.361041798130787,1.5493531052291043,-0.32085219812355026,1 +-1.2948999225840996,0.9475849872848684,4.4745913619029185,1.418258446144991,-4.814860720538004,-2.181941701396921,1.6514885453036448,3.467142291284632,0 +0.27291382727529734,1.784958116521059,2.163990113359508,1.0724848221399228,-5.347276234205371,-3.327295859213317,0.6440855675306103,0.772207622349139,0 +0.8924244454486935,-2.209114094004068,-1.21540667324266,1.5464867785909815,2.1419614473461617,-0.8734405564149571,-1.4896500333541167,1.100940123948501,0 +0.791593587186139,-0.4867555116158645,-1.8016365345079752,-0.5054217987909653,0.04557574339044219,-0.5984277529629687,0.1793300304814569,-1.4222750893683123,0 +0.42934051174025073,1.1331550075599606,3.4386192807830724,0.5085207107893235,-3.48042333035273,-1.8299285320295204,0.3146108042055631,2.592350417978723,0 +-1.8766980498643693,-1.0508735693646307,-1.5350319076892847,-1.1584817106718488,1.1420030859191785,-0.3816866747698078,-0.56416869155316,-0.49031616561445945,0 +-0.5781228491205116,0.8244500967412984,0.857289071052207,-0.8115161159596062,-1.7955737055891545,-1.2341420190550028,-0.2199020637340804,0.3289093122001673,0 +0.8303403774026893,0.6658146501788733,-0.2367059759337856,-0.053563984919953914,-1.7458946102341377,-0.8482083420902378,0.7095176889336632,-0.9298567725445805,1 +0.9432293583833825,0.6366300011374069,2.868441757499202,-0.5427743081807326,0.2801054898006638,0.7084714629148658,-0.9654186418727133,2.5839958491948876,0 +0.2115568056648496,0.47247579324158673,0.19136467514726643,-0.14078026163504084,0.952801016714489,1.8075746008324969,0.48730818636572115,-0.4750979539705845,1 +0.8014928173475528,1.0027171114150288,2.3929534761921056,-0.004450033483399733,-3.2115398316576056,-1.980013681300973,0.1718959060424019,1.6900559652064868,0 +0.31391604325986733,-0.20580060775757314,-0.6782489454749386,0.4649781992895666,1.3501637199324035,0.6743514300981533,-0.6100086056238274,-0.4020690963488719,1 +-0.7233220114547296,-0.9829599805301001,-1.4415257791451594,0.24427648122633377,0.2451936943597547,-0.4579679599423556,0.5135606044481514,-0.7383959402608659,1 +-1.2810338174600444,0.5282922708453748,-2.798520568736716,-0.09199992992597113,0.9946492253207239,0.4943644940123655,-0.5252965736205917,-3.1858637916432118,0 +0.07595387152794658,1.5933510541761855,1.4214427962707026,-1.0807382684911149,-0.7984413681761514,0.4318427678130536,-0.41155146239426776,0.1768030777814633,1 +-0.05386186735990239,0.20541131136113855,0.05345581146969305,0.47621348120586404,-0.6493592262122608,-0.4428722506048804,0.09883066640914828,-0.1119619223988626,1 +-0.8418057251482419,-1.4434431371551213,-2.006468711657353,-0.1201451223997157,-2.551246552397962,-3.350756124150787,1.3035427370525101,-0.9154055057188348,1 +-0.2977506355906347,-0.47632843404233727,-0.9301623308646875,-0.12189702779615777,0.06561421936134032,1.118580029105264,2.1796092169526995,-1.2183606630317836,1 +-0.4747475752785144,-0.7290875130564896,-1.6588881938816327,0.3107038723027647,-0.8930420332806217,-2.2584394876316356,-0.4755822009247833,-0.768024711731053,0 +0.2261250384359032,-0.03086182962238182,-1.9123656938438698,1.002948906946795,0.22997760282802088,0.02265458132574627,0.2848980023477849,-1.9960773065618045,1 +1.472916396476154,-0.6497127497332046,0.4455582620488973,0.6671653430869083,0.11885949044252081,-0.8392845273884727,-0.7165443224328925,1.2598050457058507,1 +-0.5322068443939167,2.285237545804973,3.169115402378037,-0.1623932376442145,-1.9092393893963027,-0.4226797106278729,-1.2149849211349273,1.6512502257752304,0 +-0.14697211726461235,-0.7866113385502391,-1.787020217837639,-0.723203293483079,0.7335099267958085,-0.32848963531150965,-0.12294308769481643,-1.093058278762201,1 +0.07087091971914775,-0.4745565410291628,-2.7101585396501258,0.6004030155514346,-1.3150335567477658,-0.20535366301615032,2.892992108777129,-3.1201485877929764,1 +1.0044504541215686,0.4439001271894316,1.5815940980983885,1.2433374707312457,0.5530361660104621,0.5807671648069319,-0.9475640343908062,1.4440727126365578,1 +-0.9506797242314157,0.1612627499749899,-0.7458715569542345,1.0865886101053461,-0.9323920794312546,-0.8370727170441665,0.25410551854560104,-0.8987180874083556,0 +0.073346861423625,-1.2007907348434852,-2.1456261062221604,0.4761201930504542,-0.3845205472804532,-1.4873432573587884,0.4761043197224579,-1.180820194248819,0 +-0.06542792669315912,0.7378476210387555,-0.04586552935121935,0.454880588668847,-0.5201146140601627,0.6220495508143858,0.789365508313022,-0.931129623760037,1 +-0.4695075414484315,0.4221734767122298,0.921064764775606,1.0982331070601945,0.3637193107952004,0.35426588487538435,-0.766357969433687,0.7595456062774328,1 +-2.0012270541725132,2.8419725190496683,3.2407518371794213,-0.44376171375256057,-0.18206844589137675,2.6488504145868967,-0.20289335240729495,0.744397342596244,1 +-0.5054915837433477,-0.4025788781075734,-2.255526333669817,0.5024903286179795,2.219889757164242,0.7886206543992595,-1.033063156044277,-1.7329718168930868,0 +-1.0250399555359986,0.43865967310532183,0.6078335052878585,1.1454796612359994,-1.1800820642587901,-0.6370286193657022,0.18621449211540808,0.24561757320967575,1 +0.6176576126354754,-1.337538020406189,-1.7160393293086849,0.7439820651002907,-0.6103163630979258,-1.9236863198714902,0.2402210591585281,-0.5314869729517774,0 +-0.5608804542506902,3.777902399635062,2.0411159667794174,-0.5450581533203512,-2.623693061508543,1.6008915250084217,1.2182338732206597,-1.569352540504151,1 +2.038666868089871,-1.8681066978940635,-1.8188093667493233,1.3309519674593406,-1.564810195886684,-2.6444476243830395,1.2423656655503281,-0.40361550509779803,0 +-0.37852230713943774,-0.6766500272594456,-1.2374006847934595,0.458236880753936,-0.09490725854859995,0.331095652880188,1.6624538309947812,-1.161053362109568,1 +-0.5704376447801651,-0.4464880094256656,0.12428387275610711,1.1237466594980325,2.5022026823341847,3.085369896055515,0.991554247594373,-0.001448769726645871,1 +-0.08417393895007697,-0.7091280908647355,-1.0079282160148317,1.5320283238765724,1.4476522163611376,-0.5452928248757694,-1.738577535913242,0.08694202877630663,0 +0.6295546183258179,0.21865709815649126,-0.20815770480066462,1.2148221216432298,0.42969856900267955,1.4961057328558902,1.2067332352918738,-0.8374483434346405,1 +0.5362008103562533,-0.5895441676887677,0.9433572919874056,0.6425055703580366,1.690427698496256,0.513978956885988,-1.3615670812247693,1.7855714413259356,1 +-0.3442256316909889,0.0509087707372633,-1.4476465223652,1.1843808588152076,-0.15635385943366076,-1.0095621151894985,-0.762607341126997,-1.2303365130722599,0 +1.2063636701666807,0.48371544995143223,1.4387740514182128,-1.1513379639889585,-0.5215841466453028,-0.6458111925991494,-1.0524443201410094,1.3877514262567259,0 +-1.2328974118993852,-1.459035309314344,-2.2586523784711194,-0.6679159834636088,2.9037793382752737,1.311973375843465,-0.17040970438473835,-1.1173043092808537,0 +-1.0257031068011704,1.781721655217326,1.8098836345720906,-0.3034402689366518,-0.6982912653489148,-0.1961860863144832,-1.7070391203555189,0.8110822513796359,0 +1.3975420927743956,0.21600279588293414,-1.3649858533537818,0.04113602741490399,-0.2793511487897089,-0.766518937183698,-0.4646897062231244,-1.3850321943383155,0 +-0.7934133881105118,1.9973675615068998,3.433919239960921,-0.29598888367770904,-2.379186217910803,-0.4354943126466372,-0.32716554864593955,1.9242809034224746,0 +-0.8262401775173521,-1.1059466643985096,-1.9529418074866105,2.1239560061164537,2.1474981617709443,-0.0835838946070967,-1.4216870720924941,-0.6593292306999016,0 +1.1458910510553912,0.8395471772100549,-0.6893114619933443,0.6070259496303463,-0.530003112553948,-0.5990229839254272,-0.7502574924865105,-1.1607016655792373,0 +0.7533091581757978,-1.9882860422433544,-2.738272907107835,-1.8417608446948073,0.7185003031692374,-1.0966813477333517,0.4430386371214792,-1.1388894164575383,0 +1.15621793471387,-1.2202364800130832,-1.5262203471036475,-0.518560641431274,1.4513983386274913,1.5254050352786326,1.718618398833229,-1.1021765367411516,1 +-1.014476996576907,-0.024657529195010852,-0.29071863913981383,0.875856334644537,1.5679682062964506,-0.08778607196304022,-2.2442190496624503,0.339317506061364,0 +-0.24552122046323785,1.6795184297625458,2.095510178414533,0.9214803988187785,-3.561557020534402,-2.091664711994684,-0.12208871569868707,0.9042130624934765,0 +0.9533961166496367,1.058300841495461,0.7851507601589504,1.708819543593194,-0.5178090394489904,0.6070647462911093,0.18167755339698943,-0.1917795309386775,1 +0.25841982667260877,1.0179148618384368,3.094515140719756,-0.6470573534439683,-0.32758110386562644,0.518912900575925,-0.827402698793021,2.4688597581768343,0 +-0.14327460327779637,2.058570824868503,1.1350808369656826,-0.03442612743591753,-1.700779429269205,1.1712552932961513,1.4428902701014799,-1.0655930610926017,1 +-0.2664200763461732,3.071493093962225,1.7438007136065532,-0.12456232153655572,0.2662303096605858,3.034108964365733,-0.14597549823069667,-1.0156083988452649,1 +-0.7001336735492526,-0.5016718657185867,-0.6154014610892355,-0.2968106830502236,1.1722787203195564,-0.14742658797374275,-1.1514344695956393,0.12122198798515404,0 +-0.765912091493564,1.0986552326372188,1.2352968504901836,0.8610975693838759,-0.19456955194531303,0.8820669224879031,-0.08554802473885215,0.2827768679133449,1 +-0.4280888683847141,-0.8966883171169857,-2.441309547405687,-1.4291264693480066,1.9480151748507606,-0.2555867910809946,-1.451862466803279,-1.3110066764744506,0 +-1.0942748446805823,1.7071103882826042,3.6591829725071525,-0.9084608248137456,0.8474254871583453,2.218598664466973,-1.142077812644803,2.415302657838885,1 +0.036063602752307515,0.3165228928002445,-0.6957203074614341,-0.8713738651540377,0.013550750097918585,1.169875090444547,1.3998653511755892,-1.442804790027226,1 +0.11064882273781482,-2.8021354675003174,-2.4843002385428576,-1.154812820385828,-0.23346603007192493,-1.6197886419631307,1.9082591083408487,-0.5496611127266605,0 +-0.2771641172136272,2.0639596665744415,-0.9658829411585257,-2.2177141806355958,0.1503749748186389,0.21095068109127446,-1.881574364689077,-2.2320307755756232,0 +-1.5659046202304112,-1.300554311463535,-0.28499854936774865,-0.18281900705557017,-0.3301752437429248,-2.051092283311275,-0.780567383583901,1.1774330384552796,1 +0.32999371025522134,-1.2588588470308208,-2.535619477206464,-0.04750999239272932,0.793534821760207,0.1613245922591755,1.1692733206351364,-1.8420552166707995,1 +-0.3641497672431751,1.275920688943924,1.5462554247855345,0.591554943871812,-2.61021151907726,-0.406533400026322,1.3616218071655959,0.15632171609575063,1 +-0.8147680888995248,0.7208332278575602,-1.2754673746321066,0.1783945949569909,0.9266091941769244,-0.21607453539150262,-2.0212786988187244,-1.3415601011441058,0 +-0.24383484341402334,-2.1313016501001583,-0.7349903332490281,0.1965955815376953,1.085744042555897,-1.6942792813883596,-1.2995909390936617,1.5349367488674366,1 +0.5822418870146068,-0.4270334581412813,-0.15529784674264802,0.2751947759785124,1.2954293885426171,-0.13725699533442048,-1.5262964491921616,0.6263694694017412,1 +-0.3887221693302262,1.6339784876141663,2.6112821197914853,1.366117398485107,-1.5801429194781234,-0.1297308965240166,-0.43106977116320305,1.3999372976877003,0 +0.9603028387366617,-0.296677365284423,-0.37799688798177417,1.504147564982018,0.5012127993204,1.6733313486785166,1.9457113416172982,-0.7882662380147661,1 +-0.14160986934430492,0.9411039225882334,-1.246070555648454,1.5190156585824215,-0.6872940210535222,-1.1338823462522558,-1.1888870374014553,-1.6525670617903003,0 +0.6969473083792038,0.47180247924459695,2.0931835862174455,-0.3018704989221688,1.0744903543248834,0.8586434106773753,-1.498003320871625,2.0679896288129656,1 +0.5905039425553126,1.6695724889931232,-1.2057403947490708,-0.9774677012516705,2.2138536870161336,0.6525471384845907,-3.7424577290622008,-1.6730344885417536,0 +0.22697152590278838,2.0303992967378184,2.803515504538731,0.9521859783820783,-1.760349986521156,0.9686947522794807,0.8086112052217362,0.8407920782576922,1 +0.7933673534274556,-2.3208062183951967,-1.2582026339459218,-0.09748466393173454,-0.7176677195380698,-2.4977345188220745,0.5564888398829204,0.7227724748193702,0 +0.6598955429241125,-0.4026809153223385,-2.173210531413341,-0.20233420283582004,-2.415468499419057,-3.128620818592486,0.3315961141481183,-1.718036512769855,0 +-0.4158998354656202,0.41875606260917725,-1.8037082565684666,2.0775148819959703,0.9949151819045102,1.4777579959408693,0.6184690321315711,-2.4672884291381023,1 +-0.6532528635406293,-1.1044018292433084,-1.1233869804519008,0.42010565078677065,0.478107416187478,-1.1318505998416735,-0.6781953855957578,0.061588949868807696,1 +0.3451605863738095,0.6911746319837059,1.74822662597965,-0.8832743433431782,-3.0296650104706964,-2.174258882272528,0.17452622746291835,1.3122314773344244,0 +-0.009300571645777177,2.7339461031404984,-0.5439457431349639,0.1627724232400078,-0.3112712625412159,0.29611170006985255,-1.9530983799744834,-2.356370739316506,0 +0.542057017997567,-1.8566038690298587,-3.0772558713676768,-0.22985282217135636,0.47994751736168617,0.5164437959430236,2.8907647818342017,-2.3805446747768046,1 +0.9259504251037823,-0.9713228452429563,-0.6667862296385341,1.091368402545709,-0.9140925159191914,-1.9224250766870736,-0.021130210076973688,0.29603005700822105,1 +-0.2968728605741586,-0.35069097207865707,-1.9124495201758271,-1.4374432971961417,-1.1986748249125319,-0.7494511220821616,1.6383066591411688,-2.032964303728545,1 +-0.3607617293288419,0.6862355818522725,0.40007977301873016,-0.6015325046890754,1.807665335765024,1.1456383048213041,-1.9060077697205828,0.25472209447883043,0 +-0.03135726441820479,0.9468937230128109,1.3384304848089665,1.0193111320117567,-0.27617998523513543,0.8915278729414371,0.17755700681551634,0.443861516915441,1 +-1.0640267809085648,0.8792627035657987,-0.5246771659059303,-0.2889260440476307,-2.26924023669326,-0.025792309782770473,2.4059246604969866,-1.9248285615745504,1 +0.8511188167037131,1.9537423853169533,1.2292872145972977,-1.12913592254568,-2.0969956466454818,-0.7284803058392719,-0.44009119709016553,-0.22617423629061378,1 +0.47808727424230146,1.573263668556824,2.461141315444342,-1.3053284069170752,-3.3409299792161,-1.8973499085515133,-0.1681378794789854,1.3630727141237091,0 +-0.8698051723275597,-0.8971670796451379,-2.2824726239243733,-0.3375970549889952,0.9807382616429212,-1.1922787200247498,-1.3664136841927847,-1.100476917403102,1 +1.0416330570378647,-0.16622176023371638,-1.0548228859146334,-0.5139674423642375,-1.5732353400877173,-0.6369748343210153,1.8773963231823574,-1.3905833942290795,1 +0.14553293210107132,0.2613311024372685,-1.0586672820994056,1.2160891572009864,-0.37650734139058245,0.44045423690907487,1.1471667477809924,-1.640700097546869,1 +-0.2907089795470644,-2.4217731587928126,-4.297583657098351,-0.5669473958298711,-0.7042364825748435,-2.2676311484169567,1.826572562155959,-2.6418058610902837,0 +0.8791435383624365,-0.5806520706876526,-1.1145491530652374,-0.8789721282895937,0.8727942612984882,-0.3441058971168816,-0.7578794793407894,-0.4106882282016149,0 +-0.4388281019900603,-0.02966539155600667,-1.9606475088770856,-0.0009003420498474367,-1.0279659184815073,-2.249277477343224,-0.9384589936782626,-1.5409317232428619,0 +-2.1323218853107075,-0.27781600003066886,-0.3893180381766079,0.2869051953135063,0.987815339628459,1.4707396641844646,0.9640539671499513,-0.5345742922864897,1 +0.14687860377497783,1.8276417355300119,1.8304614761301545,0.1469180168859825,-0.14979508332556976,0.48892893270654714,-1.6311300109963556,0.7201259031211266,0 +-0.5488572268580897,1.289400740165748,0.2626885703359011,0.37038539323950287,-0.11140195015159485,-0.1857215738452891,-1.5549104681385622,-0.38726751695629646,0 +-0.03984442732896313,-1.6993324830206165,-0.69937394415963,-0.7214886281844844,2.3653363674012238,-0.5967253250090544,-2.137309964446864,1.348727666802879,1 +0.11441580839724158,-0.7432769525185372,-2.4603180127723077,0.8873542727310375,1.570934241154079,-0.06686157466986953,-0.822054231577401,-1.644778114434368,0 +1.3583079486355893,2.422929239739573,0.9939859931080087,1.730121404879993,-0.5908445334139466,1.518040373678629,-0.03060568893922022,-1.1446756667639462,1 +1.1040241054841016,-0.11774267449360709,-0.014230116840110938,1.151083914678189,-1.82269038529614,-1.3491238693264056,0.9319932093132024,-0.06369463043619095,1 +0.9598603029603728,0.9228668916470733,0.9267864496741369,0.6116167848565283,-0.5132771823887009,0.8697620030606338,0.6310230483168091,-0.07517005644847052,1 +-1.4467285479500027,-3.449416635199653,-1.001512587235675,0.9396239606012949,1.4767035029816495,-2.869235153856698,-1.9266807610083265,2.6372632454336147,1 +-1.1408482812062848,1.2209988212296907,1.1575155659602427,-0.31647420394798004,2.9321595715859416,2.3992300973175933,-2.6325509566860292,0.6731446611204559,1 +1.5971347422054625,2.064714658191072,3.3742339954841007,-0.7650942428549791,-4.0431342037693945,-1.6367293017725884,0.3890581057542124,1.7050880086960762,0 +0.15021761544713017,-0.6206232599210926,1.0490971695229045,-0.5199513571195619,1.1681627962026324,0.27837298382636266,-0.9275495164144547,1.8199188686598768,0 +-0.25050673470269635,-1.5651557990933014,-2.8060099862355026,-0.22587222710696214,1.1429690303388031,-0.9300921243901101,-0.37725751804145624,-1.3559769746859802,0 +-1.015603569147205,-0.8804698345580786,0.4157568972627552,-1.0020759561266077,2.451077398222399,0.41465075087217196,-2.114027411046468,1.7063687195964594,1 +0.410625659548188,1.6403867254168751,-1.4865089598334105,-0.055671903690898666,-0.8632857670417805,-1.2409490394732843,-1.765689952178342,-2.3233058418698898,0 +0.07036414172817583,0.3983132905139022,0.28313173331627445,-0.24420032041890571,-2.1302115641392785,-1.0711177804402818,1.0996301683516072,-0.26409922961973525,1 +0.2589184842430168,1.39264182581707,2.321117170633904,0.013969367354318897,-0.48982366022902785,0.137531549427783,-1.2865839759484197,1.5198947514908019,0 +-0.5268695776014111,0.8907307310751,1.6405987578353332,0.5903071529022803,-1.2534274115729607,-0.7812184465519838,-0.6858191081601427,1.1602358324584814,0 +0.2948055966772043,-2.061226256365665,-2.617534975026499,0.6416136829661656,-0.9478362645995148,-2.028922439715561,1.6209705369735865,-1.2017854704812672,0 +-1.763701322534126,-2.3302577121610506,-2.536439436339867,-0.20961080641244184,-1.2289522595152786,-3.480922203114038,0.3519132366159494,-0.43742642753811767,1 +-2.0409030791482365,2.6786804231492827,2.9747032893918757,1.162977758183396,-0.5648490145970244,1.3530545689499944,-1.1327958737215276,0.962936084742523,1 +0.9536196414993009,-0.09403039701348004,-0.3364327693010694,0.06100205229909742,3.8865084677911024,2.2637599438106397,-2.327419931829124,0.1936309127982826,0 +0.9200450604702354,1.8727836479456408,2.433405191404578,0.19904224765753462,0.15342861624564863,0.7033030263312972,-1.999746901421884,1.3779913000130855,0 +0.594888873359246,1.3931167191166527,-0.05772164617632321,0.34916010026787464,-1.154338515613617,-0.08547740326381315,0.047138880449196896,-1.241601808192518,1 +-0.8850233945868381,2.3963330290389955,2.5204598273733927,0.056358279725997495,-1.6974420194630016,1.1684671638240889,0.6720325570871319,0.26568545117824605,1 +-0.29541193615589195,0.41977490882889135,-2.028367136159553,-1.3792892287254075,-2.3362660751744806,-2.259519539368534,0.44935373634558684,-2.364077119446973,0 +-0.5374601281329531,0.8864554812212679,0.5867992690307803,0.11768376538959165,1.045833271229057,1.1515138636911302,-1.0807480786123351,0.05161354477274671,1 +0.19504904925248046,0.4613949607952369,-0.7959555093871686,1.3408717378347785,-0.8865527788482302,-0.1814097109992744,0.7540740470372364,-1.3886822779469497,1 +0.5662902718399224,1.3331198802370072,0.7476845640784489,1.2932024462374372,-1.3092092525248338,-0.19645585264867593,-0.04666688925439033,-0.3385864794334211,1 +-0.7510021339567823,-1.178939932812535,0.03051200934869279,0.01498887162703508,1.4168900899763914,-0.7928012785978416,-1.8165803728868601,1.5791246568622097,1 +-1.0571391660693261,0.5773383826606392,-0.18480987575635324,0.5523766077628605,-0.060903292341137096,-0.4774489134862615,-1.119585477138588,-0.33594789856824003,0 +0.5545620987164807,-0.7069731565222896,-0.5476541458403806,0.3662395115247058,-0.4951363311270215,-1.2997908884405855,-0.10763613911059988,0.16945275160232287,1 +-1.0849370527240363,-0.19436388787150094,-0.06921394214353283,0.3455041637131213,1.6590586035697954,0.4863565109058469,-1.4888894018007959,0.45936841313198085,1 +-1.126792462101478,-1.9680310797911555,-2.0255024824850754,-0.3159256432783034,1.679954442850149,-0.6286569016038095,-0.531110764024493,-0.20402066474953928,0 +-2.2874033069962554,1.2148970831747445,0.2881434718963232,1.243103354369485,0.7812030070850832,2.842785600633773,1.2846429880415036,-1.2989787074728136,1 +-0.5674753588458186,1.2217443644032298,0.10115738975446581,-1.3516171054161237,-1.1524692312333653,0.6238736053049567,1.1299379526428102,-1.2827506765733738,1 +0.06986372825825003,0.1887494076865387,0.9702528255447761,-0.776649594455551,1.736047856927447,0.6761755686737472,-2.0574033057028513,1.3313106032328994,1 +-0.8249084429338559,-0.7369515618356488,-1.0340833561767107,0.29203842573016714,1.5371545408496905,-0.15685390907604513,-1.3105701780310937,-0.061723176590746553,0 +-1.0773935365674874,1.2526476635528139,1.2348488178400279,0.3278252561240057,-1.47029359340323,0.2001730319262599,0.6590891012186637,0.0030762438384283053,1 +0.321544749003084,-0.38811800123250295,-0.3402703028328152,-1.034292805451241,1.3153321426929572,0.2715043920967396,-0.9982112537572685,0.2313070853157237,0 +1.0948278741503181,-0.26049030113089733,1.008830671973701,1.4056131864174626,0.5777833372585461,0.17272699203417596,-0.6029389574842584,1.395078169762801,0 +1.2559348067890534,-1.0064126547997718,-1.051065012465924,-0.4697501915249966,0.2572694273862479,1.4476409568811173,2.951563447589008,-1.1275569561251544,1 +0.480809500802654,0.5695525560570438,1.6360409769642918,0.15044083708491085,1.115483404930561,1.3036842778338642,-0.9368556410984594,1.334926170428321,1 +0.4994307416071679,0.4030632002628271,-0.069501636884668,-1.0567876255350397,-0.36286301645635377,0.184501549769853,0.34914695654206557,-0.5197017389043954,1 +-0.8007382309892479,0.9321160239219028,0.05517771216050604,-0.023526195925660628,0.8541412035238376,1.1284317034538698,-0.734505354900397,-0.619091406424236,1 +-0.15438416151910353,-1.3639937217457052,0.39753261735550977,0.6165435348512753,2.8139750763374645,0.13990508330302054,-2.4716266354767438,2.2140959346730185,1 +0.8072849412440981,1.572876670254586,1.1249986380732695,0.45477204230537505,0.6004098153499298,0.7711610104833664,-1.8475630925884556,0.25535022380312794,0 +-0.33177854887560004,-3.5507053431274036,-2.975763559027479,0.807226967470977,0.5124375323937685,-1.7106146077630093,1.671366736987537,-0.34571676441602966,0 +-0.05834814592097509,0.2998762583716784,2.421447611464559,-0.08185235598254496,-6.606711062091097,-4.457077638260074,2.4616157303694006,1.8831655977398118,0 +-0.9204040267597788,-3.147779856206525,-2.0527430793520924,-0.703461787260228,1.829458259706305,-0.21240655968035071,1.0910493232311742,0.2940113089773989,0 +-0.5838802208436707,1.4408520022753055,2.2151216430693412,0.3268559094236857,-0.6718962299641387,1.097512982989785,0.23231372400244488,0.8868951104954572,1 +0.8898509407128214,-1.6059963659001608,-1.2295164566120462,0.07486513699500749,-2.244156596076999,-2.25913228174072,2.2736842351704576,-0.33476022263489347,1 +0.30342445922207084,-0.5571485302829666,-1.5512349545575126,-1.245079014579701,-0.5422805702818729,-1.288900390393728,0.10096039869692186,-1.0342034341623885,0 +-0.12253723891381607,1.1235471349793913,-0.7919425912999706,-0.6518470370492339,1.578686356806163,0.3812264905360545,-2.7281436994858677,-1.0449358293599047,0 +-1.5407362473605901,-2.032165481918163,-1.7155756506032926,0.5189451318667452,-0.15243219169892666,-1.616481869043521,0.7457357714122035,-0.10460189696521471,0 +0.9716370524934654,1.6594491065272496,3.3918511948531753,-0.7034906997374363,-2.3618584313211777,-0.6707034127086297,-0.2891319310498206,2.1747151298691416,0 +1.0098044870902387,-0.006183118544942912,-0.2453187910497612,1.0040391894321459,0.6687195756163901,-0.5812235355172268,-1.652364690708723,0.24756056736584886,0 +-1.821758030195022,1.9369128105053324,3.6485678269098343,0.39015746653734995,-3.7187960528128823,-1.7030008444938987,-0.10312714629089248,2.230061183653771,0 +-1.4669373262716003,-1.3817905112142514,-2.212662915983008,0.15412833241908308,2.9901023628162178,0.4446819551380572,-1.5470966246322595,-0.6968365851091594,0 +0.18715754389403358,0.10596158253859977,0.852729303932513,-0.24494282566864783,-0.7520611332940768,-0.274785343790904,0.34718228163170184,0.7041729870885263,1 +0.6081367298209819,-2.4593411686437614,-1.4614482890395213,-0.5810934414129815,-0.37912534569035633,-2.3200733563143325,0.5182620612798248,0.6299722892113568,0 +0.171482494526221,-1.9239044750981924,-1.7665310209335308,-0.800224875439345,1.9911982819521632,-1.305306153679917,-1.9998856970546426,0.47114624918493736,1 +1.663793449562493,0.42980977812734733,-0.22235389704041633,0.630617060762504,0.8082451797750485,0.42875880066476246,-0.9809157781038456,-0.356499420212254,1 +-1.2706308587471467,3.5352548890228697,3.4828229696745976,1.169046635870147,-3.3482601532910943,1.1520101090001065,1.5006647013407717,0.05866985129164748,0 +0.8155028721098149,0.17436528378631755,-2.8641187225830116,-2.3065577505309283,1.0182235960689432,0.36697624735437456,-0.3283127172514009,-2.9970919217523244,1 +-0.6951872339719523,0.8878201333582356,-1.3315597331940234,-0.7467662003721489,-0.015322889081089698,-0.504127510835712,-1.225538763138398,-1.7328121274867192,0 +-0.15500765862414329,0.9360693849624983,0.6152374840986855,-1.730468524771309,-1.2608258742716105,-0.5313363539501066,-0.09616436307537002,-0.09872078861863154,1 +1.0016138347025825,-3.5275702360558236,-3.1116324190229605,-1.1449834646824848,0.4027785575402906,-2.74429773438155,0.46295927047551677,-0.09711408931800947,0 +-0.2197600107372266,0.49184882750710246,1.0114492085526365,-1.379225463438045,0.3428232512204256,0.38250489804227294,-0.7999884641351749,0.7994727949006422,1 +0.781458811756727,0.8504872622419227,1.5911633177380278,-0.26283727385934014,0.5563346413029358,0.8558699420666798,-1.026529094291904,1.1106246669698694,0 +0.3116296543504651,0.47529285329407145,0.015471234193533197,-0.09018800523301332,-0.5911770929886541,-0.1631676165533752,0.108796334610062,-0.4026737819696351,1 +-0.25777548809539896,-0.33442635771573137,-0.29875891040035985,0.23811661874331488,0.13346219354640462,-0.6284229209402388,-0.5822353449503417,0.18460972240446571,0 +0.00689991078497799,3.387982037613644,2.769719397156731,0.6226666694819466,-2.2955870030553607,-0.27715820870271757,-1.5441387144448047,0.39180786425640357,1 +-0.7207372082013669,-0.505951042061473,-1.399968725384056,0.48141426936991233,2.645910588899749,1.6022711784970367,-0.6898569368831453,-0.9315001287622199,1 +0.9814881221015811,2.566347450812553,4.639010643482833,0.009916331212721589,-5.322970070462791,-2.3416221281867093,0.37037824753237847,2.6257320598250087,0 +-2.549143084490819,3.07584293746232,4.942661447278646,0.35335208422143244,-2.2777094332478693,0.23497678992708226,-1.1742130292323227,2.724230272429936,0 +-0.6838627069138785,-0.26803105157932405,-1.058117523273137,0.05825820513236524,-0.4552910541579413,-0.9148224028053368,0.022357140621610316,-0.784737573428264,1 +-0.12183909819043605,-1.1429495232366622,0.0880453055655836,0.4308017657874565,3.5902286836442663,1.0242487754557437,-2.548938864760827,1.6659811776765288,0 +-1.4089520672055167,-0.4111624950156785,-1.3125500793639453,-0.7475250606083554,1.834534555731366,0.1114184770507427,-1.6483449716845806,-0.5490757165360991,0 +-1.9102671113808904,-1.9648475255443776,-1.7494409266530462,-1.0345001993620748,1.2679882161743044,-1.5513977829365893,-1.2570267903792693,0.34098638490842703,1 +0.3541867042087009,0.9875758238758535,0.581800782566719,0.7924781407549721,0.008900194231059092,1.6136778300087187,0.9077107983190905,-0.612310279304385,1 +1.1674472166380125,-1.2309073079341468,0.29604397012866235,0.8909270787395284,0.6974709553834971,-1.1073005557571938,-1.2298904297241873,1.758239573002783,1 +-1.3344553452017252,1.5811335987897253,2.0055459499411827,-0.4001627437335762,-2.3734284782490835,-1.2116655261288247,-0.5114544527247866,0.9337536540306459,1 +1.730721059822565,-1.254534483873851,-0.8417349432964825,0.9430599817891789,0.47205025375924137,-1.2343624177646482,-0.7253234737438374,0.4952285623224809,1 +-0.6695421222833102,-0.10068812776767255,1.1947487980937812,-0.7442981726153567,-0.5319200816262619,-0.4266601607776258,-0.044940109414045026,1.3440219728418932,1 +0.8810254148074643,0.26355620431852667,-0.7703186090242179,-0.28485032802604543,0.8287205567449464,0.12556314483288755,-1.0778367394131185,-0.7234292766380281,0 +-0.038079176662203354,0.2072564030648344,0.4388941340509745,0.8398329427551334,-1.8358803702438191,0.8670097799524904,3.4264835653276906,-0.7226073892714057,1 +-0.11952307613116617,0.3388360604691394,1.308599222220502,0.11133930160181094,-0.44579076151713437,0.26982357570202353,0.254554868556194,0.9540122004717251,1 +0.4577550428895225,-2.3423521575584543,-2.087457574109642,-1.6329257273773776,1.5960382493606904,-1.8216930878262447,-1.5814139846247366,0.4248635658760369,1 +0.03447037975706985,1.005137298622939,2.2905351454801575,0.030711751841360577,-2.813468691876598,-1.9899419213574714,-0.38251282372974665,1.7346941112374572,0 +0.4157916691988435,-2.3967969680502264,-2.086498355792983,-1.1539864695698114,1.6359492219246783,-0.47377736670925796,0.21824375905630256,-0.11844998920609018,0 +0.8574359186332647,2.7236695170889966,2.3532320321153652,0.8469494043459136,-2.937363661921931,-1.2979210301091468,-1.1540115041295762,0.5024454704121842,0 +-1.0174071572351024,-0.7421599203427258,-1.133223380387849,0.4400028341167122,-0.41152601643865105,-1.4547352905213158,-0.22741861464052077,-0.35158504236293764,1 +-0.19046001551961847,-1.0319631148865571,-0.6103984735807134,-0.4731229022049934,0.2924119147608457,-0.1620523170585868,0.6549672204232992,0.08662812341463366,1 +0.7146753648049499,-1.8166649275405016,-2.0354398533507356,0.8259984180937474,0.5707490066654127,-1.4893500824378227,-0.25703391304681533,-0.3501216462443041,0 +0.07284506844870657,-2.6015027685594,-1.2572722780685859,0.647660434991943,2.3596095622620172,-1.476200549240762,-2.1690781784368536,1.6198902444045982,1 +0.8103335964715425,-0.9304207931593846,-2.3578872661287975,1.6639001052274975,2.2281566146054312,0.4102335914445793,-0.9509466476917832,-1.384327256387806,1 +0.9108576737347409,-2.236980574468359,-1.4554260379884727,0.3738625472254195,-0.30323079418431187,-2.8503569959841926,-0.5389888516339952,0.7749783029007442,1 +1.7302870629787332,1.8219968829096989,1.4588691275257621,1.4910742280087685,0.4089752666128791,0.7866341838462882,-1.9183911324131864,0.402173922089362,0 +0.4630696898953003,-0.050751783511305826,-0.8317486179356227,0.9417928568810886,3.374721623238002,1.5600354838844928,-2.4403141879638017,-0.26174837363064757,0 +0.7964091269773775,2.7894300484366594,2.5835843224766593,0.2661283785594614,-3.4521175716062573,-0.35533236562169535,0.700787208826936,0.10686922414586808,1 +-0.23132312591045698,-1.2896082084862788,0.602412276797649,-0.6260417364410331,-1.6428948451767744,-2.187457258459581,0.6437513463962914,1.6950681078765042,0 +2.6489250735587233,-2.4522283669098757,-2.756087613032043,-1.2720527070800995,0.95097282909285,-1.5748836562971458,-0.021118356014288797,-0.6028534622564694,0 +-0.3596944810554891,-0.6226735915277664,-0.6573839795693848,-0.07321297092022297,-1.4948414542465467,-1.884452397190267,0.4794433449490312,-0.12725928760677085,1 +0.8684020067029797,-0.42463904475352376,0.25560012058431375,-0.4009863365544137,-0.5220765816487535,-0.7211090214665434,0.16746391016426176,0.6284195269937269,1 +-1.0002495930636006,-0.725213315039608,-1.361538289657389,0.3269937718576612,0.15229294586369657,-1.9083550489627035,-1.5897109204382693,-0.1945489411486191,0 +1.71333141949956,-3.51619041582466,-2.952595225910236,-0.03274009116771446,2.672651897186577,-2.480314470731119,-2.481603628377788,0.8313044390726432,1 +0.2601363135829514,1.2301669731107236,-1.6742162895866763,0.7197915962459129,1.182789972956174,0.6004853792018838,-1.7322251746664397,-2.317819455406017,0 +0.6209889529888014,0.017738032133177706,-1.655067569115913,-0.9686928234855896,-0.31179230123554974,-0.9703137602866694,-0.3930839647143033,-1.5160830228129418,0 +-0.8353002668313638,-1.418273729140593,0.062192534954088455,-0.6147677480153793,1.993687783039094,-0.4500066140736073,-1.9332629548952431,1.8187601052560056,1 +-0.7824781874564607,0.24800837436409273,0.0508333228827155,0.47881384432404106,1.3600477968395108,0.4931541015621317,-1.5647752675429347,0.22770324512351914,1 +2.1353263452938265,-0.7101244186899649,0.18462293300708416,0.5379524680989569,1.5012045360589734,-0.15793393762750596,-1.6398539190994867,1.2432261550130235,1 +-0.05961594269821799,-0.9944425081546836,-0.7922964971195878,-1.3254521459046806,1.3209035983946842,-0.5280900623695624,-1.2890299363051323,0.42412001912297315,1 +-1.0153404576302378,-1.7439408022164298,-2.431155117611169,-1.6394473498621494,1.2897502483591854,-0.6685963940949426,-0.15274551171877326,-0.9048325025966055,0 +-0.6282903069192073,-0.29665123693916207,0.1437151919353825,-1.3985914637071752,-2.2392495463434403,-2.248848944346442,0.4736624693837832,0.44093318964295775,0 +1.4055544222602707,0.37446626442003383,0.7662387218930083,-0.10965499436705452,1.6294778816568476,1.1377666059156406,-1.4312387341467103,0.7623097601327011,1 +1.6440721859252314,-0.02135869192031936,-0.3372786803953207,1.1381466509544373,0.5447795551479754,-0.21178519290297437,-0.9398873991692122,-0.05416568791250642,0 +-0.8177627857904649,1.3076855299278045,2.158025217442002,-0.3054405359807882,-1.5232400018131664,0.993584782760708,1.468430718573178,0.6148918980885105,1 +0.571687232993771,-1.5590803061707958,-0.5794441381116222,-0.6051058151183492,1.930704776936776,-0.8116709663706736,-1.9896282528162328,1.3286584189361883,1 +-0.021715187480081246,1.3555894167484162,1.5629672400352863,-0.30990450252522334,-1.2788432732899195,0.4059662676269187,0.45514409799787514,0.2889493863046584,1 +-2.2049693923791174,2.245624162884044,3.132412287060581,0.19688718490398208,-3.9608093493693217,-1.9351219019304817,-0.252093074501743,1.502889156550166,0 +0.2948420627440614,1.3937903701273084,3.793050510882005,0.7028513250150789,-1.6539101261025084,-0.13652267589057876,-0.41542346270655156,2.8000107166195844,0 +0.9244072825988886,3.476016092274598,2.6945951795475773,-0.6644301687017866,-2.0261141535015503,1.1277716227355468,-0.1277713232372213,-0.24984261266992175,1 +1.8407788978222808,1.0340590246017676,-0.077486722804706,0.1387649499730356,1.8162498759928878,0.8503241779734696,-2.550110049511664,-0.32746606357069324,0 +0.8363719499343875,-1.7561725081494632,-2.915723725926844,0.5944407402696705,-0.72068871227759,-2.3131995349305043,0.6743186119610853,-1.484555008764635,0 +0.35701569756419965,-0.6978430142029294,0.0432271561537239,-2.4692805135664795,-0.3237632697392801,-0.6271901308277548,0.36547051589025137,0.5826056963622925,1 +1.2452686787828853,0.6787569420599127,1.3208437562034618,0.4368462234448285,-1.6936893616808368,-0.8126595914129441,0.2209197308135148,0.7714445015095295,1 +0.18019119245676524,0.66753225207853,-1.4753163017607887,-0.6118080793808591,-2.9227780867396143,-1.0221033280743221,2.5108353625204938,-2.6639897906670074,1 +0.4998253012145662,-0.04596185639904227,-1.4076830053134195,-1.1223615938207292,0.7998887882572376,-0.09630319262186526,-0.8157078163503682,-1.1635722612772892,1 +-0.34864489749294003,0.6423288259614633,1.270316799571427,-0.10973696610912795,2.0278779039385713,1.5347698108542562,-1.9038188726116305,1.1457014206282032,1 +-0.9528435860003213,1.2880935943788883,0.3464088566614936,0.35556836043314116,-0.1521750916955093,-0.004943157883404048,-1.2782175552369217,-0.3898120076297471,0 +-0.31846725094068923,0.6163747268414403,-0.16844923406515402,-0.6711169830995629,-0.41882765348507034,-1.6727968669212379,-2.2503171409751537,0.04530003723461762,0 +1.0829358736268977,1.7844167541126845,3.6862974166974807,1.7698493288235,-2.684543496320452,-1.0756347196677252,-0.5882912902501497,2.4803632678525718,0 +-0.2271176617252712,-0.3933957375685537,-0.8310923737137194,-0.2795374629924147,-0.09361466749115309,-0.4807880480094482,0.15528570837255629,-0.5173934919840802,1 +-0.07852358315751944,0.1876693038494267,0.8273409767952058,-0.34316247307721265,0.10272065727575713,0.21263649405880858,-0.30304690616253716,0.7478978176216325,1 +0.18794580988904916,-1.7284000107222341,-1.7845119957865525,-1.1511981382488308,1.7324570431150619,-0.77842416739485,-1.13351062728819,0.012925928530279962,0 +2.3428616593201235,1.4355498783256402,2.1577543366843956,-0.7530546364324388,0.2631457879280567,1.5703400854752492,-0.4488743849712331,0.9811146092459082,1 +-0.2572971405653655,0.7123094856794139,-0.5279857444546113,-0.3721425700681467,0.7401626509295652,-0.043070032136447445,-1.730057414176209,-0.6668352783404682,0 +-0.9296742915631909,0.19835318153086667,-1.1327562699612925,-2.193129845588682,0.9460098008943064,0.19323037101817664,-0.9804489908307088,-1.0681969988599869,0 +0.8565447799046279,-0.23084167260493255,-0.2723393549248163,0.6575086247658349,1.4834096532748837,0.011178366711666943,-1.7744574194546552,0.3974697918299168,0 +-0.664518094632425,-0.975834939024923,-1.0431772868635374,-0.9375663854637242,2.3174701759949374,0.7539674348328771,-0.9486444932179452,-0.03695447261722962,0 +1.204617447898201,0.48415432638106726,-0.006505259600261698,-0.5574989463382924,1.5022092918853938,0.4300426524951553,-2.0900167758845383,0.11691327295317211,0 +-1.077572711530873,-1.1769782579404913,-0.05387421799510173,-0.9774648311925963,1.047134597654423,1.3308374107351892,1.5661354567592358,0.4136445629814334,1 +-1.1355054225426073,2.3846458626083793,2.0336213769203715,-0.07438531182033455,-1.2177899999893207,1.284019445123804,0.2942966217999774,-0.12582695601204086,1 +1.6254423954478416,1.3532634356127735,-0.4292127400141762,0.5266751146964689,-0.4247316766086895,0.8902293493841624,0.457460751318328,-1.7712856848220881,1 +2.281318955207099,-0.13036177961920214,-1.143070255802399,-0.26017925749702203,1.2974497393734954,0.8982734797740433,-0.18386589519129626,-1.0706057127248045,1 +0.5918473546663121,1.4379408140403673,1.8047615519958524,-0.011139992311251077,-0.35259372338750966,0.6447972712466133,-0.7061574061591338,0.760976294270469,1 +-0.2630092709504282,-1.1610489152090764,-1.6635460592418327,-0.2987145301873619,0.5975335504987884,-1.2423626760597275,-0.7797112800527274,-0.40352585020315684,0 +-0.23684572319235286,1.5620973377079652,-0.024956932750720202,0.8704685652073656,-1.9402123339611146,0.7888671516661944,2.143198574781567,-1.9851938456902676,1 +-1.074834150540481,2.71316965276388,3.7471441348147487,-0.9868051137358395,-5.012297847795451,-2.4198248572190413,-0.0792898208768621,1.7230638431194105,0 +-2.2761617630190885,0.22970771885873653,-1.948013128281502,1.382699661702192,0.8419345157220826,-0.006190682478389942,-0.89752925581895,-1.930278765310457,0 +0.134092629122646,0.5650922911457811,0.21510020031524246,0.6326835638437475,-0.34195652370937674,1.13219448168977,1.327037330972543,-0.704607119204872,1 +-1.4831606520326592,1.0814714191002246,0.8822024564558608,2.642579452879552,0.7450893638011764,0.6092310139330028,-1.670267331795057,0.38815690363702354,0 +-2.2337048171442295,2.4512194675817582,3.074635471703293,1.984372898575775,-2.3056312957456937,-0.6766608253338948,-1.1400769540134024,1.414249117389567,0 +-1.4582139378855714,1.1328417968529574,-0.06362213353557104,-0.811956818046053,-0.1272065257885023,-0.11200651179293031,-1.1714047915572818,-0.6960304347269131,0 +-1.2727583362290857,-0.11677555297057374,1.1147573743815136,-0.740612658573725,1.8511466642451486,0.603613325144797,-2.030447071664102,1.734499379446823,1 +0.8915573407654381,-0.2361282247287555,0.13468252985635434,-0.9793893220293083,-2.799746338713644,-2.012604182260433,1.525882252562169,0.07783113288868682,1 +2.8953968513309962,-0.5340311912246047,-0.5654981498559132,-1.0002737851108257,-0.28715180718524913,-1.1508435774401728,-0.3870873118154432,0.06942190039144835,0 +0.9695349267421778,0.26210406157628097,-2.3656451435345436,-1.8194372000931822,-1.7147653826954679,-2.2896239123600557,-0.21062222937293534,-2.3927654290669755,0 +1.7087928121653437,0.6943487868394327,0.6098067085048647,0.4265589893458875,-2.3604650892904333,-0.7310427557884458,1.4686891190398317,-0.30812337452884303,1 +0.9484120138581977,-0.10803376224020789,0.9506239936477416,-0.32864954088793086,0.8972857180910835,0.09715100750656014,-1.3073374574106111,1.403524970496084,1 +0.8654966791942552,1.3870363048041428,-1.4731410581340796,0.6322090087579226,-1.2757828913070306,-0.4930901055155304,0.08994251632468397,-2.6551224664986193,0 +-0.22923111034432136,-2.610624017431064,-1.0334931170672923,-1.1828642363554376,0.06313477492399623,-2.1763459143693558,0.1191458866558811,1.2896029924959482,0 +-0.28332122067523724,-0.47138223501562865,-0.3270281484778647,0.4847873676111005,1.0719476225320537,-0.1195411002796215,-1.0866114509517704,0.369002315906426,1 +0.34858673422025377,1.064859594323052,-0.27025715203011313,0.32548694558484237,-0.5396863948912948,-1.09196119239038,-1.7574539372318496,-0.6148761793740489,0 +-0.6395061664338876,0.44736273927254794,-0.9518066299758327,0.514045533486618,-0.5668569287269557,-0.945806087091013,-0.6618910863046154,-1.093486754214374,0 +-0.3099469010061092,0.40238451592972024,-0.6179236524404642,0.4681428159988427,-0.3670418320573672,0.9231908420574693,1.4988691820567452,-1.4441423198513876,1 +-0.8137824210064426,1.9816866632092625,2.6195895925672725,-0.3041211049859028,-2.1661591303476206,1.25619190285477,1.87655606452793,0.384049990112479,1 +0.8394262931911337,0.5548806030943302,1.3527352953168712,-0.44415587192433437,-1.0367059898582973,-0.5491122707426217,-0.24047514537167547,1.0131098521342385,0 +-0.6918272199667788,0.6882835401725965,3.820686843371545,-0.9906302535139728,-1.886683097369657,-0.5760705077810759,0.08328446674649992,3.3228083854873933,0 +0.07531364581005448,0.14064613694967976,-1.3353665664915677,-0.17899351771559482,-1.0304135591662735,-0.08920149704146618,1.5832811072852107,-1.8973113785461146,1 +0.06895674705460417,2.105060343410627,3.063166048892141,-1.3015970892308601,-0.7236557828907785,0.24389774042859508,-1.7926240584961393,1.8009413714210611,1 +1.0059502742234125,-0.5830391987626328,-1.7707164090525063,-0.17398791536759245,0.5197993457564388,-0.30902773965097596,-0.016286756300923688,-1.2787940537258082,0 +-0.21964098549307298,-1.501382851271677,-4.119444025848204,1.4703830856073785,0.9642457229409406,0.6178285543209587,2.251372956499442,-3.574442152292047,1 +-1.05844719028012,1.9429989278407829,2.7788155965819548,0.2242060935172235,-2.3961024132786295,-0.6664346015978238,-0.36422450635579645,1.3322325268987596,0 +1.191611441868575,-3.6914980675502385,-1.8412171010094465,-1.026283630631153,4.865617394955851,1.0305032265740657,-1.0573736813177352,1.4541791818320122,0 +-0.6709855242459551,1.3885398392080284,1.3166764255573595,-1.0390286661070782,-0.9431459074825088,0.543689721438208,0.1951208398628479,0.07062648572424812,1 +0.8325831046392133,-1.6048312914581804,0.4600076603984885,1.7306872559356408,1.5869261192087327,-1.0781831270193847,-2.1039980210908205,2.4749670224888454,1 +-0.7698256970158088,0.060638535429155094,-1.1848132822707813,-1.5228087341755776,0.2397032049400016,-0.6447884801097552,-0.9271197046246245,-0.9549315638814942,0 +0.6492024261416112,-0.6181044105019311,-1.340971478384107,-0.9202278434120265,-1.0333517823753593,-1.6708557744659251,0.2974213044520393,-0.7929080330593071,0 +-0.4502816369603751,1.3140902959364218,1.36200589458846,0.9841644798935865,0.12699256847534068,0.28248998977124706,-1.6129782926866003,0.6887966956858185,0 +-1.0194167659966118,1.6297264174576398,1.9945729470485971,-1.0302442341229374,-3.058193636898768,0.2040049620937861,2.30489138188359,0.011014815403932232,1 +0.10627792609730159,1.192238723871022,2.7399663209113543,0.24526941936724886,-4.283281620089888,-2.702223503504478,0.4335359886508299,1.8671995201594416,0 +0.154115946643502,0.35152160344516825,-1.5585699150442127,-0.12346521959624024,0.6958665645292023,-0.4511313673066752,-1.5259639070918776,-1.4332764899292134,0 +1.9742136285233112,-2.2467578972944744,-2.2787895991680776,-0.7605298417808388,1.0483352202392833,-1.085273558185619,0.13436052693537825,-0.37099972696047273,0 +0.21359133947730383,-3.0964788548707514,-2.4538126551977464,0.816978201895245,1.0600531692368902,-1.194720331169576,0.9383543248277677,-0.04023881685574249,0 +-1.9028203319643,-2.2325688399782053,-2.6243454621788964,0.36929459809413445,-0.34555870602518324,-1.9471313466020366,1.0574774975232286,-0.9177926050125083,0 +1.5499716342807097,-1.6246224810649132,-1.0233757055724897,0.1253493981508554,0.7976048888681662,-1.189901969821299,-0.6791909018156568,0.6073643083858239,1 +0.24955754753317827,-0.49330010770743365,-1.6375202289994886,0.6284949277888261,3.907886835150029,1.5429853735819632,-2.514968711557615,-0.6852455623700346,0 +2.2325765026019564,-1.5762128043429393,-1.712470920214938,-0.299643573055416,-1.1195106350867687,-1.939749193052049,1.2017180461107184,-0.5851605080713702,0 +1.6893289030379068,-3.272529162955009,-2.786193755541799,-0.4069309257616575,0.15560671688083155,-3.6829938366313923,-0.805194488151156,0.4332570918483881,1 +0.7670817314272427,-1.0577810498557803,-1.504194835821467,-0.24318352302455504,-0.7114929423514433,-1.7065908066490494,0.3116029492496377,-0.5884814052187761,0 +-0.3707500443183997,1.8812888869050866,1.7671598432785327,-0.22912481391584538,-1.483546011983133,0.8211603019840494,0.6754607243495502,-0.03905237539145656,1 +0.08783821051862487,-2.4871397386276066,-1.2511700199904336,1.2516029969434441,1.149307341470792,-1.9447309529810162,-1.192296115504457,1.301149682303562,1 +-0.08878681756056019,1.557901216012807,-0.04152827430974136,0.5124264936209478,-2.306487752328021,-1.7392021184571542,-0.6974194152534132,-1.0360693718343597,0 +0.6729697801720577,2.550636043664187,2.3392447555389104,-0.11647199817465527,-0.12763615319042754,0.918060502963006,-2.0162252122568685,0.6977218204273496,0 +0.2760071973291484,-0.8472928930280198,-0.28711777089843027,-0.41487877311712196,0.2725401899537849,-0.8648117207502444,-0.5462459586157299,0.6380425994377228,1 +-0.5675122595576526,1.1657361316316326,4.044709036170225,0.09184724727486325,-3.3249717619230377,-1.5449750872712193,0.2636392395600141,3.172669695518069,0 +1.2333029334483596,3.1410639858650136,3.8643124745943815,-0.16940623839568353,-2.1131293380255327,1.4124820773913305,0.40131675792212507,1.0567612454526416,1 +0.09543351377558561,-3.1471070025209302,-3.655899421840658,0.09745376437808861,0.5174601566394998,-2.9559795371937545,-0.23699377887449735,-0.7659562172900225,1 +0.07232502316551433,-2.324334448735367,-3.0921562212378912,-0.34141320719939405,-0.659056573875617,-2.402966872634712,1.130089150243499,-1.3003515064536786,0 +-1.0899321389599792,0.49317672821202263,0.7602600175847447,-1.0777429191291885,-2.6238275136369795,-1.2110563169094573,1.3778430403564617,0.07608447202191937,1 +-0.19135118842999704,1.6556037293657155,1.638816350497343,-0.5860396274181346,-0.7909042721131807,0.9743884035945216,0.17186340567268388,0.14565866898600155,1 +0.35058600039177035,1.0370428379167627,1.3252654221843188,-1.0972838188226568,1.4117632195583893,2.979998454056811,0.4617700394216143,0.11727486353652006,1 +-0.4803600829230641,0.6581212386542239,-0.38113265122954126,1.3868200150511385,1.0331228027246067,1.2393255549591264,-0.42106725415985524,-0.9243326277243535,1 +-0.7284557513704975,0.9325412440291108,2.3441616597840818,0.11812713359284631,-0.4617843228225813,1.712197129813125,1.2636576756951974,1.1212129646867224,1 +-1.0710881685280949,1.1794332006466108,0.6633209422564116,0.4760973448302169,1.4198287501685416,2.3543656501264882,-0.347704859967783,-0.408675345980217,1 +-0.017467381304698854,0.013334298808556855,0.27247038673301904,-0.925737004983934,1.3120342280927126,0.4449820860153424,-1.3711234571567332,0.6024558755000196,1 +-0.32718185700618807,-2.3860426152631646,-3.1834964222361775,-1.5510107690082107,1.0296417521550691,-2.247803268433534,-0.97962416770958,-0.7821543061235152,1 +0.34314628784268264,-0.3243088376137808,-0.6012371176368594,0.22610351985197832,0.3199712204917103,0.5603004145770846,0.8134471615726777,-0.600083342384278,1 +-0.9435874776053486,-0.7521617616458527,-0.9493794415310942,-0.5840448368259297,-0.7287608714113838,-1.6076267161819247,-0.020778447593846727,-0.20049818069407,1 +0.27559009493765185,0.6791461986062093,-1.228290609993072,-0.3717520177315005,1.6589874816648822,0.6255724189988718,-1.9120809739351972,-1.3524971754408446,0 +-0.8692169170366186,3.2370624786816204,3.1878830956168023,-0.35092404189630505,0.2958144118654326,2.3762563285675924,-1.6593182357701732,0.7718925352953263,1 +-0.0006690649354135195,2.540178368985316,2.0239147671743813,-0.8316539875574172,-0.979193554013046,1.7160992590228217,0.3653123554188813,-0.31941695368641915,1 +-1.7278147265177215,1.1787504107095923,1.1985657596085242,0.7717204291228966,-2.2501493880364696,-0.2378259096073569,1.2776405537283526,-0.10513559022983332,1 +-1.3353073140301406,0.8683203818487293,1.6160399948385067,-0.6308552203633102,-0.7445100387358077,0.4754186659563573,0.29565564192706184,0.7922950749066292,1 +-0.6119917709098291,0.07336192071558989,-1.627322405152739,-1.1694881661581307,-0.7747638285986781,0.08183006596665865,1.6031325645855965,-2.1556474601490376,1 +0.47437529163452863,-0.12792496094167238,-1.41423310642187,1.8477173775885476,0.7349236200053892,-0.4657380832636937,-1.1255708663210595,-0.988828408860444,0 +1.4985981626935696,-0.7201930479520722,-1.1209729676492615,1.8742384468401871,-1.1912816588052315,-2.113152527088866,-0.020390883871840182,-0.3632093477491747,0 +0.7243754251915243,2.3968544267988365,3.176386666320049,1.6729969042323434,-2.617208921898929,-0.9023082346298137,-0.9671317582461643,1.5340831085696245,0 +-0.9032069324992661,-3.499530972435741,-3.0676174387506197,0.5896069993241881,1.1194743044226583,-3.1190708388247383,-1.1024997783776085,0.3762121085331401,1 +0.007013000149126027,-0.9586693398820245,0.5249203323404081,0.4209995221241111,0.3417818782291307,-1.0814415694191055,-1.0472598106496753,1.709471166984869,1 +0.7599859322032138,2.7572101979378276,1.9636743390105709,-0.38029118412938373,-0.21757074693312964,1.522753926694656,-1.196090245420776,-0.1266849087960905,1 +2.155639162698909,-0.1005203442597582,-1.9152195028527503,0.34433959414154064,0.9065254262400224,-0.3210105566433605,-1.0629420751984946,-1.5491181157632639,0 +1.392967335338992,-2.9591043564904425,-1.5369115102973254,-0.8185078074691585,1.6936348486107748,-0.6020709970861025,0.4133085717005185,0.8720719415292217,0 +-0.43652784682406126,-1.8458678377235473,-2.5605895537890913,0.5199464035509259,4.3712713087323305,1.2603509773670458,-1.8291918632427033,-0.6446283398284491,0 +-1.2533503143853166,-0.35215102330841175,0.26658262808195754,2.4367799630853226,1.2406305215884195,0.3831536526650643,-0.9558546353721402,0.7975823469042934,0 +-0.5307568358261696,-1.1158043685901982,-1.8112803368368144,0.006881049130353014,2.8603274639059024,0.6987327991618801,-1.4252233048862868,-0.5660869352318554,0 +1.1639852977516034,-3.1456131570201693,-2.174678968503787,0.9379089827125617,0.6454865118026708,-2.0290783180450527,0.38959625896212313,0.4973733599211294,0 +0.027081813067852754,2.847965328637417,-0.7033837476900238,0.09685257280643023,-0.5708430460640649,0.6978716617658982,-1.12392423402413,-2.8698483436858346,0 +-0.80197868230925,2.134480339094507,4.5777115139866655,0.47942805076511946,-6.4249614022192985,-3.264200033830009,1.1953822224849453,2.775777502277726,0 +0.9200381901816254,0.5284427831841176,0.2277577542651502,-0.9553523522501871,0.7208882722473797,2.165976256838666,1.2255116975733102,-0.7126002331827043,1 +-1.5093120529752622,1.4438292462059006,1.758375361886601,0.049435872588505056,-1.4419218470549866,-0.6581712995799275,-0.8830797297138255,0.8566574586700209,0 +-0.4936006253678248,1.5787443007525976,2.116023892469391,0.5065519906780636,-0.3559031934071709,0.35666191811414616,-1.32711712358268,1.1484437924000623,0 +-1.7088872064650025,0.9999119007681316,-0.5294378631193605,-1.6068173520431395,-0.44397361893782,-0.7305743031383597,-1.267395924913069,-0.9836948855344467,0 +1.3435219466806996,-0.7104440855975432,-1.3173511639154805,-0.49905678352253907,0.9751662117707274,-0.40869309718605085,-0.7918518950721458,-0.4929955396720446,0 +-0.4695008146223069,-0.1701345092097276,-1.5379678194431323,0.20361330602989622,-0.2658300036672505,-0.4108600183372426,0.4566348133533562,-1.511193593513652,1 +-0.03618495647623496,-0.517056524494508,-1.3786446961616172,1.4131706429733828,-0.4388800975847151,-1.234190497232027,-0.06642548858829456,-0.8515927866031854,0 +-0.4483318130590973,-1.4845900862833459,-1.008711010697633,1.5615882142576927,-0.7809194739636832,-1.9926563539927515,0.3469760012278744,0.2879127383955547,1 +-0.20561483927851842,1.1189723399862563,0.11575452088935496,-0.019988180390715156,-1.1991113098044248,-0.4502629104090423,-0.12979741728393457,-0.7579044111910882,1 +-0.5417158286941577,1.8594890658899692,-0.8990452983846814,0.12456845003148746,2.412943353696158,1.36440905861554,-3.3698378316715623,-1.6772006664323622,0 +-0.9154149036080965,0.695707348248359,0.9162412775155628,-0.09195732414054703,0.9611745812642667,0.6418071398714822,-1.528863801368783,0.7078410576711615,0 +1.7552661729399472,-3.716861173355782,-2.78760721318302,0.3400490432102355,0.8374731149194512,-3.541107946435992,-1.109211530686413,0.8785139218086149,1 +1.5008578480777854,-0.2822403983428784,-0.9895821957572459,0.16202656634219048,0.33166147579813293,1.258111210973866,1.793891381668829,-1.3490293060162641,1 +0.04990352159934306,0.8203750539206589,0.6153214919448766,-1.2739557267664998,0.9615000931027626,1.5338050044842189,-0.38735803538186375,-0.0805028075576274,1 +-0.7340560992221571,-3.9746557324582312,-2.9798581966846873,-0.906632409469015,-0.92091987507843,-4.851121555833928,-0.014584516649737034,0.7052154897579664,1 +1.5980623436415002,-0.08819205577470401,-0.38180352219646113,0.4596210120593512,1.414366541807749,1.0506993370037736,-0.4115829696204789,-0.2827135734043001,1 +-1.434242425184789,0.20616778693191706,-1.4765784788338125,-0.04721515458880234,-0.7740138683179403,-0.5968715699483487,0.5101048429027961,-1.7668691355751407,1 +-0.12571482205946644,-1.9186053713745492,-2.218747632773838,0.14520514883499874,1.059794911360282,-1.2481950778303803,-0.47049923049078907,-0.41102989500382714,0 +-1.3822190770928133,0.7159661754203974,0.7984212265192395,1.1672973208418607,3.033784384458186,2.196907029910294,-2.3995921452580546,0.6873190097689001,1 +-0.48536964274300626,-3.0299859785815784,-2.085541706634578,0.32739455306286236,-0.41665637277747597,-2.594590604610352,1.000377353510032,0.368405053108426,0 +1.4169023069665019,0.1662765709332863,2.027706704898408,-0.999383802402882,1.298715843428347,0.9950520723141687,-1.2876391469462924,2.1921501909533943,1 +-0.24636319116664426,1.4045159316569271,3.2927024936350273,-1.4429125543394288,-2.7415931255738775,-1.0943886323333691,-0.00908289721619071,2.2460239855175104,0 +0.41804190459627316,0.9706591870999535,1.7725981895478973,0.6384391055152675,-1.1630112747312553,-0.29665427792856774,-0.2925390369283995,1.0832929245168466,0 +-0.4446124076775716,-0.559284214826758,-1.0948174745848585,-0.6667987662659028,-0.9894881017184668,-1.4585061100450603,0.3839438696694166,-0.6321474986349975,1 +0.7063546499084731,0.990111036939308,1.3641559566370791,0.5219992285000593,-0.9794770367426079,0.1295880889680786,0.11059733533044247,0.5100480949159796,1 +-0.012067388874489094,-2.0776479926340468,-3.028237133382284,-0.5880291629599581,-1.9453104834994437,-3.0160946353331157,1.8630199150563491,-1.5950467795227043,0 +-0.03508349534721263,-1.7178003033140776,-2.937736483105718,2.62598921919975,0.8231419343401208,-0.8387793617712658,0.4033791611932758,-1.5791067394747524,1 +0.3955849054405308,2.2745567839434617,1.6835280974358833,1.3875325456914263,-1.5381857853223628,-0.4803917499672987,-1.3829950881617972,0.20051399444819973,0 +-0.1795898699943516,-0.4052609164701859,-0.591341294567751,-0.7249362519249123,-0.7932840591297192,-1.2122231991240917,0.12174862397169295,-0.1985706703265252,1 +0.09996758825668123,0.7405027278706054,2.404958004827884,-0.8882195955901553,-1.3150945585420357,0.5536323422680841,1.125278785322131,1.4714958270769134,1 +0.40274051132342276,-1.8289539674498962,-1.3076471624804382,-0.41145507910583007,0.4506239853873547,-1.6372282989527873,-0.4787918021532376,0.47117323979615333,1 +1.5478157123201957,-0.05701398208605579,0.10272672148944917,-0.08847682829650537,2.1220464309348457,0.7385708167321829,-2.0105787345883273,0.6398780687184908,0 +1.187376021221621,-0.09054105419120784,-0.10869050809872328,-0.5229954094496542,-3.337464084606548,-3.1198982742940853,0.7288753310223957,0.008094546166970362,0 +1.0471618539422223,-0.10904404341580354,-0.5502838639007375,-0.18022630576525864,1.7623461931537663,0.4839692740018211,-1.5932274174224605,-0.073146728815626,0 +0.17121272952783048,0.6006212369884976,-2.7292911309039534,-0.7027207017491862,0.7538529239835182,-0.16733118550154258,-1.1623412257440315,-2.9535080070874633,0 +-1.1699897084364463,1.2215044341512358,0.6594141597827164,0.34213903789334965,-0.2837814670679858,1.6938294739600988,1.1576511399893696,-0.8048059615255789,1 +0.9467321515799132,-0.9369739463138855,-1.7275876700623713,0.11083085582682671,-0.6489416196486396,-1.6218581063779363,0.2692912789751024,-0.9125858666334127,0 +-1.2967939167843396,-4.479820625962295,-2.813308045256579,-0.8271079021849316,1.9295886389903651,-1.3412017025943945,1.0974925692001423,0.7311140418531892,0 +-0.9177883291362611,-1.0746188486741748,-1.8476508722716403,0.5629155227766844,0.43999897908070096,-1.0837152019808094,-0.38360458543527115,-0.7829528352454412,0 +-0.7795011188126194,1.660505025653473,1.6392638684239753,1.762149886109824,-0.19884524569513207,0.9365840680355861,-0.7287581844757822,0.3885395331427901,1 +-0.07852269535381161,2.2204178082821358,0.4892890083976136,0.01169651190296031,1.4812754075088181,1.124536998637805,-3.1487021293660913,-0.612693355649469,0 +-0.12095961777941831,2.7491912298620402,1.9010196783482443,0.17033787984255713,-4.156292534303222,-2.2310878402145793,-0.5572441868304803,-0.06853930277216624,0 +0.4334236478171615,-5.10055682065565,-2.736708506032526,-0.03426660171416179,0.9358818955027506,-2.684208752215384,1.3711951981537578,1.36222580351302,0 +1.2669591852481443,-0.7630497560043525,-1.9922760734618747,1.154008875388499,-0.36492889401151524,-0.24695114301350607,1.5867013215019519,-1.790344171411187,1 +0.06368588206514074,0.8089932138320725,1.6075475464661064,0.9435152636253724,1.556480672905242,1.28739749956335,-1.8378652970329048,1.3487400160121235,0 +1.5109758068947392,0.3592871215694404,2.0241252374787715,1.1504139170375343,1.0163682406103733,0.8483563308681381,-1.2876031761766495,2.0367176987523794,1 +0.7667937749915322,1.5005552362543437,3.06663137623904,-0.7266871434444061,-3.691538939982079,-2.016055728047446,0.07819229282172868,1.9822398503981675,0 +0.04696647104552485,-2.7193393744225522,-1.5674050760961769,-0.32654454947117084,1.121222980567575,-2.476147495016951,-1.519850189017347,1.3053062078207527,1 +0.09180886331015863,-0.3267859078211226,1.0709122450592021,0.8506149072180034,-0.44180944607387723,-0.7606429284253795,-0.33962510357184744,1.514503760526304,0 +-1.0258363327142141,-4.325686728362361,-3.0857905713871223,0.8053379655483349,1.7129909139307025,-3.3157183422777674,-1.3154564626922824,1.1282848887411352,1 +-2.0015287596351876,-1.1577629642514906,-2.1927658441704914,0.7269733025216509,1.6258808831890113,1.7193975210850203,1.8526106913241727,-1.8834139336239868,1 +-0.5579162101867275,-0.18963583007983742,-0.5176858387667131,-0.8264335780325991,0.548597050738689,-0.6587092303804429,-1.3082164408744372,0.038575462868762234,0 +-0.9282701279623385,1.239181137536435,1.323690567338394,-0.35481628489286093,-1.7547043062219168,0.0969273135979608,0.9161595989506763,0.043097855746314195,1 +-0.15700060751253042,-1.7384290855178153,-2.2254711671912983,1.049861458956441,-2.0224400841178074,-3.7281400679328778,0.42665211980323536,-0.622594877957111,0 +-0.6356506072026472,-1.7065047131069808,-1.6017028491975498,-0.4668785666703869,2.8084271232931997,0.2807128877762558,-1.331974250552701,0.1526697209429947,0 +-0.8064692611790035,-1.7219969342708745,-0.8940751601018411,0.36642123212492334,1.9608659451077963,-0.8194398306130103,-1.776909998367993,1.0895908223432909,1 +-0.8849742517210668,-2.0727387257759364,-1.980667231114028,-0.8092625830677582,0.05968526291677152,-0.6434046432020608,1.8611271902487958,-0.7161132913349206,1 +-0.7045463204427415,0.5484830787124219,-0.29514961184956734,0.7821560238885334,0.024934619390477523,1.1160729182540092,0.9465722552043435,-1.1049158456434074,1 +-0.5762359793134986,-2.1447390164409574,-1.4701356108214738,-0.1440115682525289,1.6958107216930243,-1.0049500375009175,-1.02473127672473,0.6720099843057007,1 +1.6558180707937216,0.39994212301096876,0.06346457352723872,-1.2659521692123539,-0.9303639989846192,-1.147530832051933,-0.6529339241067861,-0.008675119129115005,0 +1.8797827794216437,0.8194194348769354,1.701595620389576,0.46435521520385176,-4.359955854139338,-2.95641834832551,0.9043040617659384,1.0190584795897617,0 +-0.5667880002423658,-0.5898992563749049,-1.1370036388821425,0.058068985060576846,1.0178796599880613,-0.6167226470245519,-1.3121470556946089,-0.2548287961616044,0 +-0.4621709178910624,0.7974405805676228,-0.6836754115844013,-2.1162378818142464,-0.8613906652521839,-1.3941441787428817,-1.294343605272372,-0.9112245436721894,0 +0.9171202716656578,-0.9641917993517972,-1.1991505587069846,2.3899931708485043,0.19710503412691463,-1.0791128275453887,-0.33634086179538586,-0.23036949992905653,1 +0.30087621301964684,1.17750284866111,-0.2610183925676588,0.18251634337598796,-0.106403643236565,-0.21630712524693807,-1.3316710717055662,-0.8829877022563877,1 +0.6720672654614986,-0.6466595274223574,-0.7419282218441022,0.44228891626463995,0.8054342761021098,-0.8279465954834626,-1.3431123468506936,0.21916444155025494,1 +0.26980435376544937,-0.4915980933117723,-0.40055180948711105,0.2014127749892774,-0.6118132840371879,-1.2487879050275916,-0.14767014001740375,0.1439322280707629,1 +0.8175793418359089,-1.411640759785275,-0.5106260005331698,-0.3455298825868268,1.3312293672558708,-0.46684288443975813,-0.8530492032016375,0.9400993192023337,0 +1.7064088285628658,-1.1959353525754712,-1.520069862681762,-0.13546876983178752,2.346371338440667,0.33597102488024544,-1.1730847655078211,-0.24287277605020985,0 +0.32396254505577027,-2.5248892399564524,-0.32196580230008115,0.7415387210645975,3.271600654658825,-0.51919231705488,-2.5450623517272533,2.5339562529215307,1 +-0.9413217923104846,2.30252646390178,3.2773315452667924,-0.7665192718915975,-2.4863834145863772,-0.8668857367488897,-1.0338189387015073,1.7316658649496746,0 +0.36305608601098477,-0.3049900889271071,-1.044411120579574,0.6344722706803256,0.33074486342386383,-0.8667441595659074,-0.9991324894872653,-0.46690930047570667,0 +1.0555249413310983,-0.8435124062109696,-2.062236407242238,1.122095612561149,1.1469301066835806,-0.5296074300353153,-0.8406724215544805,-1.1150583470055662,0 +0.11760686620417485,-0.2863326488299309,-0.3786905584373797,-1.1892999556972692,0.008837506263484217,-0.9631870837677237,-0.8799014442186944,0.16896781237422553,0 +-0.7961956708872354,-0.9014278502265853,0.2543133485548226,0.2508619867474404,0.7795360104224742,-0.5071118496284626,-0.8896661877099504,1.2994485575816241,1 +0.7194573944114034,1.880027673437399,2.896507493242361,-0.8455900710753096,-0.6907315838126965,1.341866878253901,-0.0842883668765878,1.2752655779762976,1 +-0.9860204631968881,1.0240049760851435,0.08431215180006486,-1.8199684195739247,0.3944100327699755,0.1092454756215322,-1.5456417991174574,-0.36948449079661283,0 +-0.7892874809396544,-1.1265202826000995,-1.790122182850511,-0.15902858517102425,1.0909833568689224,-0.7093828269884878,-0.7736411711349034,-0.603833937176488,0 +-0.24521653033996607,-1.6116943332619145,-0.5428144120321537,-1.0493571476124965,-1.1812576686496572,-2.502476283946816,0.24128281694274212,0.9364098160187178,1 +-1.7882265171393317,0.4888928159607415,1.1848714211176044,0.10532179553277922,-2.389383948672568,-1.6154281484097757,0.38648931367059847,0.8104155060187505,0 +1.545498974525638,-1.9251602018514642,-2.186161571791812,-0.09276904995083685,1.450239134078844,-0.6335335506434034,-0.20991848993297135,-0.4900193131228486,0 +-0.3857063342400613,0.020110241126898187,-0.7886336291784882,1.9701887995641627,1.1489095448252482,0.27373720259922396,-1.0692075224611413,-0.5501034393362103,0 +1.1767679680578673,0.29354586526089965,1.319750926845926,-0.06272334475058834,-0.43759946179080134,-0.6003980677206686,-0.8723944476946971,1.3752389790136021,0 +-1.4159742145526992,2.0832887451553885,-0.3572612099755937,0.5754038524127417,0.840363559901694,0.80324690673952,-2.2716763520389933,-1.569761790288292,0 +-1.012197228578189,1.1890485616356408,0.29723488210881444,-1.7366976354237404,-1.0100062599336403,0.25641454809698294,0.4153820586783845,-0.8343741844512012,1 +2.074816182676629,0.8802857281205669,-0.6144767123843976,0.7502896424015294,-1.039233654325566,-1.3306426442313257,-1.0651100512167953,-0.9777737268618107,0 +-2.7581301712388733,-0.3104015306601035,-1.2866586467284367,0.639725164947583,0.029128880050753488,-1.1094496109907936,-0.817102690161072,-0.7391437434260807,0 +-0.6085659232013468,1.8311364724155579,1.2482367290400502,0.20366677481550624,-0.6766552996966207,1.9810446724328423,1.274682716875727,-0.775088126323008,1 +-1.1696061512131857,-0.7583620025047764,0.41274280413257936,0.7907267464898925,2.760254250993356,1.454606873044365,-1.298667589324329,1.299809295885607,0 +0.6249736339679853,-1.6730795001846945,-1.8575411062609566,-0.4622455967563363,2.982819730553892,0.6502734909954018,-1.0503316747866176,-0.24008588799182384,0 +-0.7227139819432369,2.6829023479959835,3.2385384217847504,0.7933671653956585,-0.9672010576158048,2.4441654607628873,0.8165042303093442,0.6164076622244301,1 +-1.8562642816748889,-1.4186904590924274,0.08437605518491671,-0.2170734480335496,1.4065304449880105,-0.8662555788487648,-1.6566962667954952,1.7987508264453194,1 +0.4865589176350303,-0.6953983585354641,-2.6135964155721134,0.5181960117329202,1.4251511688497815,-0.23198354599765897,-0.8419139536257969,-1.8229442099581796,0 +0.6681162095327988,1.0628937344030833,0.8356074321914683,-0.5891032162416227,-0.9519393376999413,0.25553130868734286,0.3127039290834927,-0.1528759799996322,1 +0.2339620896321906,-1.0162450356427681,-2.1254285510827473,1.1374970908364064,1.8427427340988722,0.9173155558006945,0.3012038205507121,-1.453273134957655,1 +0.2922739713995933,-0.4030263628449593,-0.30984060518219225,0.4822868363498447,1.8610657563663984,0.7095797724555457,-1.18514641240183,0.2918022659082718,0 +-0.3654432651190477,-0.7332835203784476,-0.9555337582137065,-0.4126123131824046,4.124095449232426,1.6012834138504608,-2.6828448067836748,0.2514422144607946,0 +1.1385646155048215,1.8529891192199506,0.7159213775891676,-1.94567335824779,-0.7744240104765254,0.9451347334431065,0.16164423651775195,-0.9538990973339652,1 +1.4304518343887687,-0.38095077159152896,-0.31354010313750214,0.6681259708012037,-0.1195912841069784,-0.5382440907235813,-0.04644251932077048,0.05701093349227049,1 +-1.129492903065323,0.917652230397557,1.0041129275116274,0.18255927347778803,-1.183864847472199,-0.6291748639768229,-0.4283787071481528,0.4093927838458605,0 +-0.42901770147743834,-1.3088141249537482,-1.4817815069665015,1.4205151353788352,-0.8276520499771824,-1.9599514646939826,0.4036513896488141,-0.35913462684258113,0 +0.43880827842985765,2.0347644396170077,-0.24712432538598025,0.4406160044718943,-2.6795816057361415,0.39833548558911885,2.2312502865186525,-2.6040866578430206,1 +-0.2412153878681133,-0.32868297939999275,0.11881782432152499,2.1570509583834925,-0.1588554111181077,-0.7520828377595073,-0.4562986115738898,0.5795067634946982,1 +-0.38379540912239124,-0.032656896231653465,-0.26986542778798356,-1.0131249171114634,0.7238635028999548,0.7400344197932974,0.06715827787982609,-0.32157336844733525,1 +1.380473860049634,0.1076227738821548,1.1948996458065515,-0.33351960570747,1.030854881758283,0.3762790249951693,-1.4283344026740976,1.480923168026652,0 +1.0816803727018576,-2.841575580950783,-1.906793984123196,-1.4378542113819308,1.2432577438084502,-2.596573276208038,-1.6252683546894269,1.101430505096618,1 +0.22041335257732156,1.7746467998851945,-1.1538236211510924,1.071608753806213,-2.8700135629570593,-2.1536115199390213,-0.3603254166118576,-2.408876608085286,0 +0.49467914542168684,0.48050458848037214,1.662304484058579,-0.766859358523158,-0.23906436676746814,-0.19258427454364824,-0.911707037025373,1.54477792143557,0 +-0.26720107216625827,-0.5773252939314,-1.1211855116654597,0.39810695216782455,-0.6348340088583185,-1.229255543250789,0.21077018082060917,-0.6144318443672745,1 +0.8207083854337788,-2.5780587583999393,-2.36145931009322,0.27664614360109974,-0.35429708728466935,-2.481604165664801,0.654011201817678,-0.20867095704893462,0 +-0.3005557625295637,1.459609856465934,-0.027981943989373204,0.16394227882511644,-1.6356478921224735,0.6854654878279255,1.6820942399881202,-1.769014394481761,1 +2.6401091864177992,2.3581170230423454,1.742845758264141,-0.16595048109834132,-0.7343976949585772,-0.02871606002056426,-2.034489655055242,0.3318352014508247,0 +1.3231532544929274,1.1110283847996838,3.076343785091453,0.15541197481966929,0.799803306064809,1.6323114982918223,-1.0458954517593853,2.3454695728273154,1 +0.07273944977985443,-1.7172448328655736,-3.035229682142067,0.07323825249947617,2.68470740773189,2.8559794488822368,2.7035579741777367,-2.584323139649634,1 +0.6661045593045926,-3.988169907355477,-1.4519793192856711,0.39552513211242035,-1.405131739289401,-3.1905361741486677,2.4671087010546504,1.4704635539817434,0 +0.5178631049242515,0.9730068644024141,1.6280788729958675,-0.9441498371366509,-1.503762411336821,-0.7151390602209033,-0.3256158016182868,0.9754935165557924,0 +1.069392611488348,-0.9287842519916998,-0.25057868421777657,2.099625202710924,1.2922120199009106,0.07442024120243274,-0.6708035413479848,0.705677448341714,0 +-1.0811402205818492,0.1868556708582504,1.3546079702535974,-1.5267218527837854,0.07850797912731373,0.05960665458399028,-0.6232825924251975,1.3827658977760602,1 +0.6151063101817953,3.340457568112301,1.915578995874127,-0.8720232835104754,-5.151698883040194,-0.537045312190652,2.481083865087033,-1.5051282674536908,1 +-0.7358895734662408,-0.2517255053152212,-2.308819819659526,0.08027476608959792,-1.9410471696542024,-0.4865235970208148,3.0554740884163385,-2.9229315037489467,1 +1.0776443273162293,2.242561859002336,1.16207416031165,0.43244151699699,-1.517422886566684,0.0003355846170840504,-0.586964890131422,-0.5545934012789083,1 +0.15171905596701232,-4.3601690118848175,-2.7726410081729402,-1.113952968530364,1.329478926443589,-1.788543933366711,1.2162557034512635,0.6735463617870072,0 +-0.4551077340988295,-1.299982159976659,-0.8806152512858765,0.522340575246019,-0.6166875299604619,-1.902009254853109,-0.0023401174656449975,0.3497037478912385,1 +0.36267038285061015,-1.8317546365127737,-2.7929515069836777,-0.5239987357738718,-0.5695616211735622,-2.4760628608411697,0.28765519900872494,-1.1788483468312898,0 +0.575283005862092,0.6421767702225021,-1.3865935395679754,-0.6135902226483168,-1.666829077936723,-1.1182775073112108,0.5923457380612867,-2.0259820943016638,0 +-1.213064865309937,2.571177787644494,1.7335722848988115,0.16950941806655767,-2.0351191073568997,1.6142731609907714,1.786111605280785,-1.0172391552941522,1 +-0.25313122072110306,-1.7923259615948577,-1.0026891925245416,0.24511042045633818,1.3697600393630909,-1.2225158280872659,-1.3641500184417552,0.9578623824206225,1 +0.04724962519182109,0.2367341163923044,-0.26807426111632726,1.022849583141534,-0.3770166874390489,0.1730260773035185,0.5904808042306714,-0.6454072265074797,1 +-0.8021382074707655,2.010689138572257,2.067537881330061,0.666166954015108,0.2713964464971909,2.792817739623538,0.5758125954623242,0.03263931134469933,1 +-0.6272185642729853,0.7426416565466667,1.1973208728866378,1.878217913385592,1.1382500364440864,1.1302555796237934,-1.2613063112059306,0.8439786228846771,1 +1.4916280531128323,1.2346853280697303,-0.31223726387529094,0.7590446166515521,0.8063594120064427,0.5153239516934016,-1.7049745929331177,-0.9384473818148772,0 +1.6681839228937494,-0.4200751932847871,-0.6131786082711445,0.2618568972956566,-0.8073052114107365,-1.2137006183471617,0.16203600325298917,-0.21903473540113894,1 +0.2317011463115817,2.019084721883744,-1.0256682515770517,-1.0724520699806184,-0.06517302000140388,0.26717584434146646,-1.433437852234125,-2.3804359114049296,0 +0.019245774685473886,-1.0759239171038395,0.9428094033619251,-0.41988282068646393,0.43323139185863613,-0.7687715645002895,-0.7542569492129736,2.1299175932068657,1 +0.8966582062191475,3.8917740076228986,2.810687064625908,0.303372859992534,-3.887503995300243,1.5674145554751182,2.6328803874120257,-1.2636785806425013,1 +0.5066938332182263,-0.31402500298311103,-0.7521682705297346,-0.8574883147485798,1.2674681408121318,-0.3317102133223256,-1.6961710489331736,-0.014748450599266771,1 +-0.09460221961314992,-1.2270189773784659,-1.7876304591037346,0.1341971310460468,1.1968857936210164,0.33030030325030435,0.5698941207786057,-0.9596447517759952,1 +-0.10331427222720488,-2.5036046870062574,-2.0680523776711515,-0.010825752268415147,0.34138697559181047,-2.4531580244449347,-0.4652836795367188,0.32724441328472603,1 +-0.7200303540450307,1.5836371918757581,2.095856593214158,-0.7843573229566945,-0.11742197161668874,1.3759780950351852,-0.30707462293254195,0.7696684852117859,1 +0.5904662446851889,-0.004954701560479502,1.5287875975816076,1.9048352531416912,1.1053518413338301,0.7033807763911779,-1.0727964004777244,1.794031835645835,1 +0.009295523577968952,4.366918603776249,5.196023346847628,-2.1656300891159415,-0.03666335000569658,4.022085118644642,-0.7849438617262365,1.495386447747661,1 +-0.7736135526122329,0.20958864522023313,-1.9250412910830312,-1.1682041028212944,1.0849610995807937,-0.3316949888912975,-1.6634253557775778,-1.657761239477525,0 +-1.0672294937388407,0.873115852393773,0.5322606573569219,0.9691589113993895,-2.554819664302304,-0.7602673901738153,1.5364989311917998,-0.5540321043959675,1 +-0.45060821748083707,0.9514978012894864,-1.046505147861508,1.774476899796386,-0.33828326224553096,-0.23535857335945337,-0.5567682869704241,-1.6984806479966803,0 +1.3098754835496762,1.3502442377069572,0.19860052761594751,-0.7195613125283973,2.1441717059826497,1.6664484009711897,-2.3496095766617957,-0.4308213864496562,0 +-0.7274890959574944,-0.488895582415676,-1.1436366382319059,1.961735721773207,1.2168474837318917,-0.001940554816856066,-0.88293088605167,-0.5101597701392313,1 +0.8198918216004369,-0.062333852105742826,1.2878654898768063,0.6850843597054427,1.4228418648360794,0.5323054375698768,-1.6229100373259189,1.7596318285182289,1 +-0.15517965027344827,2.0320890679852583,1.9588821450193141,1.9392544887613716,-0.7381390715531234,0.742179171971109,-0.7112116083981204,0.40962219947296163,1 +0.4006031822072506,0.10375066248958353,-0.4783681430714466,0.02975228583891745,1.6821651423005508,0.764314860849109,-1.3549967987186784,-0.26576562620708943,0 +0.49784564443547774,0.9304192773258618,-0.059300009587347303,-0.2766617947029196,1.2938757182698555,1.0584912689120771,-1.4205137928501783,-0.5430231714814546,0 +-0.1257715454635779,0.6123918767150303,0.5254461199660027,0.04785686313038257,0.43010038085997426,0.18322645010650274,-1.1807117123039417,0.3220688841066955,0 +-0.05987877507407631,1.0621505356104093,2.173586250996515,1.3046311385675304,-5.0367798204021215,-3.0975383674807615,1.2843507010264061,1.2016585418197252,0 +-0.34008439695947124,-0.04253055188442412,1.883221080727242,0.2177999052042556,-0.6960243195993976,-0.6890607195423596,-0.4214006365401079,2.1164927109283482,0 +1.0069428199447517,-5.51780604871913,-4.3772251809891225,-0.0034931646485028152,2.7629202627111633,-4.026997401144597,-2.105602870055932,1.0912342287489447,1 +-1.1504858674387264,-0.009637490177531682,1.1984979251533265,-1.32218985769848,-0.07427583939430536,-0.29815299087965685,-0.6257691850864242,1.4182129947380997,1 +0.4586841511558423,-0.3373392363213005,-0.6837975598639674,1.2919227484035476,-1.0438656565015223,-1.430163197166972,0.14186477432432343,-0.3386250113686573,1 +-1.8272653036555435,2.4793446381785422,2.175442974142659,-0.3862032380397003,-3.2818395441413313,-1.8284746673596617,-1.0556801346986742,0.5422402974941544,0 +0.41251870221833453,1.6929929299929767,0.9510628119981929,0.3918351477026123,-1.4874124138031943,-0.9444130200014769,-1.2367627596745883,-0.05654887126085184,0 +1.2388129790086249,2.23169120417984,2.1582761184374277,-0.3513358225509039,-2.7656618557001513,0.6021024430703766,1.7223082587564655,-0.20401321324404192,1 +0.43720823625933514,2.195465666994923,1.90290639013197,0.31541297582524774,-0.44337050473455336,0.2780101734872127,-1.9111323289110471,0.574978973656121,0 +1.1428895637156389,-0.09614684798580198,0.26484023773942034,0.8312780535633179,-0.45305034987366805,0.3356032119400734,1.1217269248298036,0.02111669959767737,1 +0.3941605895415908,0.6355610525995884,-0.9035011027186289,0.20864116154514312,-1.5526585616245983,-1.9367773841045681,-0.7941470883030156,-1.091587355565126,0 +0.3120650842243146,0.7078481884750778,-0.6924446822012675,-0.3409396971960801,1.3371486265811217,0.44016866809266486,-1.8851367209315655,-0.8252909326578151,0 +0.4609394813219139,-2.113339586498279,-1.2836593551538793,0.16825417168572246,1.3560851487215595,-0.8642427412684618,-0.43973833948681224,0.6659195490437686,0 +-0.6593915480603911,-0.510562902056636,-1.948259677295069,-0.0077631499000118355,2.181154944178814,0.6373625444942308,-1.151412343332146,-1.2858977206323057,1 +-1.2993354930875676,0.045058914223370494,2.8751028489283272,-1.9595217054513518,-0.6144523454360878,-0.12279866653469418,-0.16187019501095512,2.9368041235852367,0 +1.7302952204909747,2.3470261503695937,3.667618824462209,2.403024538411607,-5.157280774592836,-2.5791304094461873,0.33279762053687234,1.8522527738579029,0 +-0.1378384279948774,0.11806240969527426,-0.19584825911189307,0.02272413944629439,1.09085736047607,2.140004535258429,1.227299133437855,-0.7949136438570399,1 +-1.0878168539709199,1.7593133038322608,1.3182306707372835,-1.064247375255479,-0.7713597219981257,-0.26600601903381244,-1.5304761465707541,0.28798180986370375,0 +-0.9669208167219943,0.7992713494732486,-2.293186396466665,-1.2364280062781416,0.38160050113677085,0.0088047026645387,-0.735787444141599,-2.8070534139241765,0 +0.24312878581286265,-1.7017517667492918,-0.9587468595880886,-0.1200449980834934,0.05062963339728644,-2.150355383032803,-0.8300373003650321,0.8526593088859317,1 +0.9903493006839614,1.1019563704957622,1.045607614737444,0.36438870700424525,-0.663809891724216,0.4186730310702864,0.016750507192450748,0.09508858051443769,1 +1.4448544256764078,-0.15017237920817472,-0.2310393655337875,0.3471324842538159,1.7237110792932133,0.09457413519092672,-2.104946853733276,0.4543178099924816,0 +1.6100370194478766,-1.5684553644060892,-0.3304411180631287,0.6576948226887824,1.3668546148271636,-0.029903235372727766,-0.20364269068408825,1.0464520172146297,0 +-0.12301737006554078,-1.896337000733011,-0.7774974472373029,0.18494562530228978,0.8511869320599329,-1.6966045060534924,-1.2092116530072081,1.2689957111065793,1 +0.4224902348018337,1.5321735454231822,1.4903962496334136,-0.32445463856544704,-1.187599938484157,0.9769370819437386,0.9170547435019083,-0.10271469207551998,1 +-0.24150333088910445,-0.9709446596483791,0.05760026470484529,-0.34492779957401487,1.8945869738113505,0.49194160680856225,-1.0163987285521388,1.1159406954365614,0 +-0.3051260998194675,-0.8469785432664216,-0.6945092458401002,1.1852905809618932,-0.15951537896155096,-0.2731396492491984,0.9762661184493762,-0.2335079070843375,1 +0.29299370094915217,-0.06328473067929419,0.8803393698743367,-0.44482180787436604,2.0360232795364945,1.2196162674110562,-1.4627978655883216,1.2502816257493286,0 +-0.6331053255309236,-1.286719960969196,0.30487689065362583,-0.27649843915433525,1.6055862804052692,-0.6163911397423105,-1.8130835504699163,1.9344970073832655,1 +-0.7680619859073162,-0.34537623338401446,-0.8550882082505107,-0.1432354241578072,-0.5258229848162471,1.223352652066604,3.000461512245435,-1.4828047047073838,1 +-1.5293421319624885,-2.578364180042297,-2.5107082210440286,0.031542867160407426,2.2761287876710843,-1.5376616915048582,-1.7967256555471445,0.230587438566962,1 +0.17029047092616686,-0.8757978360905805,-1.3551834666468137,0.9973985066899014,-2.353677896253487,-3.322368199764414,0.26015605929377594,-0.452942469474845,0 +0.8741962489407619,1.2950295636617781,1.3346888420145022,2.7066603566047953,-0.7206349661729972,1.0538175803096925,0.6538340746260802,0.004688737446964075,1 +1.3428050151082247,0.2804785144368107,-1.1427689595628638,1.4844142003318928,0.6255228623830396,-0.24842819251351989,-1.1980458989053429,-1.054999258914402,0 +0.9401013035497319,-0.5266020961990343,-1.2437364738477885,2.6727294995327213,2.594242409005598,1.272970231629223,-1.0780546429021143,-0.625011969251205,1 +0.7760215772751657,-1.4259563308672878,-1.291546913295139,-0.18317589494624695,-1.151713462754251,-2.0962567445617273,0.7558729551148904,-0.1517132443674315,0 +1.3371928394666568,0.7707600661458809,-0.6903343236137158,0.5437612924515365,1.5007338073350205,-0.2040129866582152,-3.046362143324072,-0.5127103011089136,0 +-0.5353482029783935,-1.3951920961460034,-0.5364012781801959,-0.5871484721107291,0.5852389408339798,-0.9840832971871012,-0.4889864823191279,0.8411814407907748,1 +-0.7117916074752781,1.2215076088202106,0.5975680172567418,0.03223584698204648,-0.1861281574716225,1.872566148879339,1.2745240860965201,-0.9129839665695108,1 +-0.4098350673204389,-1.533390106176036,-0.7660486506750347,-0.9828455008444067,1.4778653276179066,-0.3558543187894845,-0.709508939246896,0.7360340969836104,0 +-0.6392834033022713,-0.07117805071993233,-1.4192257479409591,-0.8736337969055908,-0.4338358305337623,-1.2171032508517845,-0.520046878038253,-1.148039795123384,0 +-0.8278783969340431,0.11978895496929498,0.2653684509338127,0.40897683725768563,-0.6825027470231809,0.8042711711013733,1.8412981542240556,-0.391369989723189,1 +0.4524161265791952,-0.2755469323911996,1.711469008605523,0.528648669018678,1.3177954323199208,0.6063580890045381,-1.2660121910511748,2.2679527089681084,1 +2.5838518414808056,0.6504293432884367,1.655254089895431,0.5333468574764069,-1.5198643357346202,-0.10060019305641199,0.8572640153363194,0.9084233819256066,1 +0.06927254997727587,-2.2483007331836866,-1.3059210584978607,0.8430380100543898,0.22640661932954195,-1.2636149362659355,0.7913125206645759,0.4548593766096678,0 +1.411826576908021,1.9882329170112192,2.5486200576632463,-1.1997910321740204,-1.2243475316179828,1.1924707118221463,0.4610670313138152,0.6942551487280627,1 +-0.32108488765814835,1.553612942219801,2.375502700040187,-1.3311875567337612,-2.4883940365315103,1.6595590912624605,3.406256796952996,0.052798074712430254,1 +-0.6160707335057108,1.9896498457751826,1.4476350953258064,0.1948270308134673,-1.4416573420589918,1.0821464826277996,0.9388064316097156,-0.5465459255437923,1 +-1.0534618997965395,-2.1119478908878815,-0.8026107180141111,-0.878173620442815,1.6227962260837814,-1.6746559308591769,-2.041143278830857,1.6489988395194572,1 +0.7813036139934908,1.7224883980128602,2.4734202873285285,-1.1377276184252798,-1.4800759526475786,1.2084278724890565,1.1554533511571303,0.6532158498538914,1 +0.6975770401569917,-1.3871092687500937,-3.094947026534161,0.9633849255872273,3.0388195310470523,0.5420028392573777,-1.2275116992916744,-1.682841385612299,0 +-1.3057660284435713,-2.7217893495410292,-1.7308751230223405,-1.023797254819328,3.1434093549338056,0.2170183627744735,-0.7628077002351219,0.7298979534695,0 +1.9218825745290606,0.393059358803322,0.836610711572862,1.2958788489687,0.17899063848040622,0.30527621350639933,-0.5124649153083185,0.6333817089970513,1 +-0.9490126075609959,1.1345282750601626,-1.3954709380029306,0.420961471025409,-0.24349986931747644,0.5388696052909833,0.24371470072838008,-2.483649732280523,1 +-0.5155594472633998,-0.9865166249638735,0.32590012647772126,-0.027987003597980436,2.1894185263208104,0.6775977913528171,-1.2497094288659074,1.450623078295712,0 +-0.3133297480455763,3.1226474530907,0.5516184283260349,1.324552487337703,0.39240711325654226,1.0758724573874685,-2.6509450227279325,-1.4423944016372934,0 +-0.10793845415390041,0.5089004428155496,0.7855595092428508,0.17385792663707178,-2.102787727572571,-1.7298484660616107,-0.08191132370071985,0.523240981557996,0 +0.35588724915083103,-1.1000148058898236,0.05368326667588074,0.28455091993848763,0.8522542557252981,-0.5792518797040558,-0.8178318889428968,1.2494112988014159,1 +1.5034304478556666,1.7369943789320073,1.3158249785044587,-0.1784886896995371,-2.265155145069298,-1.3923864513299378,-0.8769299186333914,0.21395257801531758,0 +-0.3119283230492214,-1.1981264944989323,-0.4541153880922112,-0.5635444197931915,0.6210800900600636,-1.3174392024240045,-1.2210141119608617,0.9819592136426236,1 +-0.6846377332387228,0.5479621186438454,0.586884727735824,0.7612720642897003,-0.846317339717993,-0.7052524173592175,-0.4928907109107087,0.3209701479229065,0 +-1.3213620381963742,0.29677748015632993,0.6571311363471085,-0.29197813326478217,-1.4728734005595454,-1.4180266347123371,-0.29904002646938693,0.6067420676764176,0 +0.7140286143668065,1.8173954926556004,2.1079658395174885,-0.7613323076209491,-2.374688685685655,-1.2234336897416869,-0.8095951933569354,0.9198302161476504,0 +-1.1256294812147658,-2.6113451193537704,-2.7923330309909202,-1.2232708297344626,-0.4600955058987623,-3.2691407622850255,-0.08591502488236358,-0.35781762904950254,1 +-1.4121198606461711,-1.7298002293191752,-2.4310944533347993,0.3525006593183392,0.26474959626629113,-1.1336683770285214,0.6740801815432169,-1.104749796444065,0 +-0.7724235459826073,-3.2644880466335637,-3.000048862488954,-0.32180380626259386,0.039510524365401756,-2.528627074381225,0.953198033084474,-0.35512198472857387,0 +1.5902881613715294,3.135686742169824,-1.0532748343977831,-0.6084004063560319,1.2263691513155033,1.1903847963416747,-3.2409984002946413,-2.933426650845547,0 +0.6050459419249731,1.727572679617584,3.1102034558217353,-0.36098725485898486,-1.8646257671489155,-0.6377491757595596,-0.9471801171233845,2.0064746566351657,0 +-1.2563692448504427,0.7212885905992369,1.472321473987248,2.1466107692301595,-2.646763539256128,-1.5902030060215997,0.4541404637876708,0.8859800967225915,1 +-0.5847934955181311,-0.27871214939653854,-1.3220673306122397,0.26437282622892533,-0.9953694759653136,-1.0251168143282332,0.7331952767435532,-1.2278004221300842,1 +0.566344711929856,-0.3521233556890357,-1.7180630678734843,-0.830280030649377,-4.632932174539316,-3.718817134742917,2.5229100904970077,-1.8458319658601428,0 +0.2813548054157685,0.14721043529907174,0.12120875341040635,-0.231377881932525,1.2150927625775116,0.590533757980402,-1.139552129284118,0.26184680716612285,0 +1.8564218813159297,-1.5431184639465823,-1.8104714949207747,0.8621093266272625,0.9732084333119408,-0.9220264985643698,-0.434119243299202,-0.348169084582182,0 +0.6750334720035064,-3.5485874370481296,-3.909004075298657,-0.32011795858841813,1.1889418050961524,-0.6777148136633784,2.3499120380382132,-1.5586527919583735,1 +-1.227406621308661,2.019306425655447,-0.34353026857108837,1.9094046568080356,-1.711220839119229,0.43349408562268466,0.9408294504875605,-2.342563879378543,1 +-1.243605491332429,-1.7873496094064485,-1.431886548794305,-0.05281780446314263,0.8325126763937251,-0.8659907437947595,-0.004001091144664626,0.12217655640339242,0 +0.5120374192405062,-0.6310734638143746,1.3510497695476837,1.2629049418784783,0.8960929426681127,-0.08479849980456589,-1.099328675722145,2.20991476542144,1 +0.19890019993168367,-0.8527039541252022,-0.06664231436006995,0.23151693815145777,0.05047242413173415,-0.8198912113448118,-0.22698448003520655,0.7768358527272547,1 +-0.5695477313830157,-0.5621684624628356,-1.8911373665297462,-1.5592563887530115,-0.7637640008260128,-1.6068068091720633,0.09597293145587371,-1.349639068041944,0 +0.05401499270174505,-0.9523930184417805,-1.3051782589171916,0.14400811759915813,1.3052292124732274,0.010503484239777316,-0.44613439664236443,-0.4019381478305531,0 +-0.9575740877694241,-2.457740400448686,-1.7366000458274964,0.6217313256159386,1.1295344325762107,-1.6717541104394362,-0.6921388081769186,0.6267726405942142,0 +-0.3241023733051744,0.9849555052192424,4.139961419052566,0.06355183882583303,-5.899677076085682,-3.396716773839877,1.6346571573896556,3.1932434790018123,0 +-0.3247342035022962,-2.1452263230768303,-0.377663871404683,1.42466007417585,1.0151846815816248,-0.91285726942722,-0.244135526462048,1.5643251113097525,0 +0.26523381173445104,-2.3177458312285264,-2.4648211319373425,-0.28502313220165065,1.8656355056040348,-1.664892061218259,-1.6750088492709962,0.03390295228913032,1 +1.2437412662536202,-1.2406455666640783,-1.6388623012855097,-0.7880089390880831,0.53330871687125,-0.835287079977746,-0.06626917113257336,-0.5354517387593042,0 +-0.5944523251422572,1.2424823771775106,-1.9028637699024935,1.477032018097668,-0.40393542981200037,-0.6669389387346956,-1.1065802278748471,-2.6326431183472137,0 +-0.7039952095362343,-0.5884343897755511,-0.7368474004205614,-0.8293739812041819,2.032678403393249,0.5102073369391982,-1.3733131354911432,0.08069290515590732,0 +0.6663973404824103,0.8538385606238987,0.5226311488072816,-0.9988044938526024,0.14077774508611235,1.439919102250569,0.6489814108269796,-0.4761458662982794,1 +-0.692355951842995,-2.9887328994713505,-2.7410864290161885,0.4146296095394946,0.016578888503746395,-3.1967619178970264,-0.2772116900874455,0.05923850943583009,1 +1.2583794393631957,-0.4608697298958009,0.24388764566027032,-1.1644923359580768,1.7554547343140663,0.7151949538934406,-1.1236993883261064,0.8862998901438075,0 +-0.7669807004541289,-1.458349660480854,0.270633828657693,0.7068166595678509,0.5410854040527241,-1.32993642983452,-1.0511575491994787,1.893252682702305,1 +0.058683984888892905,0.2684032995204501,0.03704745063043111,0.35018188415192736,0.9773041627709225,0.20156826173470488,-1.4256795023224127,0.18119574236464508,0 +0.07691336530765162,-0.8929684734817351,-1.1349749613386413,-1.8304987809508846,1.9565881549327453,0.22192876766069403,-1.2064716017854664,-0.08967615995270695,0 +-0.20510379155806854,0.49177646351118876,-1.8122403364996824,-0.3473197444380075,1.3358023794021072,-0.14155960688813807,-2.104443772518907,-1.6767564702164415,0 +-0.9059905758407737,-0.7525821220962726,-0.7601974705544173,-1.206008663530773,-0.3861630734585983,-1.2653685098255,-0.1069379656999142,-0.010835258673052017,1 +0.30631656852255207,-1.7556227731015095,-3.916548879268449,-0.4229314756311737,0.2712794366190942,-0.7631390048710831,1.6137674247116236,-2.875095099460337,1 +0.6037428856265101,-0.5585583116128909,0.6851508246975043,0.39579858611116464,3.1076228961701706,1.0967942961278818,-2.5654078661701547,1.7780189048749029,1 +1.2290039472130412,-0.20436489811163971,-0.19389963446504857,0.5435149921469075,0.7397390466988786,-0.35382908122172974,-1.2513835535822424,0.34128767164452084,1 +0.31316205772245187,1.9188612859677587,2.4444261397013753,-2.588559758406923,-1.9630318225667382,-0.8927636886452386,-1.1619559905878016,1.246004684092309,0 +-0.5862266683451451,1.770965876265219,1.8720271879328425,-0.08035855965922596,-1.4312852844580943,1.0904507799798449,1.0489837245054794,0.03899102766122253,1 +-0.4599672813008442,0.0914313908133828,-1.9976761625198798,0.4001570940815266,0.9594599166395731,-0.12169744895692369,-1.055906883662462,-1.8122377005360553,0 +1.6324315748422908,0.5748209594869971,-0.40546986857815603,0.5917741838703777,-0.3656092317523314,-0.30445558713725174,-0.3879163146433764,-0.769277162258136,1 +0.8338726344833984,2.3000097007672897,4.582172365765105,0.25803946526695987,-4.968977154637673,-2.0999337344148024,0.49128438029651367,2.741698672124678,0 +-0.03688227764247059,-0.6063353197413286,-0.6306419895781998,-0.9171248338791834,-0.8951096659036518,-1.5046992518144218,0.10501782525781667,-0.041706083850028164,0 +-1.0140702136077109,0.21543348228937842,0.7711274791715583,-0.6228011124237116,1.1700350688880772,0.2487073322463368,-1.7916067994999352,1.0672919581760931,0 +1.7535334377875915,0.013207991198471825,-0.45467157571437683,-1.0235419341236254,-0.07620652262286969,-0.5943475274914084,-0.5677346834694806,-0.27400588320115604,1 +-0.43926607171489285,0.5721421564103466,-0.5003805647707376,-1.0927663677990005,-1.0883313254595333,-0.7097300572890728,0.13280779115268349,-0.9732651937370231,1 +1.6849335393781866,1.1302728890260136,0.6387920468001015,0.12442042691563182,1.1653361665605269,1.6627736073199524,-0.847121294771795,-0.20391864070018573,1 +0.2002144755434875,-0.4550605922364912,-0.5983157558457649,1.210675852335499,-0.058509673215970844,-0.5082189050813806,0.06821820202718909,-0.20310041861641187,1 +0.09581334616730995,-1.2899884530703476,-0.7510269646259901,0.32162044675489543,-0.7441674552378023,-1.8230238654203075,0.23690613651488768,0.40216210786604867,1 +-1.9481753352562754,0.44787264883282063,-0.1672977464828633,0.004665159183178347,0.08998334880047625,-1.1653339580235818,-2.117940206041297,0.11406897964505736,0 +-0.8148857210098427,-0.12183276765669915,-0.8347844679296799,0.8803590124393049,-1.965291461722438,-1.4220203937042566,1.2784201374384412,-0.9822162368171701,1 +-0.03011056906176935,-4.3909905104580345,-2.117373476464291,-0.5975404632756257,1.8239406165469572,-0.8191370870737453,1.6489003636381516,1.174059597911945,0 +0.7741923925320664,2.304590116821357,2.949751422124506,-0.47742626083220696,-4.497734916316215,-2.168837139489943,0.19112582789042754,1.165472121179684,0 +0.27207750878767517,-1.5289062000947586,-1.596133973189724,-0.6914007475421724,-0.7635336505194242,-1.9189437687439674,0.6370996118966477,-0.355734954711904,0 +-0.38745359855383926,-2.3017483081558816,0.04059230663155833,0.6459221126170116,2.096738472282802,-0.6294547823528381,-1.3606545445084168,2.4019098155132754,0 +-0.9879026242867648,-1.4038479198095206,-2.489277410125365,-1.0561891534495125,-1.5772940295205617,-2.5158553051315824,1.1236851402308534,-1.4548444085715915,0 +1.0706604450107924,1.4487407424032082,4.96942181507698,0.48978686219380146,-0.5404937570596057,0.684662943581444,-1.3059094308401924,4.126960033215149,0 +-0.8496718515208808,-1.273173213670316,0.022814517440930097,-1.127413711970613,0.06004016790691874,-0.9639573691995755,-0.005054614333576901,1.1739103177099055,0 +-0.10613095167820014,2.967138118086867,2.278884030152356,-0.3631155690892736,-2.7393803869825706,1.438785155663376,1.973131782873751,-0.8347017573459039,1 +0.9756410295868299,-0.6408857660245969,-1.3771126680658063,-0.10253607876970912,0.008061725623001082,-1.327125081342313,-0.6950088665019052,-0.5682459819171777,0 +-1.7689820256330484,1.426194819636029,1.377021188404668,-0.07538301753710709,-2.3034410724207293,0.04300334729752742,1.410164771115591,-0.1901957626557239,1 +-1.041840007876467,0.36611588559689423,-0.4181048021025792,-1.655342696021212,2.2190925724167827,0.8079529358046136,-2.3631711621824962,-0.15672385818874157,0 +-0.21940388573510566,-0.8275342411075135,-1.4482185073713292,0.7229309880292456,-1.6923967645225977,-1.4618666961162992,1.773260858557032,-1.1403108605466434,1 +-2.092379864474857,-0.9204520505578394,-2.2297911610512644,-0.6870093604189937,-0.15223714923370998,-1.3779817330158175,0.012404270773979431,-1.3860773147010126,0 +-0.780128391352159,-0.6597285673601163,-0.08817876846881617,-1.486678569946142,2.9652213657763395,0.8445819750330885,-2.3673478688388645,1.043382080283447,1 +0.10624381907540825,-1.1152234476378646,-1.8874524637724899,-0.03733194087974113,-0.8861698287737573,-2.01695968759403,0.31888136438835923,-0.9075902830001594,1 +0.28717733821376507,-0.3887903396332795,-0.4353901305636089,-0.1656077037539745,0.744054317415896,-0.4327518425595506,-1.0945290197213946,0.215283988602602,1 +0.6848997664677566,0.321523275696197,1.8148441207032058,0.23389317168073911,0.15287765884698964,0.5324462868274684,-0.3761052642967901,1.6335645078834178,1 +-0.615047758284975,-2.6582716803236313,-1.8645389685127556,1.6286293612280356,-1.1762520410317652,-3.5992149678138077,0.27959952019844914,0.5510583139317529,1 +-1.356824076967982,0.10476215385114451,-2.2198768462306737,-0.0316266274029469,-0.5013622942716123,-0.26125912913967264,0.8917501330382278,-2.565539974358881,0 +0.2141701245791395,-1.7964372188384403,-2.0419782098965324,1.8512920507761728,1.8320680620954504,-0.174112217961084,-0.32210587650031164,-0.45711257214166356,0 +1.0292109864841137,-1.4800108386236865,-2.0365942899397877,0.28278206072079104,-1.767640961643352,-2.6846621019501797,1.1221463800074807,-0.917136060116053,0 +-1.0806912657777668,0.5102316899570699,1.0946938119949414,-0.9836956959643343,0.8794703743493617,0.8007511482613188,-1.0514926930157797,0.9045074677702953,0 +1.4971239504544451,0.2694946822851297,0.3257056663146445,1.0580006620391655,1.720298142147623,0.9279778977981703,-1.6008869821367742,0.46530011521965053,0 +0.7030297553611269,1.8590162962683732,0.724017264012843,-0.4696521773487121,-2.5757298527661745,-1.5777125866715027,-0.6425597383838904,-0.5397042890082888,0 +-1.730384584604984,1.5098746011252173,0.2561520351155933,0.24016720274090764,-1.6637028515011854,1.1694719207583477,2.231945103151371,-1.7086211599218206,1 +1.0470674463224008,1.8600512523573793,1.0862412616421453,-1.0275219216874694,-1.9945122676855425,-1.0186373455007893,-0.8312459467082787,-0.16431572441656894,0 +0.2009559852441126,1.696318362411556,-0.22713828538815364,0.8152693980203128,-1.7604382555866076,-0.010092021088232928,0.7341940228787329,-1.8615388088211817,1 +1.3469632702543701,-0.9082788968729016,-1.7021046721186062,1.1245927750064273,0.11863713466360064,-1.394732541756139,-0.5612002969265614,-0.7036539994699582,0 +1.3036932445589755,0.8992093246669564,0.87095354283183,2.983502826027438,-2.6523806960670986,-2.1853790780567652,-0.350907853350174,0.38804180559785034,0 +-1.0615124783659957,2.8452353650486257,4.710185712791535,-0.13169443523255106,-2.7306213895834643,-0.3740180289554471,-1.0248829365207064,2.68908395050034,0 +-0.7516451770701724,-2.413129333906375,-1.8223137283190218,-1.4587623335699826,0.4797490722472281,-2.222315675658119,-0.5229463783793062,0.4984358888754987,1 +1.1777965081929718,-0.8443196797550012,-2.1799124513321413,1.0673988479243162,-1.8925608770687103,-1.6692964837011555,2.010506819371905,-1.9179529840024856,1 +-2.108823573106804,1.0384519813858915,2.1654114499539094,0.15561376062008853,-0.6956250721773988,0.8386367297626625,0.36909539747568365,1.159128529044699,1 +1.374151464583739,1.3825180858582948,0.9415854340840476,-0.12741138389619194,-2.1961164389129952,-1.387133787234679,-0.4785864552836825,0.024898974338802726,0 +3.475239376026484,1.287231050844605,0.9680255078049382,0.6054942035329098,1.3368190070043164,1.7105327882898724,-1.2919753208629974,0.1147592843666454,1 +1.0901782531202844,2.146525629359725,0.7369506610101809,1.3112745693176378,-1.492640116901242,0.15763794060649072,-0.18674206382374303,-1.0258249331980056,1 +0.8864287181702312,-1.1466983743782189,-1.2086626850682063,0.02930485397138057,0.6276995820634972,-1.1451825616279945,-0.8393035507251351,0.05527082848063192,0 +1.1057441271873427,-0.10930354318001201,-0.44733405648975555,0.32014174394661415,-1.1155262351349082,-1.4645938879227232,-0.11570478457272682,-0.21862472228707175,0 +-0.43457335197740543,0.602846921992907,-0.02570342756889864,-0.6257202990432564,0.37719517403616964,1.1352125215371878,0.3334259423058472,-0.712606099591949,1 +-0.26764370488124584,1.735825670357877,0.33168306937060515,2.2268491717770376,-1.9162999364835915,1.0122173878919516,2.1171860559113647,-1.779616658462132,1 +-0.030132932923111148,-1.222483868200812,-0.48671431081993227,-1.4806036995218173,1.2600004025108598,-0.637177902104078,-1.1895259359732848,0.9087180737622679,1 +-0.2288792940742196,2.0833964803748524,2.115163188748248,0.2911455013813679,-0.2539792323257132,1.482590197732279,-0.5145437319196531,0.4151031077033851,1 +1.5576702177280948,-0.4375949500338414,0.906052442501041,0.8746745560764739,0.7364149050902344,0.06399540183362828,-0.7537908651320124,1.489386132919339,1 +0.031517635476771264,0.23109713207587967,-0.08429610711113582,0.9799134554298302,-2.010576508179059,-0.8408295915024895,1.5220674085621448,-0.6281837419498183,1 +-0.8066306412230936,-0.3555551475046239,-0.8414201752557463,0.7522723794161719,1.2911046141627007,2.080492084409185,1.5584934612617238,-1.1359212755909014,1 +-1.2305088566154219,1.8165491061570593,1.4119096254756263,1.399854952364808,0.15329164777480758,1.0577566919116872,-1.1725155342376605,0.13646352842526677,1 +0.5566069100294063,-1.3061749863178402,0.12841214874135307,0.8218775809757886,3.8167353998992404,1.7371067557189697,-1.7567145619403652,1.5758670202609755,0 +-0.4434969697821781,0.4878722255886435,2.2489169280098618,-0.04735614973157093,-3.1369702036127283,-1.8741285084915351,0.8034014836945769,1.799593196175071,0 +-1.1414018118091658,0.5403053667524631,1.9331892754373674,0.02530339541303892,-4.258977417471885,-2.953447290829059,0.9986616925863299,1.4644090514112855,0 +2.4592898536853807,0.036775580927333906,-1.1597992283486303,-0.7287619630430974,0.6357009022855844,0.24676673614338063,-0.28423544855019367,-1.1516645419697031,1 +-1.2144521100324508,-1.5434749135026404,-2.6258644600210177,0.1505164762742075,-1.4398131773540712,-2.2019668324925807,1.5360957618036222,-1.6113534648769008,0 +-2.364617762341895,0.20579970178618212,-2.7598003418799557,0.6726196733360196,-1.7103794904005118,-1.925868953128139,0.44236805073447516,-2.9503084716173307,0 +-0.32859707930984133,-0.02387571708538483,-0.1978801162905897,1.3218489098558364,-0.579611579631825,-1.2899296427202667,-0.8111794258019478,0.1374767816707535,0 +-0.15171567562677077,-3.1749429841877035,-2.873897937339994,-1.386628573540439,2.632402023330994,-2.1069836517822043,-2.3167884032081765,0.5498063534852882,1 +-0.772283888505151,-0.4118172790966397,-2.316078436843922,-0.5080976735492089,-1.738394237362708,-0.5940772953157751,2.7975852769028755,-2.717059005542062,1 +-0.38743372995286407,-0.4838169617925634,-2.0526065133468356,-0.5316024990204519,2.750453466607113,1.016812039311891,-1.4563747463967713,-1.3611172264759037,0 +-0.4941228037251974,1.0061096613873814,-0.7494433713477493,-1.1431895913052768,-1.193911222488738,-1.100798401520424,-0.6347077024665941,-1.3552813988098273,0 +-1.6597329003791113,-0.4520100176907234,-1.9755090829122475,1.7774684882382477,-0.35027968180030855,-1.379956619432726,-0.285939836458033,-1.4424953396593179,0 +1.4253779240044406,1.5204926949993522,4.041444094599965,-0.1025426223817246,-2.7079671953367797,-0.7046769126198035,0.12258789659404523,2.8434129343775156,0 +-1.4963452577349976,3.0303976731318834,5.3308076985646835,0.2724950750992005,-3.7675898955375122,-0.9008908209837695,-0.6261954245866874,3.095889575680898,0 +0.7034930561818011,-1.8406155439973406,-2.2070590568406416,-0.9961043303919114,1.0894062003340046,-0.6077533386947018,0.2541483474963615,-0.710201212747757,0 +-0.33699598521419727,0.07101463331491276,-1.2766284731614197,-1.252239941747899,1.1370664353514979,0.00729057405231337,-1.322428582200625,-1.0000535943858377,0 +-1.805439795349193,-3.302360490586131,-2.5517227399995823,-0.47031279946413473,2.0376378583068795,-2.205976746438939,-1.5553733774610237,0.7864134699262962,1 +-0.12153670983329551,0.3864386117171468,-0.693317197096329,1.7416542482499635,-0.10833939126013946,-0.9979287593190396,-1.3942287656791437,-0.5772160764122086,0 +0.992753999125238,0.06844509619902939,-0.028997062020827545,-1.315192719343865,0.518732833003112,1.1980745013988645,0.7926330270280544,-0.3936122030861909,1 +-0.10754391699712394,-0.06777082933907785,2.1060322646962653,1.4621989142653795,-1.3537800868738104,-1.1491438474441003,-0.13345698830574415,2.321611087990811,0 +-1.0191069187476438,-2.5721142007954843,-1.9343632869494976,0.032568250271090365,3.266044742354023,-0.953555499344817,-2.602321612251552,0.9841465115429049,1 +0.056280250199233224,-2.310256657058865,-1.3981667338291326,-1.1296366435002625,1.1803191568014586,-1.0758929485972775,-0.22601615342092563,0.67429957833403,0 +-0.5963639920000097,-1.1292277616809399,-1.6301740070428399,0.12952552815700874,0.4411901190051361,-1.4899278948301806,-0.930802396482435,-0.33662818169147074,0 +-0.2939900425331077,2.0762129097902373,1.7081093431849605,-0.09810236527236603,-0.5161658819523461,1.934708744306784,0.5874129783161489,-0.32528548243555694,1 +-0.28592150331633887,0.6865144998811008,-0.157668189850923,0.1845578679672151,-1.7681484219963681,-1.698251212270457,-0.4377500553196866,-0.49143599397801974,0 +1.3234644718144022,1.086641527729893,-0.20455096587519214,-0.20937193997619818,1.6546034234681053,2.087956239917686,-0.6886239616748315,-1.0995506402263266,1 +-0.8798011021678085,-1.3428616507801487,-2.5081826837932364,1.6775694497265112,3.9467918859855704,1.0855223205580649,-2.0143055766716156,-0.952764680127812,0 +-0.004481124508866375,1.7474821168917272,2.912500267985774,-0.6090263370944506,-1.5019090397062658,-0.3992441166373486,-1.111207286131536,1.814840471619771,1 +-0.539147383336612,-1.2470866677447447,-0.7658509518334472,0.8746783981667535,0.06068105972681456,-1.4955470829386228,-0.5166313203091955,0.5296179176149873,1 +-2.019556970332898,1.5108292975092081,2.0207151856710017,-0.333442616529002,1.814837752527034,1.9386519597751504,-2.2133641060610043,1.2274132476265691,0 +2.330744569443455,-1.2649262067958027,-0.985237685755513,1.6107101663654544,1.1889254987883284,-1.026031197084972,-1.4178268896966901,0.529562851954478,1 +-1.0022461840373615,1.3482945106938293,1.8901513753349377,1.4381575810682958,-0.08673618152675859,1.0667728208286444,-0.45041956179396125,0.8219192665746325,1 +0.8884910542679809,1.2948436761120121,2.053757012003108,-1.9951347254769436,-2.077323246175426,-0.20639333984606817,0.702024350790146,0.8191641144442733,1 +-1.1888576277756158,2.468098392864996,1.4414202272601768,1.3938522806500255,-1.1424710666392417,-0.13335600511303125,-1.6238242620433587,-0.17045277423579586,1 +-1.3874551804054727,-0.9566367642125292,-0.14811201268051896,-1.109134419842289,-0.4609813967776159,-1.594173432856456,-0.39463447955063663,0.8865762008680742,1 +0.7774604473711738,1.8508074368851364,3.2782996377435194,-0.9506215264314769,-5.474286159329776,-3.071190906597522,0.7757364726647249,1.7936770065551368,0 +1.4328101011334513,1.520702625513188,-0.6987295476770001,0.6452914773098769,0.044506480127461084,-0.12979565082345557,-1.6759484485337004,-1.531170924407048,0 +2.5704862148338816,-0.03430634246625941,0.6229035600718185,-0.6828198446610028,1.3157103169401638,0.5534586451436045,-1.2809768373904094,0.9660955574741188,1 +1.8791516457725683,-0.23857549283180496,-0.38829495713576456,-1.899703586022919,2.4152942924281793,0.6101011144100001,-2.263466561168882,0.37254128562266375,0 +1.0507576558355551,3.178376427554837,4.691892509414841,-1.4093739905119518,-4.089329831767119,-1.2592497357700996,-0.6211830688398984,2.3477608061966615,0 +-1.199432959566935,1.1813608413467327,1.46781562984,-0.5608221983514625,2.0603481749596635,2.490809913231307,-1.312860959513458,0.6578794340658649,1 +1.669530436422466,1.009947512822677,1.5272101148412858,0.5207634814540179,-0.6930784469892862,-0.5542259306030393,-1.278525858503059,1.0872616504319208,0 +1.5181427493961026,0.3545978784433915,-0.7015204295049056,0.19222798754920264,-1.9019754646775722,0.3130586526787549,2.950602113213275,-1.8347089640187244,1 +0.2632868421451042,0.9508069491176557,2.4842330642527477,1.3128557729154007,-0.754354057241636,-0.2948895212226592,-1.056357378654796,2.0297374606732728,0 +-0.06372973252585146,-0.5512499288395893,-0.13543312447299127,-1.0561387345793938,0.431724113966179,0.548350920071978,0.7489560928039127,0.08332120483895411,1 +1.482494267992192,4.396178843363003,4.286906333249825,-1.2069724377041335,-2.3397811105399144,1.4801954264262014,-0.6600330710366442,0.707977902939944,1 +-0.2916439379599065,-0.2027438351634675,-0.18466519386552593,1.7055250579835122,1.6387709328788034,2.0773483799210406,0.704703887738233,-0.36637326976506046,1 +1.9664354168927403,-0.6951749350170284,-1.5495870014803237,1.5536051289940749,-1.4998752787908907,-0.5244151766434784,2.6355318557966605,-1.6603072874774973,1 +-1.2342058225591885,-1.363954788450535,-1.715220954720466,0.5470479126071962,-1.7629234045528002,-0.2832920814512835,4.101401400268155,-1.6788024097838772,1 +0.35624412412935047,1.5820117223892916,1.7834814605568186,-1.3330671259616391,2.139330031325763,2.0008927529463856,-2.601931543081844,1.0265669692614692,0 +-2.3149778586006033,0.61142184978888,-0.46614539724635295,-0.805033584690633,-1.150131885425547,0.6424226240054555,1.9726000322764081,-1.5731153801981888,1 +0.5286523300121134,0.23132246039836823,1.2241880314262192,-0.531431412060298,-0.5539734476167807,-0.06091522739333377,0.10790839616402592,1.02408996187969,1 +1.4358937904384896,0.31016218534550943,1.6764948938979682,-0.20977231666480117,0.46440477870325264,0.403781458960101,-0.9402394763778019,1.665068102663974,0 +-1.0367041794866492,4.362469621262331,1.3850214882644207,0.8125818169843059,0.968665864054125,1.3553223173424078,-4.677014471809383,-1.1160289765242983,0 +0.5967819109887822,-0.300576739091698,-0.04162781823841197,0.3691504881815656,-2.1898543923035385,-2.334987624808702,0.3457651443491354,0.2971143392871199,0 +-0.1706157720226768,-0.21284040250524783,-0.3752684782170102,1.317056600310905,1.9588067028852534,1.2105719350201174,-0.8425827350612856,-0.06643581932504095,1 +-0.5506010968223173,1.854749529223285,2.5089483633774226,-0.6239241242621991,-2.304200618654235,-0.12181147643706702,0.40391574308248757,0.8829481481935235,1 +-0.6437359639805007,1.0293286368520536,3.2725067805826953,-0.8213134735769145,-0.2740896455608077,0.9639572891293879,-0.37348064445422274,2.483150994491147,1 +-0.4392555155481203,0.7999260402542064,1.5268663179074,0.36123233554217066,0.01692218911458557,1.1774342808952918,0.24511067768797723,0.719286704649224,0 +-2.47117359754385,0.27886105966416497,-0.11974740486606525,-0.7175881606516786,1.218259997941156,-0.16222215769489312,-2.221015591080805,0.25610947622027735,0 +0.4136803922695426,-2.165143390296763,-1.2996403464400448,-0.21626183087941583,2.421440029605522,-1.0788230222603945,-2.1856256483291583,1.1822511519518881,0 +-0.666087801270993,-1.9740910656384727,-1.5324868103808402,-0.4888616207775917,0.768348255958551,-1.8596300583639118,-1.0076851250397898,0.525439056321858,1 +0.6136367094304697,-1.9835645773945176,-1.4930691667002765,1.4100338375094532,1.5116525902220732,-1.0421470139676163,-0.978825202650272,0.5029957710375923,0 +0.10887533127618021,-0.6308996781623267,-0.7245764828853355,-1.5600377036522022,0.5668995746008008,-0.9150379047698552,-1.1409266424888982,0.17546186137385356,0 +-0.551234403165769,0.4744584803687846,-0.144732170445003,-0.014370125730822397,0.16551837444162695,-0.4688808629764539,-1.331784019889847,-0.15156590027835837,0 +1.3476766525956867,0.23310236812573715,0.09686385832907868,0.545528824135217,-0.5030858211835272,0.35985769317483496,0.9186497200970634,-0.37460849105269384,1 +1.6698820113262642,-0.9577705189543922,-1.5401335388177677,0.40436409160345876,0.7780602381061462,-0.9239575318656859,-0.8672314948791777,-0.45056143473789434,0 +0.09003587225763254,1.7182435751203917,2.560739297279201,0.5727675525969528,-2.226370716997053,-0.9832862207272813,-0.7240299817437085,1.4221196575230803,0 +-0.4626795097237759,0.01633061662474633,2.3840396375094635,0.7352489826369292,1.4970570797144704,0.7783905270487301,-1.8003522581062732,2.8362422887301886,1 +0.9506908802801549,-3.5584007009350334,-2.9290985399725664,-0.15531113665248836,-0.5412857296700782,-3.0763581247379177,1.3478093037626906,-0.09951680558206422,0 +1.8508113420206374,0.09066164898933826,-1.7809450641798936,-0.5327965826312883,1.3392240163805518,0.45245440014210847,-0.8932832044513201,-1.6793778444229246,0 +-2.6819872843078034,-0.2500267869077609,-0.7916266047487357,0.045933748888235565,-0.18855428866532567,0.5632738977181448,1.5175962010967847,-1.047038927338499,1 +3.3941223357632535,0.570370689572582,0.09981471025622857,0.3110962086868577,0.3420815091049844,-0.10441467410772443,-1.2712164222458964,-0.028413295847094178,0 +0.9644807032481176,1.7104299412382047,1.5824787216383185,-0.6011994790442676,-2.3602042564966452,1.1487739408008357,2.6007014647068902,-0.628408053820007,1 +-0.28663319021904066,1.5782396551707045,-0.6485266513359396,0.6969165527664005,-0.38629012380253797,-0.673799980445568,-1.8634682144145107,-1.4363018119752984,0 +0.7276302891623919,-2.4542661284849556,-4.0816180591950415,-1.1784373415763103,1.7234625255243048,-0.19500685806133133,1.1005584423548458,-2.357421497271429,0 +-1.49191001943236,4.602637648761797,3.318411820077313,-0.6719145421160777,-5.1661161159153135,0.8342077290761913,2.56657190016763,-1.274020587389166,1 +0.7452273968871513,0.38240787939260484,-1.413939143389242,-0.7443969825027292,-1.7332008922381075,0.7236273549585225,3.4322248075625597,-2.7439446561915597,1 +0.2707310573172741,1.4838869902877476,0.4445204061011224,0.07962889954096763,-1.0496085354550495,0.6286422074711739,0.6081443842064941,-1.0144490772076948,1 +0.1328326238469435,0.013279713607302734,-1.38501523395264,-0.600389382412104,0.07302249577137773,-0.8876255008821369,-0.9046386134096711,-1.1058306299356617,0 +-0.37583729483325484,1.3427463667848352,2.947106407730077,-1.921077190763268,-2.103456567503347,-0.8939336904813886,-0.4862616861183877,2.0607381499194966,0 +0.9919749947416192,0.05367776467116714,-1.2880013237788073,-0.6489599536843361,1.5504630250202787,-0.4263799073888234,-2.468844209373108,-0.6535404570294869,0 +0.06472946578896606,2.6071395698220963,2.739287447907452,2.300363109425711,0.6501692008959158,2.195439376345589,-1.5978622566377128,0.8453611402854253,1 +0.3030441856835518,-0.4879796157042684,-0.44862185652373493,0.5930528997813136,0.6195102775783982,-0.4872579148964786,-0.8787591806444596,0.2314245651685919,0 +-0.10234917619567815,-0.702061497293575,-2.007303674398702,1.1445061706119695,1.1740264609802482,0.3891831901241289,0.17802022577918508,-1.5247919025721066,1 +0.37610744644493826,1.193415575437389,1.2710532029106525,1.357346258076209,0.7060444139778193,1.9765840694194565,-0.022936231644001714,0.13819048633969344,1 +0.17032271318942643,-1.7581111729330157,-4.052632363469482,3.195149992188658,-0.21192759933293576,-0.3173425495131512,2.939722267850807,-3.4042108746722803,1 +0.813623483955857,-3.344906502454773,-2.4880978506569478,-0.04350312841308812,2.7089677619175414,-2.2874481455640705,-2.594337775103141,1.1743507718676065,1 +1.401982820679128,-0.3971507968144638,-1.8505711891886762,-0.82393379689637,-0.9581544955269801,-2.2027740278162913,-0.6113298897883003,-1.2107356420640234,0 +0.9539975961197023,-0.6715959902646156,-1.4888630010888346,0.15587187928508087,1.1987742123791771,-0.2825883177527407,-0.9352899623724702,-0.6709619977032566,0 +-0.8468932633954208,0.31314219568245094,0.5873641243380532,1.097127328079999,-0.5167842035717564,-0.04143710151174096,0.17558336123601448,0.2880398774847758,1 +-0.011179677519176309,-1.4495565419041379,-2.5551311613346566,-0.8753723000993999,0.41252531890266897,-1.0794534536876959,0.2689518632041751,-1.362061486952149,0 +-0.14723887789414208,-0.022727278734996914,-0.7822519674855304,0.37546993945543194,0.3745749445938148,1.1622251973856677,1.265282689222242,-1.207178742589172,1 +-0.3205429338875734,-1.3059892384840812,-1.1593297313370619,0.7827844802449782,-1.3351237370953468,-2.2259933790330404,0.6771195521321511,-0.08743338030834114,1 +0.932328031349927,-1.5449581906322103,0.6576978175750987,-0.06242576530392892,1.4179185110025727,-0.5985017976413857,-1.3443221019356826,2.3829634502969106,1 +0.9230458570124654,-2.3108886313127943,-2.8150711832056188,-0.18321224860362498,1.1816543264217847,-1.9880957325111281,-1.0369877414882007,-0.4756427184863219,1 +-0.9873263018637168,0.9804245480657425,-0.002604708524003374,-1.4302841588667827,0.7511408383511421,1.0492149171228977,-0.7287142747459808,-0.7141065682383738,1 +0.9503162178555244,3.49782669071247,4.3908117100555115,0.8199773564183755,-1.3604856696157506,2.8210345699995196,0.6704031374910322,1.1096072050950252,1 +-0.38080021803510344,-0.12316541307274231,0.7335620359951104,0.01686064040162914,0.6367874713751895,-0.09693549158673354,-1.1158710116521389,1.1588126680290833,1 +1.1369500599978373,0.6198097399974261,1.9312497692307304,-0.3904703745279153,-3.1942176384133507,-1.9636750095582614,0.7146161996063236,1.396225508300522,0 +0.1198477300449394,0.8022397754639786,0.43868818499361095,0.5603323412813713,-2.026713477201987,-1.561844351229493,-0.183025036571683,-0.06255384251386586,0 +3.085506487923868,-1.6314686236797453,-1.2287714103076797,1.874966133018985,1.178722514422532,-0.2851255427755226,0.050419787253579984,0.137639071299008,1 +1.0689306465023833,-0.9548944575401397,-2.309136467204015,-0.8924031153293239,0.39870499572055523,-0.6481468665967716,0.25986573340720565,-1.5605372894769634,0 +-0.19517083914920696,1.0819187915087183,2.3245078534353953,1.0941793853129862,-2.6400405211166373,-0.3106020992436813,1.5177526189702626,1.0614465503573842,1 +-0.16001462944489775,0.22998851237465934,0.8338048908771437,-0.4990010901091901,-2.7784972250055233,-2.245256263166623,0.4815925386454287,0.6949292195453435,0 +0.5607554622922007,-0.14646877287411497,-0.26928651102992707,0.574102637010364,-0.6333471858542579,-0.9804837679966283,-0.16896094725447663,-0.029019414522460596,1 +2.258774392469305,-0.4993989114091395,-1.4916048168670306,1.2428766757381478,1.5629287999057335,0.2645663470884869,-0.9098866088388433,-0.8680352978685705,0 +0.6064176558319022,1.6692888710103702,3.5417084113112356,-1.094886813679504,1.452440954095354,2.593531820354503,-1.4306191953332101,2.37718574286379,1 +0.6330278437919951,1.8952832868112728,1.7064975625884597,-0.19157057050099596,-1.3904475634189402,0.306125276387122,-0.14210991401845885,0.14817769011489534,1 +0.05323730863703596,1.65899116173328,0.49905290391775853,-0.3834535869046081,1.8978838269973006,3.1841375936941096,-0.3928724087688211,-1.0320945416403102,1 +-0.32815000879640976,0.8752997366887061,-1.0303768581908557,-1.3592711325036788,-0.9619684293001604,-1.0062619541803337,-0.6177318810177461,-1.5421128863021636,0 +1.2309631295415535,-0.06968256071253709,-0.2210927783793221,-0.04262367753026688,1.7264639048510193,-0.11120994026083886,-2.4730635756232857,0.5118139323528164,0 +1.1544260734754226,-1.6410849635328153,-2.591512028257599,0.7699902074792047,2.4459040988054914,-0.41179010215006423,-1.5246573117146598,-0.8031847783305783,0 +0.8267799496775248,0.6561472871776749,1.1373648637512568,1.6346151874670614,-1.068256673753206,1.3145095192258873,2.243344037750229,-0.10621575443160658,1 +1.3289844224890217,-0.9855032051157727,-2.404301169261995,-0.6032157857784619,1.7095463956850983,-0.21390118273885866,-0.9708430000728573,-1.331717056872146,0 +-1.9534249432296285,-0.3863732858305633,0.659448393649514,-0.3518651148064065,-1.3508240385277543,-1.2663430271732932,0.4652780741480753,0.967723138856547,1 +-1.628200431213695,1.5684206008935053,0.9338010797506687,-0.220812267797253,-1.8017491217940094,0.6583645344000563,1.489212592558613,-0.8293071505897213,1 +-0.5368216590013682,0.9835961656717211,1.0682974149139708,0.47383781649393353,-0.45511777408881254,0.44375053142579435,-0.12643458275562447,0.2549391649186337,1 +0.7172860880546909,-1.5746257175796956,-2.408827958040352,0.7944624702979753,2.995574311367413,0.612126110609525,-1.0671860865936487,-0.8759754767211412,0 +-1.9943105551462186,0.7567255187913319,1.3270923821340408,-0.18770445350410275,0.17045310370348277,0.17636699609934026,-1.2054100366600515,1.0219858955984604,0 +-0.5451443940610909,-2.9662207086791472,-2.7735633093480017,0.26451293681564075,0.13343784431383696,-3.3622839452870465,-0.6797094075355639,0.12881144571972158,1 +0.4254133546873141,0.7888901695645755,1.388594839661366,0.8984100120357426,0.6253772384785494,0.1740307799891616,-1.9099943736154317,1.2481224620606017,0 +-0.489970696641355,-2.3919361178631866,-1.8165653047680907,-1.5618071865015233,1.713660699537441,-1.8630973838333704,-1.828843961555079,0.8121432009153511,1 +1.0654716580945989,-0.7775859909792351,1.0306056545685827,-0.45319685161650813,-0.6387340884692193,-1.1391944486705197,-0.06587356875628736,1.8092961020121898,0 +0.431853980365062,0.7572655941596556,-0.5078155647612841,0.15419736570612777,0.9075299792887679,-0.001718941261986795,-1.96798179328841,-0.623112158798169,0 +1.6248794287580326,1.493848569751274,-0.28443550133426937,0.6566779907266831,-0.09885595979930421,1.7260123904476008,0.914223937816482,-1.930590538075252,1 +-0.8266006239544416,0.24923759459995692,-0.32253578170648395,-1.189112789003461,-2.180011566325034,-2.1713012625085035,0.03782966365779317,-0.3820025555924258,0 +0.7753199801643907,-2.8874839229558162,-3.4271162367196513,0.8159012057405601,2.06202177995053,-1.9978036197173643,-1.5083494245621836,-0.4822813867494127,1 +-0.9120390013033085,0.09160597662394765,-0.1265390828244646,-1.082270219010366,-0.08256610195650381,-0.3190660911591305,-0.3702703444199446,-0.08131869734000385,1 +-0.07019096994099977,0.20465630394455542,-0.9626467401487331,0.9855718005038281,1.1155996285023146,1.5260199260184548,0.49987536279488365,-1.4033775502441839,1 +-0.644211123876293,-1.835516017101727,-2.3152461637768766,0.16431696012364527,-0.08874041793252614,-1.8524195103138565,0.3003430168703627,-0.7414916532472253,0 +-0.6254160332632825,2.8155661406149974,1.9079574343964394,-0.20099885904463355,-1.4148771982217956,1.1650874127813589,-0.01178733322600356,-0.5255849084473999,1 +-0.9281030101102105,-1.3142094762000078,-0.30210425749016867,-1.1312881178405418,1.102261936110274,-0.6172622276200186,-0.8920129389174664,1.0917757700413588,0 +0.003828904447659571,-0.4344614663722308,-0.8809234213073206,-0.3594481192226769,-0.45965894102580923,0.46386148760767537,1.9963735828249798,-1.103903222824376,1 +0.5525512407405935,-1.6049890446823292,-1.1920033589229309,1.372439728956749,0.967265146912973,-1.1828569994309444,-0.8845892951322714,0.4744534691906688,1 +0.21801595310176786,1.2208678990850372,0.6803120884942335,-0.9815145471030834,-2.040045029174388,-0.07801148559825422,1.2945527127303498,-0.6841881032549653,1 +-0.3979011575391992,-0.3728084408721859,-0.051096741906516245,-1.029836816686103,-0.5097205029981389,-0.7864265511524545,0.09493054798917822,0.29760984573624527,1 +1.0847210077935243,1.500615787749556,-0.15533591023470264,1.2515593090024624,0.7700400320117435,1.9880980160276842,-0.020319405616408215,-1.5723717684730807,1 +-1.1725236724310109,0.9800862096028202,0.1836984187103021,-1.534978796630816,0.008805584704641569,1.7396770302756286,1.1984080234507686,-1.09884408161788,1 +0.414925828324094,2.1433102794292367,0.46127735726879276,0.677175253551075,-0.1057068130029759,0.09496051431827879,-2.1666059691450235,-0.7627784034582582,0 +0.40171005999508363,-1.8447336955564857,-3.208153618700556,0.9895067619947588,-0.7174802805017351,-1.534445511469087,1.8881679769022524,-2.0950480424054296,0 +-0.9660499968151365,-0.011637347178409252,-1.7033669788785548,-1.0866802384918683,2.661262448995335,1.536449430205326,-1.2455036247782645,-1.5019704191794512,0 +0.735647240224601,-2.59538441217338,-1.076370786442617,-1.7972247976746176,1.3404180283022689,-1.8394359968906744,-1.2580021599514457,1.5799138080810664,1 +-1.1789079365936928,-1.5689180483676641,-0.5658100863425997,0.348472702486986,-0.547903703495108,-1.7575549759872895,0.2918084805681632,0.8061110192369727,0 +-0.9808878278139576,0.1738020124692582,-1.9087541930887337,0.930795404797956,0.82684883532341,0.753445472378809,0.18638674004499134,-2.1946761913604718,1 +0.7791373774787558,0.4348928991007819,-1.2672157353333673,0.4549656394119657,0.16335535955841693,-1.077644151147447,-1.7755808125051808,-1.0920453122848695,0 +0.7392306236707276,0.2655597422942809,-2.112940201624205,2.016623701658724,0.41575824870138123,-0.026197756616843093,-0.3074063785571681,-2.286285704536048,0 +0.22379922467347296,0.30612076562287494,1.4351037677446052,0.21549246897284774,-1.0463452930081134,-0.7427294215737845,-0.24039423755880635,1.3217627597664194,0 +1.4335210421508013,0.2868167951808125,-0.8018727462185145,-0.46094655966831877,-1.1032975115104513,-0.9104517387971949,0.28075297624234763,-1.0632619300672221,0 +1.5531000451929022,-0.7172385027556718,-2.0416383954469643,0.8409885248760681,4.501356743523239,1.9678067207932675,-2.437387547505665,-0.9603184926737884,0 +-0.39439270438169827,0.8032006496212725,1.6700876868458971,-0.008469515553278205,-1.645538523018624,-1.347975813561048,-0.796482929366691,1.3375431197836707,0 +-1.0798966418944085,-1.002210481835857,-0.3618557195865564,0.541817072851732,-0.08791955813760542,0.16829436402434306,1.534823950139291,0.05067996059263358,1 +1.0282267026849885,0.3488867531914215,-1.1724876727760392,1.3235285290644387,-0.37994094545249535,-1.2319135933845735,-1.140646112662385,-1.083088532951212,0 +0.20257602982785414,-1.7470440801265021,-1.5812476282382566,0.7350071293540656,-0.0281542603282041,-1.5840604491940105,0.26555812836822423,-0.08150964224027835,0 +-0.13305889927242798,0.13742751933045572,-0.1314362572192328,0.7171242125175304,1.2639029287141508,0.3452553385996895,-1.453255120774606,0.11705896221938628,0 +0.8670506304034209,-0.7097185974584417,-1.203868500505095,-0.056452674380513525,1.4063375723789153,0.15943926963716237,-0.682551795547242,-0.4514302259951043,0 +-0.002017327036878247,0.2660292594218775,0.8810094798551709,0.18547176320471892,0.19499631875180015,0.5563780732125208,-0.07608113731933641,0.6484774133356606,1 +-0.10925423885380574,1.3239234298109221,1.5001850999691755,-0.03301033208803946,-1.1229999520816336,0.0962143356827383,-0.12824565764570295,0.43349213730250624,1 +1.4685150552869697,1.5927268545363138,-1.2812456746694258,-0.44663273478945864,-0.5615528098487048,0.005876206571190146,-0.5404946225147607,-2.5015627879547093,0 +-0.581761727737867,-1.938257594339199,-0.7920431980711784,-0.3277304081674353,1.1582027602437301,-1.3441471756069268,-1.1276945772810927,1.240539346598554,0 +-0.21560125537271219,-0.3508740196711734,0.5691887220168703,-0.6626930030761489,-0.1840872942991429,-0.3949785215715684,-0.04939305954853057,0.9184374712022563,1 +-1.4917205362770043,0.18502611412981884,2.275953170306796,-1.407175471878616,-3.6683354734445617,-2.6457548487285054,0.8510530927390563,2.129161275450011,0 +-0.17750677777358023,0.402411465827367,0.2854461803198276,0.7451938373801559,0.8132605596936172,0.4902498572470333,-1.0224122122707597,0.18917652667947993,1 +3.374654579336015,-0.15366318626323472,-1.3280609769473928,0.0932712268919614,-1.7071432826202975,-1.448031536390207,1.0514597722900973,-1.3931926038954787,0 +1.8744680937368652,2.1267188587029473,2.060713612060531,-2.1928108383541876,-0.8713223274545409,0.9526641506951852,-0.37170701029640973,0.3251732868170191,1 +1.0334316021028844,-0.3087782566457482,-0.33202054681203347,1.714164049954448,0.006320270459481895,-0.9065707800760376,-0.7899852379001567,0.20668381841602068,0 +0.6210740172391478,1.0799485321541389,0.9745182368455054,-0.2868124833108552,1.0494115779711075,2.359418655605502,0.2054321353242079,-0.15844721760180835,1 +0.4020945281437115,-0.4289304400258333,-0.4366800434553607,0.25874862249778013,2.725395029148048,1.2022614879794218,-1.6967693429964945,0.2854278057274985,0 +0.261767811200015,1.7025558827668823,-1.087468254044682,-0.8525302780262105,0.33291421372932073,0.11216865483110194,-1.8490946223943814,-2.051523530008004,0 +-0.10477335515255372,-1.1953289927491397,-1.2925177192906034,-0.5800349715178262,0.06748721960894928,-1.3465399743711568,-0.23204138843599836,-0.13771936515282868,0 +-1.1080357917755643,-1.6626618599435994,-1.9506235336138478,-0.24734286780336098,0.2861792307057542,-1.8168041148401,-0.47829660956864406,-0.309040322857304,1 +-1.6973717091350875,2.085865675695033,4.165877300092947,2.2831803679164846,-3.32543967345053,-1.0247047335985147,-0.06881532486399156,2.568625711798381,0 +2.3279946442604182,2.3215866058640264,4.286658816935518,-1.0839690415145247,-3.344793265633488,-1.3308501306099119,-0.7385409273690764,2.6969278772872793,0 +-0.3535639742193748,0.16820770861291412,0.7539677556923264,-0.12410643484616264,-1.0824752316348714,-0.0817655561442493,1.03737284240083,0.34969724114960443,1 +1.757514561997331,-0.9497302003205053,-1.3656597793540435,-0.11193886309682043,0.5272687003660425,0.28654499504269865,1.046648377389749,-0.8906964974846783,1 +-0.36516747863694005,-1.372602280851401,-1.5651886959921983,-1.341347567666323,1.3268861936474057,-0.3814704483757789,-0.4720288444955114,-0.2741466231698842,0 +-0.5020606194914791,-0.8314441395004134,-1.4724902143266536,0.8152758925946324,3.3196902419866103,0.7105507486305449,-2.468932673818591,-0.18053330232963916,0 +1.1920042922807899,1.077260118093762,2.7948197524830083,1.9309570401768201,-1.3614474283936828,-0.36094236404091873,-0.5038768413938369,2.0941291340883876,0 +-0.6642585898841317,0.23195166377106508,-0.864083062007834,0.258081709692652,0.39123284561146116,0.6337681686558071,0.28537987390991615,-1.199814294051202,1 +1.2282006274047264,-0.589163027736903,-1.3433190244981617,0.1881874507190798,2.045978919236323,0.4464902539591118,-1.3022312029010803,-0.5493274477411297,0 +-0.3576505524768938,1.578383696622568,-1.7322447283489244,-0.9147621639950791,0.21916246535224493,0.12436313305312718,-1.3513196445250246,-2.737463052693518,0 +0.5865371469386998,0.08630065312217927,-0.7482905153732986,1.5635258660326516,2.2380807803146787,1.3214752688437634,-1.308547288186649,-0.5806143923901552,0 +-0.6899222281304788,-0.5368268076112971,-0.26759447240038664,0.8305622504984034,0.7136090871512965,-0.6417453984977034,-1.218452329648911,0.5603965864411674,1 +-1.557877826933507,-3.001173622728972,-1.681812743849538,-0.9512200184481869,4.104085868207951,1.026287107737406,-0.7667342631675043,0.9547460907156091,0 +0.21530419660792843,0.846408620871154,2.2250310564779237,-0.34259540822475304,-0.07442945358684881,0.024134849988052598,-1.4138366956605262,1.926774104214084,0 +0.3050075648217605,1.14119800964727,1.3876815952675385,-0.58827607957691,-0.3827882789772027,0.8822679364429796,0.09360718417245306,0.35320689483720136,1 +0.5051577484266241,3.452632589989075,2.0439353012207944,-0.3153425231098448,-2.0249590514188602,-0.034615629458407904,-1.4678886745039545,-0.4395670762271744,1 +-0.014230800251138414,0.6054258162139278,2.4481001284745205,0.16020539200987144,0.03609683606057069,0.2511317358802424,-1.072919943093163,2.2473648691040244,0 +0.10190228320453452,0.3767651928461766,3.289876935754536,-1.9637712455188603,-2.6035102619919943,-1.5050921065758907,0.3552452762659797,3.044206656707062,0 +-0.46760492312609103,-0.26162270593585213,-1.6257463552614948,-0.6968586595623583,-0.25743490853826406,-0.03764359868405143,1.0664325204400305,-1.7167198837434443,1 +0.0026762287591087204,1.0892428491110357,-0.18882690601133545,0.5328549053521161,1.4518032654938873,0.3616442578708463,-2.7095377018090874,-0.4066110880769736,0 +-0.04670970079982063,2.285909762958288,2.756662105372097,-0.42379191054176857,-2.6739807377557123,0.6189219038806466,1.3835057825835408,0.44863786962998903,1 +0.2826205445925863,1.7647310630242923,2.1479806533530317,0.38558426503530596,-1.2757231604052606,1.0643787201686856,0.7196670412624673,0.4157763059729731,1 +0.3548071089830782,0.6292687653995848,0.6559204105272542,-0.330411303040996,1.5982243989109135,0.9172808629244862,-1.923883574171279,0.5851732753398102,0 +0.6603563578692426,1.8065949384578428,0.46981745051924995,-0.48538684260638193,-0.7190455962226325,-0.26497764497981924,-1.410943322952963,-0.6465249218587705,0 +1.106991154448639,-2.3451183450376853,-1.1592589147184398,1.0074092130474293,-1.375410353566461,-3.085952070536976,0.7080717423904399,0.8479535442708405,1 +-1.1205779498327544,0.4605352987724868,2.2255558046426924,0.5785809715672854,-0.7223282089281113,-0.21380241464798722,-0.390789269081437,1.9947071977699422,0 +-0.6029258662890885,0.43582747064375965,-0.40901831993758336,1.3810044739626086,-0.34488521918340953,-0.9571765984412525,-1.1373119939923646,-0.4026675346559878,0 +0.5279849567633639,1.1922391649188193,0.25433820874134855,0.49332110480720304,-0.5709376556557862,-0.1743084106946048,-0.7768116681523369,-0.5250751363322845,1 +-0.17602979006862646,0.48340039409796076,0.7181272476005535,0.7360320469649426,-0.38367471979337436,0.6601681437465022,0.7004208549816955,0.08130192696005334,1 +-0.38445064604979434,-1.373740894279444,-2.8439047075088455,-0.14670749968489488,-0.5563250241573714,-1.2602238255409226,1.411409249391954,-2.0147842054064626,0 +-0.5804360759593304,1.070592205240294,1.068637105236031,0.7819112006822285,-3.0034756048513676,-2.329725567064751,-0.28415598582141527,0.43717113419171033,0 +-0.22090145799845512,0.5802665145185617,-1.1303880281783694,-1.4535404146060862,-0.23540247029967307,0.7206114647378894,0.9962082541218252,-1.9636254984837644,1 +-1.1656728000620904,1.2086487612203798,-0.8803129627574585,-0.15752500210057663,-2.673075134986272,0.08524292547921308,2.8772094365246943,-2.7004737876349463,1 +1.4223338826920475,-1.296432096270233,-1.9994668684618062,-0.6555509155530447,3.1614954014910683,1.0903027497448938,-1.0836919901310347,-0.7271788560668888,0 +-0.17613897398482076,-1.5385359942292056,-0.3419766441336986,-0.5262490752450696,0.28500043203884545,-1.2723463705698026,-0.3464183387954693,1.1433692393571178,0 +0.1353395890233333,2.0689081557180344,-1.0686556996177388,0.39283692819393223,0.4253435987980729,0.29289370483768573,-2.1404010523733774,-2.276905018687863,0 +-0.6124500120383435,-1.3649218440807422,-2.0020643975956096,0.17186842163900815,-0.08733473541758126,-1.4222434621417444,0.2746741299303156,-0.8467894984181357,0 +-0.5873172382140229,-2.7245777611624282,-0.5542456536563646,2.7214704131040843,1.8592133140900327,-1.893081435170142,-2.0805074839925526,2.4462667449089692,1 +-0.4115504384316048,0.9374407371196658,0.09132052136157882,-1.9289174973003553,-0.7418617231049625,0.5431811107141733,0.745867902576201,-0.942499197320985,1 +1.4450489262121886,1.2264841408990899,-0.706132531788142,1.4530417138467573,0.23177950720402515,-0.22773387173301662,-1.7543679907476855,-1.2614436449102875,0 +-1.1975186079252653,0.05804395310859356,-0.7771899197245952,0.03402647353499023,-1.3045464608314064,-1.8563984310048114,-0.4543798415435759,-0.5734997892083233,0 +0.7507283213520066,3.992452273487457,1.9696144544735215,-1.638226193763336,-3.3526097962075543,-0.004613097987554715,-0.09435548593449683,-1.3449858253181013,1 +1.616008499482436,0.7507494324541015,1.3551364544560438,-2.3593483385186413,1.251080924302444,1.4591761158568326,-1.0376017983118018,0.9117515730030314,1 +0.9389003277314217,-0.3659507764778205,0.5657880864310643,-0.868303810450996,-0.26229516961984295,-0.5505218723900112,-0.12806491638960826,0.9609305959575157,0 +-0.9661099321367234,1.5950700181146333,-2.1358152192564117,-1.6199365387919609,-1.7369796259640324,-1.2026303988061384,-0.2324910953588415,-3.3625983966373605,0 +-0.3663872467521738,-1.149902988320553,-1.6644668814094183,-0.09989807378914684,2.524716750474295,0.1410967095364427,-1.6956762016706206,-0.2721563228885086,1 +-0.3115876604156095,-1.0916948875071926,-1.7311716871678628,-0.5978563658639993,3.967040350510417,1.5695313660577674,-1.8916776341370753,-0.4456269610063752,0 +-0.5679521653527633,0.583816620049626,1.7973758128239268,-0.632305794383523,-3.0735518046228365,-1.184312796024729,1.659426744215678,0.9751949176601534,1 +-0.18634290238499265,1.40372267496439,1.4672059791718504,0.1347739585934228,-2.315958701683408,0.08472621284456583,1.4820059590856303,-0.10220557376965511,1 +0.7349342012556136,1.1022695095508648,3.119358557285702,0.30032771756442644,-1.2230244524760887,-0.4807027719680108,-0.9813800946608744,2.5411723058730136,0 +0.35907790319198685,3.0315451802528335,2.906485499467037,-0.9930426372415513,-0.5715881458013707,2.5517794722682314,0.11499396920070304,0.1660281583559482,1 +1.393335040688948,2.156890197538,5.9789699398434415,1.001262125161924,-3.7881963344654936,-0.9844645877509859,0.04754056636223025,4.316513434660269,0 +1.244632472258915,-0.29241151840219387,-0.1506904251315436,0.20150783399270017,0.5767280440670132,-0.09943800092837085,-0.5968851784785766,0.2629816610900968,0 +0.7479028048252389,-2.5871073063193677,-1.1740151555427194,2.631443044498839,1.4209561624050782,-0.8342816676081333,-0.012878375866916314,1.0597378217230162,0 +1.550165547443117,1.4823744161508048,-1.1289895773582552,-0.09528840023724917,-1.1670942604490917,-1.0038280711716037,-0.9481961046755408,-2.0658883512728137,0 +-0.016160979033185773,0.2353491080006695,-0.24702883037125406,0.5615567812295731,1.776078056149702,0.6485427800940178,-1.8518454213649684,0.001462830711638996,1 +0.6663451535887508,-1.1213463457785264,0.4630545383938269,-0.2659135192970696,1.5603267768109113,-0.3200478709945796,-1.5769834325706684,1.8689421902787313,1 +0.5532312562471264,-0.5584299201308794,0.388406683611693,1.2605149470702568,1.5704568781146029,-0.23729695436472037,-2.066700278291357,1.4437464062324914,0 +2.449338713242721,-3.315159715797696,-3.5657511154377795,-0.9410364558308835,1.7148759682575205,-3.1512844435954337,-2.0507198132469613,-0.026707281435523478,1 +0.6413224689171427,-0.8902827473752174,-0.26022025926109493,1.2261457069417303,-1.331933271068832,-1.9264144792438191,0.3655088869856442,0.5364242252193829,1 +-0.013154856717297329,0.21090758334775894,1.350749302332168,2.348084823589689,0.4966467955553478,0.34038679480650913,-0.8701624792799448,1.4037896646723267,1 +0.21860606732231735,-0.9495651944110632,-1.3773858961073049,1.5149575003914022,1.9221736232461084,-0.24357138833439718,-1.6476608191905315,-0.13314040566352925,0 +0.008420908897058602,-1.2826785356582913,-1.3206453603443669,1.191137806976049,1.0125368846732128,-0.7968869944745122,-0.744934787439801,0.004092935220384564,0 +0.0013749091090336314,-0.3548566975767231,-0.4317763582479922,0.7002505374550282,1.7053002187788016,0.4890979105494333,-1.2739350165434207,0.16813498332497667,0 +-0.33306734595637166,0.3767194906435176,-1.0183475403070543,0.47978595086380055,1.4749359549859542,0.4461599994065195,-1.622971609630743,-0.9481596794967828,0 +-0.06330004061733589,0.2543672993680508,-2.2224725088312893,-0.5302381277254453,0.32059596435928245,-0.3876344510016382,-0.6102465246416996,-2.27848391160716,0 +-0.7545093655560753,-0.12058445478714497,-0.09048551713665821,-1.216345826312831,-0.1659737102319947,0.22109217230842299,0.6878142244261606,-0.19314109920575684,1 +0.5969919641263177,2.3912760545967267,3.1574887922118235,0.1441064383874853,-2.835793660453118,-1.066418831960426,-0.8627277188197408,1.5039300018849102,0 +0.6263504578104963,0.3835332305537571,-0.2714717785703162,0.587478174012276,0.1092463856815549,-0.3455564127533181,-0.9524915775199332,-0.31563110447350873,0 +-0.007438189435814672,-1.6551266616189455,-0.30971369723991926,0.5581174553214828,1.9289772089854127,-0.6126332471483222,-1.6955639193684662,1.589060444652932,1 +-0.3852786834125116,-0.17962291079866677,-0.8878305563945879,-0.18688517495815657,-0.352617944528641,0.3083016849990823,1.3632626608057525,-1.1429602028055974,1 +0.8636723168916292,-2.8549044206276566,-2.0794536539432356,1.270945625161018,0.9267185579898622,-1.5788451399026737,0.2480542059120302,0.3523488357380449,0 +0.4726415844825065,3.0087860897726815,4.018019955133767,0.4104361233555384,-0.3731017436572527,2.546361747084127,-0.4703046916820237,1.473553875355215,1 +-2.483064788801855,-1.55339281766098,-2.3704063151222003,0.7810049777561169,1.4501936045061141,-0.334505122452447,-0.15894753336683742,-1.0279971134380255,0 +0.13379012936491935,0.3781288082831016,-1.8023051823664105,-0.7112955096639519,-0.13566987113595044,-0.8632524527559087,-0.8479315723501207,-1.8552714926444487,0 +0.9080497740718344,-4.403841067611466,-4.584281282632966,0.7424004647992184,2.7509829226585922,-3.3625943831961083,-2.3441487238454037,-0.04653950757812064,1 +1.45980488203146,0.6525985775947376,0.8633335266549785,0.27476170338089184,0.5206292278151134,0.07652267965613369,-1.59268577776177,0.7511092998304427,0 +1.1606069288644876,-0.840623572836779,-1.535689366191343,-0.4895549788730867,-0.6852629296244469,-1.8837609659637995,-0.18732788899609,-0.6553408322683132,0 +-0.588461949026521,0.08000589978285977,-3.259606983807047,0.45424144454718207,2.26381087363179,0.2816000066354073,-2.0040504027087715,-2.859353908395688,0 +0.3092178269270718,0.8855299124203071,0.22570161375002915,0.5024708048658983,-1.2645327933663097,-1.3272721457413954,-0.9862350978910293,-0.15002048649944377,0 +1.1252675970047261,1.2620915451607218,0.8127158781396091,-1.5006065579218468,-0.3456658442728579,-0.34811538869644987,-1.5658929288409507,0.21015820899083792,0 +0.6228594463899711,0.7837845003866077,0.22902018990708647,0.6232821494145346,0.11323812478545021,1.1428765030123962,0.4519368517765602,-0.6392452960445927,1 +0.22334858751951525,0.2907477464963074,0.8862366117462165,1.0269827609194668,-0.6170493408490916,0.7762789866572283,1.3477735174525998,0.2308156856650706,1 +-1.4381509554476202,-1.1445931306083525,-1.197197329183533,0.45139361578813564,-0.20582878674747646,-1.0347467807965167,0.49176946006963207,-0.30345318012224354,0 +-0.7800595136997401,-0.1792652615818816,0.7441595931372301,0.1688781679509957,0.45496143176406156,-0.06073759915744592,-0.7506864109265597,1.1153903581661258,0 +-0.17966206343237917,-3.4900020545730195,-2.534649131314705,-0.3203277228397562,-0.6109901359446218,-2.507745191675233,2.018697612112753,0.018424778075744497,0 +-0.520415523740844,-2.638844145546897,-2.370698651151146,-0.6555680497837469,0.540518396832977,-2.5580203524489717,-0.656478749749231,0.19370363984170402,1 +-0.8222398014240605,0.945440166809778,2.00794685548933,-0.5787206923168386,-1.601362869386137,0.12013290843684432,0.8484959460329382,1.003078857961163,1 +-0.9587233213086465,1.1165661578556,0.4288922725718801,-0.8177041507438564,-2.624940384795582,-2.23685972272598,-0.5661273174962301,-0.18259857691926662,0 +-0.08927743442017294,0.5555989350997277,-1.6635635087940117,-0.2809098758854016,1.1929955615589123,0.7581488315787259,-0.8119981191083657,-1.998258035399806,0 +-2.16730918371158,2.2403099931663264,2.3051997271511055,1.4191144902997053,-2.8792462139642185,-1.31996588064471,-0.731238429070642,0.749230502355645,0 +-0.0699941170675018,0.63322124615588,-1.1186366200703308,0.07122905277207588,-0.7388103119505176,0.2779160992734524,1.0634339063396392,-1.9806516842780535,1 +0.27444093664407876,0.9916341421874609,0.9199885722859094,0.6595374216781155,-0.37339827543991966,1.1911393402653885,0.787953136854586,-0.20726943206929072,1 +-1.8151998266281566,1.441645159942602,-0.007606894004942359,0.626864541101182,-0.8057340259200825,0.9346290205373522,0.8438500035192747,-1.525452891366729,1 +-0.7509134616067857,0.40667161596860696,1.7365908137848876,1.2987756354723972,-1.455412058775539,-0.7965917151943103,0.07634667841391585,1.4616322486726512,0 +-1.4104361479561422,0.3270267647528187,0.27373352757790614,0.26516311919505275,-0.6641877908990824,-0.607532009371033,-0.29413340369412133,0.1281011612950429,0 +-0.009049094423894403,-0.21859193170970248,1.2842244280269195,-0.8702494115248187,0.8828442545928383,0.30384958028178866,-0.9876151305166756,1.733559633339233,0 +0.10126543539333527,2.10016274985023,1.0876782412881445,0.9041224640238328,-0.46910928288380965,1.9532124183235997,0.6974109532634541,-1.0071713513411533,1 +0.2977747701599838,2.9108851866116208,2.421797428436011,-0.3504199659107106,-2.7211854376056523,-0.9130278819539783,-1.1706193668939537,0.3889580990451128,0 +1.4252276140152342,2.169535940881117,1.2197960599213253,1.8088383602475868,-4.028519863697804,-0.3837313117286554,2.545788710963337,-1.252378238077602,1 +0.4316403077873443,-0.8587909558940185,-1.3202381465816317,-1.4808742133955652,0.040928055507387325,0.5748820535668258,2.0140999813678446,-1.2052153924338183,1 +0.7503899050315361,2.5515746699536495,2.2047156878100767,0.42706071710499033,-0.616077977208096,1.7465292627131064,-0.176447181778557,-0.001073436718985299,1 +-0.5458034070247292,1.9188354075379157,-0.19238913579512892,1.9860010739898117,0.576063342848745,1.7029571987049428,-0.5643345469385603,-1.7942363654152227,1 +0.4669307207919075,1.8475777628565184,1.8306455570965277,0.7336191013877731,1.5775078701823164,2.455976873219283,-1.493169809388401,0.5152938574121582,1 +0.014567113931899328,0.6874763340274649,-1.7541954622934401,-0.6147809009118324,0.4823988777892406,0.5952391427779234,-0.131601421544305,-2.373343033648175,1 +-1.3865422551107578,2.39597487896825,1.5448634903076073,0.3148783491117359,-1.8998254611666747,1.3199702981193249,1.4436432048174512,-0.9457852267080853,1 +-1.439563607460692,2.1759083668845767,1.4996329606155494,1.757362672973507,-1.9528910579456922,0.4823501668764857,0.6522874850279349,-0.5275187739914655,1 +0.3012770823480154,-2.2486123578053094,-2.4897094808233677,0.6374296830084258,0.6059300402191176,-1.5248427922509284,0.24181346054822017,-0.5791292000432053,0 +0.7995518328925112,-0.0580263648019258,-0.24130938254651846,-0.4044472337352598,1.598517831768355,0.3814466159345722,-1.6400474474460407,0.21826615231112556,1 +0.8003682999992006,2.1630786547588166,1.753849459000245,0.633059236808908,-0.2489596539634156,1.0580760493840518,-1.0701318194134966,0.16350582862781182,1 +-0.3661454218079268,1.8101395047239521,4.992092963175151,-1.0517634723058973,-5.223474842986226,-2.286750383738508,1.0157246319490856,3.4444805807559638,0 +-2.3422866802904734,-0.05306769663409383,-0.7158759127245142,-1.597048404562451,-0.7773853225124614,-0.772982246095374,0.3409700500279784,-0.715611383216608,0 +-0.2782329595197426,0.38654806083534177,-0.5324145789555512,0.7270461691636573,-0.4192221915583439,-0.29171287717739103,-0.05488891134508467,-0.8303247589570868,1 +-1.3535893267056456,-0.4194086842356186,0.43267764013977605,-0.088918404741559,-2.213051177084332,-1.9377803985442186,0.9006149478278054,0.6988959762499587,0 +-0.5741863166367074,2.6085812530161343,5.146192131708179,1.3817534546923647,-5.201041712642377,-2.15036812346384,0.26025271068260336,3.1205783925311783,0 +0.24815562518463807,0.9286580669496414,1.964431076902053,0.9775749781762731,1.1951662553661275,1.261103628109718,-1.5890153969674712,1.5450115136373845,1 +-0.05284763034659509,-0.5143088410660805,0.5058687600867511,0.3477884053188599,0.4103801813455947,0.7640080894199477,0.8429797235184819,0.6618252192464684,1 +2.9582753919950977,-0.6714557858951256,-1.9713520462071985,-0.15043814335017155,2.0783484178311,0.32138537898770614,-1.246088120493792,-1.1236125340181247,0 +-0.6130470026827813,1.2436853229266596,0.5771485860119357,-1.3763543859599383,1.0175848086379982,2.094524458193307,-0.16493608027556628,-0.5800373387482826,1 +-1.9782513289694241,-0.7918273430538615,-1.3298311021496423,0.7100801861977928,2.160328798726067,0.42983451992599964,-1.2729119661664725,-0.3710883845299814,0 +2.1773650103908184,-0.7752826890996115,-1.2036010173766514,0.03216596515730213,2.7430996113198,-0.1664941200702873,-2.954071423880259,0.24378779139560636,0 +0.9816519114285804,1.2190416478392108,-0.236270353348822,-1.5804333649866835,2.032812093881545,1.1417086955000233,-2.624270343468817,-0.6473549024107434,0 +0.30616187855123356,-1.0696185141062888,-0.43246964693494516,-1.5865200684718097,0.24265617740478274,-1.367119370237321,-0.8921538074453541,0.8102418842631508,1 +0.5460958909448014,1.9277268148821733,0.17733374485669026,-0.7575651907352257,0.33269467880583736,1.6688910978746314,-0.37836327344363396,-1.4737406436557974,1 +1.2384783718117518,-2.7538420906465966,-3.766694201139599,1.9641430920339689,0.722966576573325,0.01257582314865724,3.037626992350388,-2.3243525400496576,1 +0.8917897164177198,1.7155302104566412,2.3071542078139577,0.771001796637648,-1.6170850598427216,0.8066258939285217,0.8702097274511784,0.5981235111141989,1 +-1.122451252374698,-0.20792415990130142,-0.5689645894744557,-0.21315167855294292,-0.28767662373648234,0.7562384771358662,1.8070574566593924,-0.9494488827333507,1 +-1.732799271562469,1.7045793198995012,3.2319402133040094,-0.1877472733684214,-3.7106329295088782,-2.1255335676020284,-0.308153321593761,2.090812017101292,0 +0.5333637766089341,1.1198325769911794,0.21931225069354587,-0.47834425511219775,-0.4718826958923777,-0.3209186752741352,-1.025574555924111,-0.420959861424653,0 +-1.5079445863340633,0.8237578633162463,1.7717525150605766,-0.11289331615769703,1.1875161789971223,1.2788598771930542,-1.3859099227765774,1.3815084071951678,1 +-1.1099620072382264,-1.3564340567550153,-2.4481804832118774,-0.4951142648428234,1.0829566802801458,0.18429314634677985,0.8670634114899203,-1.590777352450203,1 +0.589327392037044,-1.7090326590749436,-2.889814946566952,-0.24636951183853098,0.647750043864043,-0.6404342483675403,0.8950076852974198,-1.6860385513106206,0 +2.3200990679178815,-0.49250606844236766,0.15713622286195447,0.16674855448816475,-0.5273264177812493,-1.1330102975843814,-0.27304544570653877,0.7364583323704502,0 +0.4176304689051064,1.6146943060010468,0.8735821342328053,1.4565276499846278,-1.5865866620761546,1.919092586175305,2.8314581187232966,-1.389423741089997,0 +-0.005034913730219851,-0.8328143706836721,-0.9606621811110788,1.1552692944026983,-0.5740584225540466,0.7083257200190817,2.9382638575298756,-1.1220299771270925,1 +-1.1674519062195758,0.0695712583639333,0.5429876732190542,1.3107056326467528,1.697423461063475,0.8967152612213898,-1.4567739020192074,0.8183798843116822,0 +0.20127626239825266,2.302403698313073,1.3095460297593913,-0.3534415382667818,-1.8835178381494935,0.7741828521853582,0.8608143615692709,-0.9063308558506048,1 +-1.2690650596953814,-1.3316150573499532,-0.7125746046075571,0.03266729475300885,1.9286139066170125,0.5321674409448904,-0.4009882226588374,0.4683628905666267,0 +0.5639802328020554,0.8829593528623298,3.0062572624404367,0.7901513467331611,-4.416937482208646,-2.483527928017134,1.173025674098716,2.1822022122399227,0 +0.9673204442869328,-1.2291802233431375,-0.4014679578193976,0.5602339071351088,-0.08617799183623776,-1.1474705481939336,0.03323780327530501,0.709311658428501,1 +-0.36585543952562055,-1.2477168215682302,-1.0129898117546159,0.2278204233250315,-0.8421530628838377,-1.1493274147572892,1.305135148419375,-0.24042825005385943,1 +0.04614477829014827,1.2786733265492858,-0.7720429303010324,-1.4603191427560238,-0.6319575822172563,-0.42031197101744705,-0.8162028264271907,-1.6115603014825526,0 +-1.2809731438026364,-2.8019410900851085,-2.506665819310245,1.9498977678404998,-0.872945579937703,-3.4143063704865613,0.4329706129953377,-0.03578524543640382,1 +0.3809438532869297,2.348639710511517,0.7343778195443723,0.8067968893233999,-3.2749872048171937,-0.33312308342410835,1.4844546988681695,-1.6136751247824477,1 +-2.326137383608958,1.2473634490786905,-1.413462112679902,-1.1800824965594523,-0.769121573172363,-0.9134387731579704,-1.0602532999867949,-2.1330704751028895,0 +-0.30915442716673014,1.4927475711663876,1.1442189157167582,-0.2793474342215334,-0.002307909705095416,1.5215364225250334,0.09434017966334662,-0.2403709485137323,1 +0.7945710572009532,-0.6214273198149813,-0.25724324038277113,1.5820516336768955,2.241104405115617,0.9529480484554658,-1.1823094696057326,0.5103000614843055,0 +-0.007746774826246457,-0.8004379603064357,-2.391222679572558,-0.5537722669574698,-0.5975662566394848,-1.5773194720965553,0.29884925503774584,-1.713708426888515,0 +-0.7334881713946764,-3.368528153995892,-4.116690486930374,1.187629237619015,4.346304578352892,0.9063350507346375,-0.17648851637549656,-1.3597486863709518,1 +1.949516837450291,0.5874197314916374,1.2748448859956598,-0.7444456479980034,-1.7451909975433513,-0.465572132427859,0.8691552233750068,0.5998511183686958,1 +1.6555669695718953,1.4379261700502635,1.3178598287328784,0.030723126438424862,-3.734189752294194,-1.1822209090833313,1.8214784713824432,-0.2775439968847886,1 +-0.45426181950714073,1.0084317919681753,-0.6012599026399554,1.3509759365980707,2.0356136273916214,2.9416694768582836,0.10496116851886228,-1.7167992077572127,1 +0.5297912698171634,-0.2552361167873198,-1.3855758294316702,-0.00621170525640982,1.8677461978081038,-0.21930585589044221,-2.2841114103706808,-0.5576201064885967,0 +0.323047470774597,-2.3096135415254264,-2.332603410889597,-1.0227009999578036,-1.8285814245230796,-2.95333166118598,1.8304728880320906,-0.6882196385434158,0 +1.070498905804499,-0.9265236239177692,-1.7150873492079985,-0.4950289234869355,0.17482301368126685,-0.5962566439194386,0.44723049940143844,-1.0355063952387238,0 +0.40025848474129827,0.6364828656068381,-0.29003959309233784,-0.7299397710810027,-1.1935376630183574,-0.027314093150058505,1.063450012839196,-1.1179903039533428,1 +0.2528923381610018,-1.4339247882042725,-2.865998282687063,-0.8939207103336494,5.717746942826944,2.3957958201843965,-2.5922007684880772,-1.183587166388597,0 +0.005441474565945494,0.5002985574109714,-0.28926599962503274,-1.54290468925418,2.7731005601494645,1.6916627519990513,-2.156495825182607,-0.26283033805493794,0 +1.1763882531813386,-0.0003316240056453479,-0.6222256458406278,-0.10368485534591539,-0.9707085507097304,-0.8042354913973834,0.49133195997206935,-0.7032745391145592,1 +-0.01880789407781386,-0.31005279689422993,0.5645191037797784,-0.6484548220425105,2.8510902731338374,1.6032015647371936,-1.7571622162501206,1.1880139396172593,0 +1.882167714550266,2.2113265509767617,2.231969134663296,-1.0037840565120688,-2.6880918133771607,-1.4533500330364335,-1.1296221280912029,0.8173098463993668,0 +-0.5968976765726716,1.6085911627638316,1.5902819012162868,-0.6382545951241297,-1.130962970472104,0.8907629192808615,0.610164352970654,0.023878429893198994,1 +1.2982447782436282,-1.5955838002227625,0.09121819184963537,0.17855462553181323,1.203870411265276,-1.1043198819344977,-1.4963040916714492,1.9299856846835988,1 +0.8027391927907207,-3.7369474250082257,-3.328539547046643,1.1040132884552836,-1.3607093587920682,-3.415996388833224,2.371254813508582,-0.6054594266229985,0 +-0.3671603369225497,1.7290545625786389,1.550961745486542,0.9565485787564689,0.10887198675435364,0.3692737742551695,-1.973188003744482,0.6210977905504472,0 +-0.36092855218207137,1.5555394197171815,0.8004010953929005,0.4019889798836042,-2.8203350850652873,0.8228795744821686,3.2142680529166006,-1.4333240862286334,1 +-0.8365959014221802,-0.8209700656839524,-1.9752709857393043,1.251018620479981,2.0836304078525334,-0.1544861549527412,-1.726074653609974,-0.8349450468895362,0 +0.011489935130686777,-2.040737541733538,-1.6664650050071497,-0.5168398000256135,0.3165409735051692,-2.5682505260709183,-1.1979711150877452,0.5514141227172805,1 +-1.6252377309480115,0.6075394097885521,-1.5928824234089909,0.7505744994105815,0.5434845514622269,0.33472505070424574,-0.5264374440903776,-2.0150931017123925,1 +-1.107175477247536,-0.17235189905159587,-2.378846125603594,0.7085389661293949,0.6426755765957686,-0.5152763228221335,-0.7349293899147423,-2.0334228749326786,0 +-0.9096117241219687,-1.2416578265636837,0.7271838069521783,-0.43224096678569857,1.8512739731626613,-0.09237653900585063,-1.6345421764315413,2.237085955987645,1 +0.563293096424882,-0.5893146333506174,-1.707502905627907,0.4954113142365271,0.9119885341991869,-0.8964834571096689,-1.370959771609849,-0.7976916498076179,0 +-0.6262196150087963,-1.3445372451422455,-1.619231468639401,0.6796094584372347,1.713649247265618,-0.6777015956218387,-1.4337987395442666,-0.06984160234462844,0 +1.3542030384851333,-1.299878857503645,-2.377422689760722,0.6338724442836634,0.04258141737184697,-1.5599150241994324,-0.05664058286182794,-1.1829693735159097,0 +-0.21374746940514644,-1.1044563119965367,-0.8071445744656993,-0.5243798724904472,1.3021665936909463,-0.832264538688203,-1.5451566819030895,0.594582171711707,1 +-0.1446200137900872,3.483673155211961,1.4509321813819398,-1.9242473404456804,-1.391635352548887,1.0735959506279478,-0.7562262561144191,-1.345923293527528,1 +0.9802791552867485,1.1681075779952026,3.262293941315124,-1.1741391690500915,0.01603376099026437,1.3543727337860896,-0.4133531092165796,2.3363946085847824,1 +2.5558152154970237,1.6676813242690296,3.1723747478426496,0.026327427683198196,-1.3633564000293463,1.2989635633116738,0.9679497837174036,1.4535683086020026,1 +1.5922381996508885,0.6610059840338276,0.21527939838204022,1.2054360387877627,0.06851157689121001,-0.8036421405334779,-1.9445962903730394,0.24817217673486236,0 +-0.16269195833815944,-0.12871485790891657,0.09345497441045099,-0.8075620299225573,0.3808993589981915,-0.2293995486175766,-0.7375453314472675,0.42083052419257094,1 +1.8405060608910204,-0.3429412067250397,0.8326743896237369,1.1975437044973367,2.7848472562105697,1.790607102403391,-1.4542254606764158,1.391958231163358,0 +-0.13582149012742226,-1.3057616768850513,-0.743909604947478,0.1127174379114969,0.47428684991296494,-1.1468242895048988,-0.5845984923841451,0.5931216248482707,1 +-0.023658866085755792,-0.5465333920239224,-1.680201561833497,1.0429518123009642,-0.30291214079890205,-1.3694772445927754,-0.3224614520337235,-1.0534865419076866,0 +-1.9133988241624924,-0.222879959224755,0.9605530164582398,-1.7013777684721276,1.338799220442786,1.286647283819506,-0.2294741914853149,1.127780460447766,1 +0.8401670875152618,0.10993652489517858,1.2098420303556054,-1.9746390803198668,-0.2729646643870016,-0.15101430189091702,-0.2782044953263764,1.2234189746002482,1 +-0.8987203773915181,-1.450002666577957,-1.5068263428043798,-1.008121429359181,-0.13951775965365978,-0.7169380441309388,1.2394794897434478,-0.5867888416795939,1 +-0.18756329911330488,-0.6711644940802058,-0.41828269775999255,0.03616867673803345,-1.4405631100593732,-1.7374825995997083,0.5816488062789771,0.11774953878200134,1 +0.50070158355417,-1.130640662701803,-0.8775783057628189,0.36326331888496255,1.2874657307186372,-0.9271485500220442,-1.6022795519081061,0.5678571710602613,1 +0.43505465039220087,0.3970882250522656,0.5541160125457414,-2.1714808365078744,0.43413648746237543,0.5543520405582427,-0.46741097300283796,0.311618846942387,1 +-0.12554487713225684,2.521298286475103,2.0035300891626613,0.32514695925900294,-1.798659062119096,1.1932956316705035,0.8633439649787763,-0.4188344269610384,1 +-0.06992636694002084,0.7530262508857031,-0.6062295584048505,1.0291295068461441,-1.1171801910250003,0.06502187155391304,1.0428465451605358,-1.5392491788538685,1 +-0.2350580921674335,0.877052534447091,-1.6908817640955276,0.9395016224396668,0.5373343085283314,-0.734667365719192,-2.206773784482139,-1.8056991442073334,0 +-1.526378930994861,1.1286093943327726,-0.40292145663911316,1.5748860296747578,0.7652589864422262,0.06404514324475186,-2.1078888881565776,-0.7973799732263476,0 +2.379536457092843,-1.0139628661992828,-0.9556455746867587,2.019452369707331,-1.3964415255965044,-0.4408136313749831,2.772614506062329,-0.830973324001363,1 +1.7961528175978982,-0.5160223388262537,-1.2975734216608013,-1.3152709564686444,0.8181392973047196,-0.2245620031022974,-0.5375299612730214,-0.7200520122377303,0 +0.09014020337766376,-2.581688357414953,-2.902478034668697,2.4098240096961736,0.5539475798769484,-1.835732995014337,0.37908204565840165,-0.7305321461455508,0 +-0.29818857310655394,2.2460628381960204,3.6338540297585418,-0.8382534627940845,-1.787511445060905,0.20621822331295625,-0.6409985371008191,1.953078786816211,0 +-0.6861642441440542,-0.13389505720174766,-1.6746893363176907,-1.4018668191721744,-0.39576428791836415,-1.2183912685798677,-0.4350374126715875,-1.3775641675939043,0 +0.5854636638621649,-1.466381013889822,-0.7489896129858754,-0.8829891516392159,0.14701188915077174,-1.4839330192058346,-0.392654415347527,0.6975541329747704,1 +0.21931371489396595,1.1593766182001999,0.7196377752191476,-1.645669463522366,-1.7930200974708579,0.3627732532218288,1.5851254424830095,-0.7047044597151206,1 +0.6265250833414654,0.03530017712864175,1.426678573189177,-0.7896840714416817,0.6586924518097189,0.29162763123137225,-0.9988484630729348,1.6678374263082512,1 +-0.2552454605209186,-1.2063347886480293,-0.5211365697135194,0.6462213327798749,2.738252706879421,1.190582284314953,-0.8679953090796936,0.6329344626173814,0 +-0.33760578436736977,-1.5394100122673957,0.19663947533781673,1.0242844266984767,2.378633564021124,-0.2327128056709276,-2.100631993816428,2.086324090393104,1 +-0.7345612058973554,1.29999717204086,1.42106772117655,-1.056633133250425,1.5823727434444936,2.6214333584276917,-0.5711257169463639,0.29946697379333753,1 +-0.5089964962100454,3.6171616152065473,4.3277521407285064,1.0188681697066206,-2.114136306791021,1.6992647643147016,0.1386858918411773,1.1746133251230515,1 +-0.006987679154372667,0.05195903544715652,-0.3905126621011193,0.24784085133726427,-0.20105491774445927,-0.6697919922448813,-0.5504705728694099,-0.24042570039508537,0 +-0.370823432853112,2.6563670780569075,1.3521134541682636,0.025681781490937305,-1.818973113766353,-0.13361831280584036,-0.8362974298995978,-0.6332821093671862,1 +0.5547166893620338,-0.5554957529136244,-0.8524986885544155,0.6093143326264621,-1.3263867561883576,-1.971706653432145,0.10630160528071808,-0.2746306453349626,0 +0.6616933451222271,1.402140389445839,0.7117998949473501,-0.3523153245207302,0.868441646000637,0.5057632105769427,-2.2811759921103083,0.11734944604880904,0 +1.4428839610929505,0.04025440079503029,-0.3088778799096251,-0.28729066809224935,-0.9469779267936889,-0.8852330108354455,0.2156039082523099,-0.33832483755930065,1 +-0.7312318936042911,-2.183528138209505,-2.210327788736463,-1.199693735528498,2.5502180742717355,0.05849506400852922,-0.5706329111380352,-0.2518159757895665,0 +-0.5909888469632892,0.4636628063443031,0.0924973912921918,1.351397052368507,2.1327285389463575,0.5242808335467712,-2.870300652499431,0.4387096543905953,0 +-1.5377188479871968,0.6640707677128648,0.9323768252900628,-0.36301757379105215,-0.3340740412805854,1.2536595595780802,1.1649650130717244,-0.024788988456367123,1 +-0.09128902923133858,1.2961174053842965,2.924244091913356,-0.3449090945367374,-0.4614400526006971,1.6630676029092177,0.6388177757702936,1.5764001402156216,1 +-1.8803182059287167,-2.0460255480131107,-2.3480640197318428,-0.3966429777333725,1.0011810688923608,-1.0167573458045254,0.09646139002104026,-0.6059524755169069,0 +0.30994199809619544,-1.9422627455302712,-1.3808072100825144,-0.40212611215496075,-0.48990816850609636,-2.489244697643277,-0.1301903943084345,0.46356502555607204,1 +-0.8586095976699863,-1.9015162656060458,-1.747781833582778,-0.9374692952007656,2.1815250679486167,-0.8967019407132454,-1.7558947435866539,0.37393918055480985,1 +0.07924106576251515,2.303053808755375,3.9639881829196217,0.11721438877646397,0.5501380212929352,2.742164192292889,-0.7497564367504878,2.0753606943200333,1 +1.0626764492350103,3.1184947831890506,2.8094409705535175,-0.08857083944778515,-2.0872819655874375,1.6856106694557311,1.0562651561265695,-0.19427078062740366,1 +-1.5102284249029125,1.5744065979706134,0.35532702157620505,-0.18124143671821427,-1.295383243003272,-0.5349597069197964,-0.6654498890214344,-0.7477339304016619,1 +-0.06118786359386515,1.0494565144224548,1.3368993098578899,0.7605627505571755,-3.206215968926837,-2.071556142962068,0.2952361163910744,0.5510736499796285,0 +1.4040970398022588,0.3947415303459137,1.1662969996378878,0.4013271309954633,-0.43622303204834606,-0.18278311878172826,-0.38229052753634035,0.9691951699551078,0 +-1.1135186761319582,0.7864370079445984,-0.6273777806200314,1.7777235131970566,0.5316719536295696,2.170299841416364,1.468744306202507,-1.8656444634111222,1 +-0.9659058552703296,-0.9043445293915535,-0.7959608637688746,-0.43726792007461773,1.4962976113453172,-0.5548728285758684,-1.6711362922890975,0.4497262026725838,1 +0.1853999729071615,-5.2467097319706,-3.368258115354065,0.11527726961925246,-1.0003174798989651,-3.489746269296778,3.398340906953777,0.35722868601344726,0 +-0.8473872984195623,-0.963254451582243,-2.4379533599610608,0.9615030211130807,0.7455596018297037,-0.9185172174166917,-0.5496906536261212,-1.444614564578754,0 +-0.3936790228944928,-2.5858802723601912,-2.2561174990863924,0.5465943404701479,0.8716537325754672,-2.4530679951808567,-1.078994286186814,0.3716665559808559,1 +1.6326888626490539,-0.1239949605776064,0.11644703592559726,0.6701427725851543,-0.501905475287869,-1.0259022446864856,-0.5521787670981749,0.4511404224780891,0 +-0.6434588010814357,-0.8774538469520419,-2.179316748300107,-0.11881683686299474,0.311292183212955,-1.23024698736019,-0.512774016825664,-1.2403463614596602,0 +0.43596724234655093,0.10607527270377759,0.8942959727656414,-0.4708959178602631,0.7547496392241866,1.486111459471457,0.53422482107858,0.5606675893145021,1 +0.49462626490868267,-0.6458359073643603,-0.5835062528202166,1.0629043134769265,2.261669177484237,0.4401102334637179,-1.77571474642147,0.3992502612779151,1 +0.12307210949479445,0.8773997977951309,-0.2939860506195252,-1.1079466242379505,0.7435827748303491,0.41600929976669726,-1.367803017178001,-0.7017129993188878,1 +2.314564125230266,-0.9723093759876331,-1.3326946506705262,0.7007833386148999,0.07666286106849843,-1.2283538831376037,-0.316451318631779,-0.3531547911340705,0 +-0.1294251086795183,0.6001480599432443,1.9070622985412191,-0.20447830560070865,0.23956808711578173,0.7936347792975227,-0.47836191810228906,1.499560398569459,1 +0.08320190874844273,1.2237341853951644,2.4764431041689283,-0.30559622044697576,-1.7434205424508533,1.522021982803295,2.486586868287219,0.6933853127389256,1 +1.8783183800902494,2.2996302157023454,-0.007765893588270807,1.9924396344710322,-0.4931533798485664,-0.4382743625925791,-2.358940574249592,-1.2785262300561144,0 +1.320432022133364,2.5086014228215228,2.132556765377277,1.0770255269993372,-1.4722655831353255,1.1869838186158066,0.3658285750713364,-0.1419049297067264,1 +-0.2928915065506905,0.7101272313893109,0.3989851496093148,-0.4612191113490083,-2.529336898652509,-1.8767853685794094,0.22475061310873112,-0.11126589801008291,0 +-0.280722752865594,0.49244537231216157,-0.35832124964085843,0.7325633200155957,-0.8423654460312872,-1.2392732837684037,-0.8794425777297089,-0.4471075774678963,0 +1.209872808524761,-0.6350077626726822,-0.8316046290089572,0.29103032117421634,2.480972288712843,1.158699228124222,-1.0703908612708495,-0.10794858313905653,1 +-1.0642254110540548,1.8615822192004419,0.973532768038281,-2.604184170422874,-2.5039155225863783,-1.5839995346002314,-0.827882029293814,-0.23769449785385777,0 +-1.9388866512708245,-1.6554136433356208,-1.6511672009142737,-0.4241513282505808,3.024693456774082,1.0346216776371615,-0.6757023032845028,-0.17612612698418784,0 +0.46882224364820385,2.8730216232355312,3.026799339567091,-0.46578878469623025,-2.0927044177264738,1.2434736595723863,0.6764610087237002,0.3706199616258744,1 +-0.320057829870346,0.7056723954359683,1.8567064745428412,-2.8264368892854645,-0.8042474120165819,2.253812213779428,2.8595820145603144,0.34417800634487783,1 +-0.8162812117428051,-0.6092969096365123,-2.7958548869305657,0.2932560219645862,-1.2085577120801505,-1.632088492628676,1.0077025674225315,-2.4739291808228487,0 +-0.6083659041140422,-0.8803403678530419,-1.2310660279653978,0.09703823562826347,1.0921936059573756,-0.47441814423476375,-0.8880722276295498,-0.2307309526578064,1 +1.8445698053752289,-2.577463897868554,-1.9671661959972713,-0.6484435152249781,-0.14734141803235465,-1.7035586544175798,1.2827101247533996,-0.038262190937815355,0 +0.6727359075509322,-1.25744995389252,-0.023313389704311363,0.0621035539436552,-0.004059385033580837,-1.5300622229931582,-0.6724983887074004,1.3377488486640836,1 +-1.8734181833296644,-0.7462533119934734,0.963151151269563,0.7585666905125077,-0.4339082141029768,-0.8639788424590916,-0.005390361941421951,1.6768127860219606,1 +0.4890357727679122,-0.32190284393781926,0.5898468484440913,-0.34438318689870395,0.007692725301978317,-0.5866059646014985,-0.6158515243126209,1.0829121852794612,1 +2.046421800310204,-0.15132728582234722,0.09515949542150312,1.2846943013049508,0.002064770891959362,-0.6503831565773871,-0.734715613204988,0.4731828721697542,0 +0.9387819083837274,-0.5006690438584194,-0.39946262036047653,0.6269881448087847,0.6604369358153385,0.014758295089784768,-0.26789064226240544,0.08832545517735513,1 +0.26377976411357695,1.101276209433431,0.6689525526603167,0.5782534704776747,-0.5783359836009748,-0.5641665283286936,-1.3073773026676077,0.1465324170657304,0 +0.8458875150884789,0.5826120568364463,1.9934171515882733,0.7450443198565455,-3.498368976887593,-2.419474726767077,0.5627946687044931,1.566851226100058,0 +0.09924105477635715,-1.367524647928429,-0.19778840846932913,-1.0209272709449109,-0.4432168534872206,-1.5572201025738772,0.08673295297490002,1.0500971438117173,1 +0.15860357095956856,3.4774735620816326,0.6383915646386485,-0.45379345583754366,-0.6141007429831911,0.23935048109032242,-2.738378492572404,-1.5661245793368213,0 +-0.43872290579634343,0.8776890983376857,-1.290660673841715,-1.4197600302105933,0.5525926300296268,-0.26752110507088156,-1.721050649068182,-1.5667759652876798,0 +0.3838226499014301,1.4326994065027032,2.1445675058936335,0.6505229710853002,-1.6130375993409163,0.08829717018909222,0.2579156656476531,0.8925555007400454,1 +-0.7978972704991101,1.2274118383026618,1.1612029765692786,2.0497192405608486,-0.94473329997813,0.3283245876089693,0.12853521608171747,0.08326997016184234,1 +-0.23935850844322154,4.217495769248334,4.107865432210967,-0.5578512067036797,-3.2740746241370378,1.1353592698434476,0.45719283379098663,0.4011449348949834,1 +-0.9050861438571506,-1.430675469512983,-1.3906747980731258,-0.9120738787258692,0.27636156317730465,-1.2965911985520804,-0.1814113650498408,-0.05620036818873597,0 +0.09838433568883424,-1.1123350264615832,-0.7681944590745567,0.07723916872564014,0.040479424803176046,-1.3169238821128353,-0.3941742040590241,0.36658356712763396,1 +-1.5535431373434483,2.546755251415939,0.5897716911170717,1.5553968547483157,0.858084906576549,0.6239474767317967,-3.308139180795701,-0.7047099464978894,0 +0.45794566410199644,-1.2493842288142858,-0.5111910891895615,-1.5962292033764058,1.1908625726567077,-1.0256277199949024,-1.5730355901408624,1.0401178905874633,1 +0.5188768612345973,-1.9282766015511048,-1.0902854869283884,-0.09303208368011544,-0.8105274346521638,-2.502067584860399,0.21160879954015788,0.6554847692016135,1 +0.3312397343503641,-0.4549600864501987,-1.3726556761127644,0.9632284690875561,-0.8808303363486166,-1.432322965353092,0.23116086763304233,-0.9632772133085054,0 +-0.2778579748116905,-2.5053215973874616,-2.4564490439805042,0.6986276960006685,1.0485864973490653,-1.0302879077631797,0.5372675069020023,-0.4463552911017132,0 +-0.34366693818526034,-0.9995273757466296,-1.164380437335508,1.2764642183532215,-0.7446350846383135,-1.5329090223234596,0.4301134641989639,-0.33775453740329375,1 +0.6730143146466794,2.90142794889866,1.2775280180284359,-0.2505214375879664,-4.036733611345924,0.22090877749891102,2.5581812934527797,-1.861654027834531,1 +0.6923088932441808,1.9424638794889695,1.6932240321168976,-0.6232092729251262,-0.483930842802289,0.7428674274357409,-0.9000087041793783,0.2663951792476438,1 +1.7697936148532105,0.48377980553599553,0.023058603601116976,0.3825340170544738,-1.048958888375855,-1.2515113915555796,-0.7012390384484904,-0.09950840965641172,0 +-0.6627375854908414,0.9226357680365984,-0.8728944899408676,0.12712807132233164,-0.7195392721268777,-1.502839514332262,-1.7223955941364932,-1.0851107824806618,0 +-1.8803558755610332,-2.0258462589742487,-2.1386971555298553,1.4106746485127193,4.562495809559783,0.5395199556763688,-2.9907771912388137,0.3056727501174745,0 +-0.7690319852089081,-0.012847517572030287,-1.2890307880236844,0.053200795850422235,-0.3224944884575737,0.004674076198383226,0.8506532945585517,-1.5295551736498103,1 +0.7248368090592617,1.0255400621436443,0.713204967427991,0.3970620268764554,1.2847059012527937,1.506245277515956,-1.1346854197620648,0.04997140444924697,1 +1.2440388380957397,-2.2782083515096883,-2.1352130490154053,2.018516837422898,0.7794863729185553,-1.01909163227285,0.5989156207906949,-0.3292956334366771,0 +-1.3438612821903502,0.19682735373944815,-0.49866449118459705,-0.5356921002051385,1.8046338187781346,0.2608515055535413,-2.2959269203330392,-0.07182785660241875,0 +-0.4935239246581553,-0.3701638212283535,-1.3459839569623615,1.461101739884434,1.084197614672642,-0.42278671802455925,-1.324988447495913,-0.6641989944295272,0 +0.8092358237262288,1.1757708670250033,1.477896362080541,-1.3970386568060107,-0.8523561687988899,0.8982014678252291,0.7216515046732572,0.2445371004839717,1 +-1.507982497730223,0.03310915301278805,0.5139768474243973,0.08923335110225032,-0.4119439501971573,-0.3721459027959252,-0.09207868195061752,0.547783897998655,1 +0.48912773269464793,-1.1065264551889888,-0.6582954217998143,0.7112707195412054,-0.5658071561423065,0.25140043541452906,2.525249323956106,-0.43678212893433654,1 +-0.1928872169900448,0.30620308938776875,0.600487264364723,-0.5784038782628173,-4.161018383050274,-3.536668057849118,0.7162969257116774,0.42899522032428977,0 +-0.29496784748023164,-0.074408754026007,1.8795336045566944,-0.19340254062480863,-0.47504343804041177,-0.5873875869600228,-0.5656300864831221,2.170897154524651,0 +-0.020620941569802983,-2.5936070962795257,-1.3662719889644592,-0.9768906615564151,0.8644128937515116,-2.2918748063551684,-1.1009967751250582,1.2760368913876858,1 +1.076737385961885,0.9427188830878651,1.4069723408538866,-1.0566437008242244,-0.9050080877153559,0.874550599166571,1.0369537803598845,0.28582815196550526,1 +0.5621935741100237,1.5835479152721053,2.2065135394748103,0.6232351602762483,0.018578590912994894,1.6949232913175247,-0.10734505989251653,0.8036947482389064,1 +-0.010764269678297005,-1.6707835186946551,-2.0690691201712545,0.863803011181261,-0.16453227351286864,-1.6467923556369728,0.4343940051687889,-0.6825138900479438,0 +1.2212666282609026,-2.9361940691852624,-1.676641338217536,-0.3838097486612596,0.6013078197942782,-2.7097441634308472,-0.8243706696445909,1.2072253694503194,1 +1.4377551972091924,-2.3527624660099713,-0.798423617383776,0.6449648249308514,1.6089508370907948,-0.5293878782237342,-0.23504959960617977,1.2801893682528451,0 +0.43496551683610357,0.23280960998611056,2.256862495590577,0.40639546142934874,-3.491261519385106,-2.336216862787884,0.965281083271817,2.014755969863871,0 +-0.715196768228677,1.514389098005555,1.5399548479451348,0.9212383965753974,-1.296988778968238,0.5495452629543902,0.5079209282140711,0.1061382930178304,1 +-0.318462773324143,-0.6460355504032611,-1.253268888716732,0.9225933961430614,3.324287899807315,1.1877663332981563,-2.101830703724035,-0.25029365083222127,0 +-0.29593261274395666,-0.3193695082070409,-1.9823574652939462,1.0137065293466807,-0.4392434432106187,-1.6198821099751113,-0.6201555548366728,-1.4526708472283296,0 +-0.6439533999019877,2.1984400726822497,1.0992553300785093,0.5585381036003204,-1.7391695886888814,-0.7906817662866578,-1.2601721057112605,-0.33835775753518793,0 +0.34885391201589216,-0.3312352957628553,-0.9366409109263079,1.8516621101757582,1.3105773468355948,-0.04067036810082336,-1.2978539469149082,-0.31775683547804134,1 +1.1391072348243132,2.070163735616494,1.149063410316892,-1.6007960671669128,-1.7477620388236283,0.836568893638005,1.0469240618295872,-0.9283789335590008,1 +0.26620620839290376,-2.452554229130537,-0.8680675311944985,2.2116074285168827,0.7394580419090383,-1.5019280968558522,-0.16418114764561365,1.3491214034134054,0 +0.21381961416357384,3.193987436856509,2.145145916643052,-0.6247310267199143,-3.505540856520838,0.030477933777568134,0.9813700079142478,-0.7858928640123763,1 +-1.0765967355916968,1.5590603712206055,0.6220479530072914,1.1710382852411096,-1.2734204106861868,0.25271896872850336,0.29390689797215913,-0.7836972355731697,1 +1.6025416779227408,-2.3267239404519806,-2.5117828542551126,-0.28405928159406524,-0.028712448661354837,-2.2127409954991126,0.3202569895011371,-0.5040481677712274,0 +0.9161648787782303,-1.1133196691707745,0.7954048830256523,0.7082853021429805,1.0411800625737393,-0.7557974193092811,-1.521706649444845,2.2183559222232594,1 +0.8374454684215465,1.7749810843136293,1.867087304496178,1.5589683213166745,0.9780167969481419,1.0546716797951174,-2.4393514096409596,0.9771071182192681,1 +-2.850194937576502,1.6095530422819428,-0.5725636949400477,0.10029013364954441,0.811666235941779,2.5011039743747023,0.6070571817349709,-2.2974545939168594,1 +-1.9904551060523639,0.783101201388194,-0.5679162174839693,1.7078173541154886,-0.13333230518137598,-0.30602452926335594,-0.8993819828981104,-0.9717856983421134,0 +-0.4992775314522381,0.5594057495996246,-0.6017254026794889,0.6624458668402197,-0.002699416625420978,0.3734277117296107,0.07160683729368744,-1.1320022292152405,1 +0.40013224395415886,2.257053152674409,3.659158618796334,-0.3290214467914382,-4.058424042787801,-1.6847332383271385,0.05752303560530492,1.925539602761665,0 +-0.7608539625590588,2.326090758466804,2.1141867945451684,-1.095034258379615,-0.5003114084500959,0.39750620775587375,-1.8720675695639515,0.659609525238765,0 +-0.01505331451902069,-1.6501125975955955,-2.364210948332797,-0.34399076874830037,3.1350376331385688,0.4951855765979336,-1.3535889273018618,-0.6804176171456406,0 +-0.7303325415608084,-1.7291820805029148,-1.6518688867323523,0.23094469067310142,1.3660789489963652,-1.4163599686556365,-1.49904558738328,0.296197784150955,1 +0.4846607476003434,1.8794798921227216,1.0437819259778522,0.28749850546844263,-3.2794954256607083,-2.3101287278910476,-0.7294200264406729,-0.15237805295784979,0 +-2.17311882866844,-1.086390296593986,-0.6891271931399127,-0.7302795330627527,-0.4614715474200073,-1.8169598279594106,-0.3957348204343795,0.46378600320557783,0 +0.1319291134759639,1.4138785035460393,0.8923535415857579,-0.24775141595744515,-2.6021243701391463,-1.2333231241410973,0.2862359086728928,-0.27034143067723837,0 +0.8464626822316829,1.8722883545236055,-1.0274157315539598,-1.7489495433837403,0.5112370978784724,0.41482847716847604,-1.9000888092717285,-2.143283907621252,0 +-0.058794667567923654,-1.1306935759850163,-0.7641108979818415,0.3211830343110258,2.739944647674289,0.0490608160561149,-2.4049929115699706,0.8255179467185593,1 +0.13452391284000334,1.5880921942964878,0.2419037687486183,0.7891221939324368,0.6215464111987481,0.5849437080252986,-1.8887870152519013,-0.6294605005586427,0 +0.40919763847961177,-1.1954836793165347,-2.1768248039280524,0.1354941594425631,-0.0184523332117717,-1.7590436635553799,-0.4054324665497746,-0.9576665476543809,0 +0.4613060323259515,-0.16797850348058674,0.10303809028411419,0.6365451132500609,1.6289076725233194,0.23079225722970143,-1.8647540345046283,0.7334130049683472,1 +0.4152033145110095,-1.0157627259080315,-0.4719074415311902,-0.47370470833408196,-0.5902557776576814,-1.21446158286822,0.45317956723707553,0.3489813448444746,1 +-0.06094763462964623,0.014523113176247437,-1.7326799229756078,0.010995842923000505,0.06902937272412736,-0.6464111442010684,-0.4785904648552989,-1.5939424538554825,0 +0.16553092742945266,1.8051692152365917,-0.6914842959814704,1.1015618262398144,1.0754822144982576,0.17372079597109247,-3.050967151680269,-1.4153532853298718,0 +-1.2957058790236826,-1.5830139568907449,-0.6504911530956416,1.923527404350269,1.0334765035811364,0.1169411071633355,0.5756005016905097,0.5114285614412191,1 +0.026245447130037847,-0.5003507491110921,-1.9130348373752817,-1.8882285688179163,-1.3631143336159828,-0.9694128659405594,1.7410764726054457,-1.9180793085535837,1 +-1.1330924384488625,-1.6776839426092356,-1.9929845396443309,-0.5163971173518398,1.1832358430725862,0.09265397186914082,0.8173954479888526,-0.836390232679528,0 +1.5229240980555898,1.7743068191736753,2.3175832746224705,1.4099578168192752,-1.5950060597746936,1.8892732200452864,2.2166040269056877,0.11177234800508318,1 +-1.1285010859552251,-2.42557797139939,-2.594915652741457,-0.42790106619539997,3.1011403241135365,0.5191130752110602,-0.37066808472649815,-0.5276005740643911,0 +0.7901827311365414,0.7372985180290011,0.019016039587843658,-1.6162303737141175,-0.4985472549050737,0.13944714195761754,0.09673372332075914,-0.6403283651182463,1 +-0.4825161034997253,1.7419934984947238,2.425269431870244,1.625913958033566,-1.2453119006888447,0.8231999470933342,0.29937639297165103,0.8489681795641539,1 +-1.2415705062055338,-1.0364296062501137,-0.8761882565761604,0.22718779990108848,2.735748846165312,0.9318627040507552,-1.290778571208218,0.262844678011228,0 +-1.739557147543946,-0.5585687144869869,0.7982428682542109,0.43668655052237604,-0.6316683614411965,-0.9683970964473786,-0.017545289861139457,1.3619962740894636,0 +1.73265709559933,0.7703771344310898,1.115460881844238,-0.6259725654584135,1.669620484487586,1.0074045181535205,-2.189764811140183,0.9979852936741227,0 +0.7506248852386342,-2.5828165029792283,-0.740839569317708,-1.7568435596003789,-0.800076655221645,-3.022745942312997,0.10760181142962744,1.6315402109589174,0 +0.5678533416035582,1.4981991346890877,1.6610298103210352,0.09693849565433607,-0.9699412519879461,0.9294787235384168,0.5307877589166294,0.20752502005089296,1 +-0.41457121051171475,-0.948888600807734,-1.802217034426529,-0.8736462403381933,1.679591506846484,0.28725595624727973,-0.4720454589182107,-0.924198356199514,0 +0.5652008880842354,1.1902524027370884,-0.004432083850404903,-0.07818992507442087,-1.7201393910250922,0.019684042402152824,1.1982121721117076,-1.3355852032461069,1 +-0.8499435277277773,-0.41690284859553645,1.4356864657782475,-0.2413627184019522,2.1518878417231027,0.969314486120689,-1.74023462389935,2.207574126513056,1 +-1.5348159934496375,-0.1446816740806498,-1.4598821792363181,-0.12939541436092336,-0.6483638398680072,-1.3911944733248456,-0.35523569468697835,-1.1585061689721066,0 +0.669090910530508,-1.1278841812018852,-1.1982618582557754,-1.3321810687718625,0.39139370063214873,-1.3262116946057387,-0.7669106967891618,0.04424495947656126,0 +-1.4149221093835616,0.2547381538930845,-1.6986012510959045,-2.0871932530325044,-1.0647542370275394,-1.7811424251005128,-0.6434916827171938,-1.6305807845295681,0 +-1.412725636541536,1.6334186439231937,2.0642133801375793,0.13411143403076733,-2.5548169378366805,-0.4580215754558421,0.6794945983834249,0.5691929655669681,1 +-1.52500935757729,1.997636756069262,1.6464598992414918,-0.290735671858673,0.7401452614190296,1.5278755580055228,-1.6454129178088546,0.313739736224461,0 +-1.240284017848363,-1.7612149272341862,-1.9497145163224483,0.797562607018605,-0.6837622180965337,-1.549529754272696,1.36823735414046,-0.7449549653713603,0 +1.535294022797573,0.05640131124480907,-0.65789814524877,-0.45093279706148287,1.321393831162508,0.10538356867268062,-1.616612145325878,-0.286892135220258,0 +0.49565074456031527,-0.23463251101929783,1.1314989722041688,-1.7790450786133611,-1.033538979244879,-0.8898312445057925,0.21554076883606899,1.3579357295434327,0 +1.4425747578672559,0.3299357095919113,0.8291373745463635,-0.07398266527092202,-0.41699916018537403,0.03947873650813605,0.05356282344685104,0.5463500341259334,1 +0.9222515811540617,0.5118324159052046,0.3178933329959432,0.8561806839216195,-2.2125392378707525,0.501121063235559,3.182094562677211,-1.0086579886629825,1 +-1.4377664113373718,-0.3213182215339083,0.7468048956840734,-0.5613325652577301,0.12931039586463824,1.3374243721681935,1.7316016109009096,0.4592497556980135,1 +-0.7961811886053887,0.9162385763155212,-0.7505246191702414,-0.267507404522474,-0.197694416918567,0.577775428022998,0.28035429969601566,-1.6567715832618402,1 +-0.25526489308375644,-3.786474368657543,-2.3764311936460913,0.9627391054856039,-0.15615924540215725,-2.050717520350479,2.253695179866792,0.3310014054954593,0 +0.8746738365981448,2.4707034546611872,-1.2237674721888105,0.7761296477954189,1.2179306624591602,0.7440400634359072,-3.0582183950797006,-2.5601986157034404,0 +3.257741148351105,-0.38885626105364374,-1.2561215716653038,-0.111180721323946,1.1353795633038124,-0.46695775847538507,-1.462605400301305,-0.5164720850051667,0 +0.07426946871077257,1.6193163271223188,0.09140854039900323,0.794365801839834,-1.315500686459598,1.2222848452040065,1.7348770133383171,-1.8380423378604749,1 +-0.7995122350640715,0.5770390637153314,-0.10169463940513264,0.8718340630624354,-0.8457244187767172,0.6464197857384727,1.4759450220968078,-1.0396556970654969,1 +-0.9384631152477185,2.2510650825123024,3.7468505617556684,0.84277611241895,0.5135621650369961,2.6971547420267212,-0.6391463836699313,1.8721474435392327,1 +0.21634993791827858,1.0463810757939458,0.35756361305444573,1.2962388571660959,-1.1407027117243038,-1.0553738363143925,-1.0115699875417956,-0.16588993790544826,0 +-0.2727595450114309,1.110639806305495,3.120348406929146,0.21393657212671402,-0.4014995352301994,0.9569232931088274,-0.2450406507734642,2.225636069572242,1 +-0.2933513824969098,2.4528064878786857,3.5722796919894164,-0.3559163842031504,-4.7408394540456005,-2.053632939400716,0.3529437555092887,1.6202675508010858,0 +-0.5834660086613949,-3.618819236334697,-2.299854809014761,-0.8733337785624905,0.8497016407604656,-3.603102586483539,-1.4552602575391136,1.3897279513359218,1 +0.2098560064731918,-1.5354828863343668,-1.7575354234710203,1.804667879158233,0.1368011398982553,-1.6811988432728606,-0.27690401311250606,-0.2851396184532433,1 +-0.5471506812034329,-0.5209353908247838,-0.7339391557083336,1.3375012486152624,-0.1095595162605778,-0.8254651530203891,-0.1721395767748507,-0.19591653544190668,1 +-1.2324059429126608,-0.41600063495149214,-1.482278612508752,-0.7332389940653927,0.6150422012185661,-0.9306029766913785,-1.2444199452944864,-0.7468361102307991,0 +0.953457415938932,0.6568185380858935,-1.5992071317080299,0.37865849520653705,2.0945920909547993,0.8216642078867584,-2.1413613103467823,-1.6635648061358894,0 +-0.15090993442530312,-1.2308663093190244,-1.3669266017201742,-0.24595728643954,-0.3613943622661299,-1.8306905153192174,-0.20625786596699697,-0.153161214046437,0 +-1.1963206230648695,-0.7078308945211202,-0.6908403560278027,-0.2700748690035324,-0.38414453111689045,-1.187638090884367,-0.07431786294597675,0.0070573403852969285,1 +-0.5833493535041234,-3.098801978809215,-1.1447343522094073,1.1777155135122126,3.8806356700343456,-0.7629226174259232,-2.883808689455697,2.2929840571369993,1 +-0.15620243166650644,0.06057418842119444,-3.1857215325335004,-0.38472183407643795,2.290211848615642,0.18839100091691796,-2.166338577684699,-2.7168025136917233,0 +0.7068801595380239,0.2702988374082639,-1.2760967725955694,-1.0428404200810384,-1.0818179773174266,-1.3469651928112127,-0.17813074978896892,-1.3735821543327367,0 +0.6994261088376664,0.03634343573426424,1.232269348354104,-0.4233217755260987,1.157419404828355,0.839633836654323,-0.9246560127722139,1.4072994673575103,0 +-0.02199884034834194,1.8332925826672584,1.8661176820829988,2.3850575607673856,-2.2707593943492097,0.5687913402384175,1.4853497046898116,-0.09771506728242652,1 +1.3982719724131858,1.7498853238118017,2.6837875511544818,-0.4654543618024422,-3.067143455551451,-1.5167188059173664,-0.305480084364007,1.448101514538674,0 +-2.4532471228231802,-0.8637792995964962,-0.10240902953019893,-0.8938322737771871,-0.918643249734784,-1.4829488779502378,0.29347380474004037,0.6598832469454511,1 +-0.38365727309341974,-0.8510232205254145,-0.2621478069275539,-1.5135277862216965,1.3968369217170833,-0.23698257410190116,-1.3160485978247904,0.8266926492948767,1 +1.6053999396023866,2.7794653075065767,3.4724544080654334,-0.2357593799247658,-3.6144425944394123,-1.5547129083024807,-0.9122881915147935,1.5469530477890376,0 +0.7289460926942509,2.687132530946612,1.193647224530254,-0.2855404992351158,-1.7903346041768142,0.6858255949137144,0.2283594223190593,-1.1711920229078268,1 +-0.19542863492113077,-2.1738313631578974,-1.5171963741028904,-0.09056841414733915,2.780240619515221,-0.8529130081880546,-2.3243200922754825,0.9887105956228991,1 +-0.45528537766237864,1.328434259105168,4.000880569077225,0.5682398881699725,-4.410561556563433,-2.3156711121632068,0.6215966186521615,2.952960783648784,0 +-1.75948246402239,1.2048233258402203,1.4935524041039587,0.9832889253577679,1.6486252716749217,2.3107351585255227,-0.9983226210819856,0.5929247979526453,1 +0.41762481218039416,-1.5273484355989786,-2.33731154719751,-1.3162300854242814,0.32364382744768233,-0.8555070445998971,0.7158295892134829,-1.213084619873384,0 +0.5231956642547954,0.7086071255396686,-0.7225681965731037,-0.8706209408350767,0.7156423919793532,-0.14886777229372483,-1.776300537094717,-0.840815872453629,0 +-2.2518676523563474,-1.7153892562338517,-0.4982960877863503,0.315529637829398,0.8307933069840543,-1.4447983733843053,-1.1195789609990767,1.3563117424895803,1 +-0.5322517373251434,0.7717492661435178,0.5532455727040438,-1.37053598894608,1.8723916683836714,2.7819927139431373,0.048345422206198196,-0.31611562445726954,1 +-0.49339579419980584,-0.6139228498822507,-0.6727981842093683,0.974311114622346,1.5789950178900685,-0.18562326847353028,-1.645153831552826,0.2942200507165233,1 +0.6151563214312299,-0.8684317669321828,0.10268937518785494,-0.9596267993077676,2.2424762874034014,0.8268086639723942,-1.189575787529932,1.0963412289128445,0 +-1.161682583444595,0.2736805334019117,1.4510218214757544,0.4186037374401018,-0.23846326459299974,-0.05716589732567634,-0.4481387996714188,1.3689703882736177,1 +-0.6456793456160878,3.6024021741974313,5.094641595198958,-1.0268484600419516,-2.4832670144974016,2.458623100481862,1.4739310167143118,1.5468946896856193,1 +0.23408271428492242,-1.5129559988539927,-1.7141665938934152,-0.6851861910333772,-1.0308869266611538,-2.4099296690678047,0.3802954585720113,-0.3820181830505327,1 +-1.3784875564775525,1.5787800576790139,2.354868795240127,0.7532923233817082,-0.7981584462571076,1.4196932117314895,0.653355434123575,0.7737761309513309,1 +0.9807768044242637,2.917042551601069,4.1657288168143545,-0.13160034616611657,-0.7502739001994124,2.4605705203509602,0.009912457159282018,1.5778034046427023,1 +-0.8655712101095958,1.8615878659527219,3.5546356030918287,2.6011855736091496,-1.4317810614811723,-0.16959391914022004,-1.2124941375939238,2.380780396187151,0 +1.2682075215806883,-4.019677843795957,-3.782075249124872,0.9736205637809022,1.6223527537501898,-3.627677044902744,-1.732240570059517,0.2989321609275135,1 +-0.5862302030187831,-0.7147070859030864,0.8459199920010851,0.9305716290596707,-0.3628983115736305,-0.7287828443070063,0.07331003039232309,1.4993759414197356,0 +-1.0395977929402511,-0.49471720088186183,0.5563566207637439,1.377022804049024,-0.3867829550151055,-0.9950575813545273,-0.4018800084651851,1.1682871650662034,1 +1.1035964119403225,0.39478503551972377,2.8448599493067652,-0.07617737851202902,0.44716093075447466,0.598911499145006,-1.0823304051525933,2.804348646533823,1 +-0.849447732826394,-2.5814141184095916,-2.809616090365003,0.7589847378278456,-0.5542276503203436,-3.40578939661766,-0.1612109981025791,-0.3698115548062999,1 +-0.5421932173624137,0.5850136423001766,-1.1468915232597783,1.5633638077759076,-1.4022317241872615,-0.058340384461956774,1.6215662022161603,-2.093861104315308,1 +-1.9535909010208978,0.5666038546433454,0.43324211370617344,1.2613403685204327,-0.49996777588043423,0.20187766794599937,0.24710801676895033,-0.12068438637282075,1 +1.010688942846846,1.7308352940966831,-0.7385607150659104,-0.8536504934477707,2.158908202911134,1.239158406285636,-3.081821344194778,-1.473764130911748,0 +-0.01201317251957267,1.2661312728590284,-1.4612642383538657,0.27381795622805405,0.7775940643604344,0.8474768216021915,-0.924561305029838,-2.3692568441386452,0 +0.43930732979794257,-0.6513910376095102,-2.3674936045989563,1.1531480311410198,-2.2028771241626823,-3.0611972048703446,0.44226975545360525,-1.740496962394204,0 +0.5336638393261717,-1.377599097347169,-2.464507532364889,-2.056738750917831,0.2725580529990337,-1.4496057469498518,-0.1287791137229498,-1.1947571995932984,0 +-1.3119257075856305,-2.008051249141129,-0.8760900619805231,0.41922658913753946,1.8330465212479408,-1.3563073992639927,-2.0073882017367732,1.4530228417671966,1 +1.4181977300369537,1.0237831533800372,1.4984191874662354,0.19695175346980884,-3.4415117204242645,-2.3292942617680836,0.26841012080521687,0.7639185149564167,0 +0.7159038307620554,0.30451030455320427,-1.9937950095336894,-0.35429620892246844,-0.90358454690245,-1.4019963686645602,-0.3365158696642721,-2.084726254019725,0 +-1.6511128814137905,-0.565973179623575,0.19900528251792093,-3.1411853776615724,-0.005546208916140277,-0.5695617846416193,-0.19868278023099661,0.777731754565023,1 +0.8944998125944913,-1.7764391820594687,-2.229302409007004,0.2622291773917336,-0.7264260170563186,-1.7642206562474534,1.239468705000448,-0.9649062157554424,0 +-0.07765208502480517,2.2527380514832824,-0.5284365162673755,0.05569016171567303,-0.5557642590983235,-1.036707261219089,-2.867740705405632,-1.5844656014357459,0 +2.265078373448536,0.5753241141890304,2.6125908348243914,0.6077923385072156,-2.125364550021907,-1.3737340103362556,-0.17127985769591392,2.3206144182608117,0 +0.09763729611688472,0.7949325418507861,2.38899470497337,0.4530587568076392,-0.8002810280502373,-0.37622226683234405,-0.9038491001404347,2.0295978716149676,0 +-0.324062289961382,0.3847987818762879,-2.3269173914425876,0.694391615910799,-1.0119590486145735,-1.216622439839908,0.07454616068454267,-2.616491672329647,0 +-1.6816095242161428,0.7445983574075781,-1.5379949310317882,-0.15477385554157447,-0.33840807973211134,-0.7098374343910469,-0.8251850361418417,-1.914153500481406,0 +-1.9862702863153507,2.7780173923809484,2.4706201330596653,0.8340806262066489,-3.9638428952056377,-1.9756667141075628,-0.6858679698087149,0.5011456319779476,0 +1.5712300173026876,0.8932110314814605,-0.37517540343928724,-0.16626567018836771,0.06284002171754646,1.7321377094720465,1.3655434476465573,-1.6380251169579019,1 +-0.005383516876558979,1.3827797902608236,3.325229608976173,1.6226004815454704,-2.5456330225215975,-1.0101390178425795,-0.16219992419689966,2.332403281691537,0 +0.11053725576506235,-1.8714795287825245,-0.7336667656082455,-0.9213755310633746,-0.8169806869075417,-2.6523492289868766,-0.1433966658307405,1.077475016055399,1 +0.766950465616475,-2.3982684897351736,-2.4841017965822507,-0.42531888301118254,0.21291712393197565,-1.8336800757738705,0.5503751927764251,-0.5068159754097084,0 +0.7040537335023956,0.8083317842162795,1.3405488077899304,-0.3627187051182411,0.1458687190725912,1.27676526980385,0.23810914574467634,0.5171289306269058,1 +0.4228506402240414,2.055921594450055,3.7019352897492075,1.3578862115289543,-3.115585445959875,-1.0734255265719834,-0.26762713436235747,2.1799913269856264,0 +0.08097793141724081,-1.388424017836802,-1.6322576039038634,-0.3198861365444928,1.7126437640265366,-0.6005875178587253,-1.278416433257957,-0.09396130363752131,1 +-0.5973786335098905,-0.3874828063476836,-1.0091290762197749,-0.003163902617715333,-0.3962741286256557,-1.103215269395958,-0.1984210334301869,-0.5598762705734841,0 +0.4816466383092359,0.47133450522659015,0.9853253060771427,1.0573924021838423,-0.9227168083255637,1.1604510266716428,2.0731732896254735,-0.04675280330709064,1 +-1.2087291412222547,-2.994413072376764,-2.3399734431391206,2.26130984772548,-0.2901087124846357,-2.3725608462642565,1.1507559421400404,0.022092828782135365,0 +-0.07413422949779913,1.3148080611895128,4.341585460213632,-0.2721605216671441,-4.355746959741155,-2.099613504306406,0.7484040060502879,3.2598139674973785,0 +1.84096466874189,-0.7541365024648092,-0.965790440242497,-0.9576110777980567,0.5441068336111655,-0.3130685571957524,-0.10313354103588179,-0.29250551964716553,0 +0.8212920657766382,1.8468306346956063,1.5415400942175583,-0.5247232973661036,1.6605928345517644,2.5540445585584646,-1.3970111060775419,0.18860168709785963,1 +0.5878392386747687,-0.7690036073646636,-1.35108094522685,-0.6705246525610533,1.581269725090667,-0.029291634682422796,-1.0776836594079022,-0.4295704480406712,0 +-0.017249325145835243,0.14318750269410796,-0.027735505454503272,-0.041651400210845534,1.9640739472200193,2.2343898829408575,0.031863904232934726,-0.3291103265839998,1 +1.1992711898788622,-0.5924484746406812,-0.21787528355374133,0.6972965666755075,-0.9735811014530439,-1.5827637362932991,-0.020744990953607267,0.4060260040504447,1 +0.26846461061779997,-2.7924192782253234,-0.8847411807889831,0.13420600015126632,2.2692039686256655,-0.8147449719773743,-1.0588276235677931,1.8086073010588464,0 +-0.2015269729970083,-1.0422210667096832,-1.0287803808030334,0.4379455959051807,0.3302091525432982,-1.3582789430494024,-0.8634782642398341,0.17269796136331006,1 +0.5045837379024168,0.5474482533840461,-1.166284407328423,-0.3163110701165503,1.1721354375279898,0.11761917138515676,-1.7708269474832894,-1.1775052644426003,0 +0.18375060978067592,-0.2623692875782342,-0.5636529891071712,-2.0977707821778795,-2.8944674534538466,-1.476020566732145,2.60582668886376,-0.94297970836734,1 +-1.050317209739343,0.06465642552013573,-0.7874999049036836,-1.5196965810421157,0.9986246503087624,-0.06114707294586719,-1.349889555148998,-0.4849568268669957,0 +-1.0109463602472986,1.53058718248949,1.737605164913126,-0.12029799709392423,-2.7930360493253605,-1.5357796139045876,-0.2136096610453052,0.6484439095645078,1 +1.1532712074690887,1.5033451033456497,0.21204590347988336,-1.399827095833994,1.3004993814791044,2.1258154189545464,-0.7019955233387845,-1.0274785018311938,1 +0.8498275555773105,-1.521586829626132,-1.3743888067005394,1.848483949836328,-0.6655760420238496,-2.2748026276000672,-0.04901132777311479,0.07633897492755692,1 +-0.4076932051058262,1.0126899947571555,-0.9790861963939824,0.15641573598521885,-2.787396629706904,0.11763418316863827,3.3232640261286113,-2.7584884740120215,1 +0.7467018874498825,2.661863871881075,4.0796543450706695,-1.1435401678597101,-3.0306870570294153,-0.6872093039690258,-0.6355890176545576,2.121929012538661,0 +-0.4962118479389224,1.7194868917853392,1.789672943084458,-1.3642708271914945,-0.8945665433051003,-0.13387303301332865,-1.2709298020486384,0.7203432079850098,0 +0.7263091182054328,-2.821246193037985,-2.9264575431489313,2.4024643863429094,1.447200876388383,-2.3100539929874992,-1.2629543387243596,-0.07191289254500755,1 +-1.1452640231845015,0.6310302327477214,0.4354674170121869,-0.05584687095245233,-2.9552299950228087,-0.4642105828941032,2.7916740123909776,-0.8102035408512895,1 +-1.5651447444498519,-0.7768153123297759,-0.9774357756483385,-0.6694063795568246,0.0980702425880094,-1.5798734307789677,-1.1288611311803465,0.08948374858137087,0 +0.0793305911414683,-0.17166300764147613,1.1553193249963858,0.22375204092900364,-1.232363098042617,-0.980948112971022,0.302921069622226,1.3122989262173514,0 +0.2983570141403494,-2.4326043287557457,-1.2576219604272107,-0.036080635286571724,0.6190881017129207,-2.510856473746504,-1.2479483631035082,1.3070012829079238,1 +0.5924313911745905,-0.004287127807521829,-0.20423897208076547,-1.2791134814750793,-0.5359637803489665,-1.6705322583624778,-1.4004926510528568,0.3030984706619806,0 +-0.3115404404900691,0.2111019581428204,0.4817846356860598,-0.14641590132071228,-0.8670364460943555,-0.5329529909801638,0.16003018481267306,0.3088455564159993,1 +0.3639603338413346,-0.6249157221574497,0.8195115982832083,0.7942004573537405,2.040542010723489,0.6846199931409118,-1.5597482465340495,1.73013070078527,1 +-0.7216610875879571,0.42750983298699063,0.48360572060862034,0.5329964696550304,-0.05304719214237994,0.15099012126331135,-0.32292207020441005,0.20611212905145082,1 +0.3086845579539332,1.0691502215699693,1.6893876011566513,0.9883939250539512,-0.8319253430769451,-0.5445092087255032,-1.1779039796104915,1.174088302423255,0 +0.23054825562326167,0.41758050252500334,0.989565057990749,-0.520654956510841,1.066093491366746,0.39987812561250013,-1.7224175037565532,1.0882024661498524,0 +0.3434538972569922,-1.555525569447844,0.5013552290889347,-0.8437263686911023,1.187006838523097,0.4339285907890999,0.41876969170663003,1.6768263496020308,1 +0.49473664873801093,0.982640389545794,1.7872675965824552,0.7835785732407178,-3.3305513580899335,-2.422113457716521,-0.052366849412759486,1.1861022090124633,0 +-0.6476104791203132,0.5283496207172589,-0.60253557551724,0.3939469806724545,-2.321440856399186,-2.325781250300043,-0.1870164973841102,-0.8296177710092858,0 +0.29480274100140613,0.7429658982936391,1.4421894350522066,-0.6588623294770577,1.3270013397176754,1.0676403465213398,-1.6848698923464225,1.2119367681860496,1 +0.3966705783063596,0.8001626959978307,0.5333173545212629,-1.101685401520738,-0.8225199291697763,-0.6510331274910565,-0.7111211258120715,0.1083900387723562,0 +-0.2347403662799168,1.7520442689162985,-0.2771950995272101,-0.05775725883444252,1.3233361756476578,0.4263539234743796,-3.1293491994046994,-0.9476504799735561,0 +-1.630208354466623,-1.9041344786410708,-0.3517913036383943,-1.2199459573609337,0.31669443947026327,-1.5484492561958627,-0.362851961094689,1.4678325101394858,1 +-0.675293306260553,0.37122964646674633,2.3006696316870134,-1.86470329240559,2.802193524893191,2.0979597761161326,-2.2610315729796278,2.4751843602911787,0 +-1.7797804069907792,-0.558160135501764,-1.1413950857331179,0.873210479457811,-0.7267983039390137,-1.189697556356029,0.3798980385893542,-0.6999491468046679,1 +1.0010988670023768,-0.9040660535950092,-1.7838398594910407,-0.35478140888537174,0.43815551208060455,-1.258458830201576,-0.8163655500474082,-0.7316859277882829,0 +-1.6655928220769012,0.8508140811005256,0.0643173989827631,0.2665099193842752,-0.11160118054943316,0.2400969502383844,-0.45655160450001775,-0.5482038623033314,1 +0.9383659259108845,-1.2629796584562647,-0.9039811362156582,-1.4396134256497688,-1.6186488610838212,-2.288753707669272,0.8781786485103109,0.08613558969125124,1 +-0.11276213227767391,0.5993929201505199,-0.05603970432271525,0.5956474639693397,-0.1497663447499655,0.013476400884411155,-0.39867132152941176,-0.4564176244632982,1 +-0.2631497461215921,0.7523448938853067,2.077457194692421,-0.059104015557415054,-1.7339371964194343,-1.0837899957703665,-0.3801327875230143,1.6615596071579006,0 +1.1291989480722155,-1.3702986066716965,-3.855446032103103,0.7155950474365123,0.21076283772056448,-1.9597890530365114,-0.3293838720051491,-2.5209819190655542,0 +0.06864513439247034,-0.5022567545488619,-0.16111454559450886,0.32292529838469014,0.6540843601373025,0.21963984258535885,-0.05228704337780432,0.2578287581669424,1 +-1.8798922326388674,0.9836741542958455,0.7459442111208676,-1.0129422798506713,0.05722374014864693,-0.09053621946639179,-1.4776735009497695,0.3338589713617936,0 +0.9182315172804386,3.292804209741803,3.0472231334949607,1.4419332931126738,-3.4727907244629184,-1.25423397519489,-1.1449976379239455,0.7211430723731602,1 +0.6825196294494509,-2.508620630436124,-2.314222255233172,0.7482314692803796,-0.3679313562882748,-2.903278303035326,0.022475800850068617,-0.016119673555445746,1 +0.5668241614467796,-0.0920928931933872,-2.245274978604251,0.641147042446767,-0.5971683565347166,-0.31534746399976576,1.1759013969405476,-2.4977987164145343,1 +0.5183322701795198,-0.5959605804902559,1.5727997894983377,-0.6633259156109674,0.4353227204196871,-0.1393912615959505,-0.6163016039448969,2.2790974256812593,1 +-0.8647171610091792,0.6121535923867671,1.1478509719526386,0.21340682315419157,-1.7013930717117054,-1.2714289474783853,-0.25855821437035315,0.8168177863478908,0 +0.027846978042835188,-0.043717182511076036,1.841953595085695,0.20596731522150585,0.561159951524323,0.3301368360127399,-0.8424247804284791,2.1113065770591297,0 +0.843675982908111,2.1746197282226656,0.7101329465868852,-1.4743982530397408,-2.0895421133262038,-1.0003456980737548,-0.9024363483370046,-0.7943672494984877,1 +-0.4547010026701747,0.5181784918045318,-1.2844762067367295,-0.5947488071903524,1.8271340030071956,1.041007619493185,-1.4080469630155537,-1.4418535577348552,0 +0.6067669255578351,-1.648557839561177,-1.6228315563528761,-0.680971088392499,0.519318267985868,-0.5272350276205671,0.7999710448895996,-0.4325928810073432,1 +-0.8824520727374916,2.525580356986553,2.0680806880273885,-1.8005794305019125,-4.928966778350062,-2.8318225330554467,-0.06300048503051325,0.2024585734526671,0 +-0.9683097056732922,-0.47980871303020434,-0.94473771478865,-0.8681845700540922,0.1125815228564192,-0.5444394859928363,-0.09798336793908358,-0.4864824669201922,0 +-0.4138707644404768,-2.196128387910545,-2.5365017093885545,1.3871150134037527,2.1737911240435066,-1.3554949902274462,-1.8125195272447268,-0.12819052653512752,1 +-0.6496038204897648,-2.1845783236583505,-2.008708946942129,1.971029664279037,3.889519873721784,0.9947516362847659,-1.289414099183653,0.07662164269124017,0 +-0.446897210572919,0.08883482647269014,3.3843851422775706,0.5173642053930501,-3.2680729859218003,-1.9992348764051184,0.9276450585603999,3.266486847054594,0 +-1.1437982388654784,0.891021129765157,2.505648662982242,1.4629407651130073,-2.9997797634043972,-1.8677917705306615,0.1075355496913668,1.9077305007001706,0 +-0.1001629605647943,-0.8774066590555513,-1.8962091790052953,0.703224896867434,-0.35702159820380347,-1.7541003686679493,-0.3394364281236699,-0.9594176344650582,0 +-1.4465009205856287,0.5760702664614068,0.0743441949346335,1.2658072005865446,2.8119620775846155,0.8084121229363628,-3.5764348323498947,0.4945708566034881,0 +-0.41107235959454147,-0.6945480108332822,0.38678856169412434,2.3890794191913893,0.8581451264990145,-0.313411455169424,-1.0046145027976425,1.2755647498589788,0 +1.1634724140656947,1.0368790466340974,-0.05786612621632749,-0.2884328485231264,0.03264627108929668,0.7993993545710069,-0.08180402450421742,-0.9738148863849685,1 +-0.48599781324063873,2.534255438233766,2.02064389425134,-1.2735194202239315,-3.2874722501361497,0.16253361137573197,1.593684897866782,-0.530935506442359,1 +0.78489574908296,1.260043767955187,2.3703391036379498,0.07203769477950345,0.7607669889040042,3.0450793396088986,0.93664204097804,0.857433354818186,1 +-0.7873217490997914,1.080607395799484,0.5911547057243609,-0.2885138592990055,1.8703280619951632,1.505781288633646,-1.9952128428837634,0.1122852898146115,0 +-0.08336244647790124,0.28878769401347226,-1.840354455872146,-0.5952811285193546,-0.5397260036665436,0.06070802413594156,1.0684728294150028,-2.407821663087655,1 +-1.2913963824947425,0.47805060058403104,1.035554518285088,0.9721081224232754,2.3576636069068804,3.4712272916568265,0.4535581339783707,0.25959593428681016,1 +-1.7796921410780564,-0.8859823773727785,-1.0144130613338316,-0.3735215907242453,0.8664981627133104,-0.6481774117488223,-0.8540127140846177,-0.0016937762641664467,0 +1.0714691559726668,1.2816991967337001,0.2707758194909453,0.18027766196746758,-1.626769461129755,-1.126194818779086,-0.6413584196261267,-0.5475839861616987,0 +-0.7510252117820416,-0.31691161648809096,-2.2954691422923688,-1.6533885613383401,-0.1334853521748913,0.7925550759452707,2.24916602348914,-2.734245869338153,1 +-0.4364361875092255,-1.0542718919986145,-1.2595925660329792,-0.3099711374536391,-1.8289897514584126,-2.5190536772679204,0.7481709004583423,-0.3986901795593427,1 +0.865365136216608,0.06460464001610544,-0.744738136663861,-1.652844124017123,2.6013504860636636,0.9425531149764801,-2.3099913424092664,-0.2586736002867892,0 +1.0024250180743235,-1.4706436580756348,-2.276419777331741,-0.9480737741177806,0.6623005459220108,-1.1187528146310428,-0.19721196907864114,-0.9318891189548816,0 +-2.5995727638891477,-0.7545849238025674,-0.9087293790272167,-1.300279988209457,0.23681939777935007,-1.6285798594331464,-1.4355289719669408,0.2272304117673436,0 +-0.2154731461934309,-1.781655611660037,-2.476887798432195,1.9259511804313556,0.7516150062530507,-1.5335996245529429,-0.48503543605159016,-0.7632085516114562,0 +1.1633020123432594,-0.9872323028361121,-0.27543205636389145,0.5964422260802501,0.07943713758136618,-1.1779168328374194,-0.5408435271833986,0.7906729908246557,1 +-0.2872157206841898,0.4549694148462475,0.34595627697244186,0.9533282167056567,-0.8668056305453985,-0.3683021891478815,0.1553702527928631,-0.046539943760815605,1 +0.1014021566265678,2.126417649394285,-1.3227584160310564,-1.0756043482161357,0.31781360227322725,0.04702744323894548,-2.3039715293457643,-2.5205890766799746,0 +0.3884206940554211,0.5471493725661911,-0.008486537820203078,-1.6291645102331267,-1.324634584192235,-1.280195517676396,-0.4054382149353134,-0.2629220741920185,0 +0.8408800359558212,2.6654940606774415,2.371340456026902,-0.975414904268995,-0.8907318001644094,0.8045787070788479,-1.2118937843008128,0.42440586097157973,1 +0.6459054560749957,-0.4197096433071535,0.46026728482991264,-0.6436278984578108,0.7609887332455303,-0.4228719053368709,-1.329539333681935,1.2143851396674086,1 +-1.8508357839316505,0.9022154494713075,0.3808821358343731,0.3028974870240748,0.11359073508116985,0.45445937872949793,-0.638302590786289,-0.2371978436512886,1 +-0.7642211966632069,0.5071968532699496,2.726370278871326,0.9693642349093956,0.3180572527031316,0.6207204828394686,-0.9562132510669582,2.553193710807512,0 +0.08817391491926949,0.2487490120039098,-1.0970760002320639,0.2719329034573256,-0.9836311070471108,0.7344256486953237,2.430210340073888,-2.038780338966764,1 +0.7555894694097731,-1.5489433842294902,-1.199184436827284,0.6689014204564966,-0.9564128610793867,-2.190750349227091,0.4572529583887823,0.13406981984252142,1 +-1.9420268626697732,-1.086375454408909,-0.9555124496590948,0.9368514276256306,-1.7549613428794835,-1.3616311613397951,2.133825392297639,-0.5262271578968849,1 +0.2767087678283199,0.4695683650842899,-0.4189249609739633,0.1782787048540807,2.0184936642259994,0.4576302899994211,-2.65562731475877,-0.13895062056099095,0 +1.1723828288237437,-1.3626640928889793,0.6993524796356658,-1.3323347074804426,0.7816327735281298,-0.9038802485629487,-1.0524011748601079,2.215750283952924,1 +-0.647071946406898,-1.6292554585093768,-0.7745632111569972,-0.38110789018017566,-0.9546193631093969,-1.8631402330289781,0.8563343243212631,0.5003068091917031,0 +0.9495874118644094,0.3096939314244196,2.295603525455435,1.5536041215703218,0.2647751228025339,0.8450103560833919,-0.24418718780500526,2.0724381638855216,1 +-0.11047607206408032,-1.1940557374007008,-0.7270289243429842,-0.3004902601064947,4.492950146880915,1.5192386495648191,-2.8873120333572926,0.9344664036297932,0 +-1.1033695421215117,0.32231039640383113,-1.3084302851262106,-1.90897829120208,-0.22140904782774898,1.2532550223534975,2.0161725158315305,-2.2434624903550207,1 +0.09532922565891275,-0.3396334830710861,-0.4013081072088042,0.7881154000729022,2.7345565457024423,0.46169673264620537,-2.8042489080112336,0.6023719066707864,0 +0.11544172241039068,-0.8781373297097719,-1.8509107160741023,-0.11417340340220453,0.4081801923939639,0.2407417967346966,1.2176937176978628,-1.4870418833618184,1 +-0.5532005154231483,-1.2252192393037575,-1.3026884923815156,0.5408326386685784,2.86846774864234,0.5626647227024681,-1.6465010916368397,0.11346338629718211,0 +0.5261441494235466,1.3615178639619687,0.3305852742157249,0.6853707712492975,-0.4069161809572844,-0.42158095030218196,-1.5451910227857466,-0.36372938820623224,0 +-0.18073765987487744,2.4527112556518067,0.9687297168032217,-1.4042333620187495,-2.2435849684484928,-1.2000112983999331,-1.3232333002216654,-0.6373230588292775,0 +-0.49382826017838216,2.353541170506939,-0.12143014912082342,1.2918912053354568,-2.1863301684306187,-1.4939042790516595,-1.376768178151932,-1.6243428141138294,0 +-0.33461943881319683,-1.8745322589589515,-1.7255004702040604,0.3343121381311874,1.0922891336300042,-0.9527928396817422,-0.3120589642170489,-0.012545904142881037,0 +0.18195388059303894,-2.040360333147424,-2.8543421352251506,-0.6423246784168936,2.351145127738015,-1.3457114380119009,-2.129186136329781,-0.4978270473608335,1 +-1.6179748802531881,-1.8961378978285826,-1.2161391381113744,-0.2850122607073903,1.2799933553606726,-1.40836780433745,-1.3107016544792627,0.8284374976154653,1 +0.8787208404223941,-1.1881083435753876,-1.7608901692986973,-1.813778888827912,0.12701149452502855,0.08954115977980581,1.7256065678138095,-1.2595577289304463,1 +0.5029084758137089,1.998763855011213,1.70173876697534,-1.1801866069965576,0.15314040721242206,1.6518509309003135,-0.6595630471127168,0.0927280400887428,1 +1.4993720696190271,-2.0454330913866148,-1.144290965068143,-0.12478692912154485,1.1974989543090682,-1.493213970113732,-1.1658137514910407,0.9948634769643401,1 +-0.7306438085091848,0.22808463034632165,-1.4079586589464688,0.0007074097852492834,0.9486296494191088,-0.10676560666103241,-1.33737483227869,-1.253394268710605,0 +0.70964847221978,0.9114567003774867,1.7509056674743415,-0.5986393553838442,0.8412972379488723,1.116244194983748,-1.1974372338935777,1.2477249759013143,1 +0.7724048801012856,-2.008380928117467,-1.5070246178013655,0.3152678703431238,-1.8231201520845817,-2.9527479789594144,1.2613430376706036,0.05021430434799301,0 +0.042231979543725394,0.4193402497756655,-1.3584503649477195,-0.6715332958556939,0.7922840631355382,1.7988919224827935,1.2074158474962595,-2.19928488423077,1 +-0.9723801528150456,-0.06992583602723279,0.8626587801010325,0.5831086827002994,-0.6069848760199648,-0.549724994994064,-0.03975526313935174,0.9886058073971005,1 +1.7752591070373072,2.064881274334287,5.027352365617852,-0.8956750082644228,-1.8126838211602576,0.42239909210873483,-0.5217178415183448,3.473329563104241,0 +-0.05489219975289747,-0.8973221293834546,0.4179835273728227,0.06338344681421597,1.3920998769152682,-0.14549595955039507,-1.332751295982809,1.5544466735964337,1 +-1.5967357256545227,0.4322506893726723,0.6180143462841768,-0.3187082567767002,0.22173633329448728,0.12042180804166258,-0.7995102612368793,0.4699796011054469,1 +1.6607837474925453,1.1868744654236796,2.0155512257573105,0.04170419213060266,-0.019808110704108997,0.27501931806494184,-1.4640820393802412,1.4206693131038366,0 +-0.5908160721497088,-1.7862092965622278,-0.6557282003254719,1.1436408201304729,0.4420204207824516,-1.7670783949154323,-0.8731741171974903,1.2142013783920063,1 +1.2490181086097958,-1.2387165818531278,-2.317842817481225,1.2548497778500318,1.8235795142471107,0.9216162072121532,0.6295113698443118,-1.5500387360650578,1 +-0.08418260187073726,-0.8529204906907885,0.37087062317700586,0.9425841535091481,-0.13986361303229766,-0.8660155836113895,-0.1424255852977917,1.2022748530478822,1 +-0.08256595740569511,-0.4426108991682212,0.47808250111980277,0.21058721018940993,1.8690975516663555,0.3804075529695987,-1.8194563995221753,1.3227784661865734,1 +1.1711777012036932,0.015118807636422704,0.00678349640146624,0.11121542218200745,-0.04481337117538071,-0.4509397224383188,-0.55588086936346,0.17910130763588095,0 +-0.6668390343080419,-4.0673025282950075,-3.7715935985533338,0.44599100852286194,2.310987197239594,-3.2799003465803747,-2.2025170918373855,0.4503755991211903,1 +0.5300530469846066,3.3690388610259037,3.5286403473235572,-1.1952693881879255,-3.7254380354079215,-0.9297937661847211,-0.572254666342189,0.9661208926526437,0 +-0.36851928348372337,-0.9756838234611692,-2.838294068474567,-0.7677705464174328,-0.4755333894800484,-2.205616207091473,-0.39596741557628307,-1.783820449838055,0 +-0.6593924358673762,0.5055345908345481,0.4676250756523499,0.8966412817772416,-1.6674133913892986,0.6153990571683305,2.520502009065412,-0.6809496989514803,1 +0.17309688931530792,0.3187962545251566,1.1546303895931478,0.6658417658162231,0.4044129781364288,0.6669989410845636,-0.3628503571829697,0.9510598928187659,1 +-0.30353096078610503,-0.889703856135983,0.00550037206540114,-0.886312762781381,1.101913620748127,-0.047015914782123636,-0.6770119129802065,0.943884587727795,0 +-0.19205052494428285,-1.0943003994270422,-2.9216577575507157,-0.9509497232172825,-2.891767578043147,-3.4787489118953587,1.5051022678208665,-2.1850452763090393,0 +-1.2147020709818859,-0.2383924828454415,-0.37186363228044017,-0.26115506816529893,0.14011375214641772,-0.3730647286420873,-0.3336357173457157,-0.05764034813635999,1 +-2.0100303104194297,-3.7178025842197533,-2.0703053014479655,0.3740700215233091,2.510108729972721,-2.576655193718988,-2.4142957886757275,1.8873563449707893,1 +1.8107301895505832,-1.1311080627567698,-0.21737795834196438,-1.0911991159272558,2.0364322459651025,0.1085742568511392,-1.4784599640255676,1.1262114972924266,1 +0.10711388567292583,1.8203025119703098,2.1103996789441672,-1.085907250325456,0.1771262332199672,1.0048557104292435,-1.4818599355865936,0.9308435602214328,0 +0.748603520405377,-2.6269037584794184,-1.9838319120662045,-0.25953116724836495,-0.08332761759512396,-2.8576511507725444,-0.2901126195029572,0.5006050396293914,1 +1.4360930061246306,-0.7043938723356509,2.008563236339602,1.2548341381764756,-2.414885018161459,-1.7335241955370204,1.3155976589778773,2.4130796252192073,0 +0.22689946958060828,1.5894140097775817,-0.9095743367305558,2.049790757544137,-3.0968046696318425,-1.6944020516344858,0.7054560660287954,-2.32777766532382,0 +-0.9570335714776076,0.5230332715483565,-0.9947049788996999,0.22907666594955706,1.0555276277917327,1.8334841349956956,0.6615978209990474,-1.7722178913680868,1 +-0.30931179237828654,-1.523621918378867,-1.9680825020395425,1.3771386478567271,0.27946846247358825,-1.8306431310030635,-0.6321207713061814,-0.40154807619279875,1 +0.009869949902421245,4.629656728309392,4.819921271642257,0.4802617118523859,-2.626814125321943,1.381627407380468,-0.7869471311725535,1.09430336940877,1 +0.47697123632794813,-0.3590886392393482,1.9559811767415725,-2.788280957682432,-1.7458308671573055,-1.417502003413825,0.4252443187738275,2.284624403255478,0 +-0.12664524547633485,1.2356797153605943,0.9718376977024978,-0.8350710055185963,1.840758844299173,1.4018150142981525,-2.36835431095738,0.4770724480599329,1 +-1.7325505738172104,-0.37778933748922694,0.1444249110020541,0.09101413896737579,0.7553901300309597,-0.12312975899060907,-0.8761369977751386,0.7123623005333264,0 +-0.016574052528064,0.400810060921722,0.1624029334124365,-0.09789135255717732,0.06266595844230204,0.46272829154226525,0.04893776082344026,-0.22225375371842182,1 +-0.16391701439406503,0.09371190765548487,0.3688084448389095,1.1386076834226697,2.3052966910320785,1.1588177278132399,-1.9504441958111707,0.7344531071553907,0 +2.0250672986075537,0.8355355517113023,0.6122288358537694,0.6824603963274982,-2.458185654020879,0.22225850136970887,2.726888283119295,-0.8384407205326841,1 +1.1328094038930598,1.8413780887876925,1.60777524197734,-0.5913279291347684,-1.7397360332706553,0.3953076029181201,0.5617470142212714,-0.10388086026083276,1 +-0.45272791870230833,0.009425254989061327,-1.6011360090392779,-0.23353944800643736,-0.15639735642661956,-1.424461281214447,-1.2271871932156122,-1.193757715098383,0 +-0.31604498654579855,0.7144369534373732,2.8835242176196547,1.7294360261944859,-3.6162051213551734,-2.2696330412443926,0.5328691902288512,2.3566240069332482,0 +-2.036408100532466,0.5542030290620531,0.5380862608752082,0.3292532510690117,-0.0638310292264869,-0.20473948255737529,-0.9343836392060944,0.34717320328416773,0 +0.5024116326316191,-3.0524407174531722,-2.5744414068162644,-1.6609343137012422,0.3103847231651516,-1.608148013922182,1.4436560203774993,-0.30502460776128326,0 +-1.0473103858146082,-2.2592101038458825,-2.134610747601147,0.0770452404778757,1.1115430051821105,-1.8315695328511004,-0.979410143009447,0.14460073317742694,1 +-0.4355584787721619,1.1786901973219481,1.126921007273268,-0.9763139274486865,-1.218815620561088,-0.8066515850585623,-0.932088388211731,0.4635854039325647,0 +-1.340176962590327,-0.42139595893616777,0.17636495880774358,0.4184078977830177,2.196207729451545,1.1907956283190657,-1.1412876457050476,0.7526255627258505,1 +1.2275881382206495,1.6386615114974639,-0.06096074865495398,-0.3878978057963119,-0.3003438380116163,-0.37038253785934355,-1.8153384386723654,-0.9265512920096015,0 +0.43276477017598053,0.6201944123309349,1.3797673007771765,-1.8872105390242746,1.6577635637085284,1.3640370814324811,-1.6110663505508966,1.2095087890907168,1 +-1.525376052361933,-2.254684156463667,-1.6780413551561855,1.9998278400360967,0.462079960750656,-2.3704981101528473,-0.9077563234570499,0.6266836865799972,1 +0.7785720422596186,0.4198428631051607,-0.23612586311558784,2.0510344222655705,0.9510380312216028,0.8016230857548345,-0.6725393401961901,-0.47410308709420934,1 +0.18723562878899824,1.125598456973231,1.2181234383269783,-0.5504648366993083,-1.187626712870072,-0.6353390010976215,-0.7170020099193966,0.5297798052667034,0 +-2.0625902389262962,1.5809312795313815,0.5178436897491838,1.3538615418594149,-0.4054178492303031,0.7628143937714775,-0.25775655627056715,-0.7979272749469816,1 +-1.4793872844474591,-1.2583103140869483,-1.275619039290298,1.186375536523749,2.987614508669782,0.8145843646555346,-1.4525259916566342,0.09712211329223464,0 +0.46564060363245985,-0.9663533359221563,-1.4037260559811895,-0.9183308754286422,1.3466037646113513,-0.029926591838596472,-0.5157296288297953,-0.46835952343130227,0 +-0.3569307202459389,0.7866418763484592,-0.18769888255301376,1.2151243711312527,-0.687172149790601,0.7853937004415243,1.2337686901792049,-1.2492372799228912,1 +0.3352711663994406,-0.06580064489895165,-0.4222045742447059,-0.24631744512798445,0.8984567822288648,0.5240946183253563,-0.3905077465558615,-0.307998935380767,1 +2.1188437805258142,1.3026939125655994,-0.7755991209496018,0.026034152851215863,0.19859978059117323,-0.23957327867061118,-1.7850504087342707,-1.3871991059228006,0 +0.33364189235514774,1.718007920664286,2.2263497016061096,0.518211800056293,-1.463188215610749,-0.6080222337681245,-1.2160135555791358,1.1868441917113177,0 +-0.32381150848961093,0.2326020865102023,-1.8893426836642317,-0.21947887631906254,1.4051153472508209,-0.25919820875855626,-2.0586002771099947,-1.5395673804678207,0 +-0.3977802862803358,0.20718516094840145,-1.8477521789998599,1.5347805858277257,1.394857615332476,0.5610185066678863,-0.9343088237495447,-1.8429186539364766,1 +0.47888054944178843,-2.431942444607836,-1.3098675568399725,-0.6614117841224966,0.8327757135913534,-2.3624975420578496,-1.3406321134817798,1.2670489804067344,1 +-0.4348640168825583,0.5298465086065409,1.0385033773289247,0.11241472127461663,-0.078405736069302,-0.09315473987739697,-0.8822606066892534,0.8536064503545112,0 +1.0255406203738089,2.290592626819043,3.9921044844545377,-0.5422337600909326,-4.616647392917575,-1.945462643504147,0.3743516012198882,2.1698218825995257,0 +-0.11190702383841683,-2.057159449221773,-1.8066013818389806,0.18211503339745128,1.095000927264415,-0.9651984343445481,-0.1122091873799308,0.006184080346083642,0 +-1.333014392955545,-0.7063029321387585,-0.48257391161605184,-1.5412479163386934,-0.21895367602645008,-1.014215449511755,-0.1401628819557641,0.2219198984913605,1 +1.2986906808586713,-0.43872315532140765,-0.353147136693199,-1.2429684664146508,0.31423901047723213,-0.6108513707311292,-0.6886212925177071,0.2448746348268196,1 +-0.19917922219713402,-0.684928444168465,-1.3693693532849964,-0.5512658845592007,-0.638936302455788,-1.444187270068174,0.11726557782378566,-0.7339617249692882,0 +1.0173797075391466,0.48302003826675133,1.2876323864133699,0.21021920851811904,3.9169944786863997,2.447686220203387,-3.2145924756698925,1.5824867292817777,0 +0.22803787288731026,0.9899882340839303,2.997128100633801,-0.8724798497902473,-2.7120049861520585,-1.4306880126175474,0.032069730636075544,2.310467037537731,0 +1.8814091153707786,0.07829992665597085,1.1991761070540947,1.3060875297069443,0.32644225780482417,-0.13505042298077152,-1.0749822340879471,1.4536506467877837,0 +0.21953996440681423,0.5423945592328546,1.8511477964133896,-0.2928683528539263,-0.30265108967709886,0.01839885734965585,-0.6605347773890756,1.6002650058746064,0 +-0.6593387041584535,0.6348746312355469,-2.030341849113479,-0.1306814045860905,-1.7162459867529425,-1.8934378090568151,-0.1783704560819912,-2.4060172524737373,0 +-0.5273944889735339,2.9433869922331297,3.0733842144341676,-0.19636203804192454,-2.7080255971139735,1.738859720247755,2.1260119251113077,-0.07165102991293859,1 +-0.19250771752274598,1.9823340381118786,4.439179186564554,0.3745191635845162,-3.578684396129051,-1.2172414929912012,0.06879842025597227,2.911338090559661,0 +-0.35977470542985585,1.3094355724539675,1.5989594710454536,-0.2359006364553189,-0.698006008874182,-0.006645878358231383,-0.8846220767150619,0.7586326213252529,0 +0.24104732887331867,-1.9883407029492335,-1.0135428150181847,0.633887794030215,0.07594594297601125,-2.281903551305774,-0.7168166071517764,1.0185102095844931,1 +-0.05819903114076167,-0.8797834602381054,-2.42106948240185,0.9853539933731684,0.7389923491871057,-0.1005175297222729,0.4560414410162595,-1.8328019122379204,1 +1.1416817821510563,0.4368349594445894,-0.6206297149617589,-0.5442011477821194,1.3570090950706806,0.25908756135643085,-1.8833909310299781,-0.5099770876577732,0 +-0.016537549852721902,0.36775437617798323,0.4228088222532272,0.4444798732802264,1.364659035297521,0.5332419061553524,-1.7539126307920807,0.552650960446746,0 +0.19098750555017466,-0.42928451096062625,-3.0295844505321066,1.0196756131939007,0.3309593195010995,0.036895983020715284,0.9105522156357044,-2.9652077338236182,0 +-0.15693134035331097,2.540523501999255,2.1997579598422745,-2.242663030613847,-4.21341117992864,-1.8959956835831488,0.11048189175674061,0.20494019011899478,0 +1.3305164892658303,-0.4787728153144497,-0.605278296709454,0.8787293139086259,-1.1093958317488948,-1.2106710075968912,0.6581484407690872,-0.2958830399973156,1 +1.0185658854305883,2.8600979298962352,2.03564439628715,1.8602442572814812,-3.004173264892175,-0.08675922409889703,0.5011657561001954,-0.4762230010539115,1 +0.33374326158684486,0.20397009175051872,0.5492211960880545,-0.4454875702285632,-0.5220390105425419,0.6607884382959623,1.2485745934267367,-0.0026605932702992163,1 +-1.4742306999102823,-1.0464408152569427,-0.7660222992980902,-0.6487152503631152,-0.16412225352708432,-1.2967550120880613,-0.14702513979533294,0.24471695611800826,1 +-0.23781442875029882,1.6044742012822861,1.6275269250538809,-0.7170165927953258,-1.0937990215233984,-0.48588449077378226,-1.2856154826860888,0.6836908120846205,0 +1.170502858323396,1.0581115553946128,3.6474549877835494,-2.122923757110949,-4.675886847597312,-2.5129855792167595,1.1300531580960405,2.6997181123336276,0 +0.47161962407444963,0.13306839345444754,-0.7812271849001486,0.4097557387298745,-1.3212037590380536,-1.4499867429134632,0.03179949450366071,-0.8036802991519729,0 +-0.8950083510610007,3.321596884053025,2.3240974323239305,0.8665899753449813,-1.3361949171168552,1.6752112974158773,-0.1088690641247998,-0.5430005518972055,1 +-0.22859623656681252,0.6983705078149284,5.080085827807097,-0.6002852503145396,-2.851909123621757,-0.9439168681361005,0.5970142322063003,4.48329609323168,0 +0.6717127573037509,0.7070014697855774,2.881280517729798,0.6455320670044944,-0.05923501350882132,0.6169007082930458,-0.6829765130378372,2.4682073286243833,0 +-0.3463001968916569,1.0400330252487766,-0.24116818408745105,1.2984075547717697,-0.971943486964559,-1.0652207334740478,-1.0866021624210036,-0.747898051913352,0 +0.7581911667754967,0.26028643292631093,-1.5968613247614218,-0.7384199642772908,-1.3022705411252886,-2.004284250456578,-0.6374910934930661,-1.5163908277087688,0 +-0.4475262036646548,-0.07697828602996348,-1.6198758831241595,1.3986196667169835,0.6309942678298227,0.6716025309689975,0.544114535897259,-1.779798127075967,1 +-0.5130147050493699,2.661184153121507,2.8865791695433507,-0.5517293584288672,-2.0514815641040647,-0.40490410497349405,-1.312584224007559,1.0716250937773673,0 +-0.05803070990042136,-1.2677076269958372,-2.084352238818572,0.12155757314746438,0.30944243514430425,-0.44543866173193347,0.9304240214084198,-1.2648526234417972,0 +-0.6012989475947165,-0.9494763787479454,-2.319953486297734,1.6130406308435783,-0.8461391279412575,-1.3030528983124834,1.159661871829107,-1.769324616852603,0 +-1.1456678512078315,-2.710558314729756,-3.1182614837887987,-0.04948279306663941,-2.0777942489362338,-3.498180539440656,2.1173992149243537,-1.1837697158195468,0 +1.5788306640018779,-0.7423731351825786,-0.6343772370517822,-1.4228166191674239,-1.1065041620988199,-1.718049367440193,0.26981897479280936,0.04118180525375115,1 +0.1074101485991792,-0.3908245908184018,-0.6637840000853739,-1.1800260445171649,1.7614435421915242,0.5148528292534831,-1.214224202580882,-0.055377575868924556,0 +0.3891391751908915,-1.504113862499605,-1.0439632643037449,0.49186829320380177,0.3414709142053312,0.13483951957753615,1.614833801999493,-0.2376015339711855,1 +-1.1963310329692132,-1.6728996386697341,-2.247618743997926,-0.09296007295187726,1.0518564675207815,-0.1180685108553331,0.791754037013459,-1.0760905878078797,0 +0.5338189580102011,-0.06501055019188373,-1.5911891736638974,-1.8849666838716006,2.496517294639809,1.3556780230044687,-1.2262650830699053,-1.3342343777211685,1 +-1.4386591011177046,1.9976383492624292,2.22517416517014,-0.6386922532028968,-1.583589603836355,-0.3546024688873065,-1.0073937642978443,0.8735716747057305,0 +-0.9371263541054748,0.15039393508331977,-0.15786652150693867,-0.37439202931797644,0.39373253683811854,-0.17081029783730084,-0.9064961780694085,-0.02910241831416094,0 +-0.9328727870447984,-1.7456120850633872,-1.6392448617176163,-1.4929571370676928,0.6598160255642216,-1.3689111615583274,-0.41392952874185923,0.025682860293763765,1 +-0.07071100998611587,0.5879500689146531,1.4614661706789676,0.5947568053920879,-1.8016341848369963,-1.1605444131895277,-0.03162284663998827,1.086052927306756,0 +2.545099377511454,-2.135379329366545,-2.144789652080112,3.215177015774252,2.5265395024349844,0.3399804258541552,-0.23209856398978274,-0.33906650304274627,0 +0.7702295806463699,0.6296565793955129,-1.7942433180297246,-0.8332060111037967,0.3167060809903382,-0.42633462324834104,-1.184128255989059,-2.0020892745969716,0 +1.4845053302610676,0.261929928661092,-1.2661369068946362,0.5674795858259345,-2.1498465481869355,-2.2490106348739545,0.14858475419494,-1.3756079401023498,0 +1.582709215517709,-0.5309612132115757,-1.751904315792096,-0.2634131877602052,-2.1273237322104066,-0.8730879496686512,2.9466943720168084,-2.0620558756890848,1 +-0.16849229742567057,0.5193395741840525,1.3973610253306028,-0.2748047497324548,0.7099670625164789,0.7042807245301288,-1.035129413651275,1.207352955223541,1 +-1.1713662260496396,0.6929352950713719,-0.7760611693994818,-0.6660112061350244,0.9796721329820596,-0.05523179494900399,-1.9958423097194469,-0.8297201813305568,0 +-0.03337435244574636,-1.834948786825667,-1.9468825557160485,-1.182711417177592,0.5627598468635949,-1.8679962083188637,-0.756488773281483,-0.08051829168556124,0 +1.5240461396904996,1.3980829166830302,2.731957536876028,1.3972248827876472,-1.9000975153045345,-0.5692159271108721,-0.3410951975692288,1.7311856889234598,0 +-0.5689109236599706,2.349761562059514,1.5070721086830934,-0.6105457720671494,-2.4322524895979867,1.004644340829384,1.843378701732917,-1.029120330163075,1 +-1.3496489222529668,-0.9441992506772975,-1.5220376314801338,-0.7909475363660151,-1.685236904348144,-2.3095570163436534,0.7792355447944141,-0.7828323617986133,1 +-1.6098610401148523,-2.8537199736162044,-3.1397957553353923,-1.3688254646637545,1.1575720262074802,-2.6273388849817434,-1.1766401371619994,-0.26029497871099616,1 +-0.7969490763040803,1.074210920569434,-0.9237434993254189,-1.7935058451056516,2.3518652476609607,1.123577166520288,-2.7499460103927165,-1.188229498822428,0 +-0.9253798672328762,0.025453609174969305,-0.08906570784156806,-0.6893618553747576,-1.6959728583878084,-1.1825493655309525,0.8404701532990231,-0.2487105887354749,1 +-1.1211050783068708,2.054171735128568,4.70127528521764,-0.033604470194345856,1.37961423698497,2.7284764670288126,-1.8949937080307784,3.3457108014498615,1 +-0.9897863277678871,1.5489549185032496,1.7794153069638792,-1.0375633483656712,0.7083600630685609,3.386269037814743,1.3247918111355432,-0.11827883507355841,1 +0.6938644385215238,1.1872061943578092,2.8323550931211514,0.6413003458894619,-1.3740147137967784,-0.15623136425059958,-0.3422174891229808,1.9799652168737334,0 +0.10613540444170214,1.4333434887963705,2.990414693032499,1.1551747077048076,0.9027854714578136,1.8800336621504752,-1.185290359966597,2.0046098841429822,1 +-0.969204162619135,2.375052742937976,0.490217652279105,1.3749849506686158,-1.7794129941286316,1.3998555032729545,1.704028271196638,-2.0764085186334,1 +0.7301691692094354,0.94722622582904,0.37634894619782144,-0.028367252322465817,-1.6896511434763446,0.022704514565303424,1.3114231186165122,-0.7742194124080173,1 +-0.41337984456854027,0.6739549329455522,-1.1727934288213286,-2.4266580731566507,-0.8130786816764853,0.40039502985922065,1.304424909625714,-2.1446866150476347,1 +0.32896327324538016,-0.6263081071449783,-1.1148197463703222,0.43721336411231454,0.7796830472663308,0.6931753943688452,0.8080586871123555,-0.8756187806681546,1 +0.11512291765454388,2.6906073071113075,3.3614599606286726,0.27736100487246756,-1.9156035664496571,1.011404803157189,0.21474560290312028,1.0074984059230054,1 +-0.30356849230061456,-0.1380262510248137,-1.0432969944792905,0.10246717781359165,-1.4417315546693055,0.3029577811555982,2.909939438290122,-1.754129926811167,1 +0.07240805104694581,2.0290531333106934,3.497085259312728,1.2158765416879231,-6.389212683881673,-3.5966470017165966,1.1251096673388155,1.811216190090676,0 +-0.5920899044198424,0.5980237201086459,-0.25560816109270806,0.39197382024170796,0.4629256878070122,1.8129258198445195,1.1864592997929675,-1.2249248893897993,1 +1.4762767110937012,-0.5322637640146055,1.6168526517495234,1.3756356139812649,1.5591055157115767,1.2113100020880005,-0.4992410043374625,2.134802615033337,0 +-0.31572769982254895,-1.3387874724666267,-1.7341731177291184,2.1504462315524813,1.0101150969527204,-0.7395458201578992,-0.4856403989746333,-0.4432863282778662,0 +0.3991377186105382,0.6765691405928719,-0.9562824159175903,0.12569107115871142,0.7938745192964054,1.7862983733410556,0.7953586870285274,-1.8954338274349485,1 +-0.30425209647516616,1.4033706873633687,0.21692792505131928,-0.1167046261750231,-0.4630557590542355,0.25412006270705007,-0.5761606094090703,-0.828574458579009,1 +-3.050195801031588,1.954817691277829,2.1898018871970586,-0.5878283784223842,-0.769661292687047,1.3727971416338363,0.19201013386253918,0.416818035786483,1 +-0.05063612665340516,0.38754032992280657,-1.3744174454512916,-0.10756566772543695,-0.8442003530472342,0.6699671968002804,2.075284813024181,-2.336877389501127,1 +0.46687046188334824,0.5483366010656684,0.9977527299990124,0.34932817627907536,1.0838726520425386,0.7689917948053271,-1.3987498313689968,0.8701976370038839,0 +-0.011350960832529528,1.5756339268584827,2.8775809654562456,-0.5157643373244887,-0.9269418691235666,0.44003104043259106,-0.6166029469197578,1.726332079152485,1 +-0.4194270984757539,0.8358981885321513,-1.104759823291127,-1.1210637262683367,0.8238884566432865,-0.17726946756284212,-1.996097048353161,-1.2750715111194146,0 +-0.7519657843298263,-2.6687059431283675,-2.118873164574884,-0.17597276253600289,0.35293975711867315,-3.047442604265153,-1.08189613080001,0.6274626509927741,1 +0.5563467367799207,-0.43454075297675093,-0.32384512431316714,-1.124816093581465,1.3972682240183065,0.08256587760891387,-1.3218238716274415,0.3892553989598163,1 +-0.5886870081768397,1.7417936742474907,1.3126167353653808,-0.47235443102345803,-1.1462367977353032,1.9015082560288592,1.9164535245111798,-0.8017331755397441,1 +1.180986564697501,3.6207651876535483,2.707410663097071,-0.33502886445285746,-2.8154313389861487,1.4621482923928288,1.2847339273536995,-0.7668899604318923,1 +1.317600957145063,-0.6273541623712082,-0.8206797379120473,-0.20289583630711389,-0.5878794534389794,0.5117654041447981,2.4339527226492765,-1.0018128765496241,1 +-0.2255650320366494,1.6481024889697515,1.6892546323027267,0.5305039335353958,0.268126297586651,0.8369712723320775,-1.528928523394752,0.6739447104543675,0 +-0.5096363924091913,1.0822364274611234,0.9281974874879712,0.43414077382372684,-0.6417931620707854,-0.30464648598138355,-0.92458781273557,0.3025893590800819,0 +-0.6813851151419678,-1.006209746526985,-1.9133522939300778,-0.16123605391624107,-0.7183586427682713,-1.6370014678639218,0.47618848305981665,-1.0976911282026314,0 +-0.15977216893120597,0.30155022610745563,-1.645079758089719,0.2764518186643587,-0.7240119034809732,-0.3342083136327876,0.7347109893035914,-2.0995787292316583,1 +-0.1584295041357204,0.22341538494508262,0.5311207075818986,-0.6499821256662034,-2.14424506264083,-1.341091978214223,0.8768657414260292,0.21661307518339462,0 +-0.1676802938960676,-0.04446804164396989,-0.8355719006158339,-2.3048764075960024,-0.7134686728940463,-1.1979359988801024,-0.29200952563255467,-0.6406642015153853,0 +1.4658003610858878,2.2234170731756895,0.8942302705711174,-0.4896449264288875,-1.4004776101741911,0.38763693208108385,-0.13954064823246948,-0.961357305322863,1 +-0.00030342542934183294,-2.775386546601477,-3.275944764724379,1.219752740475411,1.970670385401125,-2.345505038614871,-2.006187256933236,-0.26199205591390073,1 +-1.5307461994575402,2.261002016511858,5.301976009874558,-0.7624325053358353,-3.81476408404607,-1.1884642543717425,-0.10443844544985015,3.5973800221744314,0 +-0.8201502610727113,-0.9649804837219587,-1.8450077288467448,-1.0430798653889708,2.112713474734473,0.11967178260419065,-1.2839532731054442,-0.7215721127456759,0 +-0.5870917404502756,0.9298013720855587,0.7307163903213514,0.6985436056023953,0.8887503768623392,1.03991986540368,-1.093589714868571,0.1732796247173164,1 +1.7810890682537228,0.03432899734638917,0.3246738050965732,-0.7440130927615978,0.2847424507359527,1.0542355181079857,0.8697788458800332,-0.015238807584803338,1 +-0.2879906229377414,-1.1713059933014962,-0.35972714482332857,0.15849088398455827,-0.020989487829213498,-1.0864773371109333,-0.052821017434404594,0.7214486644763313,1 +0.7057883359364021,2.6765155134178498,1.4326854586273168,-0.20949932024019072,-0.8412809579205441,0.33809831216939457,-1.64690835644217,-0.38528667613568063,1 +-0.9872845740904568,2.261473294461422,0.8618057258792998,1.087584285260076,-0.09198925647351576,0.2282291556785654,-2.25092813103399,-0.4429826673755853,0 +0.7398360718912148,3.091606785866203,2.674440093040498,-1.0507261398764938,-3.075694851612256,1.130178529997003,1.793402972783025,-0.4655848740829432,1 +-2.588788431382411,-2.593340162103981,-0.7790908471663285,0.4918608553090056,0.9635748790939527,-1.9001093373492894,-0.8888770302507613,1.7850648723497924,0 +-0.9645331373459255,-1.7080843489212207,-1.040894307132864,-0.4758592889673968,1.0317037315425335,-1.4361392078111894,-1.246653312337552,0.8324745634342248,1 +1.1594069949583494,0.7003661826274569,0.2751588466797813,-0.6848798750525992,-4.750790497625052,-3.8889994555425265,0.7561681999471002,-0.21831173836970663,0 +-1.240325026714423,-0.3837230231286995,-1.4900966793292467,0.42799064646840174,-0.07000172662321211,-1.0476377769411258,-0.45566326522689127,-0.9864711955876021,0 +0.37019050840683565,-0.7900604847729185,0.7234322887376846,-1.8962499168997775,-0.7598117244270102,-1.3328008295804175,-0.04966936107230713,1.5181500726353698,1 +0.20711978858580873,-0.48971188847991187,-1.5372256882390893,-0.9338446920791522,2.328318950203209,0.24887173617664138,-2.0202525947073875,-0.6209595224264095,1 +-1.0472719109524944,1.2881690215532338,0.6830511700821118,0.7016006306206422,-1.155624682709384,-0.6726638655130184,-0.834031610563413,-0.11675153727580434,0 +2.0339528002347835,-1.3962542309430515,-2.485201164722596,0.9175235068685329,0.8026478141401017,-0.9270122851264622,-0.16191164091313637,-1.2311418903634508,0 +0.08555842189027672,1.0795761745542531,0.4089972360717307,-0.5777192148063204,1.4928188451727884,1.1497685971160514,-1.8780421627558368,-0.0763486300385171,0 +-0.5625354991750995,-2.132860531273517,-0.3783242831802815,-1.1271541311780626,-0.28058528749004563,-2.378247978272935,-0.36329957512382327,1.6978305212476419,1 +1.1116467033390487,0.4243904789346482,2.567866324864288,-1.0885235471821195,0.9160601744626466,1.2193801838943301,-0.8759843891088828,2.394451216366604,1 +0.059372138059387645,-1.367529799964115,-1.3287101578578577,2.3087149585765974,0.8628300021631358,-0.8957947877680357,-0.5694431251829679,0.027675581882004807,0 +-1.303703425798607,-2.152436570707554,-0.9781280867381268,0.944766966393009,1.7895073464194315,-0.4442327768860984,-0.5434878134051606,1.0052813956081086,0 +-0.7889730993057221,-1.5964867037537434,-0.20269209729245702,-0.3448170676520227,-0.8512723171097798,-2.2317611637184545,0.017449886190139208,1.3089909333699872,1 +-1.013070977825074,1.1302143650105976,0.2906742812062871,-0.6193799600604868,-0.9111361839541121,0.578815235528904,0.7697405159114133,-0.9119427359371473,1 +1.485577384490928,-0.32042228713330645,-0.9825505580215997,0.6034367403635,-0.5558134787192323,0.03136400448857346,1.462817937974562,-1.12597904420277,1 +1.0461136027109017,0.8125784945167254,1.265174862116334,-1.6648849568159498,-1.098303337138655,0.046848500447168484,0.38967849662050646,0.4902625833812641,1 +0.18431523277486533,0.6003337477881148,-2.0335563886863386,0.11550422104961357,1.3545045876747621,0.6942008127776158,-1.0696808031227554,-2.3374069235450987,0 +-0.3133033913483564,2.547991434827572,3.131019659904412,0.15530998881202443,-2.7234333009923364,-0.0739673436310474,0.13950125192069585,0.9973881688973176,1 +-1.485542633188652,-0.7680573277463453,-0.9972444616390164,-0.5700224366840323,-0.6044468440370655,-1.980460795749776,-0.6646293745685882,-0.032922040209540926,0 +1.331058504704164,0.3126418887090443,-0.12445600867713977,0.3570829979316694,-0.26692275212721345,-0.8397277391134275,-1.0407872085705183,-0.04456712280384023,0 +1.0337735600532856,-0.7562262828347576,-0.4518730515527387,1.6595604715250347,2.827433249321469,0.6142198960614274,-2.2694728532308712,0.7464957592615964,0 +0.5828849731629235,0.2991256871537015,-2.0167216911107904,-0.4761563014821671,-1.0611715467855818,-1.791714181064013,-0.6191642369670961,-1.9971165065555903,0 +-1.0172563035952837,0.5698659401171166,0.4035486585892795,-1.509626558813996,0.418665675564052,1.0941833251723945,0.13174090962059015,-0.19083226674523202,1 +0.603801169723168,0.23317916200552535,0.11740355429755232,-0.127662446191289,1.5990137159981261,0.4636468292487044,-1.9482416980797508,0.4138887004352596,0 +-0.00219848021979622,-1.1432138988722356,-1.7528118431479456,0.5431999095299297,-0.3830336709911052,-1.659053430391991,0.06994117464953964,-0.7072227453293773,1 +-0.8453000806410653,-1.1421126865545002,-3.264207696389671,-0.054221090020395185,0.7990635340716917,-0.22000876481434772,0.7361289729763367,-2.5346200775796333,1 +-0.849885024899561,0.19437171326779623,2.3117971637048833,1.026139232283094,-0.25929283750139476,0.04506013720205082,-0.4438615483734618,2.301676378469187,0 +1.660633004679166,0.024752085848598226,-0.0666314085787686,-0.3701132048926653,0.9762533489800939,0.45200952423012253,-0.7975128393476428,0.09248766061722369,1 +3.018972859411242,-0.9673618227768089,-1.1595257992798789,-0.11458462963857732,2.3138088303089095,0.3808626722899848,-1.4168582292308844,-0.007053137749095217,0 +1.1625896388064756,-0.1705514709054372,-0.7845567698034497,-0.11848383395115712,2.3188955272205325,0.4015183780499336,-2.3636715626213514,-0.044488083591477046,0 +0.03209012575735437,-1.5321163391251302,-1.5758529422941254,-1.2365897826371364,1.3712592707180977,-1.0786505307997236,-1.2903015561466047,0.12461000668195465,1 +-1.9034692417264911,0.821533339843467,-0.9265436300738285,-0.5890678632258859,-2.3373695504038468,-0.7144949111214078,1.762124504604183,-2.057438577485178,1 +-0.6049259856363891,-0.14047952739540148,-0.7622657820352108,0.2924673249341525,0.626101056489131,-0.2630096888399012,-0.8736601252090573,-0.39940345286364404,0 +0.015322233147932846,0.2776766264291851,-1.2097976571684956,-1.4189974840457902,1.7375717573323182,0.4694063768802761,-1.8048675724306353,-1.0116193629346368,0 +-0.17095533249928496,-1.587253275589016,-1.262781107138768,-0.9885862523589956,1.5851493051850518,-1.1135305747514626,-1.6725183699500996,0.5954094419657439,1 +-0.32982701145991483,-2.374817068447134,-1.2946555495578558,-0.5918914591012615,1.0564394593292346,-1.3053648609858746,-0.3154983167731236,0.8758280696714815,0 +-0.032586013626684306,0.01684238164851848,2.786796516415848,-1.8167010642229309,-2.132234318132574,-1.3818989665275176,0.37989344193712205,2.8208866816473517,0 +0.1558620717124712,1.8956158470120401,1.7532147569200152,-1.3841291638474997,-0.8389126894833068,-0.17051026849929296,-1.5786929166484427,0.620597258251844,0 +0.19389921797796897,1.713767558030532,0.9714630660782602,-1.3894623640207189,-0.20883680968534243,2.280319738614443,1.2125373027411097,-0.9633407901022821,1 +0.7710830367909336,0.7816505145983614,-0.356211203334954,0.7736855186504179,2.502124647268704,0.9087601498159756,-3.098473293488669,-0.2536166567575331,0 +0.6669595625495193,-2.828008443393766,-2.981459722467893,-2.5523090961477557,2.5666932100135242,0.46599518261421113,0.8661406836011789,-0.9110254871990737,1 +1.3389476835503171,0.9620665378854087,0.8278656621693741,-1.23274127045097,1.5783506037575235,1.2671749123890792,-1.8370897462495734,0.4284766042268531,0 +-0.22723167040108833,-0.6533151326590705,-1.8039897680770947,-1.7823393456276662,0.2511639244976715,1.5103926759656108,2.8795307231498164,-2.1762525712001555,1 +0.9404847052391105,0.7102316241281785,1.9247103876066578,-0.8661120095778772,-0.5916935759682908,0.9028782486763498,0.7296549370010659,1.089296160567778,1 +0.707829342529816,0.6144434454602433,0.7713760840344842,-1.4347000531719518,0.7576077830697562,0.8726658719407819,-0.8011620930593464,0.414685561916029,1 +-0.7628112890826834,-3.3089356589963677,-1.7550188856557798,0.5753102716267962,0.27853244541140887,-2.923971838436496,-0.22508305438353027,1.296718174594176,1 +-1.0502062705765514,0.21123804817331426,0.5390051344359642,1.6128219985491967,0.8726421602612079,0.3574666599567169,-1.1509587865575521,0.653284436480356,0 +0.651377220889489,2.2335720128754755,4.284857898318625,0.6599205944162715,-5.792714493809697,-3.046248792582272,0.5613027272476192,2.549319052175873,0 +-0.9532698124221372,0.3562351481553756,0.9884313465355743,1.5601400183772975,0.2584516185059394,0.44077663303044434,-0.448993360010769,0.7912012681115888,1 +0.13749341232424225,0.6983969680583217,1.3926578799130118,0.07750544307450348,-1.7660016581136984,-0.4320917908245129,0.7899690524088665,0.6446871050091616,1 +0.049375196334728165,0.9480088899521633,0.5309425658450659,0.2814668365457966,-0.4743354590170677,1.1357052077234677,1.0168690125202686,-0.62344755516173,1 +0.8325827365364585,-1.2108969255495972,-0.468687666534867,1.330171380937901,0.8511095796526621,-0.6195940262839703,-0.6003224543915601,0.7564892676643746,0 +0.12409396227386613,-1.9291052862558253,-1.7956844101974885,-0.134165904559762,2.9322920375961363,0.773221159152127,-0.5558716739071676,-0.104173216262061,0 +0.9837042218981432,-0.11487074510152773,-0.42495825903512713,-0.34559254406471585,0.30116485639495266,-0.552389526110368,-0.9206161669766826,-0.04336928952505814,0 +-0.7194684141461427,-0.9525435851251247,1.0487521378138913,0.9627610279877818,-0.4461151177428334,-0.8937597138936456,0.1701844322192041,1.8928317905057286,0 +0.3646066245902094,-3.118580565022322,-3.685949414809197,-0.17545798204685217,-0.597973822015365,-3.60107357804356,0.4718483733206531,-0.9628963257048084,1 +-0.012293082840552699,1.4696196750108197,1.6772368010698975,0.2211070577687194,-0.800875600371015,0.6235418360105724,-0.09240575795812866,0.4402051355749116,1 +-0.29307927013887547,-3.569565981129113,-2.427888573118176,1.3261732100797528,1.686872182953745,-1.0776545322348294,0.7029271955629126,0.4404334074548024,0 +2.0426975045798,-0.8746296745093405,-1.5650196521739286,-1.0029117059160237,1.6492151038955847,-0.12525181732672175,-1.1272500930204474,-0.5369823895131066,0 +-1.1132725107618642,-0.5215951642586747,1.1414900692797767,-0.618483442140174,0.8487143905592525,-0.1976434875520109,-1.240119451369385,1.951232942217007,1 +-0.11247505750831313,-0.06414118164676208,-1.0043801398827268,0.8381993731052537,0.0004088459734297475,-0.39037597096012133,-0.16356414160698673,-0.8922714549116844,1 +-1.3051199928949992,-1.6299287719964621,-0.9760029283865133,-1.009328695659923,2.096398271227095,-0.5007882882138306,-1.6209552023588738,0.8619360929201263,0 +0.7209293876630002,1.071897638885242,-1.0540347731540676,0.457752555763635,-1.193243809634011,-1.163411497524725,-0.7026134421076644,-1.69720056637667,0 +-0.07384341038639199,-2.5872029139505024,-1.6371408542340524,1.972748959647701,-0.10326379860737327,-2.657486350011003,-0.13708258739746282,0.7626208417653098,0 +0.5661906708726555,-1.4757017709939264,-1.0768668080551582,-1.4700679291482108,0.8881304687013534,-1.390627390673077,-1.2213705300238915,0.5892984688907841,0 +1.1488389734337334,1.667205159914712,2.5434635921122504,-0.07208730129163446,0.048969109800278084,1.432426294262313,-0.687936290360814,1.2526484565990592,1 +0.18090798012078177,1.6176923740408897,-0.4151640670138397,-0.2066824970081642,1.1917354442146246,0.8065274424953406,-2.2498674160339425,-1.2414711139711534,0 +1.71083901359937,0.9718797377208819,0.38363053945256087,-0.34418692013283697,-1.6416570075796877,-1.5834301525987504,-0.9283715324505762,-0.05848351242704919,0 +1.5986640491163944,0.31308652115682345,-0.47721587440076835,1.8149395599145626,-0.5184041409391804,-0.21824528379647945,0.2480026546138594,-0.7997631961063971,1 +1.3780814016369276,0.524911079394454,-1.5030546503805238,-1.102708740699954,0.410899610670939,-0.030941870202066624,-0.7617686566393217,-1.7623029133264358,0 +1.5013930943708005,2.3067991029725547,1.6406276729328406,2.109321681495862,-2.004465579378445,0.8824297372732434,1.0779130315385512,-0.6406399719160102,1 +-0.3947930561636904,-2.53541112350421,-2.1307382481790365,-1.1236984808105743,-0.9223351482481694,-2.2522226438675492,1.6582188968121507,-0.2995222085789903,0 +0.7059671596682695,1.8654011179277286,1.746291062599506,1.2004149423381318,-2.2247870417008775,0.6495353186971322,1.5272734251116693,-0.26413833997005143,1 +0.8735878159687075,-1.8133205823375858,-2.463064179374178,-0.4650912372365926,1.195133185214883,-1.5486794086504647,-1.107804411666386,-0.5527649157097907,1 +-1.9212466819655216,0.6006166615247696,0.24945500984466484,0.04666436058219464,-0.6922493074858187,-0.2536453202227158,-0.07008850906374031,-0.21542420709947802,1 +-0.6753583902566742,0.87507453913425,-0.9854362878098276,0.450722465797306,-1.2706607937930574,-1.0280061997614514,-0.2189552440794954,-1.6024775860640703,1 +0.3482382008634728,0.3347608114834182,-2.0821087463242915,0.2840835183421031,0.8668349520885253,-0.05597117443805122,-1.0742333610840766,-2.103656719643875,0 +-0.2778767167126669,1.5415580776241722,0.3773858368572686,1.167845672697181,-0.3688858312366405,-0.15860637679312006,-1.4562601060814613,-0.512476940214541,0 +-0.43396597055611613,0.8912609043055246,4.361140442774865,-0.5419864068528288,-3.7797682024920047,-1.8681204484869767,0.6865687225755921,3.636426743735406,0 +0.021050697583312544,1.9836760794449013,1.5254172438998954,0.12254642155879489,0.06506961287230814,1.5744755578769403,-0.5701815127201153,-0.09195239856909543,1 +-0.4726901808302344,-1.319326182169618,-0.3273067529568992,-0.8873923208812108,1.1453934947120215,-0.7583784623355754,-1.1290477832039132,1.145440271136587,1 +0.40739013439578003,-0.5916514103824803,-0.23334733561881119,-0.3031671867995721,0.5225659531124252,-0.9437163962841251,-1.2994153990963437,0.6865709985267829,0 +-0.8040152268502575,-0.1371004077820015,-0.8663390380474342,0.886803021528661,-0.23526420680253773,1.1116590800276402,2.215484717553421,-1.449220956928324,1 +1.179484333045458,2.1694668726310713,1.59168528105802,2.148246694996633,-0.5804095077458408,1.1484592977377697,-0.436921684358218,-0.18492911064857287,1 +0.2524968913669289,0.31551357717666173,-2.3515981398973436,1.08207549149671,0.7887737097860891,-0.4704723189243589,-1.4176115884927212,-2.236560766543893,0 +-1.406898675654051,-0.7197753081171031,0.4508594341877288,-1.1818052106502732,-1.0824787423867526,-1.4896964243021604,0.2039453169860621,1.1252110005348903,1 +-0.9060240183637792,3.375946455419098,7.20235430153693,-0.1748204597430401,-7.472977663921945,-2.7797033668900495,1.2439358175990403,4.343972336152206,0 +-0.14026278473401835,-1.9296633217045394,-2.221511594658597,0.9374727410080639,-1.1551228169315142,-2.555065733788049,0.9591531548170502,-0.6910720864708534,0 +-0.18193485620754446,0.6264129292495861,2.5186831760762973,-0.5117948056291843,-0.20022882680984314,0.3208223168178621,-0.6856683382331206,2.1912460284907365,1 +-1.0059218347360606,-1.3120597731091077,-0.9135058629280924,-3.2462327864881337,0.7577643652526552,-1.3942075743990698,-1.2635658029287604,0.628768774732158,0 +-0.03847466299260597,-2.869145598249742,-2.6220236504685897,-0.7035367558757918,-0.3183543180316306,-2.1149127607688207,1.4807167776724282,-0.47936715451896433,0 +-0.09869643338563412,2.7147009700798765,1.3685332282308431,-1.3054117108385386,0.25794533291762484,3.4123549113571165,0.8630742492169523,-1.397584574810278,1 +0.218100734166125,0.942602822983156,-0.01968364044745904,0.3606377194887692,-1.2404912539292285,-1.004828225952813,-0.5814282008674097,-0.5818379731722847,0 +-0.1916457110564038,-0.4094238072370137,-1.3369187689308792,-0.30855344162327686,0.43770998840433256,-0.49683829385835043,-0.4616027647546017,-0.8497381992642901,0 +0.43229394385371533,-1.6441702176840245,-1.9154755393868432,0.24387098171497093,0.9798842971091972,-0.4205658628308648,0.3644774756518241,-0.6240370270272635,0 +-0.9659192712556708,0.7933497299376346,-1.439319928472761,0.37855517540319,0.14674124336204597,-0.5645531338050988,-1.4045362228014722,-1.7094565543081124,0 +-0.8033605798050365,2.6377655410721577,3.566568503306334,0.7927259315419265,-2.2243857927028228,1.4535731714268634,1.2432457148446605,0.948387463057726,1 +0.36790942492276174,0.45949436540611643,-1.2757832928580906,0.587382517204884,0.8539125948009982,0.409770905518752,-0.8007100317792257,-1.499357937768825,1 +0.1113602641733417,-0.33027918380380883,-0.9647371300744241,2.338417187496759,0.1050831902665648,0.7168180667941823,1.4397514675077177,-1.1458782332842072,1 +0.050706284243115456,0.8174775129217287,0.9231108474091101,-0.5495693919856375,-0.11002400885345044,0.443983553787451,-0.397638486811573,0.321077640329613,1 +1.1483310007165812,1.7547402473200882,2.7591482620460903,2.0059903238821755,-2.6199642043789604,0.25238005475398373,1.389606788949458,0.9262957400995246,1 +-0.30361177791835214,0.5449778176752016,1.0527455511002624,0.2477296939299848,-0.30761289171568856,-0.35296405731079283,-0.9222235661695432,0.8860350242813074,0 +-1.8168900274302124,1.6167704048516733,1.1948554246138117,-1.080934212311921,-3.297114585220423,-0.7057161076761855,1.6759760020365093,-0.5507843302853983,1 +-1.0739621244675686,-0.6726585852670087,1.3004867165059086,-0.2555315527099375,1.5653487735269176,0.05484436663283665,-1.8085839441561828,2.3748421720320474,1 +-0.7282769338641131,4.188743647359973,3.7615965785813223,-0.07202502759782851,-2.5930498354386717,2.194165431943632,1.0284703873201104,-0.16220550050972082,1 +-1.9776307214619175,0.552048349102167,0.4121941436402885,-0.1857801828131745,-0.9223780674244858,-0.8688527008235929,-0.5568201853619209,0.1698425812956854,0 +1.2830757071887982,0.3745077812464981,-0.2388740986970604,0.5216026381006406,0.6073543067575167,-0.22675557748853115,-1.5043622229095484,-0.1346819458383154,0 +-0.4972367057065696,0.5273851202665628,0.16319578006512236,2.1418188147543225,-4.373310446459761,-3.7679061990333427,0.597839547987574,-0.1524229557592479,0 +0.0906857985746,0.48537946828764933,-1.360779196865023,0.7865486246511474,0.2295603904164736,1.0479144136146992,0.9379523513046883,-2.1269366350102574,1 +-0.7908925788628347,1.6874188716325322,1.5675209099326597,-0.9487443098907015,-1.5705099073061064,0.5572985291712338,0.7140014611001775,-0.06835584556610463,1 +2.687874060864542,-3.0979178758868935,-1.5606529179363733,-0.4742276215874557,0.19876200112469933,-3.3771596788215286,-0.9992652247632638,1.5602004983865227,1 +0.8342442168789926,-2.0163011709446943,0.0295089691238843,-1.209109477310567,-0.11554260047259717,-2.1877962524976855,-0.5876243842773454,2.059896904734948,1 +1.9460065206806314,-1.2931027251717104,-0.5113304538750028,-0.8139364025522169,-0.05478702149802828,-1.2699824684031382,-0.07447653793348419,0.6902029622147026,0 +0.32576847779756013,0.2814386415058966,-1.2991863745728327,0.3152769483692125,0.6732545746882944,-0.27131786788641193,-1.2527747768800577,-1.1981976366468692,0 +0.35199268618087576,0.6781256646214423,1.228808067041545,-1.1629241890488897,-0.9947819088944804,-0.013412050457668245,0.3170380644444396,0.5911520930461431,1 +-0.6591669184672138,1.3717953793721778,0.9311092149050134,-0.15785707336385774,-0.2736242773647569,-0.038679182174158444,-1.4082243123157516,0.1714143426388529,0 +-1.2493986246985194,-6.341275036600217,-5.077599005828694,1.081709064410491,3.622095503813069,-4.694134960730895,-3.1321227304359223,1.4039865467982175,1 +0.7802455302731446,0.11033087252231444,-1.500995680795963,-1.1768432209240478,-0.3645939812778543,-1.2146209405004598,-0.7877928449606142,-1.3122024065663334,0 +-0.14774398672459174,-1.548061018628259,-1.3608977606135295,-1.5742347008862583,1.2051856310190951,-1.0996717408018697,-1.1259563436628908,0.3136615561039317,1 +-0.7944335501570661,-0.5757709836044764,-1.9892249500633186,-0.6192987078753813,-0.3912496477758761,0.20571963679412864,2.0252766707016816,-2.098809449256009,1 +-1.8978785506733613,-2.289424338793559,-1.3963149030480957,1.077198001693151,0.2939238714164796,-2.2457810822379933,-0.544936753479687,0.8345890999256727,1 +0.0023434061086037485,1.3977237256516324,0.36712801858336025,-0.5324506526588306,-1.3185940563382745,-1.0028189675277417,-1.0693089713443689,-0.44135410356409555,0 +0.2286757313116569,-4.8630683118318565,-2.9533162325285596,0.23618129280919947,0.6927637389884423,-2.694526941119915,1.5104340810330592,0.9046272947366241,0 +1.566778861681025,0.23599362388128114,-0.4655444109196411,1.661636957224613,-0.31005657023383076,-0.704047877459274,-0.6175612857686515,-0.45134507781712263,0 +-0.1032268228910349,1.3803198002602945,0.4108157297708274,1.2188390013407382,1.4813926783974818,2.1478964276124572,-0.855080165735568,-0.6818483255075883,1 +-0.00518909279100471,-2.4318990111556524,-0.73969558270869,-0.209966333735958,0.46206589015339455,-1.5364748253714005,0.1263619130104744,1.3861663530676298,0 +-0.19498691322655648,1.9951365128611709,0.40593543912361607,0.2903480107531514,-2.450258894762587,-0.4853976902525823,0.5801924525919453,-1.3925057963341696,1 +0.043438310494343255,1.4104627761314257,1.2846123690217823,0.9510713643296907,-2.3848015093417634,-1.7519839572751952,-0.8247939103423932,0.4715236094736778,0 +0.5401918281317964,-1.5421562785308953,-0.4622677003723439,-0.6318577110331141,2.1896884759094806,-0.7360846687800445,-2.310246802810036,1.5143844613719697,1 +-0.2201266271927179,1.4562223670733263,-0.05215277128803285,0.5766878673429138,0.8730981446402523,1.8654541699855398,-0.312749906981566,-1.3414955917005358,1 +1.3280390048265511,1.4779682208665228,1.977159028789845,0.28011474170190054,-3.9064329201503303,-0.7972637762537855,2.3481468237064766,0.18659186081006018,1 +0.8812768507254247,1.9656658188782519,-0.3566670120635149,-0.8675879106392116,-0.045589793311796134,1.1330237867641444,-0.44094252943514634,-1.9904068406687123,1 +-0.30061168078339134,1.9827635036661293,3.2878072169805415,1.5387321121096844,-2.2014327432220644,0.570217748248221,0.8185962301021295,1.4010199893122695,1 +1.2387494321556585,-0.303987323416061,1.3722771142509047,0.3749812960724339,1.0764075422503265,0.5381032452629784,-0.8845014033837171,1.8493074522424284,1 +-0.12343491685933188,0.4211435351219186,1.1735325153866467,-0.40055824452484123,0.02040730342159333,0.01895342955116397,-0.7952609113846495,1.050506013038628,0 +-1.0482784153705225,0.28035450886434987,1.7296297966396494,-0.6928329561090706,-3.6963967808347196,-2.793820626747743,0.7477464063494523,1.532775210692472,0 +1.1846662790137439,0.356732841296991,-1.9210317947217932,0.47478304138905786,-1.2087943098148988,-1.2024793816994643,0.2879010044263468,-2.2391362719165415,0 +-0.11144158985485657,1.0353330160636007,0.7074574482245296,-0.6792569483086046,-1.075116186535187,-0.9341349277261496,-1.0320445595402763,0.19524267902967607,0 +1.5805172456045216,0.3257569893879677,-0.7421419951538871,1.1484123492885594,-1.8701611067436197,-1.2948224767664742,0.8030227119198277,-1.1472810768375714,1 +1.3427070063746565,0.006779884853531093,-0.044148233220547464,0.04309682875569949,1.1580170678713952,0.46901312984274823,-1.021255330176183,0.18974618570580426,0 +-0.050488169360512106,1.5219805220907787,1.3713095419153079,-0.9588586288716462,-2.9485537082501847,0.3320420116201605,2.6145615536420204,-0.624929871061948,1 +-0.3623431524076923,4.203098006409165,4.7495785521141105,0.41545462339439415,-2.3159922595770777,2.170717930529861,0.3024876819198933,1.0278634642491888,1 +-0.9895410740590156,1.5683495865449653,1.9579648535134682,1.161370555153247,0.6826994155204164,1.5524172462260888,-1.1572343061973411,0.8589404875825629,1 +1.4160828925580096,0.8196556424203274,1.8578640010654834,0.49712887688084817,-1.1046162848666172,1.3499790775939897,1.9591559915426655,0.5620034784957935,1 +0.06829552664692261,0.15278278612854646,-1.5099851931250465,-1.540361080475988,1.553963935758101,-0.11907507566213582,-2.106981319261937,-1.0843019406319852,0 +0.5897065396043125,1.241098195757488,3.1434586798477047,-1.261932206739769,0.5050817617720634,1.4790668264463258,-0.9893738235699927,2.3002630843372347,1 +0.7315906819653655,-1.9346365709180524,-1.8973753616818723,0.808022275882234,1.6330689953735258,-0.522832051956636,-0.39587334173841254,-0.1467317815068201,0 +1.4268191993815533,0.01917729502939647,-2.2730376310683753,0.29116044110284506,-1.0133990784767308,-1.3988305410942667,0.212369843185517,-2.2762190839004934,0 +0.4876672843528289,-4.242011608048272,-2.885200701305875,-1.2569231836990833,3.3618214183741344,-2.486585844802149,-2.709873704000816,1.5751220727512163,1 +-0.10671341997232783,1.3222345736731989,-1.0192663153283577,-0.7764661127194532,-0.1594836606322228,-0.8538851340892142,-2.044687806102102,-1.5339593651773162,0 +0.38188285492882384,-0.3413415697537805,0.256056162492415,0.07725597216231461,-0.41217501166825093,-0.8704652470456018,-0.2785615378168806,0.6906509121148883,1 +-1.2637798039752743,-0.31481407675532114,-0.5911122078251282,0.010550545782900163,0.7706721133525216,1.896917923371845,1.940307656107133,-1.0051971495281917,1 +-0.05376067650578623,3.1291499042867557,2.4520675516128736,-1.5760722102339018,-3.395420239517003,-0.3283413142032243,0.32730026126434925,-0.21475526526513983,1 +0.13149619558890704,-0.2940248434362692,-0.07132499524697582,-0.5056655402140966,-1.4540989604886028,-1.7522342309216843,0.0748368179024338,0.29001124277207374,0 +-0.3572431916343637,1.0815338727765882,0.9333675301090351,0.7836384367393663,-3.888634735419201,-2.8917599815367794,0.2561252737283216,0.18739646913428598,0 +0.6806571172814725,0.5352538510817688,1.3738748629470263,-0.08104875540514292,-0.4831112791621329,0.5640280509906048,0.46968904970030434,0.7736650735397026,1 +-1.1049177526097573,0.35486545148897797,-1.56558099970506,-1.4953224690402476,1.2391071179595343,0.09385468521834905,-1.5756458338441144,-1.471579140347276,0 +0.9033714643680906,-0.41189117052575897,-1.1542128854521703,-0.5232453085825765,0.8156079778790299,-0.49524179122094536,-1.048514689710919,-0.503321002995461,0 +1.7395322536163023,1.929472044433441,0.6348535170244294,0.22753091576895768,0.43442853227640493,0.503349737737139,-2.2117438020302256,-0.42487290471060857,0 +-0.32690337389073093,0.09525984029341872,-1.8195286286127033,-0.009474051598320493,-0.44666709959492984,-1.3402374406320368,-0.7304766896883388,-1.6290358557538982,0 +-0.7350966623157142,0.502476527025498,-0.21974084138527772,0.2070694190643875,1.1658353409864635,0.10267522612851254,-2.0052680956371782,-0.11307442340441265,1 +0.20090335173997753,0.4241930025297074,0.11111149834715041,1.4208677594384858,-2.4703940773814472,-1.2736413188994131,1.336364340311144,-0.5092826429542214,1 +0.5533232863882792,2.1740958419593217,2.54135641093093,1.5219262345696702,1.7996533260104666,2.966241999961672,-1.6858051580099918,0.9746919399914884,1 +-0.42040639220381676,0.0792388665332745,-1.3915551763774934,-0.21850164522249896,0.2731057740838462,-0.38512881416258793,-0.5890374291204653,-1.2921151748168642,0 +0.5482591656149659,-1.1334652294208187,-0.8016541077571279,0.6348723446314543,-1.8253522454521278,-2.5561632352296337,0.6472933002090082,0.16369497246481934,1 +-0.6422038019912054,-0.4237082385933759,-1.2766780406967213,0.7879772106626468,1.3211506701410116,0.6865328278874243,-0.14538437387678405,-0.952763677810821,1 +0.6814164606078772,-2.406022883466763,-3.1360773671684394,-0.22040304338107305,0.5172602771595581,-0.8156053665950899,1.669982138578458,-1.543788318995421,0 +0.36291304268398383,-1.5660411028136871,-1.3761935999770076,-1.2312133255070823,-0.8693804380819633,-1.979103144437909,0.6847202229141978,-0.10913654871644596,1 +-1.272554305212187,-0.1060301463705905,-1.2428506283580991,1.3763503697005202,-0.4670327292251558,-0.5031199068976391,0.46670095856110116,-1.261094358693279,1 +0.7164810461176494,0.593156551309845,0.7128115736829959,0.04420069054198226,-2.970623996993471,-2.2632933516648523,0.3747565070282872,0.2955019026938255,0 +0.08018345348568415,-0.1308476297493123,-1.3114128336183648,-0.8948690475022204,1.2787511209984395,0.17241112184315166,-1.0766102088213791,-0.9440610985581999,0 +1.8108331969277056,-2.7657124846518,-1.9598924307359156,-0.9636786904605774,0.6107306582516387,-2.8448367076070484,-1.1205032735785452,0.8658649272542311,1 +0.11011701618530424,-0.5239694527789279,0.41887337214689335,1.2834827600541203,-0.2613489040551638,-0.5832825603288195,0.0395214822568315,0.9022847543722724,1 +0.22583732005577548,1.2567868329078098,0.6778975591868375,-0.6789955294075314,0.541932372182511,0.41254672267132064,-1.773146463734086,0.0753757381246346,0 +-1.374643356432845,-1.5255965204457147,-1.4458201444281595,2.2413535772171076,-0.25224758282788523,-1.7655620102749967,0.0654277466704114,-0.06287778794618648,0 +-0.8894454367331189,-2.1860330931791396,0.13389160631306116,-1.966931044519335,2.909699900654381,-0.7175764691606981,-2.7897884729644,2.792392817402881,1 +0.43229604668021193,-2.198169885856971,-0.31015035521062173,-1.8933305296199325,2.2213502837195134,-0.5840418351734409,-1.4887943859815596,1.9891831061129726,0 +-0.7606391267988877,-1.0389048837684665,-0.06943614123923972,1.3949784075511853,2.969493461680634,0.3367023796026647,-2.647414514397602,1.4974360787424428,1 +-0.5013594539402019,1.4630689437944389,3.5207567044740506,1.2473965672182092,-3.330692096022891,-1.3367760982912693,0.3794333458256627,2.341785689416911,0 +-0.750493043470936,0.8707646211186935,0.4616701872497987,1.1044249973607927,-2.905320458387365,-2.093437597503069,0.28093847014623297,-0.18184094153798613,0 +-1.069996895540686,0.7598597794899425,-0.30313705790870943,0.009521227148076971,-3.5978269043695534,-0.8732285763962901,3.2362167837035374,-1.7584922722461531,1 +0.20702820148120568,0.7173471919708374,-2.065849672313538,1.6143787736232398,-0.8523420862193268,-0.7768491574119446,-0.0002044209445548617,-2.645598651620084,0 +0.3904646227908086,-1.518091151132427,-1.0648722029324458,0.8324876700862602,-0.3793339277107776,-2.027947339225947,-0.2208331783644974,0.41546979023034863,1 +-0.025021057649824183,-0.13986303106617304,-1.433190521949142,-2.7447904084672494,-0.15238503212233406,0.9806004947015352,2.0882617330036695,-1.9784449427921156,1 +1.617490210054474,0.30207816259471565,0.879725008057044,-0.6654797062606175,-1.5470509256202314,0.028470383018418866,1.6667904834763974,0.18566637340724534,1 +-0.10771663649612523,1.0739226497062704,0.9025396379021434,1.0649593851202166,-0.20429547993677077,0.7422443495547624,-0.1359037894445596,-0.010129605124539531,1 +1.2932360918596435,0.2036757782703123,-0.020704478158541498,-0.9544443199678075,-0.7488217119138397,-0.15102941122263902,0.6532576298029957,-0.35824100864217373,1 +-1.4431802869824308,-0.7905237587955226,0.4666760154295402,-1.002165427559923,0.15763797510044045,-0.7531958492429361,-0.5112337294981975,1.338056094835061,1 +-1.189771054884617,-0.3351415544036409,-1.4899915327823154,0.02116994109618043,-0.2400314591869414,-1.3376992854868937,-0.6524340590217448,-0.9519183776225048,1 +0.9625094032736582,0.6881550607130303,2.0716982578048135,-1.039576970649626,-3.336773547331171,-2.29610188543702,0.36048379417695586,1.6025235128226671,0 +0.5390298539891845,-2.1295261820568903,-2.677694306705351,0.7694341289755225,1.1372153526128812,-0.9879428255910937,0.12557874194665097,-0.8804754298053749,0 +-0.5020909857705764,0.021752486195028453,-2.2318573401018775,-0.5548389129094333,1.413029682725441,0.20259871545269315,-1.1280156899134597,-1.9967146404865908,0 +-0.3007318656013327,0.43868073054092654,0.33759152788902563,-0.5692166831388147,-0.20423617164102112,-0.3549200814469702,-0.7521886152035067,0.20323627412839335,0 +0.3643996303517378,0.8595169100385998,-1.138850725088945,-0.3563162446505996,1.34956000775106,0.5155901245087278,-1.8375277697728136,-1.4257020508497082,0 +0.19563168723058896,-0.7808306888459742,-1.9721350940910485,-0.14588751353062834,-0.008693990131444868,-1.1263400555764584,-0.08133260362160544,-1.2361235449058263,0 +-0.2860331785111075,0.7725950504354446,2.4543845818458268,0.3017238651454582,0.5148522771797088,1.065822747948096,-0.8513033911339565,1.990107162939812,1 +-1.3487189587020607,1.6760030470203393,2.9341973873556326,-0.25938751385021946,1.6779273741795637,2.2146237925976457,-2.090495932180847,1.9617583551376756,0 +-0.8547114108921243,-1.4374142374730612,-0.562555453488287,-1.0917805373725482,1.0553227601164263,-0.9105864742429327,-1.008622650378276,0.9852215307303125,1 +-0.655407400154323,1.4293429232506365,2.221271989931027,-1.9142160935781332,-4.135588945661435,-2.259389855567,0.7068895086677318,1.0319103749524712,0 +0.4185985402572944,-1.551634391946118,-1.8474022987809604,0.07904379945135373,3.9496650136432536,1.4491141916608685,-1.4980811795823996,-0.2724889225512396,0 +0.5578112835511367,-0.8515358463993753,-0.6641425764201059,1.446211981166517,0.9184785231973793,-0.5167109234951732,-0.8906037068961694,0.32496891667320327,0 +-0.4911351790505259,1.233285824871569,1.0768337043589844,-1.1590497756015983,-0.304624969777689,0.6809696912585343,-0.296449789053442,0.08050999721025898,1 +-0.16171662510434515,1.1560264892009537,0.013147327665725527,-1.35009312009995,-1.134472875019522,-1.2137195972047734,-1.2509790439586204,-0.5315818617766093,0 +0.09459257388355513,0.04477416866828954,-0.990593165497888,0.8740426203969909,0.9840395687890293,1.4913253776794748,0.8217708126860963,-1.381155538285646,1 +-0.5348736540421357,-1.6450924800154876,-1.8199524004458072,-0.05313259175797172,1.3187127827388276,-0.17943398091722584,0.17624542934147447,-0.49375381807184815,0 +-0.4463332000788696,-1.4984012114637695,-1.6471508720273613,1.0613962634341054,0.8083501554470999,-1.0802068891349652,-0.5050690864756496,-0.18864957143136685,1 +-2.2161232967731137,1.1778038550672554,0.7799976847840218,-0.5242412618844259,-1.2162720707800199,-0.4954144258460958,-0.41987056451697347,-0.05065772776944644,0 +1.0379761988132108,0.5605733962562043,1.7006729511711531,1.8073963083006601,-1.468695918337265,-1.030999767114554,-0.3730688318849835,1.4347021423579325,0 +-1.89894327959534,-0.6004990342828831,-0.1109005771024499,1.3646188574349831,1.1579819753399059,1.7829750299688032,1.405793082599946,-0.12254279156140924,1 +0.968471318682601,-1.1677995395437795,-1.4273822469749822,-1.2345742830936897,0.16495229104356776,-1.3668089957742144,-0.38908431397240656,-0.25397814517167105,1 +0.5566281230699293,0.1134838464450928,0.09389831166121264,-0.7778136532921411,-1.4954234590080981,-1.0411189901343727,0.5954734920395588,-0.08170372264356007,1 +1.2095385822691735,1.1674859666184785,-0.0866688324426357,-0.01632607140620252,-1.0191114124722547,-0.07880665702403611,0.11475123987864955,-1.0992347412837673,1 +-0.8791840840802948,1.249971592781388,3.0867355973174253,0.6275067016461933,-0.660722920443249,1.1678432147945657,0.2655933945998755,1.9194576207265805,1 +-0.8877637884767674,-0.30915290023843833,-1.928283459920003,-0.732515432534122,0.6184322399103839,-0.30313902927313296,-0.3992730220437588,-1.5670934310369935,0 +-0.8959860580336518,-1.1252287641944985,-0.981214267548824,-1.3712953802431542,0.7370065501113211,0.4754238545735956,1.0781576804072945,-0.37479541098027175,1 +-0.13824420698060338,-0.16379757161253294,-0.7215734258217731,1.2557403797299413,1.0400905596115777,1.367254424771529,0.7239202200131939,-0.8956134608882634,1 +-2.0918628340715903,-2.852419419104307,-2.9037099845606904,-1.955404921010564,1.1511114394708197,-1.541341388372411,0.21208861083854358,-0.4804973313881748,0 +-0.9093452228602458,1.6302470258068291,-0.18027761002223397,-0.5612511503131811,-2.808251030701224,-0.719866543897062,1.3401884993831463,-1.8676312843653071,1 +-0.38010008283889724,-2.1073139659635114,-1.863805375461015,-0.711773891852594,0.9437839892951357,-2.0210758835459677,-1.2344899751702623,0.37503219375373165,1 +1.2767326510012222,-2.286987344783843,-2.119802897154699,-1.2070711221257855,-0.10543058250021045,-1.2469102124076397,1.5626753388464183,-0.5494981978679864,0 +1.2987720733489982,-0.40435712817083125,-0.4788489864157071,0.10365474473779947,-1.3961671007966423,-1.5609861925285173,0.4834066625551552,-0.156121773271654,1 +-0.6140819299334921,1.2138107754673886,0.33915967164597227,2.4276262072777284,-0.6660407960037724,0.7646381714783174,0.5638301861188522,-0.8918260550392083,1 +-0.1803366202055653,-0.4615991316612093,1.1438377039693308,0.39051011210304776,1.657529214715125,0.4135013118498505,-1.644264850843995,1.9654150145704183,1 +-1.1013183921204277,0.4780164613726334,-1.0940427583028591,1.2997274441727422,-0.27780129256793357,-1.2885906389297368,-1.523800444876558,-1.0044371124183054,0 +-1.1982324993397848,-1.446022571922423,-1.7851688546736555,0.39479976539968664,-0.8833679801326407,-2.502079719177992,-0.004906498815483662,-0.3994227763535628,0 +-0.18895103840223437,-0.3143256852931411,-0.7935356646191567,-1.2482898798783923,1.384414992162051,0.021795184953712354,-1.3792370768178643,-0.16938990846955337,0 +-0.3156459168451304,-0.31642518317307733,-0.7538587844765365,0.6278750612455775,0.8494278299772795,0.5516262685522259,0.08177907373333815,-0.5632141937645148,1 +1.085753652709104,1.0942710389303787,1.6137950476631593,0.05458632653001139,-0.8629810494838396,-0.23767201318283032,-0.7296327774503741,0.9312395197886552,0 +0.860732372696505,1.2227561045786715,1.3577693597795257,-0.9600188317681786,-1.6892664121859498,0.07587807616130948,0.8026313172746511,0.12393223966476152,1 +-0.28481779660114925,0.06582883732951406,0.9347670027230391,0.08843890130119615,-2.3404013362494207,-1.8684971307545901,0.5071412452078359,0.9003833640132641,0 +-0.5332759897432964,-1.4409332313468206,-1.2413991900057713,0.056602752075954485,-1.666423220378266,-2.629260096567001,0.7809818343272656,-0.05401987658756324,1 +-2.3657427503001403,-1.641010802101231,-2.7868145369170643,0.7662500105934602,1.5166472212090496,0.9996338034692976,1.7401704823120312,-1.9932674643492698,1 +-1.8420482198960455,-0.43730458684810775,-0.6990196092911217,-0.19506514935978347,-0.5138981189992193,-1.019552868692017,0.04563849419485744,-0.2751095548335246,1 +-1.6599019460345616,-2.560811483485785,-0.5968451423190607,-0.8990754175283839,0.5435783697715613,-2.051357945349774,-0.5788305589728404,1.8704996596464882,1 +1.3146956346697283,0.7361997312823202,-0.2719908766961004,-1.278591830348994,-0.7992503876171663,0.9996371800375037,1.7581179306188477,-1.4505814983404839,1 +-0.9068611167703586,0.989301163955923,0.3248776822254718,-0.6987188072169507,-0.5877873191143056,0.8738839371148895,0.8441498569897674,-0.8009187357823394,1 +-2.1678522265635225,-3.040091266273568,-1.3850831488745745,-0.3341731103283316,2.030262723140276,-0.5416204555348382,0.05735197574970252,1.1864366434008042,0 +-0.002881725070628619,1.8338212472494544,0.7200598477678195,0.027225315933214055,2.7468194349031467,1.4006460514601689,-4.235464880308749,0.2212201074163419,0 +-0.3569360703471796,0.9943285897246508,0.6594500274326992,-0.09322805476910245,-1.0410566759321411,0.028321865565208992,0.2613236465720443,-0.2426434835723753,1 +0.5523639443873046,-0.43009622619851356,-0.2651693784465159,0.2854849425579508,2.1025523920029854,0.3938401864250767,-1.934557869380598,0.5870328995947353,1 +0.6150416834201172,1.23587607392074,0.9157891220360066,0.6439663009951774,-2.4995157775006995,-0.802146622091358,0.9002737711267884,-0.29536771923897653,1 +0.6472302985534958,-0.9491923818064543,0.6921753264281727,-1.6992790362349988,2.058869289312398,0.3705683989583537,-1.6185292619679217,1.9146331732935364,1 +0.1375283032039086,2.087402086074081,1.3282154585614865,-0.5100527686565297,-1.7692641320713727,0.7687005180588617,0.9169933196786431,-0.7205291447759137,1 +0.488921216856508,-1.4230135881931618,-0.7437841536760889,0.4523298150595335,-0.012594225095600667,-1.609388878105302,-0.38055130383522673,0.672558693657324,1 +-0.7759699038550936,1.459984747934084,1.889665556988197,-1.537056739616913,-2.0401767025250503,0.5660022171307791,1.548469888186423,0.22467872873559935,1 +0.28889503162086266,-1.0791103683109262,-0.9154580131146531,0.33417196420160655,2.1099064482910714,0.22704103196536962,-1.280738460749801,0.31032765848212773,0 +0.8446006830509282,-1.7520915987483427,-2.4399852590654394,1.3207425152757997,2.0953727430827445,-0.9556319655739299,-1.6738279466368562,-0.47337266307209,1 +-1.993843885206352,0.5006821055916307,-1.5258393067346445,0.6988787347164233,0.1505577194378778,-0.884596284444096,-1.4964249550878383,-1.5007591444250379,0 +-0.8548455650699155,1.1445191742346856,2.105888392087487,-0.7118268040374129,-1.402398299873759,-0.8199640248724225,-0.9323645967778424,1.4883623926654153,0 +-0.2644765055096467,1.4201959161946052,3.7472302973435676,-1.167453483294093,-4.053185073256036,-1.9968228456651724,0.5109536299825259,2.623176208054097,0 +0.4682783527347969,-0.8483754646237094,-1.9003966192589912,0.16456353240098384,0.3725648101813781,-0.40713873022000113,0.38634055085289265,-1.2878561612697026,1 +-0.02346936760248991,-0.3046706810711318,-1.060092997023602,-0.14078926260526872,0.864149090376114,-0.6055346205774397,-1.4075926994860648,-0.3926365262451256,0 +0.26224934800905647,1.3322384354822947,2.2684448402350967,-0.2513074283274235,-1.134954625920019,-0.24319657051670074,-0.7937060960187097,1.4132395920945977,0 +-0.8552476829916231,1.3602963132383055,-0.041081948315930976,0.33583881999881776,-4.200078829382166,-3.4227025394690473,-0.02841670252230355,-0.920594719763191,0 +-0.6316751185139012,-0.9529962111987766,-1.5975605014368135,-0.20172057500081228,2.8577410191294423,0.2257432891299993,-2.2895182751484473,-0.2163163657844941,0 +0.01293114954599329,1.2807482579242506,4.587036151304155,-1.1956791587863786,-5.454187031473209,-2.909628496517848,1.2013208940607616,3.4775903541545006,0 +0.5044127685217724,-2.107261452842499,-2.0912410083549187,-0.04012925099852595,-0.2590086096910592,-2.0682536733888472,0.4840673823558963,-0.31747491283202733,0 +-1.4310229883325831,-1.8441610377986464,-2.524533543299479,0.8541120527290175,2.17483922156644,-1.0678251477668979,-1.8132906828947082,-0.4351836350844287,1 +0.5538533976022462,1.962259879631265,2.7457375720473958,-0.9980575382493554,-0.07479436473822672,1.9009495696647323,-0.2626625209487419,1.0579777294387769,1 +-0.38112850270545706,4.119492580208209,-0.7986530286747795,-1.1186920129852944,0.22295719634110342,1.148115279377583,-2.9998795484153877,-3.5676841890845417,0 +-1.8462485537039754,1.5554211067045787,-0.2517728831837569,0.3047438693585353,-0.4514663919725691,-0.4183597202808994,-1.5191072536592096,-1.1266079248289054,0 +1.6859918596774044,0.35974887806696165,0.669019753120159,-2.1006904455224005,-0.015725180506338022,-0.06170288576324512,-0.6401136912313234,0.5538939498854616,0 +-0.6877192099690421,-2.9773458083965236,-1.0002493948381666,-1.1386482064924557,1.0437882894009531,-2.551613443240819,-1.3947535612036481,2.071521237913236,1 +-0.8396428765953899,-2.0467153228493284,-1.5975058048141533,-1.0579704823085545,-0.7487906339130483,-2.9677009516697535,-0.22415920483776242,0.39370430693280384,1 +2.4951834255964522,-0.06720651248133769,0.5456673901528399,0.7008941343248682,3.499886518165993,1.278912266042778,-3.3719967022436093,1.4254980452968729,0 +-1.373134037851902,-3.452479758195669,-1.6735105646622634,-0.6294811074544162,1.1566290332609757,-2.597202368685413,-0.9106773699535037,1.661226294873373,1 +0.6752507104091038,-2.853477709896202,-2.7317795213817346,-0.46753163344519616,3.5567701578121804,1.1446039259704959,0.31446325053883606,-0.5385733918925419,1 +0.6163126361939086,0.5747003906204129,-0.11152000442525857,-0.1584914687448464,0.6307343666095386,0.5074562705009018,-0.8107646124083779,-0.4183286888407811,1 +-1.803210452474576,-2.972127015004663,-2.1828215715143324,-0.3446519684652834,1.3347748750280142,-2.4591166333180228,-1.352358938808552,0.8468305336265527,1 +0.3037284207362342,1.4269006032854756,-0.45556890056412463,-2.0496622497937818,0.12594611915096793,1.1158839429968441,-0.09908342327466912,-1.7269991034621301,1 +-1.022224683727609,-0.8358850985443764,-1.3431536746836994,0.8696733105166254,1.6141912895572765,-0.10519390803088235,-1.1560597501497591,-0.3379949633361635,0 +0.02647360481645602,2.122641433793821,2.2094766239752794,-1.1130093969780477,1.2726424458179901,2.5940612299877532,-1.2794825915641375,0.599512086201891,1 +-3.482768369458518,-2.5182721836615003,-3.0842460845899806,-1.7950405567804102,-2.555391899446433,-4.322361156821011,1.4822179324816702,-1.0765674476984992,1 +-0.10590263239551999,1.4965718994536639,3.983766380176774,1.0087245902991973,-5.2146295727354675,-2.8339950227443707,0.9009959847925684,2.757703666226404,0 +0.3134534188118281,-2.0249596106434966,-3.05692800519317,0.6214976743946855,0.6719686745417662,-0.7093012650677739,1.1573294602563375,-1.6546887706110893,0 +-0.09355300677074195,1.4571303225526522,0.9971848737839032,0.41351474447173536,-0.33665497986156556,2.0487188136257757,1.355342915555812,-0.7412995337945816,1 +-1.7631408453586892,-0.2892795580930145,-0.045126626396834804,-1.2700388190187422,2.070223662652738,0.7315168027176409,-1.6530607024770652,0.5896355200925405,1 +-0.01012331758892368,-0.464661425332473,0.15154849731826897,0.5276112915946497,1.017314339004891,0.06129576448881424,-0.9121875673264417,0.7885908915488296,1 +0.3016093988032055,1.4997503295721089,-1.1850595319579906,-0.17650183143367226,-4.239732424990538,-1.2657931141370207,3.0838763470768207,-3.208347149849388,1 +0.03615488621542905,-0.2414175672545641,-0.4616747025365401,2.1035037512565826,-0.7234144115221748,-1.0281561329404127,0.0536409543681271,-0.20089036630011503,0 +-1.7433911609576036,2.801007631074625,1.7805592779486141,-0.26062635380145216,-6.890598725533558,-4.165627407353598,0.7421747826519853,-0.43792127337522735,0 +0.21420765078421783,2.689560361658481,3.6264083447548696,0.6903282172200116,-2.7636338419778563,1.6656906122475479,2.222582606521578,0.6842146937090572,1 +-0.537390903130689,2.8090560096139425,6.080403145929837,1.127636991455242,-5.620170992437455,-2.2221020053763754,0.27792378721214006,3.901296836749407,0 +0.4848787262922397,-2.4103667545830376,-1.6185812249796139,-1.713977254142657,1.3086888123642866,-1.1711619446867272,-0.364964538321441,0.5797773914837971,0 +0.9047820307550912,-0.34198827067024706,0.09368560108342586,2.7858587234081678,-0.4162432705398308,-1.02682872259151,-0.4339945632353509,0.5802423560538246,0 +-0.15045454073464315,-0.7553237865151805,0.28247001750242456,-0.5769498470988228,1.2016326147654068,0.3173263510206299,-0.5577697203090065,1.0516264564327527,0 +-1.177666825027096,2.2972599510678107,-0.7517008590608751,1.1586433524522608,-0.27716310323408583,-0.27917897379369094,-2.238554540622506,-2.077275894649876,0 +-2.4347441310377764,-1.1132069195627732,-0.564281743809814,-1.5993899641756282,2.3107535159033157,-0.14182436735146253,-2.123533495287587,0.9523007603907285,1 +-1.6222343454485921,0.1843097294676559,3.218129656453544,-0.36278240047258487,-3.3685863080963925,-2.107332561671236,0.8716611273982342,3.040329927724601,0 +-1.0018677689226514,0.17721359811089465,0.7118497772483731,0.9628550254436394,-0.8687320535412983,-0.6401624035618195,-0.01013353554758456,0.6255210920659883,1 +-1.856762801703917,1.923098397425919,1.7924036079468195,0.3616986906667263,-3.9839957870908274,0.3214595619224785,3.5242460882396704,-0.7811443606608249,1 +-1.6191059834046788,0.12091840291031897,-0.4462294428256289,0.30429036369590734,-1.2519746814435162,0.7513194415166801,2.7864706246350233,-1.367102619851527,1 +-2.774449483510173,1.3441252722718335,1.217328776525705,-1.4899585080857787,0.8052525994937108,2.4980693785426613,0.3840845165336419,-0.1938203448128909,1 +-3.1179807308577367,-1.4789878470159203,-3.0768539651955913,-0.8945240759559726,0.14049599164982354,-0.08650179265411473,2.1633858532051233,-2.45606797996993,1 +0.45098350829637324,0.531625648129674,1.3785508157189048,-0.488440795789842,-1.740340698032616,-1.4912230507833024,-0.47564220970224425,1.1948627826229332,0 +-2.0566814647995946,-1.0564694681478184,-1.3567997398537068,-0.3249363382364133,0.6453026666381948,-0.5045398481957662,-0.06452675606251557,-0.43023007200945823,0 +-0.7356385580745504,-1.671416931538569,-2.3016715308534805,0.12075037459001234,1.6507391749389033,0.9527709034689054,1.3797092387393801,-1.3734677888508644,1 +0.9270397275485011,-1.381499302027307,-0.0447581158648852,-0.25223844798688694,2.0585952228778144,-0.3915957566545808,-1.956881868149563,1.6809256236656052,1 +1.2817810380393353,0.6519357239907806,1.1080221539435697,1.3912943882304911,-0.4606518377970348,0.4052528581385135,0.176385345492169,0.4964794729711937,1 +0.21363205906200727,-1.0069630832957983,-2.5604290551861455,0.7535280812850704,0.029893574904695613,-1.8484767543309126,-0.6868088396774273,-1.4237362486997285,0 +0.281449618312994,0.9919454028186843,-0.16809210515722472,-0.2710853349984451,-2.862040508138459,-0.8512431399893744,1.9265842540762674,-1.464660036099825,1 +0.6654413761910704,0.3424355074190009,-1.1614154317140686,1.315969384504076,-1.8161269158671545,-2.075146219881195,-0.21255783949420487,-1.2528180496815255,0 +-0.17851841552525619,-0.8128974335931133,-1.2503924206302723,0.9135639494741862,1.2789759443508575,0.4595825475817725,0.02422102094079781,-0.6257920444934165,0 +0.11093587201423864,2.1792739733400035,0.48951145698804954,-0.4012374296678925,-1.4455265948403635,0.906462509231539,0.7807740129955761,-1.624125606142882,1 +0.2955965731372225,-1.0361924884812401,-0.855988508085279,-0.5701959366362384,0.6314642617961836,-0.8687629389313866,-0.6964471926840086,0.26046305441787243,1 +-0.15870069012337065,1.5412661437738944,0.6791350690235182,-0.09160298759148812,0.5055839855951072,1.8106781022109566,-0.16329925706755144,-0.706436772903829,1 +-0.4904960353755999,-0.42724967202653363,0.837041278961446,-0.06958207042111206,1.0110552988910892,0.07179023729739165,-1.1265872977611573,1.5107829556747214,1 +-1.0075192954457521,-2.3393541159092104,-1.930747323343056,-0.11075517053694263,-0.5164709693093203,-2.838381070708727,0.028244718825386594,0.22404898177789284,1 +-0.3100410789738984,0.7081868364960336,0.4763270773153426,-0.19185186195010415,-0.7136262956157107,1.162867264626932,1.6688767210996882,-0.6548592611142225,1 +0.10237582286520985,-0.3201170790572485,-2.280983188160923,-1.468370620344072,-0.6515612738485439,-1.2858782782983849,0.214978632977941,-2.007063983450479,1 +0.8340378798847774,-1.3832917779529006,-3.0457908750759675,0.04165909325017532,0.9551115079361271,-0.5126458594967894,0.32043421446227116,-1.974035743065688,0 +-0.7597616517525507,-0.6774017473588595,-1.548033817989654,0.09491874046077083,1.4400427455017528,-0.3358513214645087,-1.3273318629363042,-0.6160334486623459,0 +-1.0636230083250433,-1.5636016199869267,-1.016808002733126,-0.9243822679564754,1.8773823790407944,-0.094845674789799,-0.8267223002065759,0.5184297584790512,0 +-0.17335419538939112,0.8410323189246194,-0.5869225792960763,-0.7517026199676853,-1.1479762625688485,-1.2221584588980794,-0.730813322113461,-1.0153817096888609,0 +-0.35926223724683654,0.16461860856065358,0.6717811563451785,-0.5411058611391278,-0.16395538324869738,-0.13712819127922093,-0.3195776696613347,0.6405860608479237,1 +-1.0301200743532615,-0.6200070442957852,-1.9950134296010995,1.3762535515510155,0.007786259205454336,-1.2388484303406198,-0.4218111043332933,-1.294471710999431,0 +-0.2636632438853833,0.11548944187841137,0.38453733716922184,-0.0290041919656726,-0.6630687554959817,0.503045994166724,1.3821181195063321,-0.1193057832282084,1 +-0.23876896604190387,1.6029990994494006,2.4212618811840154,1.7009159551530133,-0.15679134065125813,1.67741143139456,0.036831051160680195,0.9678253915492772,1 +-1.2250479986909169,1.2523406421443444,-0.06527365231547823,-1.424229755815827,-0.63094981524354,0.8073223563535534,0.6453655305469894,-1.3606862852490011,1 +0.3830033141625365,-1.9317219803955672,-3.032143896895466,0.43196140049311743,0.5002293783112088,-1.2406079314390708,0.5859160465772746,-1.5129155785985944,0 +0.6532510555627813,-1.0659351389695082,-0.39807474222333716,1.1675743553678555,2.202208616885743,-0.14134397309121893,-2.0667597299196734,1.065871693392241,0 +1.0686485796268028,-2.4360076345884116,-1.0486977806616542,0.6995538624225859,2.2578790152970583,-1.2171914285648082,-1.9168206923944309,1.6039373172971012,1 +0.46259000588880494,-0.7150429809061507,-0.35070493606848435,-0.30732392804731623,1.5364665563361513,0.014302133935595096,-1.301263660092371,0.598569757948877,1 +-0.5310922081396444,0.8395244086032789,-1.4492531225052303,0.05394526312533987,0.8796703654035831,0.05645166336094276,-1.6688158283281096,-1.7346768719897714,0 +-1.4272935529213497,-0.39723032274306913,-2.1561468806815043,-1.1075907305122357,3.1179817560018823,1.2565832971799464,-1.7245479383587738,-1.4853053483050862,0 +-0.5870033672226875,0.6712561780178248,-1.2867533306348078,1.9859177985190268,1.9088154771478074,1.4266847896774901,-1.1745282886076704,-1.6662274387221014,1 +2.682369278545409,-2.0318981043771327,-1.9161957953539537,0.07387576008032015,3.4649303234775983,0.31306086152332147,-1.7842385041521924,0.22782162807827633,0 +-0.12637466060220018,0.48762188499162185,-1.0441119857462042,-1.584137788462011,0.2124479238475401,-0.08571117861585731,-0.6433377387565548,-1.2922736738945932,0 +0.38127859234294176,1.4658030623540865,0.428514607894085,0.6114990532100504,-1.1989890961010248,-0.7868994533242142,-1.0429865870651795,-0.460159926741077,0 +-1.2518433153875959,2.3154869755879757,2.233543426982505,0.3367306675866859,-2.2640715924048904,1.085293505757755,1.5392074999903562,-0.18582590112404396,1 +1.5821477841291591,0.06262252735213791,-0.5901165140176682,-2.4447491948150772,-2.9774490445926394,-2.211970451505474,1.3995490286695882,-0.8615842370107383,1 +-0.21456290307871928,-3.3707717813993137,-4.456117234376245,-0.5837667947385539,3.8043500134954042,-1.8587675836973012,-2.991980658530193,-0.7289758248543248,1 +0.1513208563314948,-3.0842864428557526,-1.3691694089078785,-2.2346367694389384,4.7717198961510965,-0.628351810397203,-3.9268854577943006,2.324542652508957,1 +-0.34812584909141053,0.13055986494680305,-2.2883221476105557,1.9736918903354426,-0.0494246734972374,-0.8426082763035537,-0.5367858259872916,-2.225804167919562,0 +-0.2150970824621265,-0.614602494539829,-1.5414485669986244,-0.5129713395687768,-0.08946346552285828,0.7408741197137207,2.2217957995631394,-1.705193091347044,1 +-2.3988124776783564,-3.253469128581475,-2.7249905160134738,0.6955132086629631,0.7545681519575734,-3.2850917359463194,-1.1671477012600084,0.5467641732474978,1 +0.7896013081858899,-2.2933608326136774,-2.678610991194509,-0.33730716555418555,1.9439551970633788,-0.05824157983996092,0.391697728516417,-0.8863167575502134,1 +1.7022655600211254,-1.3648525038726378,-0.29308340582265585,0.4940171047206364,0.5604497597458517,-1.1627417347174478,-0.7945926916412638,1.1591957603286187,1 +-0.1450597519207322,0.5357303806309861,-1.9421116321269845,-0.7790843822884206,-1.082825122932949,-1.2058045499677366,-0.08326452369251047,-2.3110788705933674,0 +-0.430383599733801,1.1803718285399336,1.1642276951307637,-0.8145030182431918,0.5330286666430355,2.5353376444854354,1.0140893307164953,-0.28276934827555456,1 +-0.021101457661427417,-0.9413466227961569,0.3089289562122249,-0.003474683782947247,0.9517735147799701,-0.6342839800886203,-1.2777152827728098,1.5034084722933279,1 +-0.3148360214687629,0.23372492830782343,0.14531387692708378,0.2812772182662641,-0.6493933912749963,-0.6832092131741028,-0.27866992166117144,0.07803314611256462,0 +-0.3183747707191111,0.9512739024087293,3.1221321596348046,0.4150280847223672,-6.410858134825633,-4.083934898675088,1.7760684843087875,2.2018289089171343,0 +0.19174755052936715,1.1083942082380178,2.4229222865316795,-2.0204563417156485,-0.8712314301581664,0.7862095185065647,0.40028793180256206,1.3573107542642906,1 +-0.052667460365352005,0.9932385400078257,0.5651909374637926,-0.24121282768508265,-2.382392087551972,-0.04422549891031491,2.106678861628163,-0.8312128103946467,1 +0.9262373563880433,3.1470680471866936,2.4749070303601783,-0.7977829863067366,-2.287470459560462,2.6582272438328554,2.704717823246437,-1.0789426123738963,1 +-0.990100555382933,-0.8002786704806346,-0.09190527670037851,0.4417655187356071,3.460005033378166,0.852485933475513,-2.910127730477374,1.3045612523140582,1 +2.194433829570265,0.41716848940820095,-1.3146130251352333,0.889714237665756,-0.7155487385148961,-0.020649737104345367,0.9212756455332178,-1.9359455219985018,1 +0.5694167258554291,-0.2945309745975242,-1.2199856817024128,0.38706242739264307,1.6165979024097856,0.2302809252975887,-1.3312038565658053,-0.6484492064187506,0 +1.5510316320595152,-0.08154097200581423,-0.3834511874484478,-1.1013137668728825,0.683745166210863,0.968235874217785,0.5141898822151846,-0.5341535517624862,1 +-0.4046449264662402,0.11949793471277903,1.0089486986701515,-2.064140251212033,1.2767097255138264,0.5515975452958946,-1.504623032108373,1.2891257203541682,1 +0.46789074451679474,0.970330444178505,0.8688213681512036,-0.4642258564278091,-1.4907641367276154,-1.2344223352956951,-0.8158371053098946,0.3786593336876994,0 +-1.5351854454729237,1.3876703120016516,2.7154217273303565,1.2784585210854937,-1.9305045954877815,-0.9393845205713496,-0.7755437548109119,1.8691077929050217,0 +0.12187110085600451,-1.52904568406692,-1.2934229613982544,-0.03747836163453753,3.2697205939128318,0.797798953662618,-1.580334743859336,0.3435829953329761,0 +-0.12991964027654818,-1.0670136685759777,-0.5673673914042863,-0.0544130337477277,1.64727301570165,-0.3670775213197821,-1.5262789790527194,0.7658313777833607,0 +0.9590590465138815,-1.6352505422329529,-0.9858655693284749,0.2056766616156419,0.13641966144601178,-1.9236174241115052,-0.7138995156824419,0.7201186356886871,0 +1.0590698547924389,-0.5900720659337726,-0.842541052685177,0.5728751284414598,0.7934228886691111,-0.4837079616367571,-0.8988667282525657,-0.07746836468370433,0 +0.8365717935758827,2.1464899091733685,-0.1258282710165085,-0.48106946081795754,0.525153441173025,0.2698822002106954,-2.6681128544844954,-1.2398054827260232,0 +1.5833318186213212,1.1241651628886422,-1.4630167418061681,1.389678790722829,1.7973772785074396,1.3386335070334365,-1.5707986515519168,-2.1139456166536688,0 +-0.3254922823362183,0.5122280167570575,-0.13779786112229175,0.30364345169304446,0.2793148880003304,0.618085859413479,-0.08683354153775036,-0.5966092137942304,1 +1.137586875477488,-0.9730889019776787,-1.371852517021168,1.5323830443772197,2.1376873978909856,2.048241990200727,1.1259652714265225,-1.0338234826904162,1 +-0.6330442242561704,-1.860539386491042,-2.083493510670853,-1.1224203866954554,0.7689464291681632,-1.7662843241714976,-0.8481419730510894,-0.18072819609050594,1 +-1.2035748970970925,1.2534405661044303,0.48779800919352084,-1.7302796129461666,-0.3613618551116303,0.591746258174942,-0.18699488807976306,-0.5578579166127824,1 +1.5572099494774452,-0.16934453327998022,-0.002277819480812243,-0.21317829951731357,0.42485136631610676,-0.19125986674349837,-0.6780496911232305,0.3388453618627741,0 +0.6735509149182214,-0.23058741146951423,-2.3652953999754884,0.7905669393333024,-1.801342815508602,-0.08273023896579235,3.388242112658591,-3.1191753831059073,1 +-0.3869286304483743,0.6351489449349256,0.2418596611638176,-0.049539576614919284,1.9612969812397507,2.3265926417580625,-0.4492234899620462,-0.34761443081701626,1 +-1.1770755575710743,1.3297293548839182,0.9477060198859977,-0.18078408559588377,-3.48111474629378,-2.3810268461053847,0.08419310998327778,-0.00033170138270177674,0 +-0.02010465401942543,-4.60376661920473,-3.4762867725377617,-0.7001827615280364,0.6473151958815715,-2.20383741874394,2.100499644613252,-0.043115075293511995,0 +-0.970515911645451,-0.22785827090020816,-0.32466663135444374,-1.1324870767212898,0.9279354032742215,0.5031869106862796,-0.31370965825007424,-0.09116847635041314,1 +-1.1275991487959043,1.0532466460657064,2.3024286527948257,0.12227462949862847,-1.579837578141286,0.3405696307610109,0.9109611432060143,1.177460199797941,1 +0.06976130015976587,1.289759178837401,1.1360252880835406,-0.5762118885632315,-0.00648122777840304,0.8586722840200902,-0.5627088119601276,0.15136704242409094,1 +0.3375207854204496,-4.371210415355995,-5.389895406619147,0.30590793314027587,1.1588943615238287,-4.159504942598523,-0.9392855872091722,-1.2117359298891994,1 +-1.9039045758015027,-1.0416158032955025,-0.02577559710949048,0.15513014336285472,-0.004643882908616729,-1.2260659159920726,-0.49819365624418066,1.0824620487756489,1 +-0.7074948212375596,-2.6954672434602074,-0.984621059487865,1.1071764059825369,1.7427764863884672,-1.0624425098881798,-0.7139964324778819,1.5509167042930339,0 +-0.8437165947033912,0.34318433605104137,-1.5241954687164236,1.3718270926491825,1.956567308056229,0.3294339648526743,-2.284372609872212,-1.2459743484120491,0 +0.22236689784498384,-0.46261057005870443,-1.5181332540076486,-0.6441677938605422,1.4845699507715977,0.7785223006005219,-0.144500847882574,-1.1725616759869169,1 +-1.2831689618803224,2.248611987574365,3.3313414675666615,-0.29894843462489806,-0.5494009129194407,0.7844762293920959,-1.5519926809862206,1.8456415434610627,0 +-0.39287126892218216,1.0645646211513038,0.20346228899738109,-0.908087564707085,1.1357507617918683,0.12570207937805655,-2.6594467296421334,0.01741707951698168,0 +1.1748526190327204,-0.15549911758928925,-2.1300061086565565,0.2625390102168938,-0.6975172351575913,-1.4081923534055116,-0.10354525161426886,-1.8971348202085696,0 +-0.14754713012770831,0.24493465345345738,0.21965638297376905,-0.4349417106899939,-0.7499571263901198,1.2510378410563874,2.4117114762467162,-0.7321215058636474,1 +-0.05900535449972911,1.4176178124070726,4.157183394469143,-0.600481717979242,-3.8681674779558124,-1.8415570146109208,0.33906938344644066,3.076541007200464,0 +-0.40149083518168527,0.531987834743225,-1.5695897094677134,0.1919270112566094,1.2053082723911972,0.22506683213400536,-1.5422538199155884,-1.6443627519038544,0 +-0.8683827960535263,-1.9467859831587677,-1.4936851235578106,-1.7941552929669278,-0.5315456320280663,-2.72820653029778,-0.35224811276276496,0.43108498547784035,1 +0.42883244694399764,-2.8982497145089114,-2.1705955542708533,-0.3465105711469339,2.651960369355015,-0.14188195217941757,-0.22370194557636797,0.31377879508048556,0 +0.7754377084281562,-0.5058452883646738,-0.8907555148759388,2.62917253678907,-0.3518880621256858,-1.6689104507833683,-0.9227693830199384,-0.1002480771173967,0 +-0.6766615390757783,-0.47448508413190604,-1.7028082248885115,-0.3413335696200755,-0.5818878437832407,-1.53064885216298,-0.2106230083773108,-1.1552155177237076,0 +-0.49628046465255243,1.3120321242307778,-0.581157146452793,-0.19441608922131817,0.5955344843789159,-0.04561991158624956,-2.1586194896464477,-1.1113005393867352,0 +-0.04110811299669315,-0.3256335064421916,-0.5018780104475239,-0.8423255533985995,-0.913625779468621,-0.9823216380090225,0.4885668710176774,-0.2917945894590158,1 +-0.14453972286166414,-1.383770820245932,-2.2534288758394276,-0.11654791747545767,1.6873332618585866,0.30037800998721487,0.13309352640142336,-1.1801055638438562,1 +-0.909318011505236,-1.2482850364013367,-3.062719541570044,-2.039728810135693,1.053944773453294,-1.1585795637316374,-0.8230210754053929,-1.7463733880798487,0 +0.35113033749102146,-1.5494248359280478,-1.1333490728492106,-0.6584622150055613,1.769412464574224,-0.7440003271300468,-1.5204593421030559,0.6255042544396046,1 +-0.9446743196563876,0.5814166177695825,-1.2273855468471009,-0.9167193247798303,-1.2746374102057962,-1.8479789932305217,-0.9209140403638765,-1.3474932696424897,0 +1.3540301856025896,1.1210573797654972,0.022723924248691504,-1.1927174483259577,-3.212063124008958,-2.7539340301218855,-0.3063170725016243,-0.6297748433075925,0 +-0.33768823462168757,-0.0018661644163713298,-0.6748058092664861,-1.5853534340260707,-1.6354904521984657,-0.24175183243222542,2.2070057446794804,-1.2627296075863197,1 +0.6365512327601801,-0.23097185647672636,-2.1517001533072904,-1.2231657573904378,-1.2500195097207252,-1.7499590123289464,0.3164923477128254,-1.9428619835439505,0 +-0.34027420129711644,0.2241542997458691,-0.6507957190300926,1.116015584975264,0.812968582885445,0.8374999355406842,-0.09746631530306649,-0.8885309947718372,1 +-1.558832397078859,-1.368721358834451,-0.40101535708883873,-1.665059764031442,3.190875280283778,0.049122265737777115,-2.8959430256486893,1.5283750570681693,1 +0.18228060959784098,-2.2389649966366507,-0.3650593313023364,-0.21593432064515186,2.399736114918494,0.11552189616408826,-0.7503070705358608,1.7143935577902278,0 +-0.08614065304596112,-1.42867648840393,-1.7304101871470126,-1.6152725755524373,-0.6022826939238033,-2.5166100346175817,-0.45979782584129103,-0.23424245417305473,0 +0.2676429746537377,-0.9459516528588914,-1.6231955072962012,-0.664042279550575,2.0706176673473737,0.017232825784621042,-1.4448080311957017,-0.4608659960809178,0 +-0.3383805686910505,0.19185447821439772,0.7109524640194503,0.9737230880981913,-0.4734069578535067,-0.6044262670824612,-0.5420592907900416,0.7534164077941454,0 +-1.4520807383465963,-0.7725039952505806,-0.8346923630686176,-1.2052005032332558,0.09732998802801131,-1.3141828892031473,-0.8190337023539511,0.12669553932015254,0 +1.2832856102202939,1.6945914772384842,3.285920084256565,-0.3093204611104428,-3.5102821585801314,-1.668343969173082,0.01114317356279293,2.032653402033305,0 +0.8591441724776928,-0.22532937675140896,-1.6928044774269642,1.5609063131128182,-1.0113685627183888,-0.41842949520004336,1.6143239863182162,-1.9345519161639357,1 +-0.9085301902080459,2.0898509996731107,2.7474328996150557,-0.8006311547216591,-5.201953051038805,-2.9930306461221603,0.3861684149830553,1.1517033697810568,0 +0.8640509584335603,-2.317346821503754,-0.7914307568075065,0.9820921084834304,-0.2550540510170118,-2.6815671736495545,-0.4866878352882091,1.4905135939986196,0 +-1.18082540262328,-3.442292081592065,-1.6072265337797733,-0.301543434404869,0.8038961466461102,-2.21756544598441,0.06902953649982613,1.4257998097654856,0 +-1.1264144418332251,1.091671606976382,1.1567573662719155,-1.987733221844691,-0.859470784545823,1.425817947973572,1.6186425709352856,-0.2939116115817397,1 +1.2749997123261396,-0.4205230167524461,-0.8299035434937496,-0.33673957214026534,2.8188278878551856,0.677911228696906,-2.4256543008351583,0.11615162007245527,1 +-1.2943676837138363,2.002524069599918,2.0763924936606464,-1.2270439427701783,-1.6121405931987427,0.9406771122891318,0.7987713624270739,0.13025319786749767,1 +0.35150520082576514,-2.6625791717335927,-3.8856087328473534,0.045612608194777825,3.3714488353731817,0.3233976714609214,-0.3909493155685715,-1.6185023773724854,1 +-1.221479262257818,1.2180172239355607,1.400625318230864,1.550490527954776,-1.9694107167405404,-1.3603145593745607,-0.7207764996509795,0.6937914712113405,0 +-0.2157565815760217,-0.3962460149350131,-0.6824685497650167,-0.7669282778246624,-0.14329164072030573,0.5838236534453338,1.6067576601667737,-0.8383030556111095,1 +0.17657473761628104,-1.3693833570624452,-0.37153605730061595,-1.9297577181330337,5.223658724706627,2.583258922606472,-2.4235446052235874,1.236737500480027,0 +1.2035772400400728,1.932568584977732,3.778091495982407,1.2813093688461674,-3.2574808813509537,-1.2441078033695252,-0.1817079676814003,2.351419113032714,0 +0.10397254486043832,-1.4985610672260743,-2.914813210773253,1.2209808026809286,1.597848953516579,-0.03169713292207377,0.1316303426057709,-1.7293734945110548,1 +0.13341624293168147,-2.8652083633568397,-1.9873945031739597,0.3507538554453914,1.9324878581346752,-0.9802144477768173,-0.4037690945129476,0.5850463750336252,0 +1.0280238772157202,0.29929008176911687,-0.7725868584589057,-0.5278207568053549,-1.075478590329548,-1.3590497156355665,-0.37925179298445955,-0.8310676994808557,0 +-1.6953051395025054,0.7685552472840163,2.6226573363713004,0.5806634353040786,-0.4467559424097041,0.4490094551089019,-0.34608581720762127,2.0751316688280026,1 +0.3943258922415929,-0.4334797448313226,-1.7320267488183376,0.6026367684322237,0.12993900432951072,-0.5601132942769473,0.03260877744927326,-1.35978191547372,0 +-0.9277537518414244,0.8951062068968215,-0.32238169986932774,0.9426898531186513,-2.2230131953813577,-0.9241124894695569,1.0663606308090108,-1.3013234193078747,1 +1.4816181791971748,-0.5116516104501028,-1.3806420273394284,-0.09035488549600428,2.09151659411906,1.1804862791590678,-0.46090392325474916,-0.9366426636178244,1 +-0.054130202485644985,-0.1017556114687147,-1.6505865607502987,-0.24120836999995934,1.2515830177919156,0.7718325503902054,-0.1721104014285807,-1.6039859850988156,1 +-1.0647187878153952,0.5807636822645499,-0.7664772214890101,-1.4805220794668994,1.2277394793253524,0.6019926026248015,-1.3548144465847178,-0.9490667522772722,0 +-0.9344544850585609,1.6658235439004265,0.2329777316400488,-0.6697003471094666,-2.786268590419445,-0.5702515521143905,1.3512925834633756,-1.4922143717966971,1 +1.0493969729732873,-0.8208564728939295,-1.3843048163314027,-0.9465058038826956,1.5601148120291244,-0.05180124819507981,-1.01205696909134,-0.43556210878500123,0 +0.8354779204891203,0.92326534497633,0.7291377432550149,0.23864989117515414,-0.8820623389407749,-0.6092007611519843,-0.7593946478311848,0.21325016927724255,0 +-0.7226067482219309,2.7171612258836877,3.3952850422850225,-0.8117922717161125,-0.9692206712336776,1.7799622206737913,-0.14867236996351618,1.058824665078847,1 +-0.6440616611883526,0.8137267459039784,0.10942442656194856,-1.0057199969813901,1.1068200684197136,2.199341147889288,0.44568281021749084,-0.8653978552500303,1 +0.023474169156298314,0.5476239899774508,-0.6562752344944904,0.13970968561249011,0.43439805484900684,0.05142661568900231,-0.9532397355196816,-0.8755124493725877,0 +-2.1844013533991555,1.421638611847959,1.1565088335848865,0.35505936405321104,-0.7203959951515005,0.6862099294715753,0.07774660882459217,-0.09926626494111002,1 +-1.4258655784413568,-0.6244055574416654,2.1042203110211415,-1.4783427891416867,0.2467668437025696,0.03665023750426055,-0.2344472629423685,2.7263361118413254,1 +-0.4155105963046253,-1.042403240321623,-0.6729658982770572,1.4452590150258142,-1.7976873062986485,-2.4272681791169166,0.6445798088907746,0.20839700231227598,0 +1.1365008090572446,-1.5727977050395952,-1.4199961154544152,1.3919098177733908,1.3770434163315401,-0.8314512802541165,-0.9696949766899554,0.2116540117143224,0 +2.337024546232441,3.122731671250456,2.9349141713124376,1.040693219802596,-1.500323415224571,1.648596169014905,0.12876425576356543,0.18343296814462617,1 +-1.818534058310945,-0.29829204478041194,-0.5254222937007246,-1.1786967865111502,-0.864273204777152,1.2022137390731218,3.3096641737856958,-1.2696075931577866,1 +0.05175668444437775,-0.9852020361593681,-3.594378764685229,0.4694071919459397,-1.2455027671636996,-1.7038908563691266,1.5995067917523802,-3.122468143403273,0 +-0.5664951532478743,0.09098665768605996,-1.4712233210009062,-1.6104255994710395,0.196057948192747,-0.6161103223098838,-0.7770155526053993,-1.3144240720519191,0 +1.9477870056570787,0.25819403802065743,1.0500256473557272,0.4237414389487427,2.8314820146885573,1.71258813524583,-2.3356279534356847,1.349507980179106,0 +1.0630753845517495,0.5192584593927994,1.0380526786507267,1.197323088430047,0.8989733596812859,0.6716242205666334,-1.2450387931493427,0.9015919858630567,0 +-0.3409840105575278,-0.5945227457656266,-0.42971204444569006,1.8919000245229725,-0.10015730334382598,-1.0786576719868726,-0.5313797505311529,0.2920058446071064,1 +-0.40645247416966596,0.49157801491443576,0.2834757028023808,-1.1307319231021125,0.46197145449186705,1.109895769313585,0.20984877013240794,-0.26905790810845426,1 +0.27255691924029724,-1.5468565220970956,-2.605145220157973,2.4117262954220897,1.1738669932856909,1.3154497743071378,2.496822486325323,-2.1171230907419574,1 +0.11878528302133179,1.4914280226394105,1.7098190810872058,1.7330479047575944,-0.22011976454130697,1.1676326211560208,-0.2281018255386153,0.4498803169424525,1 +0.459091993369925,1.51326361875287,-0.5103493988922368,0.8463237706016293,0.13654499025554917,1.290847777997176,0.041799870370973324,-1.907150842526107,1 +-1.0286794163331716,1.7517027276277501,0.9167470689812602,0.9702242287193069,-2.118195537731402,-1.396783833283986,-0.9936691136295532,-0.1720890998371145,0 +0.3087874736130832,-0.6174509107244428,-2.228150757031957,-0.37754070471840767,1.187319273320358,0.5851992561942876,0.39275455347755617,-1.893813909393786,1 +0.200503549445752,1.691738089440939,1.5108791459242816,-0.06376587444129969,-1.60481896116519,0.6399090686655495,0.884778259297072,-0.18210287452665397,1 +0.6344044800935493,0.7350028421917199,1.259352435975617,0.6323255668868306,-0.8589622654438025,-0.11484346086827668,-0.08218700750475638,0.6899384206631424,1 +-0.224762998324018,1.9717725164538997,2.5847643468177233,0.5101864443568567,0.8884384182649476,2.338979721499852,-1.0167003641888683,1.056778420538614,1 +-0.23816236931043866,1.3682001848380723,3.3921034884390444,-1.519114136498683,-1.4998926647384279,-0.20283793080463208,-0.5808343611189739,2.464026142089941,0 +-0.9603723582570104,-2.052411716631136,-1.5903588525487224,-0.12552755186720382,3.1025012965855767,1.7131853430680346,0.5291920312603097,-0.15702273769057207,1 +-0.4391668893088988,-0.9123694737964685,-0.3980902145485174,0.696979081085782,1.3944105440188326,0.21105918837639104,-0.6096588719464572,0.5148904214372972,0 +0.652666428053551,2.270413672795172,0.4093014409114479,0.40788417835150387,0.36150579053898596,0.5541620930548712,-2.342800902851221,-0.9105044804917672,0 +1.5530595207180262,-1.1593607446706844,-1.5528131988687042,-0.5579619004009211,0.48341728613304735,-0.9277534010764694,-0.23082752576729365,-0.46505643060653623,0 +0.4525928153203838,-0.4701108673145489,0.9979541763638528,-0.3676432073612062,-0.2588099468147693,-0.5657861801609192,-0.1652504406531149,1.4993077166635027,1 +-1.6242936876630303,-2.7470441173753297,-1.9493201357338668,0.8532883366365897,0.46116706136032976,-2.067967354918701,0.1060962501062448,0.46939942568975956,0 +1.6989793281138859,-0.5052467941750534,-1.7442345704198423,-0.24793031237611798,0.7862935839119745,0.2201762474306519,0.21793359675119062,-1.421547834503893,0 +2.3344429953075596,-3.953165387397017,-4.911384555685376,0.457681860295799,0.34055318932188827,-4.188070723593966,-0.3981152121550538,-1.222819967958484,1 +0.8658936079494659,-1.6749373079467897,0.28317089002434337,0.05370319976648272,2.929987929511669,-0.07539249121264446,-2.556156696190506,2.3999137732531377,1 +0.7661820355550072,-0.3000189171238343,0.5660785986923987,-0.6549411339442422,0.14988616647461034,-0.5184762429337618,-0.7446238014965879,1.0698890294379972,1 +0.06834548138608926,-0.03480482468270285,0.36514518972614496,-1.1304468635138132,0.6621068821309478,0.029433531768283894,-0.9728470983535935,0.6614068807360212,1 +0.5552463932420156,-0.5342526563050907,-1.2587229175998607,0.692674798765476,1.6154236903124697,0.20230315682820843,-1.0971802149274528,-0.5464943333280818,0 +0.22248201435100332,-2.2783484897442166,-0.9767285907855215,0.37672069770530253,1.1179953015135822,-1.746635147163139,-1.1873972402976536,1.3871538312653726,1 +-1.2909416621203247,-0.8658685257716796,-1.577456010985662,0.7739116052002187,-0.04292137739284657,-1.5471801405703216,-0.615609997998683,-0.586398634984669,0 +1.3458147092135764,0.6386300791328735,0.6357208201195292,-0.7276236696150649,-2.6745389283202026,-2.1564554650757937,0.06792429675867417,0.25357340578333404,0 +-0.046896226171338554,-1.5383177049255847,-1.9210070789566491,0.2523705027129768,-0.15810538492330523,-2.1931256159485493,-0.48901288090837924,-0.3522166435522409,1 +-0.42520008231050377,0.7004079646804606,0.028264099516776477,-1.6201943514204808,-0.6081816290329528,-0.7612968640093667,-0.9113267202393287,-0.2579562275822955,0 +-0.3910476315093173,-1.0219052837168559,-0.6092951941741052,-1.3228202846932164,0.8835767031976035,-0.9051902082656706,-1.1910649851017348,0.6356968130158586,1 +0.48959740657224354,-0.354883622378086,-1.7627323775327104,0.9677648911640928,0.2790514157589619,0.12933820065284052,0.6636560635281669,-1.680980585585759,1 +1.854640816124113,2.994213965368594,3.488685348220467,0.6274421349821984,-3.5622574400749283,0.6869209536758697,1.767390109458673,0.4851414675213037,1 +-1.7013589668647577,0.48262089301026007,1.5544684996186624,-2.28884992587539,-1.3373377902340413,-0.989940158953759,-0.379636537393512,1.3506040362730993,0 +0.6709317783509148,-1.0412705727899794,-1.9898341280519314,0.07953694083304017,-0.18702187931777572,-1.8752722169270901,-0.5400149907190077,-0.8525846648013744,0 +-1.0268018612376846,-1.1870312811323565,-0.04382988777166624,0.8862422908191496,1.6140213431635697,-0.8399871698086916,-2.1307137440621453,1.5990225705332959,1 +-0.8565687026193287,0.44102208055705905,-0.5980442914769195,0.8302096969256144,2.557345357850165,0.9883295898594868,-2.634255814496629,-0.343339033475928,0 +-2.14080334754392,-0.835273840010522,-1.689890111746875,0.26207517624665194,0.6159246820769373,-0.2802351575311246,0.1337769032287348,-1.0264083209246206,1 +-0.564271444095199,1.1327135005912508,2.661297113730286,0.42246660574251627,3.2363827638448988,2.6565936435850395,-3.0602061895177597,2.3718134604781396,1 +-0.44087512018528957,0.40125847034492135,0.22477891952188,0.5523332976162479,0.4609671760769836,-0.4086541326897988,-1.7002341703567518,0.3808258129843034,0 +1.9107999474417694,0.3463254576509643,0.41957183293399064,1.0578221932522265,0.4130569958365092,0.6882076512483211,-0.1653563335011613,0.1257873629327082,1 +-1.583980562897604,2.812769825657668,2.5030633694618145,1.5375312798957124,-1.13484537688041,1.20343169444248,-0.5281886331454964,0.21829208290624214,1 +-0.7276234242350931,0.6348286086307807,0.4796013114261817,1.2174278425404101,0.22339999012701553,0.4747967455628067,-0.5078432449054471,0.052121790484166874,1 +-1.3959254817668336,-2.149052452544497,-0.6606701278235376,-0.37835006255886383,1.6851501304565235,-1.1967767882798317,-1.493377348837198,1.6397301710140253,1 +0.2809966995417078,-0.7327812141344469,-0.03003131460401437,-0.6191777143893576,0.1240015039749495,-0.5953365111095504,-0.17219316377587957,0.6806972448127976,1 +1.1775436059657935,1.396064184720517,2.816003093924031,0.31818929088187947,-1.8175275989933801,-0.4840759782486265,-0.3673040586609209,1.8188586948626622,0 +1.0736788543787923,-1.7359517061260912,-1.4253945662058154,-1.9935957683957026,1.1165503967632266,0.2202766271789755,0.9825380010507396,-0.26486003398371477,1 +-0.7176079430153409,0.10254947463531916,-1.1548675417242689,-0.5250813788752084,2.7415452898955692,0.5987267184404796,-2.891771869033869,-0.5237234356134179,0 +1.6683460763326343,-0.7674164824188607,-1.4494432198602438,2.5471895077730027,1.453207688118387,-0.07516544314277729,-0.9296029658653995,-0.5674116650995451,0 +-0.6177994135161444,2.1874427608270075,1.9876500955330298,0.1280636484941452,0.17527943340979227,2.1433364604964114,-0.32114422887261945,0.09464103491142284,1 +0.6987922436227192,-2.7376231656208683,-3.0452972508831295,0.8480311716296837,-1.351852865967299,-2.707180069343214,2.145037148961972,-1.1549025254202379,0 +-0.9062297338826015,0.7247915819763991,0.5714103907187607,-0.41323168724793885,0.8045473792635532,0.40728412345076137,-1.5505199604228301,0.35670489278149,0 +-1.8413298444268726,1.5650009386184263,-0.6325660921888288,0.09941449624206443,-1.453885902724155,-1.3592528798401502,-1.244901338240059,-1.523688463397384,0 +0.8094499043004639,0.7841941552186359,0.41051837332253416,-0.5621852413485998,0.3701103494612513,0.14183981080385577,-1.3025899368296394,0.09630988737194657,0 +0.2387174647050908,2.6534835773956353,3.9852923776196767,0.7673973362206732,-2.94746058021061,1.605233332726967,2.3400031515751394,1.0522507528099685,1 +-1.0528230311769828,-0.9614900865255867,-2.235119176214023,2.7233939190259426,1.2495240558090408,-1.0212540361294669,-1.4660113528453362,-0.9841933790670968,0 +-0.8618670901018433,1.6413552703201502,1.721220025195814,-1.6846817690841231,-1.165954677762528,1.2147113341514584,1.0192869946329783,-0.006272453708267234,1 +0.8472234980391181,0.0033006098941390505,0.9921345226832765,-1.5653484017257946,-2.5383138815925967,-2.130592183293463,0.4908400263549755,1.0360070075263632,0 +0.6576647627325221,1.5458685356546127,1.6685324250146978,1.9841777301833248,-0.4737929122474069,0.027793149766120573,-1.4335814859564278,0.7755023240528981,0 +-0.01080695519405315,-0.7682761155492683,-1.210943919087698,-0.9943125417375419,2.9904631733376363,2.0721003570155365,-0.32611244122840666,-0.6522763437751332,1 +-0.5856210846485406,1.413892039431804,2.2655299434012233,0.6558876574726618,-0.15913566842891197,1.1512651744539821,-0.41301646801221326,1.131366779117879,1 +1.27258485684599,0.26766929470042944,3.474573954220838,-2.1471525644709764,-5.432949545143664,-3.3865715683470077,1.947042607021339,3.037669910572321,0 +-2.104991321387684,0.08262847186651923,-0.6248462612240158,-0.21783875640711253,1.465340037754849,0.12195991849425336,-1.8376710282694397,-0.21692169878891499,0 +1.2430038484696033,0.3586164647579596,1.9169637322603401,-0.41053233123231464,1.4873769208935834,1.303604481187404,-1.3208261008582909,1.9024631099267446,0 +1.0820188814499283,-1.4221638548305793,-0.6260543741417433,-0.617278302393137,1.2186554287529876,1.086265509305239,1.423989109057933,0.09652007315443711,1 +0.29117183506949873,-1.4101466790006951,-1.2831127178072723,0.2505369877037487,1.4324235497865028,-0.19332697476792615,-0.41218987446033145,0.013591125855300201,0 +-1.5672938657672517,0.5480365921382969,0.9793327516176934,1.813486448670046,-1.1738336820097859,-1.0285236629150032,-0.5696837728788735,0.7652777425703825,0 +0.36233552274899644,-0.7051134361184199,-0.9265877782279418,-0.8629486016080276,1.3381452172975645,-0.501719700641017,-1.5519040579629895,0.11236136673442398,0 +0.10536653973510687,-2.685699165637685,-2.509379534456765,0.23119235634243404,0.485626753995039,-2.69097012146318,-0.6651319324785402,0.10489236424497705,1 +0.6079138735135021,1.3224902626962134,1.2529793010286958,1.2212992613970146,-0.34485608250054334,-0.10744087454121964,-1.4376342962384703,0.5533734538119294,0 +0.0991731111759995,-2.7970793494869817,-2.365990859090775,-0.22938355044493727,2.968900063521383,-1.5771307660456715,-2.643555118770851,0.7945338295849849,1 +-1.4126815709076224,-3.9050246122017205,-4.0363706734728595,0.3470092816689814,-1.5365972738606515,-5.194768791786216,0.6339538812429348,-0.5763294328042619,1 +2.4339957388885267,-0.659074597704193,-1.848147803141301,-0.29127184143187956,0.5445372377794858,-0.20418236652178023,0.19253789422868117,-1.3577920311211176,1 +-0.7249653066457159,0.003536672947582975,0.8386263704424064,0.22164553352357155,0.11206959448567862,0.15876318029439684,-0.19291081913844654,0.8892341177236509,1 +0.6448475425850045,-0.8235353221512621,-2.177183244293348,0.4631856507849322,0.11032388036079639,-1.4664910855187914,-0.5999451459328098,-1.2420204120804152,0 +-0.012515354185160124,-0.5709120954257103,-2.8041122148299786,-0.9679286817822821,0.4735212429862429,-0.538812937534403,0.02707955597139522,-2.3332754392239954,0 +-0.6877650020370962,-0.643788239171742,0.0970177086675925,-1.5571610913264409,-0.7409747314787917,0.8871954859916448,2.9072474475172845,-0.21221940468704392,1 +0.17091979003348215,-2.0144246047108667,-0.5653755641508043,0.6931825507475632,1.0005033523994071,-1.6544413796450321,-1.2996130399496248,1.60552399145943,1 +-0.6896521486871079,1.3729265646122808,1.0258361520681436,-0.66615678074276,-1.2049838335342684,-0.772728236280846,-1.0870058849831814,0.23610700545798868,0 +-0.10780378990847311,0.6064585585811412,-0.7125710707503997,-0.29463020395560424,-0.35786060978478856,0.09935007543454277,0.19384364929132447,-1.296440003047716,1 +1.7915157321734778,-0.8903087496661497,-1.4692933636849228,1.1518247124289538,0.6428087673238864,-0.6693413897837477,-0.4276972232402854,-0.5740028224626742,0 +0.9884732688553599,1.531137727135043,2.08034284005844,-0.06899069261962874,0.15814059070752937,1.6851209614144047,-0.22677405398456218,0.7528152131634598,1 +0.7467171400234364,1.2004754127840331,1.2406812292363882,-0.5518951177990965,-3.1845956257304686,-2.180243779301212,-0.015830325923239963,0.4182296904224374,0 +-0.9556522771441852,0.7715761696738004,0.8737116534989353,-0.6559136498601851,-1.532460937733969,-0.40038641279090514,0.5692387249752081,0.11281330618247731,1 +-0.46749768541007797,-0.78684374168349,-1.9629773527236658,-1.230825206067526,-0.7976075627476203,-2.0905760395803767,-0.2381445528635352,-1.1053646134685695,0 +-0.11614691858206518,-1.7674907329348655,-3.066559414048916,-0.9874093950266858,1.5639446770352474,-0.6284303387402761,-0.282407886033174,-1.4986317518712007,0 +-1.5384036546050954,-1.1917028019976397,-2.0077891905393392,-0.6930917146280218,1.6503971451917419,-0.27732690510134267,-0.8626126723001907,-0.7790292358833087,0 +0.07747665612963825,-1.0499720867660995,-2.7267162392888267,0.7556591784415934,-0.19410747592826316,-1.4973708310708664,0.1953606401951895,-1.8219876852616423,0 +0.9262303856816734,2.180787542653399,3.5921081214347153,0.8176170987342792,-1.0123672991682346,0.5007537182102404,-1.2716919681958905,2.113842859371251,0 +1.7773305537464925,1.1505468631653453,2.2553570803300143,-0.2969387360414869,-1.3064033781034017,-0.6863071775008764,-0.940483699587532,1.6271060278144065,0 +0.25299219130371087,1.5306588277848745,2.872468726541984,0.3164831629252787,-3.731050876232231,-2.03724119567408,0.12963494310639678,1.747212171814449,0 +1.4459790699476087,-2.5252331320893733,-1.9769790405055654,-0.5763622081619338,0.5669765792951519,-2.5691344316850966,-0.9447249040005408,0.5766706518005091,1 +0.5497518846934317,-1.983933071710069,-3.043708034904885,0.6713288654050324,1.6442552185958357,-0.6045545509673877,-0.138280638152657,-1.3334096824229036,0 +-0.295921168790259,-0.18766293473947415,0.3756980378839401,0.27167566908714075,0.6191574310342294,0.13767691648931912,-0.6053398611902723,0.6935159663008131,0 +-0.5109226746549997,-0.1239196874882974,-0.290624054593368,1.4098104395118054,1.7885380234958572,0.5632094075198977,-1.5834621333975005,0.1945634075996523,0 +-0.13046261256129782,2.238966313746573,2.3745645637087156,-1.4560045287609196,-1.7755872155943146,1.0457256588555088,0.8314367072112518,0.2166392695749758,1 +-0.4632750950788065,1.215641381048495,-0.21364523501653085,-0.5621290567637044,1.1303137696834287,0.15681110327030934,-2.653265851762921,-0.5381142587984851,0 +-1.583588385292872,-0.10172235984522093,-1.6375196568061028,0.31857518049144623,0.8562070881376593,-0.42301749504310665,-1.205729021698605,-1.219452241994348,0 +0.847254117092286,1.9072071279956646,-0.9702035280604949,-0.169921883886854,0.7374771335355953,0.8086504087944852,-1.7516272872156453,-2.1850100747928147,0 +-1.0733905089942049,0.9446619758570001,2.197533169733786,0.2630597799508958,-0.2217814562881386,0.6265549540589666,-0.4980061566317884,1.5218560813936879,1 +-2.0086678240527838,0.03660990292571542,0.6288184706979,-1.9147344842553784,-1.83484937361977,-1.767015424900134,0.04060747719779956,0.7326021573424529,0 +0.5109057979455187,0.6657412412700606,-0.9498907415048509,-0.2910289534472006,0.981819696642522,0.20217182195446393,-1.5762420550725875,-1.1166586984943332,0 +1.4085323798515275,-0.49777434200208565,-0.9288933546406558,1.5008618920187173,0.20568728215311063,-0.9104869784620045,-0.7043263322927541,-0.26308529658999336,0 +-0.7313509708849446,-1.9766654934533003,-3.071201682929585,1.0035122884388734,1.8562602574162423,0.70182074070203,1.302029120512779,-1.8573555640655868,1 +0.6718628639215408,1.2393098306909707,1.316276716884251,2.240580730038676,-1.870272655750035,-1.2318851120022165,-0.6896278649777982,0.5718149276284874,0 +0.5479390115928735,0.42246300883247767,0.34505653444766066,-0.08662583752073942,3.2397890208010764,1.301325040490194,-3.441441070314668,0.8250914118246424,0 +-0.15417792937153027,-0.7495749890271713,-2.0395286010694904,0.5618456745587429,1.3697061958100818,-0.2961269486847159,-0.9549053849739939,-1.1583300887630967,0 +1.1030290278814878,0.4598119750364282,-1.7055880368115908,-1.2471409664717417,0.2273171459588419,0.7363825669440288,0.6522180752749964,-2.3545335291443354,1 +-2.2190367316759088,0.6452094048992353,0.749352190898406,-1.559150229497822,-0.8888088680419872,-0.7812124334804321,-0.6851625818925389,0.4617699300919238,0 +0.05990441833554233,2.021099562245772,0.22107642561934995,-1.1882187799310584,-0.7076371645188239,-0.14734048856993354,-1.4301554297876102,-1.0843061745395444,0 +0.53164735983449,-3.1726063816658394,-2.4509626613210123,-1.289032758554915,0.40251218856074183,-2.19763697151787,0.6199243140640334,0.19002788666999848,0 +-0.37912011631580694,-2.0640596210546773,-4.970080741163864,-0.6622922352171199,4.457510581286341,1.1067270659681525,-1.229474517071491,-3.059301611202379,1 +-0.2855989389621505,0.05276276697612847,0.7269631234161127,0.5315926166260093,-1.5721757863953914,-0.579524486336338,1.2043398679549253,0.4127699102376711,1 +1.4798901799767503,-0.6427968515049327,-0.7401851830893156,0.578545864645283,3.244485977397988,1.544310682491387,-1.6632563402606295,0.12235987671558923,0 +1.5916889547945885,1.8378611925207602,-0.20261812451494807,-0.5486573873822788,2.6794658467951877,1.4615191494400734,-3.79737365212969,-0.8430049101962126,0 +-2.04883362020475,-1.273395779355621,-1.7037974879774818,-0.36237136847411305,0.025030400802647845,-1.1617439928933266,0.27744090488481654,-0.6417306806152445,0 +1.08692120204551,1.5330966923739966,0.44472305859811134,-1.4419804910056635,0.0021304859999358265,-0.8599614496790022,-2.9314954739449623,0.01601602667320623,0 +0.05495680487969059,4.398563250767387,5.092122829869038,-0.6912990431008078,-2.524991270846185,2.227737511028172,0.36751998659750756,1.1888792338833307,1 +0.3600679831935806,-1.3959346504228403,-4.363346169064999,0.5423164608946521,0.7662863293770774,0.20815139072051164,1.9436690040169096,-3.7966950380067903,1 +-1.119385881423642,1.2460475662268762,-0.35560117286054527,-0.8746647279774216,-1.6027441795486626,-1.5366405158031926,-1.004741300826659,-1.0241959715878528,0 +-2.638002701210858,-1.7841045772011628,-2.231765981099677,-0.6180418333792542,-0.05655982038678206,-2.004369216721643,-0.02771518465844469,-0.5996758352273379,1 +-1.0724759369878514,-0.10982787881252354,-0.6523356938297171,-1.5310360011053343,2.676208683933493,1.5331638792629325,-1.4673361290135551,-0.2907123206204032,0 +0.09592517378996006,0.9244911996713769,0.22959799876710313,1.6917760889173021,-1.8352795323582003,0.13495451734846053,1.7356466019643244,-1.0275263105047485,1 +1.3856914760174894,0.053740219801146516,-0.7895156175897096,1.1373636800933355,-1.1323624562750167,-0.9105778162658348,0.5698781899935739,-0.932042392353265,1 +0.4556691397958439,-1.6197194142768818,-1.7198756667514006,0.5864941540611239,1.362155229365244,1.2977265324527472,2.028715040791141,-1.0279664919472402,1 +-1.2371461165330726,-0.7222399992149819,-0.24801231214706856,0.6741682969121902,1.0729012611530233,-0.21340233215110854,-0.9653414950123029,0.6355818724902589,1 +-0.6299860222441823,2.319304097409801,0.35138504500771217,0.42149064420463694,0.55756018389476,0.9548163937736203,-2.1241399672399717,-1.1005416455419232,0 +-0.15711040029752515,1.3168386024588357,2.1825504104609523,0.7509261017604902,-1.9348867984127212,-1.1104434086112636,-0.7679720829360279,1.3985095754645662,0 +0.8584933123876896,2.9219501585967365,1.5017520901093186,0.7390247886028899,-1.4208853615496797,0.3500112513909975,-1.0885603804350372,-0.6743941964106502,1 +0.6665444455677463,1.437879193778755,1.5198482781821085,0.651243450284331,0.030345353961082715,0.26207340239973165,-1.6811779860416318,0.7646492729986611,0 +0.17045527666842542,-2.921252459192875,-3.0942681503709952,1.5554830620793376,0.44291685391944935,-1.6106078578184324,1.2591617644673303,-0.8939763393706002,0 +-1.2173422226118265,-2.488207243471583,-2.3146258500396906,-0.47323038526994116,1.4315653743452246,-2.09464801809344,-1.4882840787828076,0.3129554888181632,1 +1.1472585481689124,2.2053357737328083,2.493924863631381,0.060198634818405615,-2.356528788029241,0.24744287280756028,0.5973861433294229,0.49088335004245187,1 +1.8665217438537216,-1.3974099408166942,-1.2178573399477712,0.6977856751777597,1.0719891621566586,0.8239170373604182,1.42663987141783,-0.5063714411042075,1 +-1.1452236704507672,0.6786160176937359,2.8724256594357898,0.6652440606498599,-1.6996690163428232,-0.8392512357928612,-0.25172960369790387,2.478183148736414,0 +1.52481518942083,1.4660010528636618,0.17817402965114243,-0.024066112412301485,-4.404225810806926,-3.6212733251496454,-0.1790383112873981,-0.73109646143516,0 +0.4560846480169691,0.7667300039187561,0.8517025146516826,1.6551726252166983,0.8635559699389201,2.8106615805583752,1.4456892243598891,-0.3888425898494858,1 +1.4974945222496705,-1.4075560988740117,-0.0913913869684478,0.31203274701495887,1.2676168322902097,-0.8586695942324715,-1.4098687845966982,1.5433705687514285,1 +-0.7478208103014156,0.8828477613679596,-0.23730007112260443,-1.283961947643486,-0.5580878067149551,-0.6230219101959518,-0.9187891139362061,-0.6905099229555867,0 +-1.2705452694497952,-3.3012858274490675,-4.5865970931293605,0.7369243733515888,0.5015183127504118,-1.5787409094776887,2.05675691927099,-2.307694493172739,1 +0.5161486437089301,1.6482197407553627,2.0263610461163983,0.006344758297033367,-1.8101450263875403,-1.044790105400554,-1.1708878908350644,1.0638537089282,0 +-0.6119472060529183,1.5736706537715939,1.8175386802903375,-1.1594656889113906,1.9183656250856056,2.1703272889003795,-2.0614100582349777,0.9089868411026084,1 +1.404013802859822,-1.3045912707152578,-1.9580060240756274,-0.4547413574253776,1.128138877915382,-0.7081803842717065,-0.5847597234750572,-0.6752165974194305,0 +-0.13067924950600174,-0.618001021845904,1.5037233816048658,1.1348803406827697,-0.8658885380822945,-0.9161640446205814,0.24770284778734342,2.053330901374273,0 +-1.7154260909159682,0.22062792453000046,-0.6862966047060384,0.7382361075942538,2.286190413935763,0.8442422851517757,-2.1765221943688795,-0.35964780646147476,0 +-0.5427817563290599,0.900728444911164,0.07179937225128427,-0.5732220480824588,0.7707956782872124,1.324379824011853,-0.32510842972624343,-0.701479345046014,1 +-0.226387603532231,0.13703882593195427,-0.027963388909704914,1.2211903320745183,-0.8902163900398065,0.3938395466583716,1.655831469036916,-0.6223668505255524,1 +-0.8349245574470832,-1.262000264866769,-1.7836484586502017,-0.6573392062279086,-0.5160162077952324,-1.9973132337013046,-0.054590462444752075,-0.5785875170257349,0 +-0.090350915547829,0.736316477906116,1.8217192549281203,0.5452180443094106,0.9111726035723665,0.8915037079992487,-1.4284091165972308,1.5473495595325344,1 +-0.07154995660567257,-0.4786600541279037,0.8369515189285819,-0.5014005313795723,2.989249302091112,1.0305995034864972,-2.6146047767756357,1.8831752847203298,1 +1.8014812654454408,1.4515930042742482,1.2105419557957648,-0.6689766416704105,-2.0667021356862603,-1.3049211276841257,-0.7053501253594903,0.2949103438742081,0 +-1.556623427521064,1.0798834613923962,1.1329342007963374,0.054770621307131416,0.7808645398466754,0.6586403748797987,-1.7257363716472456,0.6555076433659228,0 +1.505872585210695,2.4085146230719,2.592051245525834,0.6032863852450371,-2.759588139949975,0.13737633660970705,0.7783301542891903,0.37846186258450465,1 +0.12228559525095527,1.836688455952349,-0.841929449632579,0.3080547915034051,0.8385569500362832,0.5090284414019912,-2.2563633408679014,-1.83555638807585,0 +-0.03517606464641905,0.3589755404576165,-1.5668424464484518,-1.104947753340174,0.36851560968150743,-0.38084793528007,-0.9707873851074071,-1.603574591669069,0 +-0.4869983135733432,0.1921212701436421,0.8205005072853983,0.8301476719086118,-1.2272285175769642,-1.2177003304176428,-0.31636870215483975,0.8504834546160344,0 +-0.04890520395440763,0.46251935985922377,3.2367398053848353,2.282792086399815,-1.975859652575145,-0.8055558718537682,0.315673347872107,2.8748324238893437,0 +-1.3593755944734145,-0.6091498719790001,-0.3550846962264797,0.28997842678449387,-0.17287551528747713,-0.7668772178888121,-0.017366957016281326,0.21721792306925125,0 +0.32727795657628994,-2.6944702296816927,-2.111420071513207,-0.17784403357769837,1.170509690244637,-1.280862280264976,0.13387851691288344,0.19238650311624084,0 +0.5530013162685607,-0.49427258062947454,-1.8182369790377144,0.7372155837240718,1.40552211177166,-0.23547892398669773,-1.2640364008471263,-1.0701206154715117,0 +0.7832002928731814,0.8785657395231994,0.8024220969528,0.5342712140941177,-0.4322944119597457,0.31172049142711145,-0.14545533116781517,0.08874854368107976,1 +1.4547710853403477,0.12259522060547945,-1.1666057708753566,1.0640419890448745,0.31118940797193834,0.9971622242966035,1.0892414147142109,-1.6602200345061555,1 +0.12839671920293277,1.0792574048920685,0.9550805624235909,0.4101546935225883,-1.7083109409215276,0.7141332524570887,1.9517362409541636,-0.5239080799291884,1 +1.2818976550761667,-0.8864238928585428,-1.352921800274477,-0.48275302059971403,0.5439072934602329,-1.0149156243994237,-0.7852172559489974,-0.33579784924338885,1 +2.294983957983897,0.0894964446277966,-2.678492662781682,0.8137367432833018,0.8324378447869792,-0.15309970714368926,-0.7188331996229376,-2.5912310852383853,0 +1.508300334419961,-0.25618627758411106,0.6956215811933214,-0.5463557885281889,-2.9860844391079993,-2.356702994147914,1.1931612231119277,0.7812030691578303,0 +-0.524388818815403,0.4207910516164224,0.3396806163706097,2.1164041750790075,0.21535162558152837,-0.11173172958232946,-1.0077596794828465,0.27096596737908907,1 +0.609883854913337,0.5448919020775929,1.4095620161363034,0.21111663448961027,0.9967997798723052,0.8819198759174354,-1.2384825595033235,1.239562598755575,0 +-0.2525867825127386,-0.5245668877816736,-1.5907563402383598,0.5317589483837314,0.40225772223842143,-1.1647338383690449,-1.1048871897334023,-0.7851612637918269,0 +0.9973277936959564,-2.3502915425102846,-1.8121571405374701,0.143355294175003,0.8760543610798683,-2.008579863477884,-0.8739704643270532,0.5342582126271703,1 +0.08378750440594628,-0.25118422445957717,-2.016724979259993,0.8741658673036315,-0.34263395334572194,-0.8495381425032047,0.20599854294420272,-1.8277874317899006,0 +-0.9483240208134694,-0.7971976479210493,-1.9510340496293268,0.6643440850633948,0.7155540477154794,-0.07558170877064962,0.2986121237266339,-1.3842346200167448,0 +1.0064672344771797,1.685829480233365,0.3841295962873601,-1.2860662797188174,-0.32493538511621795,1.8514918804249079,1.005028143498737,-1.4475551995537934,1 +-0.8774693787723593,2.023248541018156,1.3891622467715943,-0.19983851778442832,-0.3360497339791597,1.6747944434652897,0.13245600589156414,-0.46163479903731414,1 +0.32623304803646697,0.8778688478963725,-2.106306570032344,-0.4853294641060284,0.7152328051438704,0.19062012635295034,-1.1077495253430056,-2.5968457527548012,0 +-0.24152724916581536,-1.4524656718926645,-0.9823968795528448,0.47198495611566643,1.7860476762398814,0.14460904772083638,-0.5067105828426169,0.35457856809072685,0 +1.7593250597712609,0.7401582930686523,-0.38412625306821585,1.249091330413572,-3.1555855172280785,0.1783380644097572,4.052551506079215,-2.1256589873481917,1 +0.43604051712701136,-1.2941149157377547,-1.8498206438556564,-0.8664366371636083,0.16328483758569648,-1.6291441888846994,-0.47904617521362947,-0.5321010195976665,1 +1.6255454695335594,-0.9897636062312916,0.007959446242510822,-1.3974716372140372,1.0890081378106802,-0.6003950666149263,-1.2896148671734295,1.2390837818215297,1 +0.26257507933177426,2.6259424572060075,3.5095218347058683,-0.2360894336147979,0.6626448188028226,3.046287760786176,-0.7222167604531763,1.3100221280495987,1 +-2.600947026875229,2.0658666681891056,1.812264508228352,0.05021698151218206,-3.309819006489117,-1.9056071367327208,-0.5683565161753026,0.3965089920526206,0 +0.05181463779651818,-0.2032814867248896,-0.7973275097083526,0.4451317112144699,2.0073628273200903,-0.03941814607870242,-2.468417419255438,0.0323360503643062,0 +1.2992953779342946,-2.198046576839638,-2.6111884798495035,-1.026277397114951,0.610510661273831,-2.2801740142722116,-0.791984864761,-0.40766216236874664,1 +1.274148482381996,1.3231383963141494,2.620784817694391,-0.53863894281219,-2.549637204761737,-1.091071285542244,0.0022982974781773358,1.628632410569609,0 +-1.0687793653886157,1.0189543073196683,0.5181789443764044,0.19240520743898634,0.7342120856220745,0.28966815967752324,-1.9090241427799097,0.16015104567836758,0 +0.14497659504708482,1.062382298015434,-0.8187295798677768,0.7552051395629558,-2.955447531257562,-1.0151466211632076,1.9522085804173481,-2.1796918189973185,1 +-0.5516864018455788,-1.3903964318939648,-0.5370537624042154,-0.3852677812245675,1.6314553181215377,1.419234851829215,1.2193440116033112,0.18996017328479287,1 +0.4133386582451623,1.8668685006492254,1.5542354498155577,-0.014204803668556126,-3.2591086764689337,-1.2737213909461218,0.491009312864778,-0.03268202408971377,1 +-1.2939633494313076,0.3564974116666743,-0.17405570552070565,1.225664197513703,3.034476644072209,1.9884020193959338,-2.0115958381855332,-0.08624813606523019,0 +0.4855506040142041,-0.6596534047202169,-0.8250541906759541,0.5382013402558273,-0.16299276590591394,-1.09405394268423,-0.2784144306544294,-0.12198222130629566,0 +-0.7113276318194942,-0.13043710656939356,-0.5347120291892995,-0.6489623609521191,1.4684617824916044,0.5171984557386327,-1.110974246749298,-0.17227630602297317,0 +2.0359084262743563,-0.5895013254128674,-2.774774628665738,-2.1768280818738317,4.997418050319599,2.254927673432232,-2.689252666970994,-1.7670988522141224,0 +0.23830432083008807,-0.4620784012286623,0.9590171556350969,2.200294660875639,-0.8977364086406071,-0.5964242467987683,0.7080504911941621,1.2190297947067683,0 +-0.716242936793658,1.5675463085424013,3.0630686559915223,-1.5775215430102236,1.1320896850710194,1.9601694633251447,-1.5711831581469522,2.0633400745540387,1 +-0.7527213780306189,-0.3844065227942046,-1.9347472285892025,-0.5947371022445676,1.9277096315256643,0.011445380437435149,-1.764721389902613,-1.1647939605582676,0 +-0.5384587841172691,1.4642908743438336,1.9501675078096101,-1.5982556405588044,-1.2085352159282983,0.6516664694810033,0.45409763379132295,0.5720402740087093,1 +-0.7061348127914144,-0.0490311105420993,1.5239183601847468,0.7280461794777096,0.27554867704661984,-0.09569718090053325,-0.9058573215403848,1.8424300684032255,0 +1.1342640279695342,-1.820068199591273,-1.2969007876334866,2.6950833519281874,1.1097523193143137,-1.4833727975552442,-1.2266872686703125,0.6651349151357215,1 +-1.381574586062845,1.0988143262816565,1.1004780968529932,-0.6530395940149337,-1.6191470886623638,-0.5268587150387413,0.10611853545374783,0.20183581281201318,0 +1.5146627712321992,0.5456877341843507,-0.11550102437698766,-1.557640820928199,0.11810701505919566,-1.19203789134604,-2.3140699396142566,0.13919286818689514,1 +1.2062734943898625,2.5971861565961882,2.699679884975214,0.672662319022791,-1.0228429984077148,2.0687697289790767,0.6423971837324922,0.21712262365665635,1 +-0.43302294856193924,-2.134796590137747,-0.9731692560758672,-0.9705164826250807,1.6112477695504674,-1.2948133403919644,-1.444290010766429,1.3043674159956602,1 +-0.09314211401176395,-0.2082878627719617,-1.1533154973223825,-1.2438592708102834,-1.881132488437453,-2.314158042690498,0.1529736095937836,-0.8599643641067374,0 +-0.44822868505951724,-1.6008344947330508,-2.0266938353512933,-0.29418197572582416,-0.7730470481878008,-2.455045667211782,0.13679668401978173,-0.5560360678173897,1 +-0.8890220218296934,-2.7524130337872403,-1.149053003180368,0.6540892618522355,1.3143892704113693,-2.0694261610754805,-1.3374359510341598,1.6778240025745368,1 +1.47838215093333,-0.4443797812473174,-2.1379062179772417,0.4728440522601085,-1.7663601229898238,-2.146480186360802,0.7504541813683938,-1.8355826779695623,0 +1.8924969622057737,-0.5772248660499057,-1.3383710634358088,-0.38724138807838715,-0.32298416357178383,-0.03278230141339866,1.4242436611833207,-1.2552869347315658,1 +-0.2993314440113032,0.8026613857572508,-0.4807621687064719,-1.630227270844635,0.10757846435602057,0.01302694959705153,-0.8636391569339228,-0.9338813547791831,1 +0.6643944946480441,0.2635289048407754,-0.4188946739629846,1.4530634708380747,-2.4041665644553962,-1.335496658625369,1.4849289698683548,-0.9476101933612717,1 +2.003781163065486,-0.7928005477509231,0.7516668838524889,0.4547491117879336,-1.3125752054358188,-1.672276763772182,0.28100721175434973,1.485724918424872,1 +-0.8587043913651022,-1.7601114463582757,-1.6843141111099758,-0.9983783335173774,1.3995568914374756,-0.6776759549005693,-0.5187052658171146,-0.03253226463409542,0 +0.7510800865725495,-2.9450679614540753,-2.6717826646486253,-0.07610509878996435,2.0079207111229707,-1.9298876732707422,-1.4955003872678976,0.32523714760583244,1 +-0.6958117723854531,0.1609305941300071,-0.2732453452759925,-1.3666035527013711,-1.518131685534957,-0.35992924395297976,1.5909330172001939,-0.8164357646105459,1 +0.2560973483719074,3.3463580513147715,3.0681891227000717,-0.2921590755849626,-3.1377795246552296,1.5032366125228076,1.9917627446711292,-0.36292285561941867,1 +0.22433026488013116,-0.6836828360377685,-0.24318856092226945,0.0036116970752838582,0.7666827453825537,-0.5010538344212313,-0.9551220747883753,0.6272102000086213,1 +-0.9344650714211002,-0.9078538633795515,0.8308505957415689,0.22035568944421655,1.564041928920759,-0.021881986741832726,-1.5204627215208961,2.024200452574149,1 +0.0556398269403544,-1.88699556073517,-2.0854198127986763,1.8751454277240556,-0.9351865508582977,-2.5715012992391593,0.5382890105466525,-0.47369078163259204,0 +-0.40419593990122743,-1.631938294730368,-0.194873725403162,0.9575099102643906,1.874701659762923,-0.5059741854507634,-1.5338436261594617,1.6342390171800787,1 +-0.43253842818000937,3.455339879678627,3.9949630925328994,-0.30977925614922136,-1.4202442079227464,2.4590580976565937,0.4323535934715969,0.8354030053354065,1 +0.1639963116729666,1.4273499652879305,0.7662966767568825,-0.17885203551774279,-1.2007507922888385,0.6941489462154,0.8796988207573608,-0.718200883562209,1 +-1.3132993532725887,-0.4596832463394074,1.1947837852160776,-2.4617822187562424,-0.11292688835511783,0.8356193980367628,1.4283091297534178,1.151897499432612,1 +-0.4041596577237806,-1.2321309442048376,-2.227483072373768,-0.45959326787264165,-0.12349615561662032,-1.2587179443227499,0.4659796301234109,-1.2523239082052555,0 +0.945963425713319,-1.8951711537654372,-2.5766630748510897,-0.5229270719387304,2.1017962131270793,-0.4935299314206252,-0.8729479762483263,-0.7435261837778863,0 +0.6425373282567394,2.4573605209115783,1.659398272834346,-0.17949770900072806,-3.767104769198389,-0.6486904483543345,1.3825847961029347,-0.7137506975341237,1 +0.9772194181677789,-0.04954796968176556,-1.2537607613880166,-1.5404343440027275,0.686490183609073,-0.49420706855782287,-1.2250851296991447,-0.8628546225173086,0 +0.8701740573543197,0.9404167045211949,-0.6057048143731883,-0.031081666404429085,-1.1756252072491888,1.0791523766715179,2.27686831962816,-2.108645999354332,1 +-0.4434841536415466,0.006078346007819313,-1.514847696887573,0.8103459016387806,-0.11317830858133711,-1.3302794480065008,-1.1843984557151974,-1.1220447628988064,0 +0.48509610599656683,-3.364202640505498,-0.6809674324392536,-0.2103798807077791,2.950899011029328,0.19056348586352823,-0.13227354204846908,2.1708775461330907,0 +0.7360501220735075,0.5590600017492484,-1.5902397490356928,0.8115532374454683,-1.3081584236284778,-1.0664499279551558,0.29787974489267666,-2.087023507990986,0 +-0.34932152237617087,1.3940876038786731,2.3992450232977216,-1.0164412796927724,-2.9161507746158875,-1.8432022733121676,-0.4909682561700581,1.5347124369182836,0 +-1.1434716371958498,0.2846544677169195,1.047280753296812,-1.1726557674990932,-0.6341697754856542,0.35257578286191277,0.7672627954007896,0.5891677188533315,1 +-0.12660871037820837,-0.16799808553689755,1.0360264971004252,-0.8017017991998295,0.44186593198813845,-0.009333550126044643,-0.7594485155540813,1.400893971449867,1 +0.9937749806771011,1.303503192511351,-0.39969625233594075,-1.285892538010126,-1.2479830027024794,-0.35496031023072905,0.01617358687084336,-1.484373304201669,1 +-0.7638011187996403,-1.4691763237062845,0.3338061175958566,0.25376617451117517,1.9670419688434782,-0.16246935469317814,-1.534811802240551,2.0079140685433092,1 +-0.5337315966063262,0.17768709193348042,-0.5782830143817091,0.27679215045285405,0.33384079808678735,-0.21699451454306723,-0.7912769931649654,-0.5070110452507928,0 +-0.6566965880329266,-2.1382211864291243,-2.6225700270296874,1.5726175672221272,0.2501983622067656,-1.2333875267061396,1.0573183385126919,-1.0503768809926926,0 +0.33159118112310126,0.9970834222717017,2.5647521364397807,0.05111825163806765,-1.8219103372027188,-0.8251184877273522,-0.31351189839156535,1.9121545915414033,0 +0.2604807691386504,1.4292950578639432,1.277572087900521,0.04219688970506743,-0.8626967515154664,-0.4340640602803102,-1.2567387968923631,0.4642546460330287,0 +1.2282742307006551,2.6742651391445347,2.3678596057759935,-0.9310968978311734,-3.242753376821941,0.21469725257426386,1.348690316970934,-0.2340786324779885,1 +0.6464925696171591,-0.4165883558396641,1.1954247091310328,-2.059645385865659,-1.028618818864026,-1.028187901838315,0.20181834502114293,1.590915451165611,1 +1.5678668483069924,0.9619417367433576,3.165835432236807,0.02009929767280293,-1.051104579610589,-0.22014032600108902,-0.7410961583337241,2.6219422265016443,0 +0.5481400018553901,-0.08394779064475466,-1.1875545662358413,-1.9321357107196986,0.977160779271386,-0.5123206739175835,-1.6459149464980043,-0.6512730277181374,0 +0.4462161243350445,-0.7637958710827573,-1.9695852263358078,-1.407326872866,0.7091896176087646,1.35708319293926,2.1882194581570813,-2.052412994040064,1 +-0.9592433361580005,-0.4021376750813861,-1.568940599876673,0.2589248135240447,1.7096155720046111,0.09390032028067818,-1.4295325011875253,-0.8750976674013213,0 +-0.39364270663238365,-0.2530157690119115,-1.121303750301569,-0.03424064640038859,-2.1858583473802957,-2.5669753026055395,0.28954351684224555,-0.8072141553428942,0 +0.3663864557802067,0.7028413803132331,-0.0833799639127739,-0.1702865152323669,-3.9938310445402787,-3.23385606703894,0.6504475266637184,-0.6063863362322517,0 +0.30962645222502266,1.8093596935733958,2.9256459063202565,0.6014910644707844,-1.8886879936106675,-0.5338374485252623,-0.8093989406012115,1.7045982840521552,0 +-0.18441034667545697,2.030010715134569,2.753363041193463,0.34590852161220625,-1.170399542255684,1.4889040432322722,0.6756511121171159,0.7862336912503229,1 +-0.2386729969303595,0.7926635044218278,1.6985095523042448,0.9057798846539719,-2.351350377757341,-1.8253695055140502,-0.42306169414534567,1.3109065818736076,0 +-0.296810363684652,-1.7790769368486374,-2.5485569435918913,0.382794420131391,1.7621155041739747,-1.39118231529369,-1.7190574748126073,-0.5152684664862641,1 +-1.1337436022939316,1.6511321769563794,1.9593897189548968,-0.6870344479683872,0.19043679396570984,0.7476782468259251,-1.6180904852640376,0.9768653837280008,0 +-1.1255422778219975,0.5558573579112547,0.5598594223666833,-0.9778064604728468,1.2265154043793394,1.1806380490688717,-0.9354087393348378,0.26193368049374943,1 +0.5653796869790492,1.9000100412159033,-1.3244071693746247,-1.2783806574623238,-2.54229270432818,-1.9995033819046828,-0.7085321445433509,-2.6057245211741256,0 +-0.19811894201648486,-1.271429060028546,-2.1532115104032705,0.42584024105012486,0.2635138772398696,-1.5030439592066762,-0.39112054481159203,-0.8930257504207278,0 +-0.38897010917178415,-1.6806343652670437,-0.9345564499378504,0.28581241039735106,0.8709467874019625,-1.129100078262008,-0.667840670430863,0.737200330708706,0 +-0.06053147116708839,1.6979861340577211,2.32631415353499,-1.2002367090795867,0.880451657534969,2.278037342906812,-0.7170570523453839,0.9490114349364682,1 +-0.7258134646573591,-0.22779670127367235,-1.0127875168494456,-0.8161383768210883,1.632197153641295,0.8972261206371608,-0.5952489781342616,-0.7445298865765774,0 +-0.28113063502001806,-1.5975595819241872,-0.9133837476829865,-1.4825900377222812,-0.3811422358876679,-1.0769876586508709,1.092531983579292,0.20827096792193878,1 +0.13673636407701711,-1.1685951036705138,-1.4482330703371775,-2.7588091498117713,-0.60955611743782,-2.052407414670115,-0.19174289320687643,-0.27530728064145077,0 +-1.680667478534619,-0.622233236249004,0.10972952268465795,-2.591790180230309,0.4648725275996099,0.7274108027086432,0.9466360883956828,0.3251965358851532,1 +-0.27024629891485025,4.175642441544669,5.380241709812111,-0.4125242481977321,-4.8346186859639415,-1.2460157630422595,-0.813473558320252,2.2558874835853118,0 +0.3155612570011381,0.41286007963107213,2.2028676033065677,0.5898299392171752,-1.5680395607611817,-1.0066940034749783,-0.18389717177349074,2.0167539422174947,0 +0.7419022247442113,-1.0650842600198853,-0.7863305874643206,-0.45978744248712955,0.18453312608641922,-0.8384986311011774,-0.007230434415993914,0.16686182708093988,0 +-0.470614922233284,-1.713278056473501,-2.6021521515554955,2.247220983082028,1.2471912573698516,1.1744717939916776,2.3827569946091414,-1.9318349379980164,1 +0.5052834561347636,1.4796869163994724,1.1842453110511229,-0.843576977861015,0.8737394677364217,2.205348445127391,-0.24083074278888916,-0.15042426437317902,1 +0.8031404079577547,-0.14527377126546825,0.6554137443299498,-0.6282774758892901,-0.827528783763675,-0.7860196219502503,0.10051802934358223,0.821820748756691,1 +-0.4992893081403439,-2.2393155295304155,-1.4057109620902482,-0.9610916660868516,0.4022129677257405,-1.713100618826331,-0.04017833375675661,0.605298686150592,0 +0.35127760381175194,1.0854279136348695,0.9319394203357418,1.0275432090899974,-2.109091730868958,-1.5566845548211798,-0.5057591520865751,0.2863995317635324,0 +1.1129692544771563,-0.0822864663468652,-1.249801875262757,0.6955115502876772,0.3664815771552513,-0.5921352426114251,-0.864951696212358,-0.9211033165904102,0 +-0.4103181824499592,-0.8979983329183854,-1.5046135228222566,-0.2185944234126377,1.869921252219636,-0.22431684472580382,-1.5664738087772836,-0.32942790130906574,1 +0.6494825812699347,0.7588287769409282,0.040682934302873903,-2.0711142123230912,-0.46427759193746554,0.6548318756991685,0.7059289540961855,-0.8408423703228484,1 +-0.05201616503600325,-3.884301078429484,-4.805188247602711,-2.041718145559263,2.3241264212581836,-3.1255233507534097,-1.9156766259751872,-0.8439776541356887,1 +-0.5007851817171998,3.0855153723397795,2.443605034790258,-0.6173103925667711,-1.6182834493524498,0.9493518420726021,-0.45441961256751795,-0.0729865111589233,1 +-0.18453100822085353,0.7435058312003782,-1.7042784935796,-0.6194336960402944,0.13738140535022267,-0.237196936459585,-0.8245833100790974,-2.1186162507816677,0 +-0.17048616404238437,-1.4019704611027464,0.10395684840992662,0.09540216323110483,-2.3278690216181444,-2.916696167204999,0.9126919706999808,1.266615885442,0 +1.598971050993572,0.3139905785373296,0.09651403290811487,-0.09077856127736254,-1.991832233939912,-1.1643441731203172,0.9223859746257843,-0.32740838654390014,1 +-2.517064063479523,-1.0399115397970313,-0.2225966132727002,0.6177269970103803,2.272759489738418,0.3099840692965472,-1.643830606535022,1.0731713688737985,1 +0.9714298789872509,-0.7928365784721219,-1.7359576879302219,0.27099789103823485,2.331881778172581,1.411920078723497,-0.08976633819330138,-1.1783594657709577,1 +-1.3075522689880505,-0.06524548087789261,-3.3294231180439526,1.833003307303755,-0.6419621384324102,-0.6632835759934981,1.058241062242204,-3.5636607269425067,1 +1.0358855712257866,-2.219187006656181,-1.7540350887820664,0.59074871190664,1.111497585779832,-1.2003809848648095,-0.2898466294149893,0.262560789446026,0 +-1.0358383827042241,0.7419087978055132,-1.0861457122994307,-0.9043155271070124,3.612149029496255,2.2141044498794695,-2.6883193178515845,-1.1728762339729883,0 +0.16016155600457757,1.9602473196617718,4.5006795783609235,0.025067790999191805,-4.2298152869743015,-1.700022950075687,0.35996195198240644,2.9507397690000756,0 +-0.6186553845864631,-2.404255937286021,-2.4461690516431496,-1.5455132659230302,1.9873843788347365,-0.8023311182090886,-0.6101009068601803,-0.22833447045284888,0 +0.7272854558814774,-2.557968457312387,-0.8646087605536231,-0.3357160005828943,1.8949510091391861,-0.8141216161609893,-0.7826367098719887,1.5562557575284954,0 +-0.9676433419141481,1.278472379302464,0.7898421005420171,-0.5617278675612711,-3.094837909265383,-2.1013848963929127,0.006732161978427742,-0.1179439224761143,0 +-0.5060467223471143,-0.26624904824020834,-0.10707776676615542,-0.6460812568806673,-0.4758254456303732,-0.7551645526748085,-0.010565660523617626,0.17685808454884444,1 +0.22349063564825172,0.43748193198316754,0.30459961452289047,0.2393805545581354,-1.0431447784567476,-1.0516452940662018,-0.473878036275973,0.1488568577399011,0 +0.9731129525725982,-0.9066284079289753,0.9817874976946208,-0.0034736225140437316,2.7410506806379935,0.5968174663496943,-2.4191987933751333,2.3722544820378375,1 +1.300998505516524,0.07160455606875271,1.5017351798732865,0.7992424836995005,1.5410248090307144,1.2712562562393388,-1.0116649860334248,1.6417828691896306,0 +-1.359557305270811,2.0984929738802434,1.5687731299593446,-0.18634192125036306,-0.9814710849121588,0.799998813534235,-0.24639779830092523,-0.17308496774896187,1 +0.16462647374288508,-2.4902938414233184,-1.7525939642449353,0.2809487521407636,2.256801532008082,-1.572686924983,-2.1287074702169475,1.019089378045778,1 +-0.18472715210454904,0.1445246460522025,2.0392305241506685,-0.40325691172323647,0.437596709422457,0.4921860865145695,-0.7096488305011885,2.1044214540999153,1 +0.559645257915704,0.5765201141618144,1.1387725048710244,-1.8536637875342659,2.261508888709195,1.8231508935444862,-1.7436891017857954,1.002175247050885,1 +-0.6404893239149874,1.900853766017115,-0.32915742049313146,0.6751072251109395,2.373783706643773,1.7087122859129968,-3.063025658409967,-1.2424402119673539,0 +-0.192898452015898,-0.3450330579023002,-0.5347343351766781,0.9853596848119927,1.5495807817451315,0.8235096090885929,-0.586641420299278,-0.15638416942232747,1 +0.3518180757225016,1.422992025295435,0.9017379292190054,-0.6571090466859235,-2.0060920491964462,-0.9477738693130748,-0.19580221862891523,-0.15998463479116298,0 +-1.7987980457590214,0.19076808237417775,-2.2029623628395156,1.519117573642161,1.828577926757966,0.3071731859362046,-1.7720184967193235,-1.9438992858707846,0 +1.3103850520057503,-2.986758396947904,-1.8440382302571916,0.17213506770511236,0.8047717551699393,-1.8565141345158793,0.1261901392811795,0.7572164809376767,0 +-0.758702360160199,0.29567517239507235,-0.4010686493673141,0.263216111711762,0.13857225296968403,-0.9618834568010539,-1.6845386567786598,-0.12778893008100367,0 +-0.4019117393725614,-0.5952144095193087,-1.3569337444400378,-0.4426601390858294,-0.03460807620912046,-0.9155881312431717,-0.14017792803428397,-0.7679911009751106,0 +-0.5189638489371085,-1.2018362650759968,-1.862025462882777,0.12738802197165225,2.6877557915677004,0.044483889254814835,-1.9444115882184652,-0.3543404817580531,1 +1.233157239220685,1.3188427338906241,2.0702315946969567,-0.7761098288614525,0.5496703836024118,1.3650810858441276,-0.9805025404868811,1.1503314117092298,1 +0.2497048157065011,0.49849948343961925,-2.5583263903426094,0.4958608747601844,-0.48229966702073257,-0.6618907330584505,0.0027059969080468482,-2.9707947576540574,0 +-0.14688172322816773,0.468973594347575,0.1692722260937167,-2.615032360856507,-0.2903384043231925,-0.5607775504097747,-0.8882575486090292,0.059205100499960306,0 +0.8564642744381262,1.1858612424336537,-0.4313114547370529,-0.7926010294759231,-1.1149589909294146,-0.26350274067272506,0.0843383393467182,-1.4425859528879426,1 +0.27760042930462925,0.7178804159310539,2.1703919040201423,0.9381992019965925,0.44174744558501816,1.0540372772641464,-0.622099218360638,1.6866248722338568,1 +0.0054898351798825604,0.22084924808196027,-1.0618620596697506,1.2452945755193543,1.0390300127883403,-0.5869005455249862,-2.1985269645729266,-0.6257724592870433,0 +-0.3704905049417251,-1.2129598705948756,-2.1635153000611465,0.7135720445510769,0.11918117885846032,-0.595131095765558,0.9659051056175754,-1.3896616755768538,0 +1.1832277001807243,0.7802672429446147,1.2140117367405598,-0.5123013467479076,2.3541004651472734,1.8208020743759803,-2.1202980581239856,1.0086034012081726,1 +-1.1840881637705611,-2.492414360465294,-1.154579463285579,0.8089712876139268,1.569059065032504,-0.675946084440438,-0.12068467735209076,1.0165269356107185,0 +-0.7132157535561315,-1.4183192361941916,-2.7809482985010057,1.4556309385683956,1.206751878622837,-0.2959914074106483,0.2120794014688221,-1.6626174299204166,0 +-0.49057198085778053,-3.264917457924959,-2.647259503450833,0.668858193592144,0.6741574230840045,-2.2659089481326493,0.2972175044560047,0.16107229588091998,0 +-0.3239515676229756,0.7571189261341992,-0.11104220452161637,0.005767541416089182,-2.881155131369443,-2.479794239780394,0.018187013306125044,-0.5671125566931488,0 +0.43834374820796423,-0.007256834136041168,1.0888095172233136,-1.4972246404388954,0.052910704840888285,-0.5083649658532782,-1.058721301127814,1.4379959941580684,1 +-1.0285103537575697,2.4204078886491844,1.9859612819009418,-0.47888961250814693,-0.2581768908508937,2.0630660054234466,-0.060521480059195,-0.16821428632737445,1 +1.8691603398699808,0.917761795232553,2.151829297025616,-2.3913406611706285,-1.1534668943384312,-0.73506517287972,-0.9429362325436437,1.7229353461259669,0 +0.5984165911270166,-1.330575046622533,-2.071220783296549,-1.0238840078414224,0.9816936621035542,-1.090697779822322,-0.825538884257901,-0.673837005478172,0 +0.5957098785433657,-1.1294602992876517,-1.5149994799124042,-2.047892567903145,-0.20488406752425084,-1.0172868853047201,0.5887157161531447,-0.6667514803011177,0 +-1.4978150396449323,-0.2973646728063276,-0.8747562081287695,-0.27393403703182956,0.012789102787382128,-1.2587518259826909,-1.1253858475915317,-0.236727052438523,0 +0.7046405310605439,-0.5463525806544889,-0.21176376253084805,-1.0650202246652538,-0.6372189293606586,-1.430535458787702,-0.34907413563429174,0.45045625481949464,0 +-1.2672023405123252,1.0559581709878425,-0.6501176394877052,0.3320807874222128,-0.6629178746129303,-0.7823450956814237,-1.0498285211195304,-1.2085635373112398,0 +-2.1027678253009046,2.9897661724602766,2.2764714035021716,-0.7266347472464537,0.3510929242617288,3.0583923892130827,-0.2995907930161875,-0.3655808153573411,1 +0.24441669952367706,0.42442634721315503,2.2841350771221025,-0.33990745347888984,-1.893748193827727,-1.0615870108533354,0.17178159671476356,1.997546707705538,0 +0.03078769964578218,-4.479748522599891,-1.9380455704134147,0.2656227803353575,0.8431699780351123,-1.422376825354113,2.2877590840747644,1.3046804658268056,1 +-0.5650437480582049,-0.30213262797162477,-0.11658046634075249,1.0862524055516405,1.6650541488096087,0.7423000643631599,-1.0261676810490643,0.35744611698333073,0 +0.06781385512460714,0.25626020049867937,2.078593083525319,-0.8859658559978731,0.008621051226610202,-0.010444013829274623,-0.8999103836949823,2.140062735256003,1 +-1.024889176881387,1.1889262957188533,1.2283963407749785,-0.11900530259213062,-3.0714813243565566,-2.085069686853828,-0.034275507888103074,0.4131927695824549,0 +1.47917504786771,2.239118431709728,1.72437819815171,-0.2013806546307303,-2.044608150033462,0.03248703713879042,0.05026755801086202,-0.15514828034723083,1 +0.45780951175850343,-0.2414113333923502,-1.1294973749056445,1.6735310874406415,1.6605267025749888,0.17499312839502146,-1.5509310466804926,-0.5376771414184447,0 +1.7658083650994507,-0.1794982066955697,-1.146294143570124,-0.08019401291534572,0.32092321918483085,0.3002966460093449,0.46568380548075206,-1.1622562053613072,1 +-0.3525402465420118,1.269115441544206,1.578393345769842,1.1769420681369551,0.33727681090752215,1.1273381564846607,-0.7996423504485158,0.6618340862172286,1 +0.9022913871499502,-0.3783500982718677,-2.472156292195969,-0.7904627026380471,-0.6495942805186536,-0.49883384322939284,1.3798531166583858,-2.527664053671455,1 +-0.2811192862241156,-0.8028955844216538,-1.5466157328928418,0.9238209027953506,-0.2091381426352112,-1.1712178769066317,0.046321831457735274,-0.8161725614819403,0 +0.2518708242145882,-1.9726291522474475,-2.2160546230170723,-0.6433840758863664,1.327071441526641,-0.8690638805996719,-0.2885970831654345,-0.44095021947101704,0 +-0.9383558123386798,-0.5729802389890843,-3.0877915716413544,-0.03534958499050019,-1.7313664188258688,-2.705877964051548,0.36592245002453194,-2.5452830869434218,0 +-0.0792895502005626,0.6824270662944656,1.2850201607895775,-0.11212570595709767,0.30844869944614894,0.25879825244626464,-1.2001214138947707,1.034238873200215,0 +0.6833002075634068,-1.5102759935409154,-1.4329377249069197,-1.2447858634198803,0.8870320675663589,-1.034632138438471,-0.6052865027314736,0.06268139343444767,0 +0.4927206580015832,-0.22396926535138,-0.5509170666400126,0.5682611003926873,3.434082757568348,1.3575792778065472,-2.6889799932320635,0.25274856346027863,0 +-0.15223330689132772,-2.4688140393447044,-3.097212474160294,-0.2688363838138464,3.807588136763419,0.9546465162063595,-0.6066734597805301,-0.9710579720708523,1 +-0.3821162288936516,-0.7022152905805048,-1.336903531661068,1.0713556301186236,2.7287366685664205,0.27900098164288545,-2.379771230562511,-0.14293655833306784,1 +-0.9786929045227587,2.4836321543362896,3.1748937842555054,0.6685062248088951,0.07514564051959235,2.800543072863121,0.03786058142564008,0.9033880229502489,1 +-0.31543207027522313,-0.40003197744066776,-0.3777206046128907,0.6383519788006078,1.1387807025843015,0.16742854712713306,-0.8615297409902192,0.17431588140840337,0 +0.5181439105569158,-1.5451358735832283,-4.416891056336749,1.3630841416773425,0.8911085257699498,-0.17210180740755265,1.4345980564405507,-3.5581855091545576,1 +-0.20719349020002145,-0.8006517088973911,-1.7794524739219255,0.4764285282284767,-0.325043726873598,-1.540655614214087,-0.21665311702634704,-0.9551931554329476,0 +1.0692611295950174,0.39336797194365886,-0.882500718561067,-0.22928905565880586,-1.9614850659613243,-2.1077687525175417,-0.18375320140847218,-1.0177008834530858,0 +0.7224522390496232,-0.027177344015277938,-0.4398216987313092,1.18757386287606,0.3269359501632818,1.61428470530928,1.8427167527052593,-1.0463412134717436,1 +-1.326113200770561,1.3655000950091878,-1.059909252560598,0.7606302660023991,1.926049232234842,1.4370063548745484,-1.9992767848452626,-1.7997816859301445,0 +0.16877965711672707,-3.167905741241319,-2.402347656536976,-0.37968866924656947,0.8802507110957438,-3.094395784811965,-1.2770767096261073,0.8174737729955788,1 +0.29457926020409597,1.4485874180624665,0.381346281028572,1.9989853269439728,-0.8633954838807063,-1.0531014095604343,-1.8448260792159419,-0.2561939551449869,0 +0.06719045707095106,-2.728260626054202,-1.4504795374346218,0.9854093574099182,-0.3504108615805881,-2.0898350486507735,1.0713138988572302,0.7009837925541804,0 +0.9266795460166936,-1.0534098590201821,-0.05669036493877889,-0.0660976492201253,-1.0578653269745177,-1.3422299110486513,0.8712242523551663,0.6994159649935964,0 +0.5813605077650333,-1.5051094628633626,-2.034335731393643,-1.6030132074475396,3.435291011600261,2.37434817821475,0.4736797329383444,-1.10617263740657,1 +-0.35707000730020466,-0.42694349484339367,1.1032848201932168,-0.021515132183167886,-1.8150995104100076,-1.6157000356735534,0.5778879448973047,1.4493399480529643,0 +-0.8474481217551247,0.7223549066967767,0.36491635076552287,-0.4705046365773392,-2.0107076634084473,-0.05691823786726802,1.9091099921655577,-0.7514916547643142,1 +-0.004372320010707338,-1.566188250130634,-2.444080143510583,-0.19735626868356382,-1.3992636740960922,-2.0879896878103374,1.6025462523299183,-1.4341596960667335,0 +0.7071437979018165,0.3764648849262591,0.5281226208541709,-0.07637989841765397,-1.4417718713476988,-1.3932577620178708,-0.3592458619158671,0.42272332673388757,0 +0.64046723889188,-0.14671524244200518,0.1230517960334967,1.6386153139408874,0.5527763085258747,-0.08939968741192261,-0.7851139183776982,0.4682444588050209,0 +0.2826051674206644,0.33626603976442815,-1.5070540692090038,-0.45009477059388125,0.3075375160082449,-0.08777675079460234,-0.48550369094947654,-1.6774070627617657,0 +0.4744892304308829,0.5260823505988416,4.382877968932014,-0.12541777936911866,-3.2042379350889494,-1.6316113178917884,0.5684872157077481,3.9807871782307176,0 +-0.06614390550762565,0.0036673293809551533,0.41737075042824345,-0.5945164556321402,0.2917910511482163,-0.2550050133154586,-0.8804143418577652,0.678786725976114,0 +-1.3242208694676036,-3.1228334127628976,-3.1829252579895684,1.4784430363643406,3.2371352098429074,-1.7743125883737851,-2.703252498768247,0.2708062070465613,1 +0.054913843650087085,-0.2878592024778541,-1.6128253147805598,-1.2132964728697466,2.2892829152517535,1.5661880477716963,-0.4031877162142996,-1.406814626429107,1 +-0.48587717321697194,2.4190749298400975,3.3369585092461618,-0.38373450500539996,-1.6419821580013587,-0.317187498393739,-1.6481636756129119,1.817868233213649,0 +-0.275196843855299,-1.97729644909476,-1.2320888351417154,0.9587225784638226,2.13001733342535,-0.36840578196200663,-1.0440973785125096,0.728897113750882,0 +-1.5955543447929006,-0.20034076372049858,-0.3935612822039906,-1.2471736506233728,2.066989964455817,0.7674163740100062,-1.5963506926652882,0.14233777081139898,0 +-1.2677429402771105,-0.39160815699702206,-1.815854612283972,0.8090991493665797,0.2667912419364365,-0.7369392302473232,-0.4196189743654523,-1.3444224257271764,0 +1.7001147047736982,-2.293611429072656,-2.279937346375218,-0.6699811146805856,2.3363851380604017,-0.2958135915362007,-0.5994580161437864,-0.19459583051563423,0 +2.9614625162852484,-0.1953664632742499,-0.9998141487536379,1.416875798555826,-0.4352375264288449,-1.6831385769549279,-1.126336365765043,-0.4171627456901227,0 +-1.5851007856006545,-0.7125640095958815,-0.8039268927639632,0.9191016030817991,2.4484356836407097,-0.29982388285660133,-2.89399017413741,0.59092514361614,0 +-1.6940046676985683,-4.222929789449133,-2.215080210672657,0.4806591686429287,2.06432658895186,-3.0746759486540265,-1.8562279064324008,2.0541175281171187,1 +1.35566797526019,-0.9154941499388083,-1.55550375397731,-0.005099826088060487,2.9102970155269254,0.31020768513569297,-2.304360603641193,-0.20771814219921836,0 +3.0767868501140625,-3.5016691497688424,-3.6213034470687577,-0.7629194049072957,0.9728273394311795,-3.0458707978335493,-0.6341945277558652,-0.3169480319029492,1 +0.8906499219696666,1.3361967200889204,0.8682180571594296,-1.9977086797985786,-2.068425095438946,-0.7654111853520358,0.23965565418368961,-0.2525327813027795,1 +-0.5397291463094649,-0.012452796473960137,-0.5654579524459177,1.0133354908593895,1.9546114007119495,0.5881856614338441,-1.8283449657792554,-0.11453620843547085,0 +-1.4284199181096777,1.046054136931174,2.2801422926271813,0.49939091330834406,-0.10782250444311606,0.522517670742958,-0.9324864415834728,1.6456871977013559,1 +-1.072388628737821,0.7660654622536702,0.5092762817228516,1.1897974220874947,-1.3457934340657065,1.3920104890658476,2.8046732584604133,-0.9951334789997244,1 +1.4365549287086448,-3.055775885845703,-0.4408950321608045,-1.0159351792994238,1.0818843932439928,-2.450467066595689,-1.3903262819158044,2.697225990828107,1 +0.8413101255240333,1.0022087757406988,0.5576646142404784,-1.2612059601885182,2.3007528579178773,2.1437038452345396,-1.6641760623930826,0.0059893291844327345,1 +1.1069707964415796,-2.7693491881144725,-0.21222254815078404,0.7488539303633895,2.182222184248991,-1.67048704118328,-2.294439371432843,2.8724545738986293,1 +1.0138176645036738,0.3182291448989456,2.359826068896582,-0.718854651937476,-0.34419999322741346,0.6165039296816752,0.2922294605471448,2.0028854168843,1 +-0.9829386684865266,-1.4401931228185618,-0.13096452459456268,-1.772928280119005,0.9601992114543851,-0.8325449238900526,-0.8898105363893904,1.3880173372102813,1 +-0.726777587180989,-1.318056402507437,-2.04957391115148,0.35092546742340214,-1.2358295101132475,-2.235367306093801,0.7917703668283653,-1.0121985917625664,0 +-1.1758483647506461,0.955551123865864,-1.2753554561808766,-0.26814500657960266,0.12538851277833193,-0.2508945013680535,-1.1776897128542518,-1.7652756409341879,0 +0.05732517066067558,-1.1300897650743376,-1.953692516733037,1.769400662399957,2.3774666830497204,0.39356465754460856,-1.0870308527694474,-0.7668340883762665,0 +1.0227852121836034,0.5784314046537529,2.5430222215877376,-1.7219893552441865,-2.107235558910363,-1.1674154627014885,0.09472813331394225,2.1595025310794616,0 +-0.5652890292604069,1.8476192530932858,2.080056127399915,0.45849716118683725,-1.3331850870888076,-0.43954020633892266,-1.2744945587282372,0.9316023731362726,0 +-1.294638118847314,-0.5726784653324696,-1.6674576105752315,1.800258425319377,-0.5804523209807549,-1.6541244605191947,-0.28164820830418535,-1.0076643434197476,0 +-0.021808055062331144,1.3065132464589468,2.2693469919191793,-0.08237169185672762,-2.652607346340391,-1.5401395528801083,-0.330931866343403,1.410143657929066,0 +0.06062809783578185,1.7478151579436214,0.5925280997873694,0.25614398329050214,-2.4103588188451894,0.6650017011246361,2.271047093715122,-1.5396753721276417,1 +1.1453511895428945,0.5731174591615436,0.2902601072813869,-0.12437230867451828,-0.06413542688329577,-0.36258614915190623,-1.0937060786570842,0.13456848754729467,0 +-1.386619356815792,1.400488498603304,-0.6079646783747503,1.2567986255925772,3.2137916575480445,1.9543582606144827,-3.3141233802694394,-1.0540127644781858,0 +-0.07755360208418138,-0.6421757735849692,-0.2930579434215811,-1.104580344491745,0.28829627300633665,-0.8066920819381247,-0.7107059938370897,0.49878466148838785,1 +0.02849029687732834,0.6793766195010358,-1.1733962081796716,0.4987543289476518,-1.847193543755878,-1.8016303025509397,-0.16330040030141757,-1.5839053601680977,0 +-2.210747655201365,-0.5396140011637527,1.3126806772156268,2.198923095915481,-0.7866323329875937,-1.0565506424687077,-0.08230614057975894,1.893034223452193,1 +1.8572467587300325,-3.19633218564287,-2.94125602226443,2.5591390874863067,0.0646787950980698,-2.2411892437028333,1.2103371184270142,-0.4445613811580684,0 +0.840877648996396,1.2452403919484576,1.0531577273167967,1.143907178777631,0.20832824143846312,0.880229104531399,-0.7686243707488715,0.15882034520121135,1 +1.2753840737627504,1.1182604636832127,0.14952443837276666,-0.41363397854928535,-1.1922425323180315,0.29466574813267066,0.8452235087405926,-1.0439112852112138,1 +-0.05009120252326754,0.6111008128029898,-1.0137469165234327,-0.3208484237886542,1.1564587698176683,1.2519944987988723,-0.34764920442889347,-1.5483069482472356,1 +-0.09779936537292891,0.5303239136823295,0.4670942960686084,-0.1396858849646453,1.4350266185753795,0.906775553532204,-1.5440677513897607,0.3749122506400127,1 +-0.9044838961966886,2.5402628493682857,4.174552883861275,-0.25853040277328426,-5.019223141799043,-2.6882232319831556,-0.3637994261121371,2.401003554537044,0 +0.648678521982422,0.701873154661537,-0.9398192903957862,1.1235828898947893,-0.46172338051597206,-0.6536475538491313,-0.7000858440273803,-1.3083589214536129,0 +1.8082620265423721,-1.015767310016422,-1.5267530420537043,-2.518068947892375,1.0711010327047346,0.39991553748605024,0.5394377632839813,-0.870083775589745,1 +-0.8286697611598325,-1.9664660101857456,-2.17230497631855,-0.8447625483331934,0.1168614245781906,-2.0520899059357496,-0.15923047325407147,-0.34597209535629153,0 +-1.074782205952382,0.4033887918682269,0.60867272020488,0.3771513123583442,2.9516744051129273,1.8651800084596826,-2.3333276422254237,0.7660404772982257,0 +-0.9365822548196917,2.144951155195672,2.274867905108193,0.7893911520313645,-1.0740000963421055,2.3281520793643202,1.6712231702230942,-0.13081571405781778,1 +1.4182688056354602,0.6928959305447193,-1.286074583095943,-0.26081724438681664,-0.08114371217592133,-0.45510893742056324,-0.8690751827969312,-1.6221426081429007,0 +-3.1342431515187372,0.6069542327963724,0.9588570108099328,1.2557231118404022,-0.5852817723522518,-0.6964585762879711,-1.0241282059151455,0.7921891665922073,0 +-0.7973734856601905,0.43445869032214546,0.8172798804250669,0.9788575380760571,-0.2626479802512753,0.13308756791436804,-0.15111562871982565,0.4942090892418234,1 +1.0266998012044222,-0.7135659695140422,-1.2708589961025134,-1.8762618694349837,0.9650645675528766,-0.38407268251139226,-0.7545869845756698,-0.45508394559422505,0 +-0.942193472104011,0.5236380756016591,1.3738280898729505,1.4927972148261481,0.9166157651293354,1.905341719215143,0.27439446995385186,0.733401113066706,1 +-0.27044211858065487,-0.5666637387071389,-1.2715763739003205,-0.7657626746393921,2.323142772122169,0.22492818630028155,-2.0381522434492707,-0.2793298944496426,0 +-0.947447015572514,0.45273540846319305,0.2790474973232715,0.6725067684459402,0.6146789131605817,1.7405554269854147,0.8764430803568288,-0.46946338962705747,1 +-0.6435051566462902,-0.09288072344183584,0.830092880038298,0.687380040303693,-0.04579517308345322,-0.2623182238063647,-0.42295994449695995,1.056538619246388,1 +0.2158786947439699,0.6215669794046818,1.0496627458843721,-1.3849027220079377,-1.350889884347579,-0.9793191708959765,-0.3509246480487284,0.7116765723115084,0 +-0.44078964561938483,2.2423017342646867,1.383177144513407,-0.3677339687302525,-2.1661922887357985,1.4006841228969198,2.14357979518517,-1.1758444483096993,1 +-0.1753923425904386,0.8410457421009281,0.5552326614910975,1.506008295659463,-0.9614494638105795,-0.625511984753661,-0.5292345396425227,0.04495939816128913,1 +0.27213189707944646,-0.18429242951347624,-0.6744332798494148,-0.7963573907494838,2.3262466002079956,0.19422635926743892,-2.6675195693958837,0.1771298395770029,0 +-0.24468407090482663,-3.0585233430800027,-1.2804718127915455,-1.6464149578977556,1.0103378025419514,-1.671858535503001,-0.005330588451929907,1.41194848113534,0 +0.27939425920158645,-0.9698456886614808,-1.3043534543993163,0.5799619966467097,2.01418792798489,-0.372084246978195,-1.9495047604467302,0.04972598627566627,0 +-0.20134069066237298,0.6170920640902191,-1.4606266417562788,-0.9988921469944482,0.5764639906680746,-0.18516991160019314,-1.315357148196889,-1.6354485389745042,0 +-1.371930329717277,-0.026008161894586546,-2.571759734523807,-1.7102016747327664,-0.8252641213808852,-1.4277362517271723,0.039942530649826,-2.4927424165598087,0 +0.8908131681831983,0.634995206892213,1.1829179045232165,-0.8944408812974508,-1.643310292790367,-0.6190680859054545,0.4941249469425022,0.5794870765806417,1 +0.590634545695501,-0.948585583470936,-1.6951538648768043,0.91428124413682,1.2782362828413272,0.23923381490958429,0.005469830044572244,-0.9411686357544535,1 +0.4210326207024176,2.079470604354933,4.979300415463634,0.5953763100753152,-1.9820435813908572,0.03899745774779351,-0.7934643322475781,3.5151015794105396,0 +0.3193767589888196,-3.560813655872934,-2.9441247223324503,-0.9912214301451778,-0.7056234311884615,-4.183456660377022,0.11230982997735584,0.30642529307427907,1 +-0.2756018391754664,0.3382359271454963,1.4834079486979828,0.25328573818931116,-0.984934149467731,-0.7411335562306351,-0.3744061218377185,1.3798568517937588,0 +-0.45702336766236823,2.4107693127739287,2.750291361512966,1.1374975638277314,-0.12431071330807085,1.2423801619463226,-1.555588748726567,1.0840677974855006,1 +0.23644804553088394,-2.3518310763695274,-1.6421220633539393,1.3475723347950732,1.6899430236388968,1.589637888603492,2.717672155046219,-0.5393359816260168,1 +1.1992096267472747,-1.7433961224199928,-1.5033903182021153,-0.5316995623742307,2.337398768329729,0.4083478601551118,-0.47808559762837466,0.04292416522898068,1 +-0.5132294722168316,-1.8009283877587188,-1.2191799726908006,-1.0080374707344917,1.569699665767219,-0.41902749491508273,-0.5060659604649207,0.4513547612916915,0 +0.584152426035461,0.6090470195634119,0.8419410396327144,0.031110565928061964,-0.844694216554174,0.1227449298090274,0.4701948868269543,0.2044921011564083,1 +0.04137178052132799,-2.054369239468218,-0.8510476356661142,1.8254240607855718,0.34268992252185326,-2.1675794401594444,-0.9203887148458112,1.2857194466879727,1 +-1.1875011613535285,-0.03936477679368311,0.12460187892335671,0.5038337304048407,-2.4238921590631297,-0.698507420694074,2.5333306496147507,-0.4719641953534749,1 +0.7170751255725542,-0.42344877988248797,0.7300967852495165,0.5619481830078077,0.07013039856079262,-0.8202954751364046,-0.9474738341822002,1.4188509144862809,1 +1.221144053758081,-1.2889747152316935,-1.5793188983036182,0.6442309494815042,-0.4741129000633696,-1.332932439369758,0.7423009224937147,-0.614718686788827,0 +-1.0660464556825842,0.7641253002070604,1.6198503198009058,-1.3421836536663656,0.13542986567704157,0.056661652194378354,-1.4072350021800997,1.3770181174979284,0 +-0.4262521005540895,0.35829614832129897,-0.6580798657801926,-0.9353095349765417,0.28125641539799157,0.07653497520592523,-0.4965266852502135,-0.8429147650958893,1 +1.1010212224518134,1.29561268221996,0.5734527412757406,0.5895985060682322,3.4673743021672188,1.8302867969432308,-4.067841920661393,0.448556585668759,0 +-0.13616654407285317,-0.5474431672047224,0.6599479480852278,-0.05735895695239858,1.177037164160407,-0.04086950997525163,-1.3331908890586905,1.4968856101068169,1 +-0.4470685286280408,0.457932552510138,1.1632838585394292,-1.833378072004426,1.7432571791654972,1.3545878150092754,-1.5084501212571106,1.099542205341878,0 +0.7849493558999838,-1.4805615892417747,-1.2450351814765097,0.3061913682744187,0.3658760592075398,-1.506617668213714,-0.5773647102716766,0.2571692411030384,1 +0.43119367308738266,1.215729954145198,0.4854027580844834,-0.6300493544434224,-0.3570650374633963,1.1012166083612396,0.5278826554777944,-0.7609228831764197,1 +0.41759322417244765,1.2153564834173463,2.330341771700136,0.8280155805247978,-3.3645339233881453,-1.9821321898804678,0.17602844090221614,1.445861262669741,0 +0.1620939761740682,-1.8331843933752248,-2.023745187802179,-0.9415326043885967,1.1187249010143405,-0.8331656527744248,-0.1490829960605573,-0.403813481584715,0 +0.6109830466872751,0.16598326051222623,0.7729285431918724,-0.5142350243678891,1.0460799749602199,0.3524351881525641,-1.4235517290255777,1.0033583646320279,1 +0.2781599144259864,1.0194188707648193,-0.7433292208713721,-0.32721422794297117,0.18057542787032954,-0.25907131917853066,-1.489104189149812,-1.1937022224859413,0 +-0.6018682597120981,0.7802163597410223,-0.8289246084253785,0.969764763540084,1.813359290326615,0.7373398142416696,-2.2070092131211156,-0.9608152253614287,0 +1.0502588165625146,3.4403058780071465,3.6236647609504797,0.5588473287892516,-3.1500730842235836,0.3946234650381519,0.26943638671744463,0.6731923867098615,1 +1.7930312324380215,-0.5846327488706302,-0.5538267218016434,0.5778906260580076,1.5663887813335233,-0.1944181453264915,-1.7046761377915056,0.4071552691882005,1 +-1.4602443981328075,0.8289928215148388,0.2848631408701856,0.5204345474611803,0.5153697650050212,0.4322577983440177,-1.1346329857537147,-0.13693435439598112,0 +-1.1884022101076717,-0.39460934049491136,-1.6729384400010847,0.16107351859587274,-1.457447310852177,-2.192459279705263,0.0610572185172944,-1.215081817703765,0 +-0.2584630823432853,2.1625470840478167,2.676223384372237,1.0500148198669768,-3.5055204810776455,-1.662537633475416,-0.31739443147081836,1.106251323338273,0 +1.1413978467204624,-1.1609321441309728,-2.5455210972577853,0.8815519516881001,0.4583481742557613,0.35716977931642596,1.8060266017883817,-2.1221302474339097,1 +0.007617447884572965,-3.7865655153925415,-3.7221317336465565,0.07682240177488804,1.8395884270432328,-0.9963251915126602,1.1994661661332853,-0.8320456337309581,0 +-0.30021485998558717,0.3895231285646379,0.816036936527534,1.2800665064313448,-0.08488859819059665,-0.08480081076221835,-0.6465998491714606,0.6816677685627038,1 +2.2912621644339035,0.42643465346932524,2.1190320241649294,-1.7860015501150015,0.9229708540764686,1.189745924544216,-0.798606432686364,1.9179610397914393,0 +-0.3696073924123241,0.7833971084945066,2.323945432973922,-0.8905826172681679,1.4310465273066626,1.7465378306412218,-1.2246403137690502,1.8972353115054301,1 +-0.11091386289520738,0.6117548107047462,-0.4121832575814574,2.347969122647356,-0.12881727488055936,0.7033916829954782,0.5808143411783703,-1.1466831182642667,1 +-2.7213068662896753,-1.6881082369880616,-1.625504887812606,0.5319964190794004,0.8089154055910698,-1.0587678970678132,-0.278896327128612,-0.06924625571741139,0 +-0.760893339944358,-0.0003575705590831424,-1.3511723913609988,-1.6210167053645468,-0.8406254124947704,-1.172085955320322,0.024496518006641987,-1.2894866174677428,0 +1.1333738573967589,0.8558733221992714,1.792092174626497,-0.7334729161888345,1.7626212013960016,1.6184482910600029,-1.7939538750856572,1.4594046978447572,1 +0.4888355148217017,-0.3195557260781774,-0.7384743750382127,-0.05991191235925665,-0.7340366319294387,-1.3745176408373454,-0.22944716445305163,-0.3130160612898034,0 +-0.451862220827255,-0.8475264244950946,-0.05924357322744348,0.22536327305313059,0.2391359110661774,-1.0911023067616068,-0.8656915482064707,0.9735851454878965,1 +2.353360224101244,-0.6848929095495295,-2.292270544831559,0.35819490197338494,-0.1573109798222145,-1.10138832631853,0.15253124880862956,-1.70766597372827,0 +-1.1011258151794363,1.9480410337846794,2.9290409533090913,-0.49119338145159797,-1.846037713315339,1.3025415422027464,1.428988728442589,0.8444682294763552,1 +-1.3274858037359933,0.5750342348718976,0.09410523231008455,-0.16263904052172048,-0.2034067890271877,1.4323653699832457,1.5538324427599908,-0.9203394946704434,1 +-0.03668345646494619,-1.275181810142267,-0.9649037907472149,-0.7979364647080364,3.4890838562531323,0.8718426851532686,-2.162749786430607,0.6148820250746148,0 +-0.46332683549173787,2.5056350482937804,1.9904437348348154,0.2106804668535975,-0.535401172033906,1.0387401660187925,-1.1246541622488524,0.13081198609029898,1 +0.29858226806900734,-3.2482154983962754,-2.1069778952032308,0.24908793817907635,2.402698622025676,-2.0392524369046376,-2.0400384222269725,1.3109654637332278,1 +-0.11728609243702753,-1.8323516712060683,-2.0237625302872058,0.6478615699820455,1.636286104903141,-0.6027311823135089,-0.5810475431558388,-0.30533679515539736,0 +-0.11607234149988949,0.6198206290683816,1.6124243710911954,0.1938785382909245,-0.8673498932817292,-0.6520108423825584,-0.764051003109215,1.371696450147368,0 +-0.26152988112045383,-0.5648140075987131,-0.24958071585054034,1.6021207599866458,1.8760287040800196,-0.056307072290237015,-2.071041002000597,0.7881163389909905,1 +0.8954393536283499,-0.4274753825728624,-1.6278768338326335,0.6115362475468259,1.7638376211709004,0.017148145679468985,-1.565026059261798,-0.8710411880305216,0 +1.7408950484048076,1.855714660558497,0.5465818584609647,-1.2133880455097317,-1.4000033912556293,1.0877144629785924,1.2901745956907007,-1.444545660487932,1 +0.36712795936038556,-2.464413077212635,-2.3804129772665994,0.009716600133592646,1.64889471384456,-0.6708403476870513,0.09426716686277814,-0.31135362379650333,0 +1.6391369195933516,-0.7288096459262425,-1.6600001039020211,-0.15827916472958756,0.14964944656233634,0.025782314416871732,1.083904020099165,-1.3664927336092183,1 +0.11601965567077492,-0.4252558147169508,1.3646346973453793,-1.0954024284289852,-0.9551367742630137,-1.1513062613559373,-0.10654859793126903,1.8630583088899142,1 +3.134318056682268,-0.1868957759112615,-0.5925780813777571,1.0886243249106033,-2.304198445148747,-2.722654016617631,0.027472001928381617,-0.2429351485351331,0 +0.11845043698244806,-0.8012914045690187,-0.7753567585581714,-0.07086150105196676,-1.0010000826580758,-1.8770778089840296,0.011187408845196312,0.029857021378342008,1 +-0.8472963635254651,-0.4489288947606586,-2.629429669106976,-0.6503397713862022,2.319276756791158,0.3467725293515469,-1.6068792010950137,-1.8846438094071296,0 +-0.6622154463967895,0.5930471971560985,2.085356878828591,0.9427396305937769,0.6296447861196042,1.5961149162299066,-0.00798253571749874,1.4979340595669581,1 +0.253521228690926,-0.21511046380621895,-0.5122919599820781,1.1623427020174284,1.6497990516095866,0.21869981243368697,-1.6830426499932944,0.09969670104432349,1 +-2.5503953126623022,2.273061250773253,1.455066679159104,-0.10386593434788494,1.6544187466543112,3.0521786713566215,-1.1585165106787714,-0.36203097374630644,1 +-2.128736283271757,-0.4209377750467449,0.7515569533388669,-0.2853217502811096,0.7822518736965544,-0.023879871032685962,-0.9099905973519107,1.3673188442068942,1 +-1.8422502666605574,0.6496145752464499,0.6617458532245043,0.33104710797826853,0.7274761411015551,0.2852844636655171,-1.5481829450988343,0.5207278840577216,0 +-0.08316632561676551,-0.38699119588656483,-1.4500356849283644,-0.9269070836811153,0.7258967785984222,0.6395068997291955,0.6514312683495592,-1.3719178584136915,1 +0.436921407571512,2.4539760203035588,0.51839196771285,-0.6057717593763329,-2.7116741486732354,1.0845178796593706,2.5203327399433144,-2.311114704505374,1 +0.10343436135659119,-0.8444659576042433,-0.6350028341697436,1.7587787190182815,0.795355440685143,1.4790120868326664,1.9314313328648982,-0.5679575548228328,1 +0.0723668236672008,-3.0731275560115208,-1.7757611719063413,0.46096735163720237,1.4893023086471102,-2.5163811467822117,-1.6572806921604464,1.432684823583255,1 +-0.4904154918952443,-0.6804506697388417,0.029807996261153158,0.03079376997279222,1.443349449391445,0.19669237461450606,-1.0717372350284466,0.8799368633408351,0 +0.9528481431414262,-0.6900033987377658,-0.35696365561861054,1.3467975676853783,1.6719410059441802,-0.034392313050199075,-1.58473093005526,0.6514867514564596,1 +-0.07182578829462101,-1.7573090749270954,-1.4417556466609711,-1.2790873946617622,1.609523263316925,-0.8679192118787966,-1.1448079741106056,0.395570788562458,1 +-0.2567859880646861,-1.6672513650588734,-0.953445005475753,2.6283342572797714,1.2941327103718763,-0.5433013678841883,-0.49919238623481826,0.6161478769126378,0 +0.43523180344072704,-0.5964422047132356,-0.89283419439145,2.381063276562695,-0.9320448289706958,-1.8464550891775362,-0.23352112567283412,-0.19869741715762224,0 +-1.09718516558626,-1.6257393782991945,-2.4651247940028016,-0.19229067785011764,1.4834069485736814,-0.3196425966802888,-0.08126675245812065,-1.0852956356180656,0 +-1.054831467974944,-1.903533545315849,-0.9572619309027882,-0.8977677787384776,2.5530183534437385,-0.5643543128995656,-2.067581488252907,1.237802366803734,1 +0.11751437019278207,0.6731356742664889,-0.21571695109192165,-0.25745435496065994,-0.3078343966007222,-0.6346180882907605,-1.0713583544080794,-0.4492687683091372,0 +-0.8864121024267103,0.6826596575839805,1.8150293822647563,-1.2338183316987958,-3.512611615625088,-2.378977487303569,0.5805009651951614,1.2931700928150993,0 +-0.7274481112309675,-2.355030525256491,-1.6656974066208092,-0.8585952278529859,2.315357015705409,-0.5781953669739555,-1.0564263758880073,0.6267596269681017,0 +0.2540791204710021,0.4365415503393115,0.042160984807596086,-0.5678346776641394,2.345654326523883,1.02836176992475,-2.4579377254167776,0.2602425532546033,0 +1.007441142994923,0.03574651064415768,0.1299764899037471,1.0978143372659874,-1.5658052521130896,-1.4277151295269361,0.2536384082537043,0.14275540831761913,0 +-0.8488099909104428,1.3766942946268501,2.544268383608208,0.8958205776450807,-1.8617135053892195,-0.6949777934022228,-0.48663174514260166,1.6075446599199976,0 +0.5594360076782738,-1.6280861670499962,-1.0572996822169873,1.0930378539488597,1.5179123516998871,-0.049286566537870335,-0.17185581759417667,0.35108092978733807,0 +-0.6523078009299342,0.16408275453552845,-1.2836695000415386,0.001125164943819222,3.100957012414096,0.6966988929274733,-3.303249185163672,-0.6027737508216967,0 +-0.07208771807938778,1.0792382886054819,0.4919041499476986,0.6178270824406189,0.6654615860040818,0.7147931466756616,-1.3012641868240364,-0.11450523747134278,0 +-1.3238232198533721,1.507828490983059,2.6784588743372884,-1.5624622641934436,-2.9259161001205776,-1.4129141429542675,-0.10592091404047577,1.585196383366719,0 +-0.9672910382874818,-3.0212278088453166,-2.6845970820196023,-1.24103753007336,1.2016075370890649,-2.9677090178745997,-1.6436837642482955,0.496229041867255,1 +1.2658586203680995,-0.5662121954849855,0.050884478022126006,0.8288474060961865,1.2128285141214705,-0.2683054221689836,-1.4924044512872803,0.9543329974551165,1 +0.5969823754793526,1.0536862807579928,1.8026518446960496,-1.2415060327559715,1.9862291505515957,1.6313157703327377,-2.312217317075681,1.4422768691043655,0 +-0.4397805912459633,-1.894306210376627,-1.3157134751664816,-0.44740654590300505,2.1510441160497282,-1.1299163371709942,-2.1554527485494246,0.9329001641490888,1 +0.10759907622317716,1.4620260397552451,3.076263064576067,0.8421248786261009,-0.5855827779992717,0.5907439281787907,-0.8371795250338305,2.072313735389568,0 +-1.2463923093650842,-0.08293544348610338,-0.5317464684528412,0.021208556076537235,-1.6935146610920961,-1.568567947434033,0.5661074231525987,-0.5031699388552568,1 +-1.6478813571226705,-3.8700395888490604,-2.299784325281564,0.1794737046187474,0.9568989129224944,-1.4606778765482895,1.5207680623784972,0.6325217877570166,0 +1.6150600489407043,-0.358718564027019,-2.0154867036116086,-0.7046232435036327,1.7211167223660402,0.7590509054988885,-0.4771203681630397,-1.6742389412288656,0 +-1.969135788882726,-0.18903187366136776,-1.410704199907262,-0.6090162398727031,3.752995947170196,1.7473201433734433,-2.4147058088230455,-0.7545656524191403,0 +0.1529857833677774,1.3933210189854768,3.032482205242128,-0.31081486317291807,0.06833032268857098,1.2156467611936645,-0.8498914169423044,2.041373463599182,1 +0.0913159946688968,0.1770000844865398,-0.5076529488980628,0.26605101177790563,-0.061290235341217095,-0.6893938549199367,-0.8772378748133419,-0.3751715551096553,0 +0.2025045458932081,0.5898288469047164,2.2075036434573483,1.1201120743507444,-3.2902187231283837,-2.20875212137973,0.47760483337137516,1.7851960560165605,0 +-0.9885030245216677,2.3612312151392985,2.5004779310966447,-0.5994251488997108,-0.8535140639615695,2.5261412985758698,1.322659147367232,-0.005120243769099364,1 +0.07782224232374794,2.265730935146747,2.225430667883501,0.3139504315426354,-3.0294443727082636,-1.309346883875322,-0.5072575267805665,0.5852838523593099,0 +-0.6067745989654264,-2.943492740540214,-0.8094956130296593,-0.8591882988283909,0.20278993983013766,-1.8090992154653398,0.7044301506857893,1.6118815775198996,0 +-1.364484991546541,-0.5208531377020769,-0.8799529061223246,0.11190575987761456,0.05654281900606431,-0.964622825918209,-0.5529125451505565,-0.23067204844938427,1 +0.9417351745588141,-1.7295909027070602,-2.7290525571110544,-0.42910083004852945,-0.14682432674101653,-1.8197512547923196,0.43147027141778693,-1.2894537569426663,0 +0.9725012351345796,-1.2713978384325875,-1.4190113237691668,-0.39212093309661095,2.432032781915304,-0.36865641407456945,-2.18295855916901,0.250827865166563,1 +0.835748387563914,0.5549299606904294,0.3700900155251966,-0.7866418990461158,-2.0266116340515894,-0.16886369100857446,1.9615449669675973,-0.6104139445617928,1 +0.35508013530573257,0.5503699292002615,-1.1636504871459297,0.6955737040721128,1.9469495733460789,0.2561345763745877,-2.6954885034934297,-0.9377483583527512,0 +-0.7182895876296809,1.9166574746369085,4.13758737103848,1.232925613608381,-3.2031796877873555,-0.9981309481558874,-0.017190290723450463,2.666800359121961,0 +1.9087166442601844,-0.8508515915251842,1.0569438528186101,0.4989895810223731,-0.5116182515979734,-1.0771868918234504,-0.093079298122545,1.9005524569168668,0 +-0.07620491708605094,2.073713045981065,0.9161056329961375,0.5174679199900666,-1.581725447985839,-0.19533648688284633,-0.5034633379372409,-0.6695054830081089,1 +0.5410247812597782,-3.206948347127886,-3.1778534280792137,0.9943838932608741,0.2671890828717428,-3.481945948671883,-0.6543832731234269,-0.07636010469472776,1 +0.11045384428981374,0.09797286611984635,0.007924673073118933,-2.4654728459559108,-0.22881101181930213,0.19791515672058335,0.48256112889298963,-0.22044052797732916,1 +-0.4686103871076899,-2.2023804049714757,-2.303151799985475,-1.2358418549667727,1.4933923355773968,-0.7041018634160605,-0.033031383191172825,-0.4171850801355819,1 +-0.4502443592263765,1.737895848087925,2.9931436475564768,-1.2462554897122875,-4.535143912041462,-2.204645125657125,0.7954446295306457,1.5274912109247663,0 +-0.06467404994853045,-0.3209105458791994,-1.0955175740031386,-0.08845374275987403,-0.5637049046370679,-1.428040234632809,-0.4398241059218674,-0.6136725972238267,0 +-0.5886716977443502,1.0862236621651769,4.638172141317393,1.22709539589925,-0.9621377865240914,0.537996283061823,-0.41378570995251535,3.86644072535222,0 +0.46819332227261967,-0.8854693784493953,0.31621111719538,-0.19220398853865917,0.27207385873394907,-0.8751024563986131,-0.6915066769373232,1.323477046686873,1 +-1.2674919231307165,0.9944131597079895,2.2707989506507475,-1.1205801259650734,0.3149418491070224,0.7637427968062023,-1.1555229589168188,1.7216568407329487,0 +0.02605219794124618,-1.1842800535800864,-0.8006378995472189,-1.048407676314012,1.3620224254430668,-0.5992881195783402,-1.2355435435344981,0.5669860711629171,0 +-0.48683400164861373,1.9596243024407916,3.535099330672689,0.5263309025180741,-5.284245908188991,-2.7749521868591787,0.7086181751952418,1.9581587556914033,0 +0.07543908706002887,1.8214597336056493,1.4853315769977558,-3.3982582727079302,-1.2249820772883082,0.3614899964491071,-0.1611722630606488,-0.013299882968492716,1 +-0.29945957696351533,1.585597973616312,1.242829370794617,0.22546314477249554,-2.369036144416586,0.1225650366396025,1.476541013684804,-0.4852659597680262,1 +-1.3426396555717148,0.3441918564946015,1.6421075523533935,-0.3069544430560584,-0.7114127499991482,-0.4229267704816828,-0.39220734519311007,1.5165078002712442,0 +-1.01847470591542,1.4914206287032297,3.6490340238688193,-0.12484144819548582,-1.8391630510403327,-0.2932210072047978,-0.4240472241911265,2.585545971267739,0 +2.6689855729520446,1.6400794184584189,2.4428657594046683,0.12566284791830126,-0.2662083620193255,1.515850638268051,-0.06877441724215383,0.9994199579571281,1 +0.3369737397280573,1.366852576274604,-1.119700089934845,0.6227123371694738,0.15246650050855445,0.12619972559927428,-1.2015880322211987,-1.9769747326360092,0 +-0.042971474633356654,0.8376415118865401,-1.0914691434908805,0.2224555127999696,1.3037541784274762,1.026496446276382,-1.080628078684801,-1.6030394535831887,0 +1.4974305541423312,0.10080327191975791,2.1933488450143894,1.4604199722541582,-1.792345369045437,-1.0689830113512833,0.3923451061972498,2.1195435465562404,0 +-1.7221023064515388,-0.0267257154974474,1.03534877974235,0.00543054048775902,-1.0842834654753544,-0.8015799740429936,0.2090769709800926,1.0795934609222568,1 +-1.2603869996090387,-1.1566318633507766,-2.245679627743255,-0.9884009236031047,2.145134483279897,0.1563839796823605,-0.9594053713630247,-1.0574690281904575,0 +0.2764674687347321,-0.35005771742352376,-0.4984873625509396,-0.6710638402347365,1.7750842817299968,-0.09504686315566246,-2.138778834278803,0.3750756524531542,0 +-0.9657798291533809,-0.023317305823827628,-0.14794175471648816,0.6079723028464415,-0.03226209908350155,-0.12436510509317222,-0.05221401829769834,-0.1069768782816154,1 +0.18413162575132583,1.7686489438873472,1.3530606979535822,0.06693876627616402,-2.765398641543028,-0.5272101981312216,0.9461710454288805,-0.33454531706188495,1 +-0.4230708271623537,1.2745910025675415,0.4323640809583099,1.6479921536834103,0.43841582314982275,1.5411592363087872,-0.0684865028317373,-0.7369286533511843,1 +-0.3574148151562091,0.02763303354236324,-0.4725620020725805,0.18294090039220343,-0.2818037115885937,0.5915422212785116,1.2972172122420127,-0.8998874941370524,1 +0.6486753650938268,0.7887656355077783,-0.8112950535219858,0.4230738466019361,1.4073009589399526,0.3454043365262425,-2.164768506266733,-0.9314924064078864,0 +-2.0114385026550035,-0.06846959810786934,0.17168755965078747,-0.47333164807555883,0.5681746363393829,-0.9465270164963315,-2.048883126255567,0.8592260811016537,0 +1.7003075680185908,-1.3755947422339623,-1.4783727290871813,-0.6224030529377873,2.9630913187576007,0.4399480221626133,-1.7325575446669927,0.09464903251943757,0 +0.6135139612910964,-3.0192394921937504,-1.559459388422121,-0.4463856593010027,0.4287968038729261,-2.816166889659203,-0.6643045005088031,1.3613069752274272,1 +-2.1039684480648257,-0.7574280543045168,-0.861302946359795,1.5033240972610495,2.2283791612697863,0.4246725761229957,-1.5486301929966304,0.15096151471820018,0 +0.9585077991769352,-0.4025726012428783,0.07380819695229486,0.100394366962305,-0.23123764028348995,-0.8284476642330167,-0.3622697612486319,0.5765985392661854,0 +0.07303565430138627,-2.5146147755812933,-1.0854807937367432,0.2125130725994904,1.84655726950357,-1.943416519333969,-2.203388480964737,1.7661837830143443,1 +-0.22081400632725673,-0.3622588476081488,-0.8628968841369752,0.6913632853069753,3.088452183411817,1.0567824445712695,-2.3582967389912057,-0.013870534210439267,0 +0.2788347715311371,2.413849795755503,3.370406822983213,-0.6038774827501956,-2.6844496831485603,0.9227129077085502,1.4893621340058394,0.9123125305805551,1 +1.2710537426831983,-3.4281293124794763,-2.222376844279748,-1.0029641543753474,2.8442118201619424,0.032911310155794626,0.32152044014097014,0.5478242689095709,0 +-0.7814336087507757,0.5885251937143383,-0.8017695653088054,-0.6465373284874504,1.3011738112745779,1.2399669616834408,-0.6067453756573302,-1.2428062695375774,1 +-2.1235502800383443,1.3832200223992563,3.756788780913598,2.0834133776595447,-6.364498840752606,-3.753574069567775,1.5024049184008008,2.530607173255016,0 +0.17076037958478332,0.20645501271146122,0.7640244235610122,-0.5873894032830138,1.1511060612527078,0.5696430241923616,-1.3247355456987377,0.9167312396300057,0 +-1.5123659423574343,-6.060411100361647,-4.968995937785019,0.00912660053539994,2.5028752379736248,-5.08556086446239,-2.3914662004736056,1.1067368080976367,1 +-2.3280061211618905,-1.8330888888773205,-2.1036143890201937,0.7064810624641843,2.1793354117555577,0.19489996584214075,-0.26808741483525705,-0.5317021136409451,0 +0.30585002555673185,0.09193314762705496,-2.0163510890840497,-0.19789492387451277,1.2339451314469503,0.3265871193420892,-0.8447032371626941,-1.9231599663886751,1 +0.4885529608254699,0.7540696079865284,0.48128267716727874,1.343871980798625,-2.735696611406355,-2.3895470422242355,-0.235887307397117,0.09919794772250734,0 +-0.5550365469729011,-0.30874740973733683,0.6745953735649408,1.091649431195372,0.9476239954318852,1.8641372470565374,1.2738408746463121,0.45870797073138125,1 +-1.1181589621338168,0.8623607609217474,-1.5436397420660208,-0.7507721520506567,0.29500949471941257,-0.34851927206551053,-1.3723470820899344,-1.8990347107946948,0 +-1.1216805075047325,-4.435124550196138,-3.483918167202046,-0.07006197552026203,2.14934096392583,-3.3617342616617574,-1.7670119189967206,0.9418512204689661,1 +-0.9384324428273163,0.18262994907497876,-0.7073182342553147,1.1746865860524927,3.591799977151393,1.4987262384345283,-3.119297564899523,-0.1440342281184923,0 +0.25056921139788635,-1.5116666832240013,-0.7423136741473195,-0.47038557175385304,1.7876419678220734,-0.31542096428832744,-1.127821125414788,0.8518791281217941,0 +-0.3168211959006379,1.350460922537115,1.9656949435692859,-0.568547741802644,-0.7882719319915608,-0.08062315175918977,-1.0041450122810571,1.1346629875336203,0 +-1.2893777779417561,3.883476690970852,4.522920098924175,-0.4826104826661071,-1.2073313066328657,3.1960888333579707,0.49832387093640307,0.9358947571781585,1 +-1.1487213622091046,1.1823245835887306,-0.5064974217662636,-0.9320795771676725,0.5128019199708709,0.016832298740601215,-1.8388243913127458,-1.0171811628932024,0 +1.241665083487801,-1.5393294724922069,-3.7443386994077663,-1.269767478532994,1.4000111734342078,0.3715161854121209,1.234152100654471,-2.867107470000752,1 +0.1347400607280257,-2.5386617553807245,-2.3915805521335476,0.298361884598006,1.3294329292845941,-2.286841723102587,-1.5224207859998002,0.30134834040110503,1 +1.953979523855481,0.05301244789071835,0.6849906836867312,-1.4325505508726601,0.8643499985837224,0.6452723575404486,-0.6264891609207374,0.7713152801464904,0 +-0.18255772677554197,2.327008968964072,2.1982540190538127,-0.827563078836588,0.5992047326471598,2.817910854852679,-0.23715654792827667,0.11630844258831663,1 +0.012756668425753386,1.8656527690273366,0.5681636110092045,-0.17338790614158114,-2.377862501507259,-1.3544351941411217,-0.5893979361465347,-0.7351934369066382,0 +0.26595254881180413,0.130034627608984,-1.0248663143696146,2.1246350927842546,-0.5548997413914607,-0.8681401589308729,-0.21211050955313365,-1.0273327038627194,0 +-1.4766125057764268,0.3200821467612186,1.261047082524948,-0.9273109978284021,1.108122814835716,0.7934546875892883,-1.2302038608318058,1.2830815351069464,0 +0.03560568000944958,0.6450368250027696,-1.884960147963363,0.1535633763153596,0.5539086068997006,-0.20026782298899437,-1.2115181268049051,-2.117193070151454,0 +1.1140069337593062,1.7976385841431721,3.5592651885845408,1.8211313619165161,-4.342679658955084,-2.316680082239171,0.14425835973604462,2.237087902433393,0 +-1.3310047822999933,-1.7740441738445736,-3.57015839722425,0.21548527176733998,-0.23455292509994413,-0.9991594631301919,1.9409812384734506,-2.577964572902025,1 +0.6441966183659388,-0.8676728644146163,-2.5606570627452716,0.512965087006944,0.8697293787336043,0.3210617532902706,0.8589504459108249,-2.1262189662076207,1 +0.3435309053921037,0.26285560166964467,-0.21730596787905043,0.25079266949717854,-1.0212304790230247,-0.02040351231468074,1.2088704459755157,-0.768355140651963,1 +0.6843455198649642,0.6651547452819717,-0.6283319494900125,-0.5333041407215814,0.9673709594670917,0.3078212932404223,-1.5064562366400298,-0.8163813976019654,0 +0.33122907168984755,1.6784814602741531,0.5797320216339897,0.6506735977434913,-1.7598226540004718,1.1897487852697215,2.121316996054897,-1.493846331311428,1 +-2.082293771732403,0.2235403690247097,-0.6066685838322319,0.9434873954546272,-0.34114277004905647,-0.6781121607111783,-0.48462315145409973,-0.6221910319548516,0 +0.8281051116456363,-1.5689133694801856,-3.1668938190751272,-0.06040586644401028,0.13139004967560622,0.19772064495731811,2.678398514787236,-2.6327426966585374,1 +0.8828920279027319,-3.0564868616830454,-3.4183257056261964,-1.1536860677604308,1.3688295575555274,-2.729090527940036,-1.3150891422779005,-0.3267986701011074,1 +-0.3456150156527801,-1.4575582064383001,-0.9903410200561431,1.7510287934146658,0.9169526896253298,-0.7954929387445815,-0.5129992288704894,0.42460562320581086,0 +1.2713317179309538,0.3714951563707539,-0.11458050437970498,-0.8701275972291062,0.6635479698000919,0.9813317712109718,-0.0053834322056336426,-0.5040349075705792,1 +1.099289018971034,2.3826220374947362,1.346393319093108,0.9009411207294664,0.05230632517958968,2.1879236793492636,-0.11243107539829889,-0.7817510938985679,1 +-1.2442519015492155,1.0721896452243862,1.52462474291725,0.4358395904806454,0.8864356497292492,1.4252132696953286,-0.9579952964022731,0.7935344406470817,1 +0.7091896884827822,0.7270561714034532,1.0830401710941708,-0.5517444404005739,1.1957801798542882,1.086317934158213,-1.3523585101212117,0.7690166429595311,0 +0.9180198130454484,-0.12347603660942097,0.23168140020623115,0.6708454288246635,0.1531055531971143,-0.22933103990369202,-0.45779865300855815,0.48117787799655004,0 +-0.5277885736620992,-0.6496341671320309,-2.356909561430053,-0.08611080874060631,-2.3848498115636425,-2.818082123253695,1.0213029074539237,-1.90652999211591,0 +0.8632439773642894,-0.7554201727135634,-1.153273026212085,-0.3640865738630158,0.16258697191377736,-1.2786358270580123,-0.7916024913663295,-0.22162138084872174,1 +0.9321923864932488,0.9512697664331549,1.0580012605366766,-1.021899001810037,-1.3397267406409838,-0.8444345563191664,-0.5448932453242741,0.48378916326379523,0 +-0.4317935726483648,-0.8246901885766547,-1.7079830485288676,0.28935883739864277,0.48109120057501287,0.44429649775245367,1.286495320368923,-1.4211714696642226,1 +0.9414454851937902,2.931534146027791,3.1862343557540775,-1.4233854437288809,-1.6252689645052765,2.0347969288477463,0.9562334176992925,0.3468310869521054,1 +-1.090357564493077,-1.6074354665208963,-1.3636141349091713,-0.24884515059607457,2.0010094759043273,0.42405150020055205,-0.1639614665299869,-0.01607266627051862,0 +0.7789808970047875,-0.13245639163659406,-0.49931822802728415,0.22121917367844632,1.9054857762240194,0.5705798027139817,-1.6713190301049836,0.01290599091922795,0 +0.23482800072863494,-1.5944054140818453,-1.463019483696421,0.11953073438061179,2.144310215729938,-0.15677026422333218,-1.128751221581787,0.17747758507539813,0 +-0.7389010199268452,1.9426372283893787,1.6886301306905098,0.45620034099768847,-2.1371967689735394,-0.10600932532142693,0.32764612547965816,-0.005465964884864172,1 +0.18507429746483775,1.3331891844929897,1.2363709884259384,0.9921383067737185,-1.9675036694355295,-1.2393923840813783,-0.639196890093969,0.398248247970089,0 +0.03974524785279508,-0.5895749699913857,-1.1358258464863402,-0.6688156950895291,1.8822121129636398,0.39311726468083275,-1.1989435537037212,-0.36197856502312864,0 +-0.26015294007522927,-0.6295636545708334,-1.174359779171415,0.7784063339730813,0.43878563657494307,0.5660627595036016,1.1455137082560656,-1.0149244334456236,1 +-1.0052201102360268,0.05624551391760335,0.35445839309798616,-0.42682961578821976,-1.654345093191197,-1.560764720942926,0.11586368651995893,0.40103573703860274,0 +-0.42118288693372213,-1.9420058253536092,-0.673107932955411,2.8688267244298995,1.2100089464894015,-0.829031090886517,-0.5445675477910517,1.1672944206846938,0 +1.8164928028556635,0.6835321705906414,-1.1605079146343171,-0.17509774997992628,0.31537705688511725,0.20640080587312398,-0.5783570219363079,-1.6160199493814638,1 +1.4866785565431784,0.11985359726587652,1.7434812872756618,0.49358859870198046,0.1139307984178106,0.3053895215984743,-0.38542744403137924,1.7513292055491712,1 +0.39971223583244403,-0.2985531477319484,-1.6261024999874318,0.027248148367009024,3.4295832566439177,1.3130718654244997,-2.352532421998259,-0.8644588134501243,0 +0.5551464075533197,-1.1673595219486967,-0.12176167027112506,-0.841293472617188,1.5274911711108354,-0.7907898434351462,-1.9404397835320315,1.4479601689325445,1 +-0.6480276555030301,-0.07219933723030003,0.3935764441536726,-0.3712743659013685,0.2756038730852266,-0.20163154084346752,-0.6974562006554755,0.6650974230879869,1 +0.8414970935512105,-1.8122626613407211,-0.7529603023044263,-0.1675936775560913,1.8480243532837668,-0.8921939201363802,-1.6561578837731674,1.2821462413601583,1 +0.523296067291248,1.4039795723808906,1.000354892663019,1.1192749063926126,-0.014747796651890773,1.1728943814205732,-0.21593253349181096,-0.20089999250829704,1 +-0.5315014493653012,0.8055126872781753,0.20042390041300615,-0.3872643663385587,1.4720761098807047,0.7179655354693302,-2.0689713644258116,0.027970744849259876,0 +0.16710888224464696,-0.974845142055177,-0.9443658040453771,0.42526134980176844,0.37046391696518777,-1.1455369697144153,-0.7340332550186095,0.1502305569725857,0 +0.005892436504642345,0.6885474135637581,0.17844926114533943,-2.2880481893855937,0.48816087049782725,1.1822257361446151,0.08671957385487461,-0.5143961418252243,1 +1.0859148243181895,2.0607649397852548,-0.7420926274611646,1.094715803954684,0.2650855163628319,0.014894521565626317,-2.367655578864139,-1.8553716781670342,0 +1.3386336786821418,-2.629291398993995,-2.227329170267594,0.8447320311905363,1.314193975776033,-1.3114591270151288,-0.14894144019508648,0.09840966725247435,0 +-0.09004899263259462,-1.0054110319320748,-0.6959925394795967,-0.10496015305083954,1.8987861933208752,-0.062070099648428134,-1.5077362842399653,0.5546808249873589,0 +-1.8454236812625084,0.1555674271614883,-2.3997910070234134,-0.6290732495029359,-1.0627045883966821,-1.4832852503626721,0.05938256480664583,-2.4723634104666656,0 +0.3594317596914441,0.3877292365341727,0.6188501159984392,-0.793764948400779,0.8669244738905295,0.6056124493645043,-1.0250563315420465,0.5322485504643716,1 +-0.9858684697934741,-1.2910480789493812,-1.3815882144737044,-1.132328822224654,-0.635881999553373,-0.5480530514407935,1.9655899412073408,-0.8031939377684152,1 +-1.1264341123412531,1.2108841130809478,2.6398838629394574,-1.1771383451234538,-1.5795925130061708,-0.7268029550369406,-0.7802790998350547,1.9266540886042434,0 +-0.8987319835066458,0.5884580384967745,2.19816329608013,0.009764426131617045,-1.6204466990147233,-0.8677097078746762,-0.11174179617072977,1.8334674936105426,0 +0.7996675901385858,0.2096826230668306,-1.4444529467594416,-1.859616127657405,-0.5163770447551888,-0.8206213581970079,-0.16901366044156452,-1.5362945979111187,0 +1.3851244795935482,-3.1134000720675212,-2.014631889289774,0.7687633279147138,0.39685161574203215,-1.7027688037028008,1.098933382995169,0.4158628110143465,0 +-0.11269298175418192,0.39416005327873305,0.8425785456120622,0.08965838046954311,2.239647127908999,1.5406076613174393,-1.8076281276801422,0.8941901713981207,1 +-0.5656571311246726,1.124585779979774,-0.9169000786685266,1.0745475507821565,-0.11552090906963458,-0.44946102271548505,-1.3841528302927673,-1.4727103705961262,0 +1.8199709168183877,-0.13409732167162947,1.562655659780839,-0.38659690311163536,0.6667357523525396,0.49405041606770106,-0.596665501224067,1.824767736197921,1 +-1.729783916979402,-1.2545456388807041,-1.0916665046120768,-0.6936953858331277,2.7509922951901755,0.14772722372065372,-2.0614319109837695,0.49675657073738355,0 +0.72121174470907,0.7213075962736476,-0.39484109896496516,-0.24396038319164892,-0.65527413447215,-1.00009710169041,-1.0636577113115302,-0.6460379483458567,0 +-1.0681700005712282,0.6322675585336368,0.6355219925826465,1.0065598054280402,-0.857262108711251,-0.22532741304836618,0.05806078144572413,0.11331532246927734,1 +-0.523819032090734,0.5546604686842402,1.8621673943296575,-0.7815396343336818,0.4213666916102126,0.22711754660198757,-1.4315520514732003,1.7936973885687584,1 +-1.5789369134463866,0.22279243464827714,0.5102370509413464,-1.128543706329505,-0.07868405015275862,1.2108922149018682,1.3407349895878267,-0.12529696211295516,1 +1.1659317939319345,-0.15491813863531156,-1.371729214189207,2.3230818973967917,-1.3524020359907198,-2.0281783107012243,-0.21473186810096384,-1.0494426925534397,0 +0.3958261454493769,0.29530955165013517,-0.056283659626936565,1.388079908879473,-0.3402299043116597,-0.8742123883444455,-0.9830899857557722,0.026383794717784848,0 +-0.09423022123778556,0.8063220652557141,-0.9524058182164195,2.16280407904455,1.3179146706803178,0.2394965679322365,-2.1568979527930923,-1.0837248331483438,0 +2.5715193088705406,-0.07018216302473956,-0.19929901413617102,-0.27661881290467427,-0.8881758466295306,-1.1196849114838212,-0.09344591467385932,-0.03209258088892153,0 +1.025049075298081,0.5106153042344652,1.4583302191055114,-0.13478133414079685,0.7949064857387786,0.642173545418391,-1.24728831040231,1.338842055779159,0 +0.6090213128035995,2.0135652642896926,0.6137326778273701,0.8596853747095056,-1.8969294454864156,-1.1730412625593272,-1.206246735269639,-0.6608464633130522,0 +-1.3043728896671236,0.053140565536863194,-1.196499495728912,1.177840610085325,2.011067103800253,0.5886308489442209,-1.7977121795793745,-0.8195225457800889,0 +1.2561369106293632,-0.7133579189596286,0.5323848538442939,-1.3396676434575778,0.21630835611093324,-0.5342974914295255,-0.4050352799098272,1.2941280000276274,1 +-0.0393098613449276,2.2422389914286516,1.6326511263084382,-0.7022061578588004,-2.1331390618424937,-1.1176920844900649,-1.3347943699796478,0.21194561809482243,0 +0.32468823126072843,-2.4417318161936907,-0.867058460190474,0.7517241195982614,0.5712754656094519,-2.204064042473842,-0.8728441754722871,1.5865840921826622,1 +2.0362046610174582,0.3822551952207971,-0.15220734662026222,1.1685810521201323,-0.880627739353182,-0.1317564004209799,0.7122251908510595,-0.660148643933888,1 +-0.6816871433141849,-0.7651454505959805,0.18139658455549243,-0.3322523524513557,-2.45954035533794,-2.370095663130118,1.1206790730864682,0.7092009576237978,1 +-0.44256077382957154,-2.9978448430356153,-2.6556263793296635,0.3776211010423811,-0.1263016825119283,-3.290874922126113,-0.2136237061313182,0.14379252164265288,1 +0.5044743469188905,-0.8046669440810402,-1.4836259782960948,-1.7313240863508605,0.37191584473194755,-0.8735951646113833,-0.40190278448002353,-0.6522224819253849,0 +-0.4843543413600086,0.4624264712035481,-1.166910397605139,0.9041341417999186,0.9000118502551633,0.265877737125,-1.0928920936324409,-1.3011127279650418,1 +1.289950821734584,1.9948581992298569,1.0956327330602609,-0.683256007223164,-2.066104302962944,-1.2930770029084209,-1.2432944969483937,-0.13611350233265918,0 +-0.43988004739155023,-2.1836105490647615,-1.7891014122485849,1.2534166313607824,-1.3788492470729137,-2.5902349401026505,1.3810844283689303,-0.14861315775889894,0 +-0.5330651326279372,0.42377301607445855,-0.2432068708104571,-0.38222304368177434,0.9826607382770846,0.3079790709123993,-1.3784002314431425,-0.25578711977989965,0 +0.5170306150888759,-3.3805616348782896,-1.6870521099903122,-0.3247169532616388,0.43022097673961013,-3.2235569323352484,-0.7834565604233711,1.6003324773615137,1 +-1.29562934004564,-1.0871346052367719,-1.788747276573492,0.47044294232108613,3.017542277132111,0.7728909135951623,-1.5880102214984082,-0.5290505560066818,0 +0.19226008467218283,-0.7451186723634997,-1.4708691895615962,1.2941421479297412,-0.5811375720112915,-0.9230817038450461,0.8240488367785498,-1.017449977271752,1 +-0.06815689111405844,-2.2046607058185668,-1.8804622090353342,-0.5681676273166198,2.8989685499256566,0.5433759769769275,-0.49339663905142145,0.04315843687257792,0 +-0.8349535690802535,-0.43131743962932,-1.458874073021451,-1.1047256195155393,-0.1470935076389753,-0.684164128404171,0.18157817952453126,-1.1148239738227932,0 +-0.1621403019371521,1.0740012515046131,0.44230789390713837,0.4089073410389435,0.3949268146495539,0.5434188276528895,-1.1239723877189796,-0.19530510427666792,0 +-1.429485541105518,0.6235020958666264,-0.7156309768377761,0.9304714110154484,-1.6058360899892234,-0.8395498397430617,0.7044839796747433,-1.3800971619082147,1 +0.3962636684884731,0.268378219837178,1.2275213563625282,0.8605318609994617,-1.4261812916750747,-0.8573508795903528,0.2490190114233738,1.0190776503751482,1 +-0.07188850045460334,-0.28576912299238,-0.42851442316520705,-1.0835993853550463,1.024546735461001,-0.772284260910941,-2.0607784188458105,0.4227120445587347,0 +-1.591309994201641,1.5288955831657531,3.2480443080239927,0.4987761213540835,-2.0255007607913664,-0.8495802646771902,-0.8255623977528795,2.2977083912657803,0 +-0.05050586847483573,0.12377499756304067,-0.6696548179342378,0.4561793156171466,0.1313527883664453,0.6013369591166032,0.6737215797490905,-1.013443035253386,1 +0.8692125692420221,-0.8634578125659929,-1.8098783497146091,-1.1467531827335697,1.53996319193959,-0.164144103514814,-0.9649351574871861,-0.8361745530662665,0 +0.5862225846375759,-0.16799553406446288,0.6469848977938248,-0.6624870895466791,-1.2957283997862927,-0.2919142746125345,1.4546443396691031,0.42819054173772053,1 +0.2811562545792759,-0.6364881486502189,-1.7381906115209242,0.40914108469411625,2.3413316628162377,0.47009044820786694,-1.5276599335301881,-0.8514365855854972,0 +0.09220150488261739,-0.3414070596188191,-0.7356980767129367,0.0036809277248163043,1.7555328131014303,0.22642928660766182,-1.6231882181825648,-0.037432084887892736,0 +0.40814797387777985,-2.937384875840788,-2.766393983226531,-1.3006527579075162,2.098164694154953,-0.18720137017587368,0.7194342361012005,-0.5103029158505542,0 +-0.28399407583447256,0.425965982420685,0.014595589111640104,-0.49315649582691856,-0.9510515090091973,-0.8018295733949536,-0.1762637983595895,-0.23579439620323805,1 +0.6870089915791016,-0.9329157436738553,-1.7671395192652553,-0.5144272173380364,-1.8650313062100696,-2.2780874191017455,1.1360178828949807,-1.1403760069449635,0 +-0.10474909378288846,-0.6726781895385314,-1.524778037920348,1.614664890853446,0.2586003385450323,0.42639752653830015,1.3634864453963524,-1.3828603674420594,1 +1.9236474917211683,-1.6967144069766804,-2.0384231776483386,-0.19053673670021964,0.8937767467697961,-1.0482159082012295,-0.2579663085044773,-0.4880523866175528,0 +-2.396565290364046,1.0863070678027062,2.288490869792047,0.8614280633677455,-0.514418655417481,0.11643432919581864,-0.9398774893034808,1.6533121989749344,0 +1.659132212167697,2.4454448120212655,2.795940977796511,-1.372309013330891,-3.8092927570596067,-1.946724499978163,-0.6025805815434664,1.0878999592262104,0 +-0.2522302618986046,-0.538390064011445,0.8501790676731894,0.3086192778875195,-0.7165818095326989,-0.9367162909354172,0.10918901086206712,1.3610106074247825,1 +0.5804860014411406,1.6153289220782947,1.065037990277801,0.3187813448622402,-1.664797199001963,-0.049847487511880395,0.26072444989782784,-0.3488826060498522,1 +-1.1722355637985362,2.2386813414486095,2.497181515538341,-0.34771438302197966,-2.8752325872319004,-1.2429669268818764,-0.6876572297591922,0.9280001466454002,0 +0.5416813143939245,-0.8075452382575545,0.09018002712408571,-0.024335463435280025,-1.5057971602060412,-1.631985314429948,0.8164400969632377,0.6780292293724495,1 +0.0061752679720306035,-0.12024490648993957,-0.9844800457553597,1.9584608154641352,0.8114904809375293,-0.3677028780489058,-1.235813562526464,-0.5362963414675669,1 +0.3533214045502359,0.40688395998086296,-0.351415631696879,1.027255179658712,0.7419063991888369,0.3974077918160348,-0.8662716097379946,-0.4968987504893694,1 +0.152256617199957,1.0010023846490372,0.6743296077539853,-0.2414554985872733,-1.2378521910330442,-0.9673128525612673,-0.7975611902059322,0.12968108172448967,0 +0.4980440164535255,-1.9314363305607583,-2.2869339750846778,-0.9904355872693292,1.2090739237986141,-0.8059863400038807,-0.060144602420419524,-0.6144184015551837,0 +-0.44574262302496986,-1.1328240962485325,-2.1132545279712467,0.3545728517294393,1.8630857056059764,-0.06916885687717411,-0.9215908298002699,-0.9359431292927621,0 +1.574909321804891,-0.21188791192760148,-1.4338521186871358,1.381962892800567,0.5167808110755103,0.3076393715901061,0.3135857210025725,-1.3865231221957253,1 +-0.1836227351613748,2.1383604164641126,1.8162711205554027,-0.5256021634972048,-1.6030122492385102,0.18379675848854415,-0.29570681767319096,0.10534222134965665,1 +-0.6204269208955957,-0.9992241047823611,-0.5114112636702485,-0.4502874125809776,-1.3456198438475215,-1.6994269179037311,0.8775209310476348,0.21725283465068163,1 +0.14550952339993897,1.5098111608771148,2.137230598881664,-0.606756646983074,-0.9416918282705559,1.2878751084251547,0.8192285354391751,0.5761028682493392,1 +-0.656655751969792,-0.9601883988869018,1.844428541750685,0.06306453829292766,2.6119085314067063,0.0796031274131177,-3.115035467750304,3.522030562609035,1 +0.7971152010979974,-1.790906850676296,-0.328377050324262,-0.9752014100133116,0.1285362157111107,-1.8921103158843797,-0.6816786977351026,1.5085993841590688,1 +-0.948264667037781,-0.2072466164715353,1.3119509971962846,0.12237106687680853,-0.7514545564384919,-0.7230233822909602,-0.045812346360278866,1.5760945025190174,0 +-0.27690085699653866,0.07519092000280214,-2.6666970700994033,-0.25756259226280026,1.9072396577178183,0.0486551432193707,-1.9712195799611374,-2.2437951237079305,0 +1.3670464988311288,0.24545414772452334,-2.30146858984078,-0.23838489815203887,0.7073247921965593,-0.11631428935137844,-0.767785049820933,-2.329415116666709,0 +0.9819230122295486,0.817820531210167,1.7411279407483002,-1.400106509383847,-2.2382869314590934,-1.2228938581590754,0.17995716907112547,1.123611810714669,0 +-0.6475074088834938,0.07584617647759184,-0.30812166868158064,0.27231353654370455,0.002807479820205896,0.0410842422384885,0.05754285634509504,-0.3958958516161513,1 +-0.3882556533706416,-1.843579409626901,-0.9178832665171395,-0.15698532252581218,-0.03406110834259828,-2.0133007373812677,-0.38514311269472185,0.8831056906415431,1 +-2.1850488495187985,0.4042203828520754,-1.2052078558361063,-2.088166840895415,-0.7149825243804692,-1.267346797852499,-0.7601386018238406,-1.2633085720482096,1 +1.842510097542719,1.2022545721515228,-0.6870978469156707,0.5395538368173223,0.759923050247372,-0.6050486655559149,-2.990633242356793,-0.8582212307520626,0 +-0.12919334005879615,0.39316073642158317,1.6704021263722693,-1.6740760513285504,-1.4307769553304135,-1.3763110996059449,-0.69857599016488,1.6599018607232034,0 +-0.6477284497840679,1.1374633120755555,0.5918221404024915,-0.5734649152039165,1.1595028581197324,0.7914166597218071,-1.9954729173029977,0.11979336507579863,0 +-0.5608184893264397,0.16608884757406017,0.601466531097592,0.20987328391825,-1.2101311572926718,-1.500426941667254,-0.626912863548875,0.7555938546801896,0 +-1.1583555808204753,1.7468299273510204,1.5489227804164067,-0.631260501585234,-1.60005280088307,-0.8025963238948386,-1.11671784630557,0.46216081120484065,0 +-0.209571817078845,0.0002517347587619456,0.8981766462277417,0.45994809927332153,-0.371634781562273,0.7650442157349213,1.2924872121641897,0.5041467199383289,1 +0.9683887751341046,-2.2263849844657644,-1.080041321915004,0.354339444892176,0.9012646898201254,-2.120073374764691,-1.4026899609392953,1.3251629852757358,1 +0.024483524454205187,-0.34373909279566356,1.0817766619534466,-0.0806465223087206,-0.026969580598568882,-0.4363889738669792,-0.4838092652817445,1.5540066712060114,1 +0.40360716012278036,-2.5374894835357327,-1.6759061564427309,0.5546337660151957,0.10049594976853461,-2.1598478061163817,0.19357317422935982,0.5536112286544188,0 +0.8332659600106904,1.709020745976126,0.312534143150458,-2.1734790206726533,-0.5464052463691765,0.9533607397181612,0.11845767216770442,-1.2311558044107584,1 +0.2100972080924919,-0.2230402354872606,-0.36692014999361716,0.4997832345931616,2.111180067339437,1.4901150672106382,-0.6784747210934547,-0.11517504583030469,1 +0.9075563640409418,-2.114414327632571,-2.9854119057947432,-0.5804903540401204,2.1381755408011376,-1.366417013055968,-1.7354028160208812,-0.6734182954581867,1 +1.3215755381436787,1.3203270313117548,0.2854716627157622,-0.334016640912473,-0.9268408428488332,0.9337889225772539,1.0621528498879684,-1.1841516985204643,1 +0.14745411261412555,-0.8010398228071018,-2.081460857159491,0.08484083833430037,1.1229057147694055,-0.6953466637056437,-1.0677770831196587,-1.096315360505098,0 +-0.42313949646651294,0.15776131996293363,-0.9841497567411265,1.7025926880806808,1.343284827785112,0.2809820273828806,-1.429159231197771,-0.7682263203267393,0 +-0.5004291289577704,-0.4981803936478497,0.6379304545824246,0.41475140636335167,1.7759009572963003,0.8054951653997429,-1.1054013725578897,1.3063625720721928,0 +0.9418737214831733,1.6128239785296008,-0.6649220597435836,-0.36517596085596365,-0.7670289970786002,-0.5662446896739572,-1.2093197123012045,-1.6674066606176954,0 +-0.1572462726063141,0.8835928865951457,2.6622703545393076,0.17096693391281156,-0.9426842143385984,0.016961973540832398,-0.3502904320579787,2.052486745506962,0 +0.5696669806066681,1.5175292899735506,-0.45440980692100785,-0.6917450099523602,0.2547996853705208,1.2172039509301922,-0.2458492707864739,-1.770436257054718,1 +1.7126855518920274,-0.2124558570690075,0.7040387443402155,-1.2220403118319687,1.324441353139774,0.27707105918646424,-1.493324708900158,1.2776727935361327,1 +-0.8948086041498962,-0.12359199995738512,-0.6284884590697627,1.5056344864774638,-2.532341123141227,-2.5703790443635737,0.49818108812742534,-0.4719291394271883,0 +-0.5386803545471036,-0.9356395643810234,-1.2683396783783105,-2.8559167150912272,2.5337263618030876,0.4484989041130061,-1.6433609631353525,-0.08832994736048205,0 +0.5878894871233928,-2.01927223596039,-1.48373807966325,0.5780612804715758,1.4073536190769618,-1.0479434271226526,-0.8019102554133999,0.4952191736309861,0 +-0.6049945677133161,-0.5298818149991327,-1.178264126819884,0.8831801476180651,-0.30812782512745107,-0.9467175959955039,0.08676055063793875,-0.7006261056280918,1 +0.5816955999808394,1.168107747736511,-0.4830088209388056,-0.5002477703783362,0.4226198566099575,0.8762080879553913,-0.5551316944564837,-1.3945177867851188,1 +0.023678480129784775,1.7586771781099586,0.5828702852840966,1.626054743208732,0.38982951491862355,0.7552228839927878,-1.6129613104936114,-0.5147489682321849,1 +0.17963326731351867,0.5385821274331809,-0.05499405846150065,0.6224978790370661,0.06658916723222046,1.3465122938404868,1.1362186411576007,-0.9214909230932155,1 +-1.2905607717335301,1.491308196469856,3.139429423748427,-1.4838865682040874,0.07858120468976845,1.0956428296205643,-1.1610181232866352,2.160663532988517,0 +-0.06835031278774288,2.172502620069107,1.5540557548111946,-0.1685093381819863,-3.6759957080173207,0.44185339618613273,3.0448962051563475,-1.1135626137333363,1 +-1.8802189147226027,1.7388659587220623,-0.029607692420732697,1.8054657429484908,-2.4658771502106265,-2.0420378110718844,-1.0725841472776847,-1.0520873392129702,0 +-0.3088680582722201,2.6796150951751327,2.2540553895790616,-0.5161329718807436,0.13085399136057033,2.0877705415826378,-0.9392446215702521,0.12111915241170201,1 +0.8082270998880632,0.7643050756788823,1.2082025136731926,0.006408484022614293,-1.6026694604381142,-1.1629973849741007,-0.4362081284747431,0.7893743772719453,0 +1.017452268089985,3.253419757314445,3.2365349764750806,-0.09029507026331154,-3.8578989957594616,0.7323807273269842,2.042772476440019,-0.06803126987463104,1 +1.0354473312249315,0.42834724929408946,1.6935146760742696,-0.5119431380672418,-0.4088246901396897,1.1061086600779775,1.1102939393777838,0.9738919519424147,1 +-0.35703551578224996,-1.3912000161590652,-0.1794653763783535,0.2696057479907701,1.1261370757869804,-0.9653744858825988,-1.3426784201783963,1.4300594440733367,1 +0.7608642159266962,2.6192227524584357,3.754601742058739,-0.7315623445969477,1.061931323682985,3.079224271644896,-1.3111756941234818,1.721565470234425,1 +-0.18497182797219647,0.6260115425483207,-1.104748117603593,1.8044052459337936,-0.7036323504576134,-1.3854685264094988,-1.201981351917177,-1.2199651830956464,0 +-2.9770646628677664,-0.7424545967673958,-2.018306127672511,-0.40663351088068905,0.048710862260504424,-1.2542383828302919,-0.36198162372412374,-1.2297185575343237,0 +-0.3918854387779939,-0.2668988906379288,-1.1297927615853596,1.6170423575463326,1.3089808205492448,-0.02717082218518818,-1.2914502934990186,-0.5711478739103444,0 +-2.2129123960790698,-0.6065819250891253,0.9926522729625044,-1.2520765822869675,1.3998080226603924,0.1140266370777756,-1.4762375097815084,1.9117531769003873,1 +-2.467770679942885,-0.27661461933779663,0.21397121490883853,-0.0247819435144201,-2.1996103912002125,-2.040884418601528,0.6527366374597627,0.4310038906257252,0 +0.7223111633720352,-1.196088660991364,-0.6825371980136442,-0.5861558971700743,0.5408591425078871,-1.0144177774047862,-0.6388705241449918,0.5673775599400104,1 +0.4520242507053057,-2.980540426374505,-2.771777467010031,1.099752256584811,0.06091907638169526,-3.1521197688263882,-0.2809404081100865,0.018715685364814716,1 +0.7407466080301338,2.3187520616394623,0.22001438869970769,-0.7467738516059547,-1.329936474224734,0.5017085158877197,0.0029056997361264214,-1.77430504120557,1 +-0.8137330767955309,-0.1411512779651557,-1.4963511646310634,0.3535767404842864,0.4464674267467342,-0.9417900015544876,-1.3111955321112427,-0.9743737754228344,0 +0.775562235518807,-4.643288899746996,-3.26427868660076,0.4345012380099816,0.4704091151836565,-2.645837805170361,1.7449771223799841,0.3357947997821362,0 +0.998450083514009,1.3895295626969175,0.5313090705353278,1.7040222747262277,-3.9531298899521703,-2.838346817593547,0.202765608861891,-0.4709910684774379,0 +-0.2770987390303029,1.9733840344660192,2.841854710113911,-0.7364992210151777,-1.6785031419095389,-0.19921212572021874,-0.8157213126448617,1.456949252845197,0 +0.07987199403539097,0.2776054275316581,-0.9532892126091879,-0.4853694784732539,1.0344520892160614,1.8460911441557482,0.961280367476606,-1.6048691200822653,1 +-0.779703818189592,-0.3160148405357144,-2.589068796066448,0.5714415755213041,-0.08109401582702205,-0.4365994948262364,0.6180826229745306,-2.4977958065485724,1 +-0.2833699988102927,-1.1812743222464241,-1.9050693347624512,-0.8101173011190387,0.7695554817030293,-0.7209939572324126,-0.23842069525422643,-0.81830781720503,0 +-0.16135933843947212,-0.3616467521703165,-1.5251818315556667,-0.51021644237772,0.8238374394617503,-0.7184467991005338,-1.305607010796989,-0.8360618940666087,0 +-2.2747246205550846,0.37237573948033253,0.7607315192497097,-0.28529972811621046,1.2463646322093622,0.5884263525228914,-1.613596317863333,0.8499459621557462,0 +1.8865863503292524,-0.18562593621273793,-0.8707711238543093,-0.9665006230549642,3.02262829340439,1.1884685609421375,-2.276939064985883,-0.203182469272236,0 +-1.7090547178374744,-2.945371361497961,-1.3073998016006978,-1.3770939838549583,0.5872907303949277,-2.5660400661411353,-0.7088715284746562,1.547927607199518,1 +0.19985189186380012,-0.08592815516848362,-2.0262755111184307,0.09574032540787376,2.5453435650966623,0.5659817588061431,-2.2018265831470245,-1.434191863354841,0 +-0.6502499488223098,1.4282363888668188,0.10288330306549545,0.5308506762144389,-3.815157749441152,-1.1040142915473332,2.4009205719150177,-1.6667751385819938,1 +-0.27279361841101996,-0.101590784766592,1.9692760820818884,-1.3389279304508168,0.8461393930631816,0.4849868504457131,-1.0166411572754992,2.3248350241389693,1 +-0.3984594044319198,1.8482831001580793,4.004242357889508,0.55425037425993,0.5372372114627253,2.516613104967969,-0.5533380032707209,2.464561196463558,1 +-0.41072117244891,2.4252825462063483,0.6251453775332146,1.2997381880336452,-1.5501658626184123,0.443377609389562,0.008012272193000824,-1.4495077914995902,1 +0.5269824505633834,0.930640364545705,3.309396459615357,0.6747196364360519,-3.146122369847948,-1.5799075085611674,0.4266972418908852,2.582597170758686,0 +-0.5696306713261138,-0.7833992657909741,-0.35372020413134675,0.34494439524568654,-1.6759715206636283,-1.6362839626883687,1.15503429915249,0.11526776733981559,1 +0.23824793147607035,2.071342149836199,3.0002710737491936,-1.8355385898899128,-2.6514974367483557,-0.9822469527625329,-0.6231747844373058,1.5431435454786637,0 +0.1146662309787865,1.3088806027857316,0.5613171223815426,1.9747012786915525,-1.597808268313842,-0.27395327327092456,0.3414306274589977,-0.6065548302267941,1 +2.7676612387492403,-0.596048340122155,-1.165598711452545,-0.42202054794838656,1.3149270594129463,-0.06123421829794795,-0.9800992510688264,-0.4111303433259146,1 +1.6442449756528128,-1.576370646250037,-0.9108820048573356,1.9798715264528202,1.799459963113026,-0.8680069902363683,-1.7636276947574203,0.9496343146539821,1 +-0.4396542364851207,-0.8632725334127135,-1.1677228556090604,-0.775048451042294,1.4779147148955356,0.38836388748706385,-0.32406727585612544,-0.3995401830710577,0 +-2.022918337344186,1.5658849612164352,-0.7679704305007057,0.6413091562975608,0.3817986576814432,0.5762316164429022,-1.2441811970360732,-1.8106597329311556,0 +-0.4355341149650581,-2.004654221072637,-3.289228839243678,0.6937075300270125,-0.9448384684378252,-1.871617534109909,1.9585463075865477,-2.03553646198998,0 +1.1601622105245617,-3.153355682625972,-1.2842750323822962,0.751485302504414,1.6488528090741303,-2.122213865010097,-1.4138090488942057,1.9037949685138693,1 +-0.9753104194733571,-1.125442664130355,-2.0882740053385245,0.3547729436545307,-0.97765645277958,-2.071135511067105,0.44587519458616565,-1.1332351655631185,0 +-0.46440529320514107,-0.08541276934342301,0.3466813118286081,0.5177434876443819,-1.1992313393686322,-1.1987049201096136,0.10450051982927988,0.48809745999939785,1 +-0.2142114404233133,-2.599778066115853,-3.2786966405663134,-1.630892794708432,2.257255569631017,-0.4366146811698728,-0.057183367010408936,-1.0868273599403995,0 +0.19553275543822127,0.18192409764214512,1.7764604127738675,0.5644459034986398,-1.7616318025041913,-1.2758176932560628,0.10490513806651147,1.7210140449894087,0 +0.9355830454070527,2.0452824643916756,1.5505608854804347,0.17204933947720805,0.4657973046406108,1.7605866428167503,-0.9673464857784355,-0.025258056887343394,1 +-1.6229769119747615,-2.232506834173198,-1.9551464553545919,2.174876706287492,1.3379109508112115,-1.726005751930351,-1.2419460941432852,0.3673492400665169,1 +-0.6679030843894391,0.39737732046069524,-0.49401264736429645,-1.6068637301018998,2.1140377401429244,0.8844038649215146,-2.123189352727116,-0.33105795542345273,1 +-0.011897936656255841,0.6657041843041507,1.0372215756966399,-0.44609898861054414,-2.1226415354943513,-1.4321662104565829,0.10210425698785286,0.5739120180778471,0 +-0.5404323871751416,1.1853426276232617,-1.6876245375441246,-0.44137211762019934,2.770517537402566,1.6999006369365441,-2.4788118007457633,-2.175904730230294,0 +0.057177128782225584,-0.04344586258085881,0.5707026934000043,-2.401059160005938,0.03509791057815205,-0.10678002790636221,-0.3096665594202383,0.7086114756438362,1 +0.7295422067156847,-1.566887000290171,-1.6869779181127222,-0.7000035905221348,1.6342058424099368,-0.2541948371871764,-0.49620259223728747,-0.23701846700571283,0 +-0.06389887357339676,1.678508023238607,0.7494371048782082,-0.3353849558932559,-2.066343396358585,-0.32545847987819987,0.4885456041327541,-0.7634610757984307,1 +-1.1145644887650552,1.6352518949331103,0.6734292202715526,-0.039198869807040564,0.5674565540799646,1.4113101647079984,-0.8840749045314698,-0.565986976680275,1 +-1.1767054714289935,0.9999951489636532,2.2394770901633536,-0.48391348597646117,-0.4328402075498646,0.7968005523963412,-0.04147551128152949,1.3811674256805195,1 +-0.47557457697227346,1.553106228922529,1.1793503996204537,0.6256542503167134,-2.227376247159321,-0.3304749078368012,0.7233289433594376,-0.28379886370422536,1 +0.46117563205704176,-1.600030404178285,-1.7052841762893114,-2.0409824366004368,1.332062070874675,-0.20693590447984023,0.038959391239985375,-0.3760399356048233,0 +0.5678480483627907,0.1136509550058471,0.6626817861082912,0.30024704177023265,-0.3227782877339764,-0.3010069055248242,-0.25399830470956214,0.6692162230747568,1 +0.9144435204887346,-2.5721604248022945,-1.9574228050004097,-0.43743051756121293,2.998075686765322,-1.3039826673500534,-2.680776561031823,1.0088534042555024,1 +0.1756419653456811,0.2482501432722668,1.2541943142448937,-0.14416838814631408,-0.4840813682811905,-0.22707280421663473,-0.24035497705799236,1.1472502772097588,0 +-2.458306276864531,-0.5646022788500061,-0.9808093007377621,-0.33245799646805413,1.5313313262606514,-0.4724861254242761,-1.9245120425880127,0.03714275514917742,0 +-0.30673353662424935,1.734534811589367,-0.06795279872849355,0.8111868623407121,1.891639736180039,1.0355979541850018,-3.1687217593797863,-0.756301161209276,0 +-0.9750765710482535,-1.3059873225394751,-1.0274364471705224,-0.5285802457581624,1.453154212525025,-0.04163096519496934,-0.4252086079142638,0.17731357597392605,0 +0.7446003194325002,2.6270548303520314,1.104660302057444,-0.7671827119828564,-1.6662838422326445,0.8985411382660782,0.4254926107170916,-1.2805213102127286,1 +0.2275668241490272,-0.5235717764958798,-1.0396644968391853,-0.2543069804961567,1.4321233461049696,0.05793194988042161,-1.1027027071582398,-0.3203451911767472,0 +2.072992945922751,1.471457916372417,3.6638075322274077,1.541181234884608,-5.254984492696409,-2.9967440286018068,0.8604920161626242,2.477217728271829,0 +-0.6117275210146786,1.5453307474223519,1.5918121227720075,0.5948396046595423,0.11901162429573689,0.5094463406086405,-1.6142535518272767,0.7099375364960728,0 +1.2142841815219727,1.0321157727073078,3.596793251970636,-0.06221792408075478,-2.7900732384976568,-1.352880550426668,0.029505290699824438,2.8789833214650393,0 +0.21894724839452162,-0.5590659559991875,0.15717064883555734,-1.310607172119338,1.3939509992900123,-0.13715492141536734,-1.6141282168975202,1.079178565440777,1 +-0.6950106086468094,-0.12360029637572412,-1.9579598367093196,-1.3138099976095206,-0.4635719469150541,-1.973114689068045,-1.2748138794048738,-1.3890317799480254,0 +-1.4220728146652541,-0.6754950045697246,-1.2665195159355036,-0.7213592511559599,-0.9960059004468069,-1.7406144635723504,0.1915758102216255,-0.6347868054455399,0 +1.9999664387725598,-1.8435689443939307,-1.444107010873223,-0.06381366785905172,0.8103205004240244,-1.5394528014549893,-0.806611347234478,0.42604359871256914,1 +1.4730692798846554,1.6339514886292656,-0.28143659298025187,-0.18384773180759764,-1.2072963798910863,-1.0992301050762123,-1.4251302780999457,-1.1962951243762052,0 +-0.8406725159983296,0.3238067741943602,-1.8254519438484331,0.4852925913259031,1.1205581475125648,0.1225852132541283,-1.2599949861228845,-1.7970267222052376,0 +2.456925668082328,-1.1037532668573673,-3.473934967372243,-0.6383132253883601,1.136183118160891,0.22875967745776005,0.8726796438255777,-2.8515052529970104,1 +-1.3391186555304604,1.1603508967882221,-0.9537726823191341,-0.26120275432049217,-0.3212372391889642,-0.4405309773987134,-1.1066922063692612,-1.6161432665100781,0 +-0.9216574980901905,-0.25481061760085333,-0.8054939550499236,-0.813057348819334,-0.9007734117534074,-1.601108202457967,-0.34438795235234265,-0.38733503856225204,0 +1.6866218665333548,-1.888538100003099,-0.8383330971744827,0.8872389389470424,1.1755641676004753,-1.243519756526064,-1.0585472142351748,1.125077318514806,0 +-0.4927640178303769,-2.15489818017721,-1.452428245489206,1.204380144233846,-0.2526706112309857,-2.3073551648521002,0.023863637701327156,0.5147655975432363,1 +-0.20472147449701927,1.4171450575683022,0.24094430537124364,-0.28502647767631256,1.0206996775995836,1.8215689790165492,-0.6239770498233244,-0.9230756175966144,1 +0.8333375947999675,2.290516827634086,-1.2452509753811465,-2.555188896601328,0.26515890798879216,0.8247765916907286,-1.3905536026071657,-2.887214076428318,0 +-2.49363195288045,0.2793235223028305,1.763231263281884,-1.1740050621953912,-0.4447603142641677,-0.12431676985162232,-0.3391686175794969,1.6571356381114746,0 +0.08574806044851495,1.5182798410266571,-0.8979855916937278,-0.9342387682105375,-1.4081999604932705,-0.7795775152486681,-0.41012397980362547,-2.024248622262352,0 +0.16738570127281918,-2.337117275577455,-2.627524541109006,-0.5218896004393625,1.5542278981828077,-0.1565100885131515,0.8491951014281809,-0.9136842675964197,0 +0.14108542912710356,2.5065103710498775,3.1125400253538524,-0.017274950165905176,-1.9020813881598544,-0.44116318574303964,-1.4722412893289465,1.4778719137776726,0 +1.2732727393015422,2.3981944814847997,0.8766792368829736,1.1635461495299493,-0.7878784963050212,-0.043906829145695214,-1.7727697472149333,-0.6518524532349954,0 +-0.07395271166435838,1.1172999541561368,1.3032221431161248,0.38448847829339994,-0.925423481827766,0.30296613024812213,0.1450995982485921,0.31806176177582307,1 +0.07617941397856416,-1.8792413142356201,-2.169879081117259,-0.2433719756916183,0.004177611879631736,-2.088402774765753,-0.1416599375875882,-0.4191534047591092,1 +-1.0479081600930609,0.14419788663043898,1.0422782458337818,0.5044927931725679,0.04028318692473685,-0.3157870013189885,-0.9337717479577742,1.2142050443098276,0 +0.8371707418329609,0.25538480283364307,-0.12072722781975181,0.8566308626675004,0.49864456806118673,0.1448507473380548,-0.7589924729627295,-0.1441621298593717,1 +-1.309194236504422,0.09985986975610273,-1.987573890849298,-0.5738531635876478,1.8303072700887089,0.44881026181450734,-1.5493867623208981,-1.7193307162779756,0 +0.6355819638960786,-0.7229289754262873,-1.8065033560604151,0.556906075490024,1.6684627498270028,1.7426553262589701,1.2429154222557397,-1.6950241767679968,1 +-0.2729781586201296,1.4825347746327793,1.4897395347819877,1.8085424970813455,-1.9842041067709275,-1.2436395367560187,-0.8549105938854085,0.5882567100837073,0 +1.3520385392252832,0.37650235511096714,-0.9955294803850687,-0.14613403335629252,-1.0957326805366632,0.19396340295883385,1.7022059811699837,-1.8050883890086769,1 +-1.0910510087052332,-0.26074056168737636,0.477846063034329,-0.25077480860706286,1.896317592358665,0.5492294597796439,-1.8291607860424697,1.1585932710737052,1 +0.20500626636182864,0.6572822327664101,0.4522050545442605,-0.4741079553273772,-0.6013639897607782,0.14628321045459514,0.21437384593129516,-0.16488932301908843,1 +0.13474061536792434,1.213827947539461,1.4376198084801817,-0.8672327319429468,-1.049292839751032,-0.3747620179593616,-0.7249944263822125,0.6604823089338027,0 +-0.0034953922228927433,-0.8563870669977668,-2.4777230086554325,1.4054972504387084,1.924283806469374,0.2878062613746253,-0.7260996332409312,-1.6200828259372027,0 +-2.959110738951031,2.5874719670873443,2.628116410304928,0.4822529101336481,-0.24841319503666492,1.6771682899813363,-0.9539592691570571,0.6145389117483564,1 +0.7795619550536054,0.8731214007437238,-1.5187087505387795,-0.19033867495303766,-1.5961640894030906,-1.249230452263617,0.10571308689970005,-2.213608886076363,0 +-0.8678997676653328,-0.44114545291504714,-0.2807595235925588,0.7567422424368745,-1.36397552791852,-1.4516628971660819,0.5660686931446317,0.045500895138525066,1 +1.14933502163864,2.023548644791952,-1.4210201852776365,-0.21613953024914542,0.5956784026809032,0.5799016114034752,-1.8503895373917947,-2.6971345159592817,0 +-1.0264447755392954,1.3562207910599688,3.0885375176840193,-0.3222537464430736,-2.3346798564229876,-1.177291508652349,-0.5895241605380783,2.2427463733753843,0 +-0.7789913212611391,0.2136034427247211,1.1001734497081899,-0.9143586994850604,1.3571948226606585,0.8739948358037657,-1.3170816019688725,1.226872885842813,1 +-0.04767125721112612,-0.4596546072621377,0.3855747560551626,-1.2788795304818568,1.5775416580579822,0.7446470415811306,-0.8725809282850223,0.9590547698933818,0 +0.6490510955926747,0.05859683586433828,-1.40711414328138,1.518806691201315,-0.7852564407464956,-1.4184817381161992,-0.4307129262053454,-1.254077103898348,0 +0.8504725172181157,0.12349914813025653,3.0745054921200885,0.8639760917888403,-3.01959315754906,-1.992816130076567,0.6333272294025243,3.0014462079972324,0 +-0.21710408187422284,-1.6943287316273168,-1.0361039815087392,0.796954475034139,0.6289921556903875,-0.9121727316687743,0.0107280595496001,0.44535027963919904,0 +-1.0677333565148377,0.4244154479282063,0.1097706937018821,0.6463644805703166,-0.42178351684442117,-0.2751675378902859,-0.2545393019868869,-0.15698078758375633,1 +-1.0733630854312781,2.268826070775922,1.7087961294854148,-1.0132935064734916,-0.1746846535987931,0.7801892821138572,-1.6479222945975753,0.2060344843485028,1 +-1.3486192636233185,-2.9802890970510107,-1.6684514472315348,0.44905591821849355,0.1795919309505281,-2.086482830354316,0.6540043345893138,0.8050156553942616,0 +0.4147383293145335,-3.7748561952389688,-2.1497382316257476,2.7128627289825458,2.2031895962783894,-1.1095331678743319,0.06517358591842792,1.0714848045496188,0 +-1.814991166226917,-1.9068147846808217,-1.3499067785676075,-0.5859331287059072,-0.22789440730047814,-2.4200360287184464,-0.45882630330366997,0.5486295076551706,1 +-0.03982288472674765,1.5824392827858118,-1.6484448895359958,0.707767102695764,-1.403089930227042,-1.1508881158781952,-0.766300631050951,-2.7162119433090206,0 +0.9470102673864031,-5.235375486334133,-4.2065907316136295,-0.3520077505879672,3.728319726564337,-3.4574649674570486,-3.0769363421775004,1.2451866517315051,1 +-2.903970925113181,1.0018312260576854,1.2624682674391505,0.5620636947340815,-0.6724990891151623,0.31625186637090974,-0.06181596554826574,0.42914594417425017,1 +0.33763688932609376,0.8707499333308444,1.1427418752485612,0.009038819328482535,-0.31460051908134706,1.079806785796147,0.6219007273923898,0.17466399866319848,1 +-1.1325500295221373,-0.9477256793043298,-0.5752389537645044,-0.8198507862783048,-1.1958221780175615,-1.5925418220024277,0.769171633638714,0.1300089862972782,1 +-1.11815925381466,-0.3084826776554346,0.3692895878674861,0.13546584660384461,-0.70100378970439,-1.124723807980249,-0.27361409571878026,0.7961228296252493,0 +-0.3445302737303407,0.49816408846891247,2.1135427716776176,-0.37373891948654103,0.24809308707406813,0.8144699401893292,-0.4120750090810976,1.7759963828886638,1 +0.7279317073891076,-1.5817994079338777,-0.2384711936089468,0.13856335102019937,1.4012776882058464,0.033047084160967355,-0.1808180315203708,1.1401795403411898,0 +-1.48157932484099,1.0336464503340097,0.6663637398337815,-1.7718218482479597,0.032590004513378755,-0.03326248454885772,-1.3971471918620844,0.18460002671998377,0 +-1.0155995283998034,-1.2598288274870948,-0.7158171830187505,0.3924637523480538,-0.4666498414745809,-1.7191069314613843,-0.06308427638754666,0.48566074880371257,1 +1.0275200284472235,-0.00027490696135978876,-0.1322057581737692,2.120520735694856,1.418653183249327,1.775839037090299,0.38311688443988234,-0.3739577304544178,1 +-0.11405333132847491,-3.242010907725855,-3.192738693311369,-0.18538417131717783,1.7576782454967301,-2.3275047324338054,-1.198923374051949,-0.0030764552162978465,1 +-0.9173309983192001,-0.4288271760283058,-2.423030138263001,0.6120645147685171,0.19219877294954785,0.49537915690674084,1.5453809652985848,-2.5561360406557414,1 +0.42651625490810996,-1.460123542054934,-0.989160628160813,1.7167299139158527,1.9687093212521989,-0.0166183957990359,-0.9722196854551797,0.4924838404427332,0 +-0.10392191678138558,0.05629028683094872,0.4129243305598139,-1.2298442825633125,-1.3292317194266996,-0.8665023050626556,0.5612968234935656,0.2866533980344008,1 +-0.20066027985690313,-0.9039039016079122,-1.7080814863732796,-0.6793065493294348,1.9737449414618524,1.777793977707039,1.0211012386666103,-1.3848237071442548,1 +-0.2838950767438826,2.3969010145379386,2.7866899648732577,1.7067914451971375,-1.4542406352005615,1.1717569363584892,0.2522953262528598,0.6490556261493312,1 +-1.3566998824251304,0.9977877652077565,0.5882956089044662,1.4965539421268366,-1.2498533462027703,2.2732233957978547,3.570727702897436,-1.3854073457540843,1 +1.2157014196446054,-0.801540029804593,-1.6166817383117256,-0.5509668835477595,-1.443656150331779,-1.6645182284599964,1.1683783071545417,-1.1542636616890427,1 +0.9354136983451103,-0.3161782035115466,-1.5233214043128518,-0.9695960367370025,0.05641100007966386,-1.004804622972208,-0.6421932667605464,-1.0301064886556688,0 +-0.5846121962232148,2.164412815999854,3.1266286079265413,1.1718685658974193,-0.8487817470200467,1.7346764172653921,0.29240768127516614,1.1368547221202197,1 +1.0484096296213217,0.6307116617593111,1.6079144945437744,0.42213305715665383,0.5879794505520154,0.9440658226750196,-0.7218106671438945,1.2240819820763287,1 +0.6197983884407733,-0.03661226838697085,-1.8194265852279625,-0.8343140926324321,-0.14715282511340586,-0.5325490129024926,0.06183989570484105,-1.7938480434730917,0 +-1.1344896256660377,-0.8144189417574389,-2.2829726815360396,-0.5349980391953473,1.5594227284957718,-0.21495207943419187,-0.9774213312953428,-1.3510764092102236,0 +-1.1899810830412143,0.6891035023819838,1.5263938587412433,0.5047993482756563,-2.216899064026368,-1.729632842455271,-0.32603850137333684,1.1898878742220058,0 +-0.5591351430738829,0.7264365970276327,1.880002701564135,0.6001400101093401,-2.503405550390651,-1.7733657967235321,-0.11745612753901513,1.4646081710869678,0 +-1.774834534533137,0.7281374846363506,-1.1536285585638777,-0.7891002207558883,-0.34379125078370465,-0.7758941610512429,-0.9983234577574773,-1.4577504618796298,0 +1.7041077725683165,-0.07323961875250173,0.35003796014247934,0.4220304590791439,2.203472790798693,1.7628505017390343,-0.813907977027803,0.5025823287273119,1 From 68f0a17013560ffdb35a7dba8652c3d01b76ac7e Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Fri, 16 Dec 2022 08:24:46 -0800 Subject: [PATCH 52/60] Fixed styling for oneDAL and small syntax nitpicks --- README-oneDAL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-oneDAL.md b/README-oneDAL.md index 3d90f2ad92..17d05e687c 100644 --- a/README-oneDAL.md +++ b/README-oneDAL.md @@ -1,10 +1,10 @@ # oneDAL supported algorithms -oneAPI Data Analytics Library (oneDAL) is a library providing highly optimized machine learning and data analytics kernels. Part of these kernels is integrated into ML.NET via C++/C# interoperability. +oneAPI Data Analytics Library (oneDAL) is a library providing highly optimized machine learning and data analytics kernels. Some of these kernels is integrated into ML.NET via C++/C# interoperability. [oneDAL Documentation](http://oneapi-src.github.io/oneDAL/) | [oneDAL Repository](https://github.com/oneapi-src/oneDAL) -> Please note that OneDAL acceleration paths are only available in x64 architectures +> Please note that oneDAL acceleration paths are only available in x64 architectures Integration consists of: From 52d4d6a09f12fa3621b615f377f6443363009c6b Mon Sep 17 00:00:00 2001 From: Michael Sharp Date: Fri, 16 Dec 2022 10:31:47 -0700 Subject: [PATCH 53/60] fixing onedal project not showing in VS --- Microsoft.ML.sln | 1 + .../TrainerEstimators/OneDalEstimators.cs | 21 ++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Microsoft.ML.sln b/Microsoft.ML.sln index ec509b081e..e69d535369 100644 --- a/Microsoft.ML.sln +++ b/Microsoft.ML.sln @@ -802,6 +802,7 @@ Global {802233D6-8CC0-46AD-9F23-FEE1E9AED9B3} = {AED9C836-31E3-4F3F-8ABC-929555D3F3C4} {00E38F77-1E61-4CDF-8F97-1417D4E85053} = {09EADF06-BE25-4228-AB53-95AE3E15B530} {A7222F41-1CF0-47D9-B80C-B4D77B027A61} = {09EADF06-BE25-4228-AB53-95AE3E15B530} + {A7222F94-2AF1-10C9-A21C-C4D22B137A69} = {09EADF06-BE25-4228-AB53-95AE3E15B530} {570A0B8A-5463-44D2-8521-54C0CA4CACA9} = {09EADF06-BE25-4228-AB53-95AE3E15B530} {5A79C7F0-3D99-4123-B0DA-7C9FFCD13132} = {09EADF06-BE25-4228-AB53-95AE3E15B530} {8C05642D-C3AA-4972-B02C-93681161A6BC} = {09EADF06-BE25-4228-AB53-95AE3E15B530} diff --git a/test/Microsoft.ML.Tests/TrainerEstimators/OneDalEstimators.cs b/test/Microsoft.ML.Tests/TrainerEstimators/OneDalEstimators.cs index 76e793adde..42307cbeea 100644 --- a/test/Microsoft.ML.Tests/TrainerEstimators/OneDalEstimators.cs +++ b/test/Microsoft.ML.Tests/TrainerEstimators/OneDalEstimators.cs @@ -35,16 +35,17 @@ public void OneDalFastTreeBinaryEstimator() var loader = ML.Data.CreateTextLoader(columns: new[] { new TextLoader.Column("f0", DataKind.Single, 0), - new TextLoader.Column("f1", DataKind.Single, 1), - new TextLoader.Column("f2", DataKind.Single, 2), - new TextLoader.Column("f3", DataKind.Single, 3), - new TextLoader.Column("f4", DataKind.Single, 4), - new TextLoader.Column("f5", DataKind.Single, 5), - new TextLoader.Column("f6", DataKind.Single, 6), - new TextLoader.Column("f7", DataKind.Single, 7), - new TextLoader.Column("target", DataKind.Boolean,8)}, - separatorChar: ',', - hasHeader: true); + new TextLoader.Column("f1", DataKind.Single, 1), + new TextLoader.Column("f2", DataKind.Single, 2), + new TextLoader.Column("f3", DataKind.Single, 3), + new TextLoader.Column("f4", DataKind.Single, 4), + new TextLoader.Column("f5", DataKind.Single, 5), + new TextLoader.Column("f6", DataKind.Single, 6), + new TextLoader.Column("f7", DataKind.Single, 7), + new TextLoader.Column("target", DataKind.Boolean,8)}, + separatorChar: ',', + hasHeader: true + ); var trainingData = loader.Load(trainDataPath); var testingData = loader.Load(testDataPath); From 3331545e59757f0527d0ccfe9ccc31b2e3ff38dc Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Sun, 18 Dec 2022 20:47:25 -0800 Subject: [PATCH 54/60] Added temp test to probe loading libraries --- .../TrainerEstimators/OneDalEstimators.cs | 83 +++++++++++++++++++ 1 file changed, 83 insertions(+) diff --git a/test/Microsoft.ML.Tests/TrainerEstimators/OneDalEstimators.cs b/test/Microsoft.ML.Tests/TrainerEstimators/OneDalEstimators.cs index 76e793adde..e2b4989448 100644 --- a/test/Microsoft.ML.Tests/TrainerEstimators/OneDalEstimators.cs +++ b/test/Microsoft.ML.Tests/TrainerEstimators/OneDalEstimators.cs @@ -5,9 +5,12 @@ using System; using System.Collections.Generic; using System.Linq; +using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using FluentAssertions; +using Microsoft.DotNet.PlatformAbstractions; +using Microsoft.Extensions.DependencyModel; using Microsoft.ML.Calibrators; using Microsoft.ML.Data; using Microsoft.ML.Internal.Utilities; @@ -27,6 +30,7 @@ public partial class TrainerEstimators : TestDataPipeBase { [Fact] + //[NativeDependencyFact("OneDalNative")] public void OneDalFastTreeBinaryEstimator() { Environment.SetEnvironmentVariable("MLNET_BACKEND", "ONEDAL"); @@ -74,5 +78,84 @@ public void OneDalFastTreeBinaryEstimator() Assert.True(testingMetrics.Accuracy > 0.8); } + + [Fact] + public void TestDependency() + { + DependencyContext defaultContext = DependencyContext.Default; + var currentRid = RuntimeEnvironment.GetRuntimeIdentifier(); + Output.WriteLine($"**** the current RID is {currentRid}."); + + var runtimeLibs = defaultContext.RuntimeLibraries; + try + { + // var candidates = runtimeLibs.Where(x => Regex.IsMatch(x.Name, ".*LightG.*", RegexOptions.IgnoreCase)); + var candidates = runtimeLibs.Where(x => Regex.IsMatch(x.Name, ".*onedal.*", RegexOptions.IgnoreCase)); + var possible = candidates.First(); + Output.WriteLine($"**** [{possible.Name}] found of a count of [ {candidates.Count()} ] ."); + var nativeAssets = possible.GetRuntimeNativeAssets(defaultContext, currentRid); + Output.WriteLine($"**** With [ {nativeAssets.Count()} ] native assets"); + foreach (var na in nativeAssets) + { + Output.WriteLine($"**** -- nativeAsset: [ {na} ]"); + } + } + catch (Exception ex) + { + Output.WriteLine($"**** Had some trouble retrieving onedal: [ {ex.Message} ] ."); + } + + Assert.True(true); + } + + //[Fact] + [NativeDependencyFact("OneDalNative")] + public void OneDalFastTreeBinaryEstimatorAtt() + { + Environment.SetEnvironmentVariable("MLNET_BACKEND", "ONEDAL"); + var trainDataPath = GetDataPath("binary_synth_data_train.csv"); + var testDataPath = GetDataPath("binary_synth_data_test.csv"); + + var loader = ML.Data.CreateTextLoader(columns: new[] { + new TextLoader.Column("f0", DataKind.Single, 0), + new TextLoader.Column("f1", DataKind.Single, 1), + new TextLoader.Column("f2", DataKind.Single, 2), + new TextLoader.Column("f3", DataKind.Single, 3), + new TextLoader.Column("f4", DataKind.Single, 4), + new TextLoader.Column("f5", DataKind.Single, 5), + new TextLoader.Column("f6", DataKind.Single, 6), + new TextLoader.Column("f7", DataKind.Single, 7), + new TextLoader.Column("target", DataKind.Boolean,8)}, + separatorChar: ',', + hasHeader: true); + + var trainingData = loader.Load(trainDataPath); + var testingData = loader.Load(testDataPath); + + var preprocessingPipeline = ML.Transforms.Concatenate("Features", new string[] { "f0", "f1", "f2", "f3", "f4", "f5", "f6", "f7" }); + + var preprocessedTrainingData = preprocessingPipeline.Fit(trainingData).Transform(trainingData); + var preprocessedTestingData = preprocessingPipeline.Fit(trainingData).Transform(testingData); + + // Output.WriteLine($"**** After preprocessing the data got {preprocessedTrainingData.Schema.Count} columns."); + + FastForestBinaryTrainer.Options options = new FastForestBinaryTrainer.Options(); + options.LabelColumnName = "target"; + options.FeatureColumnName = "Features"; + options.NumberOfTrees = 100; + options.NumberOfLeaves = 128; + options.MinimumExampleCountPerLeaf = 5; + options.FeatureFraction = 1.0; + + var trainer = ML.BinaryClassification.Trainers.FastForest(options); + var model = trainer.Fit(preprocessedTrainingData); + var trainingPredictions = model.Transform(preprocessedTrainingData); + var trainingMetrics = ML.BinaryClassification.EvaluateNonCalibrated(trainingPredictions, labelColumnName: "target"); + var testingPredictions = model.Transform(preprocessedTestingData); + var testingMetrics = ML.BinaryClassification.EvaluateNonCalibrated(testingPredictions, labelColumnName: "target"); + + Assert.True(testingMetrics.Accuracy > 0.8); + } + } } From d19621bc38afb901833fe348ac570a84ebb899e8 Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Mon, 19 Dec 2022 00:18:21 -0800 Subject: [PATCH 55/60] Displaying where this is (supposedly) reading Native DLLs --- .../TrainerEstimators/OneDalEstimators.cs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/test/Microsoft.ML.Tests/TrainerEstimators/OneDalEstimators.cs b/test/Microsoft.ML.Tests/TrainerEstimators/OneDalEstimators.cs index 9b71787ca5..91161cfdf9 100644 --- a/test/Microsoft.ML.Tests/TrainerEstimators/OneDalEstimators.cs +++ b/test/Microsoft.ML.Tests/TrainerEstimators/OneDalEstimators.cs @@ -80,9 +80,17 @@ public void OneDalFastTreeBinaryEstimator() } - [Fact] + //[Fact] + //[NativeDependencyFact("MatrixFactorizationNative")] + [NativeDependencyFact("OneDalNative")] public void TestDependency() { + var currentDir = AppContext.BaseDirectory; + Output.WriteLine($"**** Running from directory {currentDir}."); + + var dllDir = AppContext.GetData("NATIVE_DLL_SEARCH_DIRECTORIES").ToString(); + Output.WriteLine($"**** The search dir is {dllDir}."); + DependencyContext defaultContext = DependencyContext.Default; var currentRid = RuntimeEnvironment.GetRuntimeIdentifier(); Output.WriteLine($"**** the current RID is {currentRid}."); From 5bfab70f129aad87de99c1137fd85aeea005b663 Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Mon, 19 Dec 2022 15:48:00 -0800 Subject: [PATCH 56/60] Copy dependencies so that they're included in Microsoft.ML.OneDal nupkg --- src/Native/Native.proj | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/Native/Native.proj b/src/Native/Native.proj index af9a9e5414..3ef2278089 100644 --- a/src/Native/Native.proj +++ b/src/Native/Native.proj @@ -170,6 +170,22 @@ + + + + + + + + From e2a60945f5bfafd1da13c3dc4936c257a0c1da25 Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Tue, 20 Dec 2022 06:32:07 -0800 Subject: [PATCH 57/60] Remove debugging tests --- .../TrainerEstimators/OneDalEstimators.cs | 88 ------------------- 1 file changed, 88 deletions(-) diff --git a/test/Microsoft.ML.Tests/TrainerEstimators/OneDalEstimators.cs b/test/Microsoft.ML.Tests/TrainerEstimators/OneDalEstimators.cs index 91161cfdf9..2cc5e59f09 100644 --- a/test/Microsoft.ML.Tests/TrainerEstimators/OneDalEstimators.cs +++ b/test/Microsoft.ML.Tests/TrainerEstimators/OneDalEstimators.cs @@ -78,93 +78,5 @@ public void OneDalFastTreeBinaryEstimator() Assert.True(testingMetrics.Accuracy > 0.8); } - - - //[Fact] - //[NativeDependencyFact("MatrixFactorizationNative")] - [NativeDependencyFact("OneDalNative")] - public void TestDependency() - { - var currentDir = AppContext.BaseDirectory; - Output.WriteLine($"**** Running from directory {currentDir}."); - - var dllDir = AppContext.GetData("NATIVE_DLL_SEARCH_DIRECTORIES").ToString(); - Output.WriteLine($"**** The search dir is {dllDir}."); - - DependencyContext defaultContext = DependencyContext.Default; - var currentRid = RuntimeEnvironment.GetRuntimeIdentifier(); - Output.WriteLine($"**** the current RID is {currentRid}."); - - var runtimeLibs = defaultContext.RuntimeLibraries; - try - { - // var candidates = runtimeLibs.Where(x => Regex.IsMatch(x.Name, ".*LightG.*", RegexOptions.IgnoreCase)); - var candidates = runtimeLibs.Where(x => Regex.IsMatch(x.Name, ".*onedal.*", RegexOptions.IgnoreCase)); - var possible = candidates.First(); - Output.WriteLine($"**** [{possible.Name}] found of a count of [ {candidates.Count()} ] ."); - var nativeAssets = possible.GetRuntimeNativeAssets(defaultContext, currentRid); - Output.WriteLine($"**** With [ {nativeAssets.Count()} ] native assets"); - foreach (var na in nativeAssets) - { - Output.WriteLine($"**** -- nativeAsset: [ {na} ]"); - } - } - catch (Exception ex) - { - Output.WriteLine($"**** Had some trouble retrieving onedal: [ {ex.Message} ] ."); - } - - Assert.True(true); - } - - //[Fact] - [NativeDependencyFact("OneDalNative")] - public void OneDalFastTreeBinaryEstimatorAtt() - { - Environment.SetEnvironmentVariable("MLNET_BACKEND", "ONEDAL"); - var trainDataPath = GetDataPath("binary_synth_data_train.csv"); - var testDataPath = GetDataPath("binary_synth_data_test.csv"); - - var loader = ML.Data.CreateTextLoader(columns: new[] { - new TextLoader.Column("f0", DataKind.Single, 0), - new TextLoader.Column("f1", DataKind.Single, 1), - new TextLoader.Column("f2", DataKind.Single, 2), - new TextLoader.Column("f3", DataKind.Single, 3), - new TextLoader.Column("f4", DataKind.Single, 4), - new TextLoader.Column("f5", DataKind.Single, 5), - new TextLoader.Column("f6", DataKind.Single, 6), - new TextLoader.Column("f7", DataKind.Single, 7), - new TextLoader.Column("target", DataKind.Boolean,8)}, - separatorChar: ',', - hasHeader: true); - - var trainingData = loader.Load(trainDataPath); - var testingData = loader.Load(testDataPath); - - var preprocessingPipeline = ML.Transforms.Concatenate("Features", new string[] { "f0", "f1", "f2", "f3", "f4", "f5", "f6", "f7" }); - - var preprocessedTrainingData = preprocessingPipeline.Fit(trainingData).Transform(trainingData); - var preprocessedTestingData = preprocessingPipeline.Fit(trainingData).Transform(testingData); - - // Output.WriteLine($"**** After preprocessing the data got {preprocessedTrainingData.Schema.Count} columns."); - - FastForestBinaryTrainer.Options options = new FastForestBinaryTrainer.Options(); - options.LabelColumnName = "target"; - options.FeatureColumnName = "Features"; - options.NumberOfTrees = 100; - options.NumberOfLeaves = 128; - options.MinimumExampleCountPerLeaf = 5; - options.FeatureFraction = 1.0; - - var trainer = ML.BinaryClassification.Trainers.FastForest(options); - var model = trainer.Fit(preprocessedTrainingData); - var trainingPredictions = model.Transform(preprocessedTrainingData); - var trainingMetrics = ML.BinaryClassification.EvaluateNonCalibrated(trainingPredictions, labelColumnName: "target"); - var testingPredictions = model.Transform(preprocessedTestingData); - var testingMetrics = ML.BinaryClassification.EvaluateNonCalibrated(testingPredictions, labelColumnName: "target"); - - Assert.True(testingMetrics.Accuracy > 0.8); - } - } } From 35a18a1ffa95f67a88b2b62e389ff524c93c115e Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Tue, 20 Dec 2022 07:20:44 -0800 Subject: [PATCH 58/60] Addressing having to set LD_LIBRARY_PATH manually --- src/Native/OneDalNative/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Native/OneDalNative/CMakeLists.txt b/src/Native/OneDalNative/CMakeLists.txt index 0231a86b27..c40fa9abd7 100644 --- a/src/Native/OneDalNative/CMakeLists.txt +++ b/src/Native/OneDalNative/CMakeLists.txt @@ -5,7 +5,7 @@ if(UNIX) if(APPLE) set(WRAPPER_LINK_OPTIONS -L${ONEDAL_REDIST_PATH}/lib libonedal_core.1.1.dylib libonedal_thread.1.1.dylib -L${ONETBB_REDIST_PATH} libtbb.12.dylib libtbbmalloc.2.dylib) else() - set(WRAPPER_LINK_OPTIONS -L${ONEDAL_REDIST_PATH}/lib/intel64 -l:libonedal_core.so.1.1 -l:libonedal_thread.so.1.1 -L${ONETBB_REDIST_PATH} -l:libtbb.so.12 -l:libtbbmalloc.so.2) + set(WRAPPER_LINK_OPTIONS -L${ONEDAL_REDIST_PATH}/lib/intel64 -l:libonedal_core.so.1.1 -l:libonedal_thread.so.1.1 -L${ONETBB_REDIST_PATH} -l:libtbb.so.12 -l:libtbbmalloc.so.2 "-Wl,-rpath,'$ORIGIN'") endif() else() link_directories("${ONEDAL_DEVEL_PATH}\\lib\\intel64") From a6030306c8f922f6939a5cb3f9555e49370fbb65 Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Wed, 21 Dec 2022 01:36:32 -0800 Subject: [PATCH 59/60] Copy onedal dependencies to avoid assumption they include pdbs --- src/Native/Native.proj | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/Native/Native.proj b/src/Native/Native.proj index 3ef2278089..3bcc04218f 100644 --- a/src/Native/Native.proj +++ b/src/Native/Native.proj @@ -139,16 +139,31 @@ + + + + + + + + + From 34ddbba2b3518f9486dc7377307008c9f988c18d Mon Sep 17 00:00:00 2001 From: "R. G. Esteves" Date: Wed, 21 Dec 2022 10:02:14 -0800 Subject: [PATCH 60/60] PATH manipulation on Win to account for dll loading --- src/Microsoft.ML.OneDal/OneDalUtils.cs | 27 +++++++++++++++++++ .../TrainerEstimators/OneDalEstimators.cs | 4 +-- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.ML.OneDal/OneDalUtils.cs b/src/Microsoft.ML.OneDal/OneDalUtils.cs index 434613ac0f..c9d347f56b 100644 --- a/src/Microsoft.ML.OneDal/OneDalUtils.cs +++ b/src/Microsoft.ML.OneDal/OneDalUtils.cs @@ -3,6 +3,7 @@ // See the LICENSE file in the project root for more information. using System; +using System.IO; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; @@ -15,12 +16,38 @@ namespace Microsoft.ML.OneDal [BestFriend] internal static class OneDalUtils { + +#if false [BestFriend] internal static bool IsDispatchingEnabled() { return Environment.GetEnvironmentVariable("MLNET_BACKEND") == "ONEDAL" && System.Runtime.InteropServices.RuntimeInformation.ProcessArchitecture == System.Runtime.InteropServices.Architecture.X64; } +#else + [BestFriend] + internal static bool IsDispatchingEnabled() + { + if (Environment.GetEnvironmentVariable("MLNET_BACKEND") == "ONEDAL" && + System.Runtime.InteropServices.RuntimeInformation.ProcessArchitecture == System.Runtime.InteropServices.Architecture.X64) + { + if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) + { +#if NETFRAMEWORK + // AppContext not available in the framework, user needs to set PATH manually + // this will probably result in a runtime error where the user needs to set the PATH +#else + var currentDir = AppContext.BaseDirectory; + var nativeLibs = Path.Combine(currentDir, "runtimes", "win-x64", "native"); + var originalPath = Environment.GetEnvironmentVariable("PATH"); + Environment.SetEnvironmentVariable("PATH", nativeLibs + ";" + originalPath); +#endif + } + return true; + } + return false; + } +#endif [BestFriend] internal static long GetTrainData(IChannel channel, FloatLabelCursor.Factory cursorFactory, ref List featuresList, ref List labelsList, int numberOfFeatures) diff --git a/test/Microsoft.ML.Tests/TrainerEstimators/OneDalEstimators.cs b/test/Microsoft.ML.Tests/TrainerEstimators/OneDalEstimators.cs index 2cc5e59f09..713edbae31 100644 --- a/test/Microsoft.ML.Tests/TrainerEstimators/OneDalEstimators.cs +++ b/test/Microsoft.ML.Tests/TrainerEstimators/OneDalEstimators.cs @@ -29,8 +29,8 @@ namespace Microsoft.ML.Tests.TrainerEstimators public partial class TrainerEstimators : TestDataPipeBase { - [Fact] - //[NativeDependencyFact("OneDalNative")] + // [Fact] + [NativeDependencyFact("OneDalNative")] public void OneDalFastTreeBinaryEstimator() { Environment.SetEnvironmentVariable("MLNET_BACKEND", "ONEDAL");