From 2f9ee57da56b8bcfbc45c7c0f1e27782fa600a29 Mon Sep 17 00:00:00 2001
From: stdlib-bot <noreply@stdlib.io>
Date: Sun, 28 Jul 2024 12:43:05 +0000
Subject: [PATCH] Release v0.2.2

---
 .gitattributes                      |  29 ++++-
 .github/workflows/productionize.yml |  23 ++--
 .github/workflows/publish.yml       |  11 +-
 .github/workflows/test.yml          |   1 -
 .github/workflows/test_bundles.yml  |   3 -
 .github/workflows/test_coverage.yml |   1 -
 .github/workflows/test_install.yml  |   1 -
 .npmrc                              |   4 +-
 CHANGELOG.md                        | 186 +++++++++++++++++++++++++++-
 CONTRIBUTORS                        |  12 +-
 README.md                           |   4 +-
 package.json                        |  14 +--
 test/fixtures/julia/data.json       |   2 +-
 test/fixtures/julia/runner.jl       |   1 +
 14 files changed, 249 insertions(+), 43 deletions(-)

diff --git a/.gitattributes b/.gitattributes
index 10a16e6..1c88e69 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -40,10 +40,27 @@
 *.mov binary
 
 # Override what is considered "vendored" by GitHub's linguist:
-/deps/** linguist-vendored=false
-/lib/node_modules/** linguist-vendored=false linguist-generated=false
-test/fixtures/** linguist-vendored=false
-tools/** linguist-vendored=false
+/lib/node_modules/** -linguist-vendored -linguist-generated
 
-# Override what is considered "documentation" by GitHub's linguist:
-examples/** linguist-documentation=false
+# Configure directories which should *not* be included in GitHub language statistics:
+/deps/** linguist-vendored
+/dist/** linguist-generated
+/workshops/** linguist-vendored
+
+benchmark/** linguist-vendored
+docs/* linguist-documentation
+etc/** linguist-vendored
+examples/** linguist-documentation
+scripts/** linguist-vendored
+test/** linguist-vendored
+tools/** linguist-vendored
+
+# Configure files which should *not* be included in GitHub language statistics:
+Makefile linguist-vendored
+*.mk linguist-vendored
+*.jl linguist-vendored
+*.py linguist-vendored
+*.R linguist-vendored
+
+# Configure files which should be included in GitHub language statistics:
+docs/types/*.d.ts -linguist-documentation
diff --git a/.github/workflows/productionize.yml b/.github/workflows/productionize.yml
index ec90164..f4575e9 100644
--- a/.github/workflows/productionize.yml
+++ b/.github/workflows/productionize.yml
@@ -94,8 +94,8 @@ jobs:
             node -e "var pkg = require( './package.json' ); pkg.dependencies[ '@stdlib/error-tools-fmtprodmsg' ] = '^$PKG_VERSION'; require( 'fs' ).writeFileSync( 'package.json', JSON.stringify( pkg, null, 2 ) );"
           fi
 
-      # Configure git:
-      - name: 'Configure git'
+      # Configure Git:
+      - name: 'Configure Git'
         run: |
           git config --local user.email "noreply@stdlib.io"
           git config --local user.name "stdlib-bot"
@@ -191,8 +191,8 @@ jobs:
         # Pin action to full length commit SHA
         uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
 
-      # Configure git:
-      - name: 'Configure git'
+      # Configure Git:
+      - name: 'Configure Git'
         run: |
           git config --local user.email "noreply@stdlib.io"
           git config --local user.name "stdlib-bot"
@@ -344,7 +344,6 @@ jobs:
         uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
         with:
           status: ${{ job.status }}
-          steps: ${{ toJson(steps) }}
           channel: '#npm-ci'
         if: failure()
 
@@ -367,8 +366,8 @@ jobs:
         # Pin action to full length commit SHA
         uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
 
-      # Configure git:
-      - name: 'Configure git'
+      # Configure Git:
+      - name: 'Configure Git'
         run: |
           git config --local user.email "noreply@stdlib.io"
           git config --local user.name "stdlib-bot"
@@ -518,7 +517,6 @@ jobs:
         uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
         with:
           status: ${{ job.status }}
-          steps: ${{ toJson(steps) }}
           channel: '#npm-ci'
         if: failure()
 
@@ -541,8 +539,8 @@ jobs:
         # Pin action to full length commit SHA
         uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
 
-      # Configure git:
-      - name: 'Configure git'
+      # Configure Git:
+      - name: 'Configure Git'
         run: |
           git config --local user.email "noreply@stdlib.io"
           git config --local user.name "stdlib-bot"
@@ -698,7 +696,6 @@ jobs:
         uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
         with:
           status: ${{ job.status }}
-          steps: ${{ toJson(steps) }}
           channel: '#npm-ci'
         if: failure()
 
@@ -738,8 +735,8 @@ jobs:
             echo "bump=true" >> $GITHUB_OUTPUT
           fi
 
-      # Configure git:
-      - name: 'Configure git'
+      # Configure Git:
+      - name: 'Configure Git'
         if: steps.check-if-bump.outputs.bump
         run: |
           git config --local user.email "noreply@stdlib.io"
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 3eec50e..2888b88 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -72,8 +72,8 @@ jobs:
           node-version: 20
         timeout-minutes: 5
 
-      # Configure git:
-      - name: 'Configure git'
+      # Configure Git:
+      - name: 'Configure Git'
         run: |
           git config --local user.email "noreply@stdlib.io"
           git config --local user.name "stdlib-bot"
@@ -94,6 +94,10 @@ jobs:
           # Replace branch in README.md link definitions for badges with the new version:
           find . -type f -name '*.md' -print0 | xargs -0 sed -Ei "s/branch([=:])[^ ]+/branch\1v${NEW_VERSION}/g"
 
+          # Rewrite CHANGELOG.md to replace "Unreleased" with the new version:
+          sed -Ei "s/Unreleased/${NEW_VERSION}/g" CHANGELOG.md
+          sed -Ei "s/unreleased/v${NEW_VERSION}/g" CHANGELOG.md
+
           # Create a new commit and tag:
           git add package.json README.md
           git commit -m "Release v${NEW_VERSION}"
@@ -202,7 +206,7 @@ jobs:
       # Publish package to npm:
       - name: 'Publish package to npm'
         # Pin action to full length commit SHA
-        uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552 # v3.0.1
+        uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
         with:
           token: ${{ secrets.NPM_TOKEN }}
           access: public
@@ -218,7 +222,6 @@ jobs:
         uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
         with:
           status: ${{ job.status }}
-          steps: ${{ toJson(steps) }}
           channel: '#npm-ci'
         if: failure()
 
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 09f8ec6..1090558 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -95,6 +95,5 @@ jobs:
         uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
         with:
           status: ${{ job.status }}
-          steps: ${{ toJson(steps) }}
           channel: '#npm-ci'
         if: failure()
diff --git a/.github/workflows/test_bundles.yml b/.github/workflows/test_bundles.yml
index 6d77abd..5b5879a 100644
--- a/.github/workflows/test_bundles.yml
+++ b/.github/workflows/test_bundles.yml
@@ -94,7 +94,6 @@ jobs:
         uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
         with:
           status: ${{ job.status }}
-          steps: ${{ toJson(steps) }}
           channel: '#npm-ci'
         if: failure()
 
@@ -139,7 +138,6 @@ jobs:
         uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
         with:
           status: ${{ job.status }}
-          steps: ${{ toJson(steps) }}
           channel: '#npm-ci'
         if: failure()
 
@@ -184,6 +182,5 @@ jobs:
         uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
         with:
           status: ${{ job.status }}
-          steps: ${{ toJson(steps) }}
           channel: '#npm-ci'
         if: failure()
diff --git a/.github/workflows/test_coverage.yml b/.github/workflows/test_coverage.yml
index f4eda1e..2bcf0cd 100644
--- a/.github/workflows/test_coverage.yml
+++ b/.github/workflows/test_coverage.yml
@@ -119,7 +119,6 @@ jobs:
         uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
         with:
           status: ${{ job.status }}
-          steps: ${{ toJson(steps) }}
           channel: '#npm-ci'
         if: failure()
 
diff --git a/.github/workflows/test_install.yml b/.github/workflows/test_install.yml
index bef5291..4677526 100644
--- a/.github/workflows/test_install.yml
+++ b/.github/workflows/test_install.yml
@@ -81,6 +81,5 @@ jobs:
         uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
         with:
           status: ${{ job.status }}
-          steps: ${{ toJson(steps) }}
           channel: '#npm-ci'
         if: failure()
diff --git a/.npmrc b/.npmrc
index 5af9067..58dbd10 100644
--- a/.npmrc
+++ b/.npmrc
@@ -27,5 +27,5 @@ shrinkwrap = false
 # Disable automatically "saving" dependencies on install:
 save = false
 
-# Generate provenance metadata:
-provenance = true
+# Do not generate provenance metadata:
+provenance = false
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dd5d670..74068e6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,4 +2,188 @@
 
 > Package changelog.
 
-See [GitHub Releases](https://github.com/stdlib-js/stats-base-dists-uniform-variance/releases) for the changelog.
\ No newline at end of file
+<section class="release" id="v0.2.2">
+
+## 0.2.2 (2024-07-28)
+
+<section class="commits">
+
+### Commits
+
+<details>
+
+-   [`41d41e9`](https://github.com/stdlib-js/stdlib/commit/41d41e959b4eaad3c631e6898e3144a4015a5458) - **test:** include trailing newlines in Julia-generated JSON fixtures _(by Philipp Burckhardt)_
+-   [`9ed7d0e`](https://github.com/stdlib-js/stdlib/commit/9ed7d0e7d57edb5ad0dfb65c944bed87d475cbf3) - **chore:** add missing trailing newlines _(by Philipp Burckhardt)_
+
+</details>
+
+</section>
+
+<!-- /.commits -->
+
+<section class="contributors">
+
+### Contributors
+
+A total of 1 person contributed to this release. Thank you to this contributor:
+
+-   Philipp Burckhardt
+
+</section>
+
+<!-- /.contributors -->
+
+</section>
+
+<!-- /.release -->
+
+<section class="release" id="v0.2.1">
+
+## 0.2.1 (2024-02-24)
+
+No changes reported for this release.
+
+</section>
+
+<!-- /.release -->
+
+<section class="release" id="v0.2.0">
+
+## 0.2.0 (2024-02-14)
+
+No changes reported for this release.
+
+</section>
+
+<!-- /.release -->
+
+<section class="release" id="v0.1.0">
+
+## 0.1.0 (2023-09-24)
+
+<section class="features">
+
+### Features
+
+-   [`81ca3ab`](https://github.com/stdlib-js/stdlib/commit/81ca3ab33585150e98a402b3e6d57beb1ec36864) - update minimum TypeScript version
+
+</section>
+
+<!-- /.features -->
+
+<section class="breaking-changes">
+
+### BREAKING CHANGES
+
+-   [`81ca3ab`](https://github.com/stdlib-js/stdlib/commit/81ca3ab33585150e98a402b3e6d57beb1ec36864): update minimum TypeScript version
+-   [`81ca3ab`](https://github.com/stdlib-js/stdlib/commit/81ca3ab33585150e98a402b3e6d57beb1ec36864): update minimum TypeScript version to 4.1 
+
+    -   To migrate, users should upgrade their TypeScript version to at least version 4.1.
+
+</section>
+
+<!-- /.breaking-changes -->
+
+<section class="commits">
+
+### Commits
+
+<details>
+
+-   [`81ca3ab`](https://github.com/stdlib-js/stdlib/commit/81ca3ab33585150e98a402b3e6d57beb1ec36864) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
+-   [`d5fa8e8`](https://github.com/stdlib-js/stdlib/commit/d5fa8e8a6267a837a25a7027e9fe3e847bc2d1c5) - **test:** use strictEqual checks _(by Philipp Burckhardt)_
+-   [`ce7e336`](https://github.com/stdlib-js/stdlib/commit/ce7e3367c0f9477773fe76dd0eca64dc6ad33c02) - **docs:** update equations _(by Philipp Burckhardt)_
+-   [`37f032d`](https://github.com/stdlib-js/stdlib/commit/37f032d4a571f667ea99f6f52f60b5d736c627f3) - **docs:** render equations via math code blocks _(by Philipp Burckhardt)_
+
+</details>
+
+</section>
+
+<!-- /.commits -->
+
+<section class="contributors">
+
+### Contributors
+
+A total of 1 person contributed to this release. Thank you to this contributor:
+
+-   Philipp Burckhardt
+
+</section>
+
+<!-- /.contributors -->
+
+</section>
+
+<!-- /.release -->
+
+<section class="release" id="v0.0.7">
+
+## 0.0.7 (2022-07-08)
+
+No changes reported for this release.
+
+</section>
+
+<!-- /.release -->
+
+<section class="release" id="v0.0.6">
+
+## 0.0.6 (2022-02-16)
+
+No changes reported for this release.
+
+</section>
+
+<!-- /.release -->
+
+<section class="release" id="v0.0.5">
+
+## 0.0.5 (2021-08-22)
+
+No changes reported for this release.
+
+</section>
+
+<!-- /.release -->
+
+<section class="release" id="v0.0.4">
+
+## 0.0.4 (2021-07-07)
+
+No changes reported for this release.
+
+</section>
+
+<!-- /.release -->
+
+<section class="release" id="v0.0.3">
+
+## 0.0.3 (2021-06-27)
+
+No changes reported for this release.
+
+</section>
+
+<!-- /.release -->
+
+<section class="release" id="v0.0.2">
+
+## 0.0.2 (2021-06-16)
+
+No changes reported for this release.
+
+</section>
+
+<!-- /.release -->
+
+<section class="release" id="v0.0.1">
+
+## 0.0.1 (2021-06-15)
+
+No changes reported for this release.
+
+</section>
+
+<!-- /.release -->
+
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 4500383..26a1c46 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -5,6 +5,7 @@
 Adarsh Palaskar <adarshpalaskar99@gmail.com>
 Aditya Sapra <adityaework@gmail.com>
 AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com>
+Aleksandr <112382387+alextes90@users.noreply.github.com>
 Ali Salesi <ali_sal1381@yahoo.com>
 Aman Bhansali <bhansali.1@iitj.ac.in>
 Amit Jimiwal <amitjimiwal45@gmail.com>
@@ -18,6 +19,7 @@ Chinmay Joshi <86140365+JawHawk@users.noreply.github.com>
 Christopher Dambamuromo <chridam@gmail.com>
 Dan Rose <danoftheroses@gmail.com>
 Daniel Killenberger <daniel.killenberger@gmail.com>
+Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
 Dominik Moritz <domoritz@gmail.com>
 Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
 EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
@@ -25,6 +27,7 @@ Frank Kovacs <fran70kk@gmail.com>
 Golden Kumar <103646877+AuenKr@users.noreply.github.com>
 Gunj Joshi <gunjjoshi8372@gmail.com>
 Harshita Kalani <harshitakalani02@gmail.com>
+Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com>
 Jaimin Godhani <112328542+Jai0401@users.noreply.github.com>
 James Gelok <jdgelok@gmail.com>
 Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
@@ -48,6 +51,7 @@ Muhammad Haris <harriskhan047@outlook.com>
 Naresh Jagadeesan <naresh.naresh000@gmail.com>
 NightKnight <Ahmedatwa866@yahoo.com>
 Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
+Nourhan Hasan <109472010+TheNourhan@users.noreply.github.com>
 Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
 Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
 Philipp Burckhardt <pburckhardt@outlook.com>
@@ -60,6 +64,7 @@ Pushpendra Chandravanshi <pushpendrachandravanshi4@gmail.com>
 Raunak Kumar Gupta <raunakmodanwal321@gmail.com>
 Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
 Ricky Reusser <rsreusser@gmail.com>
+Ridam Garg <67867319+RidamGarg@users.noreply.github.com>
 Robert Gislason <gztown2216@yahoo.com>
 Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
 Rutam <138517416+performant23@users.noreply.github.com>
@@ -69,8 +74,11 @@ Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
 Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
 Shivam <11shivam00@gmail.com>
 Shraddheya Shendre <shendreshraddheya@gmail.com>
+Shubh Mehta <93862397+Shubh942@users.noreply.github.com>
 Shubham Mishra <shubh622005@gmail.com>
-Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com>
+Sivam Das <100067002+Sivam2313@users.noreply.github.com>
+Snehil Shah <snehilshah.989@gmail.com>
+Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
 Spandan Barve <contact@marsian.dev>
 Stephannie Jiménez Gacha <steff456@hotmail.com>
 Suraj kumar <125961509+kumarsuraj212003@users.noreply.github.com>
@@ -79,8 +87,10 @@ Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
 Utkarsh <http://utkarsh11105@gmail.com>
 Utkarsh Raj <rajutkarsh2505@gmail.com>
 Varad Gupta <varadgupta21@gmail.com>
+Xiaochuan Ye <tap91624@gmail.com>
 Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
 naveen <stupiddint@gmail.com>
 nishant-s7 <97207366+nishant-s7@users.noreply.github.com>
 orimiles5 <97595296+orimiles5@users.noreply.github.com>
+rainn <88160429+AmCodesLame@users.noreply.github.com>
 rei2hu <reimu@reimu.ws>
diff --git a/README.md b/README.md
index cb8e571..28e0644 100644
--- a/README.md
+++ b/README.md
@@ -221,8 +221,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
 [npm-image]: http://img.shields.io/npm/v/@stdlib/stats-base-dists-uniform-variance.svg
 [npm-url]: https://npmjs.org/package/@stdlib/stats-base-dists-uniform-variance
 
-[test-image]: https://github.com/stdlib-js/stats-base-dists-uniform-variance/actions/workflows/test.yml/badge.svg?branch=main
-[test-url]: https://github.com/stdlib-js/stats-base-dists-uniform-variance/actions/workflows/test.yml?query=branch:main
+[test-image]: https://github.com/stdlib-js/stats-base-dists-uniform-variance/actions/workflows/test.yml/badge.svg?branch=v0.2.2
+[test-url]: https://github.com/stdlib-js/stats-base-dists-uniform-variance/actions/workflows/test.yml?query=branch:v0.2.2
 
 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-dists-uniform-variance/main.svg
 [coverage-url]: https://codecov.io/github/stdlib-js/stats-base-dists-uniform-variance?branch=main
diff --git a/package.json b/package.json
index 597a547..97d8b35 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@stdlib/stats-base-dists-uniform-variance",
-  "version": "0.2.1",
+  "version": "0.2.2",
   "description": "Uniform distribution variance.",
   "license": "Apache-2.0",
   "author": {
@@ -40,16 +40,16 @@
     "@stdlib/math-base-special-pow": "^0.2.1"
   },
   "devDependencies": {
-    "@stdlib/constants-float64-eps": "^0.2.1",
-    "@stdlib/constants-float64-ninf": "^0.2.1",
-    "@stdlib/constants-float64-pinf": "^0.2.1",
-    "@stdlib/math-base-assert-is-nan": "^0.2.1",
-    "@stdlib/math-base-special-abs": "^0.2.1",
+    "@stdlib/constants-float64-eps": "^0.2.2",
+    "@stdlib/constants-float64-ninf": "^0.2.2",
+    "@stdlib/constants-float64-pinf": "^0.2.2",
+    "@stdlib/math-base-assert-is-nan": "^0.2.2",
+    "@stdlib/math-base-special-abs": "^0.2.2",
     "@stdlib/random-base-randu": "^0.2.1",
     "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
     "istanbul": "^0.4.1",
     "tap-min": "git+https://github.com/Planeshifter/tap-min.git",
-    "@stdlib/bench-harness": "^0.2.1"
+    "@stdlib/bench-harness": "^0.2.2"
   },
   "engines": {
     "node": ">=0.10.0",
diff --git a/test/fixtures/julia/data.json b/test/fixtures/julia/data.json
index 5ab2d5e..bf06e22 100644
--- a/test/fixtures/julia/data.json
+++ b/test/fixtures/julia/data.json
@@ -1 +1 @@
-{"expected":[1.0585265522749971,2.008353459730699,6.303663571642027,0.3052476336652049,2.134672478307857,7.824352166647894,0.2836933122909686,0.7504629052643336,0.05069912144263944,2.9761898577722583,6.402795752100285,2.7543121339639516,3.84590696255894,5.113876829448955,2.0937454663509762,1.2097732583024499,1.8801523614289397,0.0041653579201757105,2.098716500233438,3.6014107312698767,4.440332612414599,2.0893421076264747,2.0534594871227294,0.5637283372293774,6.619306230664886,0.005940934501825374,0.4607494359467235,3.2356622137939617,2.291352433576662,3.7433865697759168,2.2050392848754603,1.2346069168668632,2.957622681125376,2.2787081074364592,5.5978396574365314,4.229783769192748,1.3806735838931106,2.3181495024800958,0.049004271236062186,7.755043218045702,0.3496074124221847,0.07347088468645481,6.173758909932379,5.098574138249625,4.911755795686941,5.225501638938279,7.3522309958064875,2.4191330669658995,1.3942237754412565,3.5043998799606233,3.386264050643373,2.12740838822829,0.07477027425213238,0.4891471296464962,4.481825136885799,2.92532550092665,0.23415418444035682,3.114126243414899,5.171179807172879,0.6841792512495609,6.303430390571869,0.8442072992831754,2.9037804688812425,3.4418149663313304,7.620146280926613,1.3696400648041098,2.514399455252843,0.5033475176862768,2.230916569362181,0.9131167039587754,7.346682522270327,6.403776171267587,6.121213360375644,0.2845338276350646,8.041871186734936,4.7892187158579285,5.6310702321127835,6.51874184665829,5.507682486889192,7.9893941588074755,4.1724221321886015,1.2914320678814566,0.09831498062999977,6.171250427082611,0.8298169948940325,0.6371342995399221,6.3528838099725595,5.652369289236707,0.03788025533597736,4.048979935554527,4.940679804344161,4.619085240797081,3.4316928354232306,5.9917010545104255,3.8981869469686417,3.018461233245505,5.138297129363155,6.449648819135295,2.139294748653137,0.5189209932830102,7.780696346075721,1.149678171570663,1.601389390462587,3.863792462628334,0.32537249885707403,0.38460419108105115,4.380843830146444,7.811893218093107,8.04144227572163,1.5568485750378527,3.697477099397835,0.9138859543630957,3.304238391217895,4.81240351397629,8.272612948281909,1.813289434343529,3.0912102571413356,8.085877767850556,0.012064684960182941,0.8877030369175638,0.6074384767150498,2.226828762189627,0.253527909523117,3.5346841981374006,1.1308747377361967,1.4669170249849965,2.0590568380544063,1.8952233132825789,0.2757280160911317,2.4373708984288815,0.37332812236260593,0.044620401779988605,0.8250194939173742,1.9217271186639744,2.5213299929466997,2.844744938098644,6.642803858670573,7.299188209946369,5.444985146150025,0.3037412785729443,5.4851190839627115,0.7953387913887077,0.7158014835595696,2.5341582071762536,0.522190257536633,5.966788920364363,6.517070801075135,1.0260302196016813,3.078912798426803,0.47446103667271616,0.6998935008452191,5.24049919382342,1.5143668656521057,6.853781241746152,0.005054783859312739,6.356591402671412,5.7766992782653,3.8549900562807458,4.200149401979224,4.347751763821969,5.2998749976988195,2.5619919348106457,3.9991897816960265,7.530337932236958,8.234673010833978,1.031614205577683,5.091782511601138,0.0678991058207306,3.846472011961431,4.111673148328175,8.045191100456307,6.036934784686177,2.433492075491718,0.07044967569113945,2.7901326389249888,0.7602996993534298,3.4240838575506047,1.742981255974205,0.07438940184046407,0.49457742916015474,1.9551328785577544,5.150451514077045,0.7833088384475707,0.02019769891283161,7.873242329385543,3.693749566066718,5.358210692363695,0.34638384981964804,2.0075025550566035,1.3588590909186176,0.09635679319137126,0.9013281864256634,1.157402085950518,4.1398221027963045,0.049900881844099194,1.5528005256683484,0.6958114705525714,4.807017262203963,0.7961496860911921,6.478277473145067,4.37178858398771,0.44357651005560733,4.721039836236601,2.2857592561600906,0.004968052028279401,2.669950926485251,2.0598869007623546,0.670751407619446,3.3597880350370417,0.07494898598583223,0.568314246644871,2.631366980798682,1.1620705928205182,5.522535232493213,0.4992246316419939,2.4833346011948856,0.7115455660745401,0.6173568295432191,6.537910634358187,2.754624766283529,0.19412739133953782,0.40966018219963396,4.503478335269874,1.288759250797389,7.990866196600552,3.3786230422181744,0.00013261064334200298,6.739173008805216,0.6245896711335316,4.966015386671592,1.875275648895161,0.008794043700966486,1.602528858192099,2.769396643434765,2.068129468246595,7.8848361990938,0.12506888559696827,1.218131007569198,7.730054125057182,3.4587800427370787,7.692714645211854,2.7397433714245527,1.9507537472219763,0.5679567242508591,1.8949405979395282,2.913337071584491,6.359673489994548,6.342672489558395,0.4143499039581691,0.0930091206383729,5.322375983217334,0.44420125531012183,3.005877858680348,3.3751731432419056,0.15978445412611164,4.386069397550034,4.124164468840669,3.0704855833594813,6.89351175336592,0.7905516893591714,0.1691186930423599,0.9876240248619729,1.429616540397993,1.6269666026651521,3.4941356081833272,0.5465815423074044,0.8548592047797566,4.248410622440232,0.7196690481853096,0.5122377698072064,7.595651580381397,6.864161428244333,0.4908885417485958,0.3289859630569281,1.5605511511568455,8.232022639126294,1.8425477769388487,5.88070411231466,6.674405558357642,1.0143815313375582,5.881991889997607,4.031569823575946,3.601537601485425,3.7488237845457277,5.94593153511989,0.1798932697685981,1.910645735499088,0.3047896298584301,0.9103171254872054,0.8062338892642681,0.23241396793168653,0.015195672814469636,7.083544067669717,3.5679234531586292,7.4121198871491645,2.5308118468108565,5.264778362347869,3.9670183720262546,2.2511925810529534,4.929014991262215,0.7189966990448905,0.8301697554992153,6.335604158712319,2.09211482676984,2.0595411937473895,0.760273146229837,0.14268900995947328,1.7238286230308777,0.43298673694239326,6.9214666500636035,0.8512215583680618,1.540216188344101,0.8876479536230354,7.51120161771808,0.9450108029465216,1.100307991513527,0.08036034151436544,1.6721370857885651,4.173979356501607,0.6989226325980477,1.8396371081718075,0.130931435896215,0.0011169113041482215,1.092236104756317,4.711375107663858,4.660468046573349,3.450787562825477,5.573014924295027,5.254996877769155,1.4396052228755885,0.04411008717985573,0.31410343305368255,5.680004626141788,0.6082010051270228,1.2687737583008853,7.018827833190389,1.3550888383276283,5.370835957044338,0.7634618569401721,0.48517807436518373,2.913340513084161,6.222402337838157,0.04440954189225348,7.4348522070210885,0.7410580601545188,0.555012596136727,2.3919814431035213,0.41259044816154483,1.1421858095789326,3.193551085825465,0.0031204257471338062,1.6219491370224384,1.1939253676180404,2.811098195216067,3.9684013204558095,3.1474366541824477,0.008849563956784457,6.905888521079295,0.0285549529734371,0.0759544767109704,5.372147076399108,4.666488508427755,3.0231928849078074,3.938500305850925,4.106028198108704,4.578766129112748,5.248015034153372,0.1247313058042641,5.408610198416063,0.9806303203950084,7.365046049012549,0.9967645258177961,2.004674394482192,2.69160879243717,0.04535753697101228,6.020349883431003,0.39792565059944085,1.3840860619906075,6.896598036981291,5.621383879980762,0.0012031020299868953,0.046306984605512885,3.594348676740763,1.699672203130693,1.308835675466724,4.510500814709227,1.2496685705023436,6.797651781792208,6.1214084567373925,1.5040227369155865,5.008773248238108,0.5333560452101499,0.08904638068910818,0.8938516399145838,4.102275093953634,1.5047012922288767,7.436827176907447,5.341517048505739,5.0511166788993425,0.4240600448150738,8.329461010701236,0.6118711650224254,2.2099740780270642,0.15960348185551684,1.3188760071127896,2.277694119302564,1.8581930133205498,1.1144649890180418,1.2250659321098722,2.4162421982393405,0.09476955482539991,7.548564567267664,2.6571176381060346,7.997853330898008,6.083895191533887,0.08764036845841539,2.6047018414134526,4.477458463868266,6.484407707526323,4.1157844528572864,6.530420561845261,4.326458670858309,7.574945032001753,5.536675864973265,0.6027915872531361,0.01606918580382987,0.20535564413978005,5.823004630690764,2.8512300317998993,5.80634410427805,6.634477620942504,2.090952473960001,1.1632367583569538,3.6732570060436984,3.4769415639970735,0.029819302191621308,0.20984371804004173,3.6579080138024014,3.6582308662851784,4.450995421559757,4.702095773724031,0.04809063329745145,0.3141502968845868,3.381139822459115,6.00970445467209,3.90363522572773,3.498784761588597,0.7367868811110286,2.9465516025727925,7.909255802158441,1.578567854404164,0.92413861315866,0.7089143372732223,0.8417525850049703,3.0717748808980185,0.03774496095393446,0.4667129562745947,3.711558840507921,1.4516172082269108,4.85714138404652,0.6455808102624857,1.838654725303722,2.2989161369100977,1.6689391086726655,4.370853869428815,0.16814516498055068,6.208240869364716,7.8971520644377415,7.693291391929752,6.4238148240384385,2.9189860895428854,7.178610429655148,2.989211081523813,0.4544297730047571,4.956210362546073,5.793024070759635,0.18126458384580046,2.1586330989513467,4.325431004364007,0.7359969480659708,2.8598014142523973,5.997062463924852,1.3192783398191132,0.8938439571465312,3.4344640193054996,4.6120140548092925,0.8276008357674111,0.07046904003696199,7.497098207884604,1.8627962742616668,4.092874517998762,0.19357509954230367,5.577537468735103,1.1588295050732025,3.0033567021309557,0.1381950234995117,0.8680708018906867,6.451847471634903,4.724954811632519,5.173039000438519,1.2296231081931683,4.789944353515311,0.6168262871706814,4.2218615731043805,1.3289685818685588,0.0045721792508411395,5.534797552990366,0.4411540540247528,0.7954659383482033,1.5368053732307583,3.1112167276829776,4.681114992242089,2.426377293691307,0.7324970034217116,2.3624762197843325,3.2417799433755565,0.018155489697752245,5.511232374476164,2.5746937479975367,6.273978197089995,2.985086216247661,0.06600441431749593,0.9719570920423609,2.4525850433725207,1.9613473256664091,9.775918055793129e-5,0.007969498839932412,6.100393582508897,0.009682547261450614,4.993366378971769,0.8347740536062241,0.9587097695480896,0.13779364246492518,0.08856945207098142,4.259546060543753,0.6613127019524635,0.044707647023620546,3.296064199145496,0.11818618605040837,1.6097084574250495,2.478816253377003,6.999316129065999,1.4728648341042616,2.7458184452128953,1.4310056695469113,6.2664408848415425,2.072127201512708,0.047421647886051826,5.248060781131778,0.12817371702080724,0.06889781254375961,7.374680778143863,0.9210359020168766,5.344906206565125,0.284438903766971,5.670942999271316,0.22783862137199418,1.6084316573645243,3.110212228597584,5.20174463446745,7.394792948144158,3.3166749583977517,0.2843566434526163,0.0550487749428658,0.027325376698679724,2.85016009369134,0.9632120399412636,2.756940165569271,5.171793595996557,0.01799899312602827,0.8034077145856382,0.5144233276435403,0.021086535227882258,7.877427946100686,5.1150186935134245,2.743596480042614,2.570587616716272,0.05912579325083279,5.4481512534291205,0.38503608781677356,5.920129313571851,0.19006436009271066,1.8458188569690412,2.77459111656252,2.544368118929353,0.28076193327968973,1.461870046191306,1.9710940709645113,7.432408091877804,2.9115567832266187,6.963301915064254,7.499066375483721,2.239288368280953,5.590693589233939,6.159585064240094,1.0928111494643125,4.06261282760272,0.31582288012441334,7.349700125087268,1.5397300811956771,4.929190846204769,2.920207747737758,2.85994853735921,4.710808799212884,1.0418649111565108,0.3302278314293355,0.009301752761945626,3.160290849700654,5.453193379668256,0.17193965449391682,4.952332566755887,4.9201783723211525,4.635274993142027,0.16611383559672874,0.0035708759450161034,8.191872422694622,6.785104235707283,4.186728247450483,2.4118817889243234,1.083655422267223,0.025539106891865702,5.984941173519538,3.0627688617949533,0.4781148386314423,4.479613892843754,5.805517350209429,1.912693183163683,5.632263838381633,6.75618480801431,6.5437163370763605,1.0149674734468122,1.5915419886515847,0.048349986595611745,1.3146640022927607,0.801386427869922,3.847980085144618,0.21195779393517844,1.9606431301213887,5.278685851479325,1.7317216940132532,0.42300960590590203,1.0399456871624355,0.050216964415685565,0.12897946775975253,3.562947408744501,8.184153927408603,5.6402009643552455,7.389104605763831,1.0015891646495252,6.2300137521886105,7.078294035186563,0.16006331685017122,2.5558521256305475,0.5114956139932902,4.543647366339955,6.046095968069505,8.01520268576422,6.449337115040024,3.2940481103636063,0.05138172769831486,7.067074897440005,3.728973960307018,6.23438155149582,0.003354228952883095,2.315066821079658,2.0356128603959394,4.058340662537385,8.31225962690131,4.698865125356745,1.1318370471924293,4.614045953446121,4.4149631258638875,0.1366001272655983,5.7519674668739995,6.723542048660236,1.104176171810887,6.506110374494589,0.7120102526801707,2.490778161032622,5.419055287481943,0.6844502975865763,3.267300689154086,0.44015512228574494,0.9656577740140208,2.4666675671156213,3.6348960084227344,2.249588955664549,0.2101662435603793,0.11713421998218437,6.88923709287267,6.416671496888726,0.0740786315394847,8.317395123841012,0.14437843158274755,5.685685821680603,0.7261169980237927,2.5992134379060587,1.5264701420552649,0.04369767632020224,1.5292966019737244,0.3506865322907999,0.2253614640413055,1.8828490264659694,3.8545843777260393,7.83701979846026,8.141184635895021,0.2549251583332416,4.310270253518897,0.0025097453505377146,0.001233144549082459,1.5904268347546646,0.33210040264654633,4.172836792475285,5.39394608344535,5.9039132684444695,0.08682276826490264,6.84270705692373,0.04214349174523952,1.9280239222245346,1.6151107217895433,5.553204811347281,0.5530987515159534,0.0002467896035742758,1.840265729158251,5.343660654032874,5.133481626740805,1.244145505514706,0.024216440113886437,7.551093798040104,7.4391058187798516,1.699561997521348,0.010632604311574125,5.348047755169077,0.28777560134278884,6.100902625015718,1.6662183942684134,7.365215366375072,5.954954730288158,7.582288427130179,7.726021812173323,1.9733453313644131,1.529009089207068,1.8484862098514598,6.203711940248771,0.6052895162140026,0.017217808448338343,5.72212653837459,2.7176916335675028,3.3156981721816376,0.050905533045052985,0.06091883570711452,0.7458384291283408,0.0023650737579657076,1.4305706570776018,0.007480486623566301,6.704900356148372,0.5966451857125668,0.6379521530595819,5.205677022622442,5.489841263959742,0.8944538485173193,0.26563743947910434,7.197954791156863,0.11473937785732653,7.134534865015664,1.2861122971269328,4.849835052899997,3.603517812822412,1.2927064934148258,3.20377799427583,5.278499641519167,2.5183934257335365,1.388189855948348,2.3069517807882627,2.3706511643299755,0.9135144588092182,1.0435916431795424,0.8157218199955674,4.279726875122138,1.013382424662512,0.45737382832008694,1.7993075879857259,1.1349007998919283,8.09281107293281,0.16169915161848955,0.9972110358424203,0.9360878447699482,0.06147058677645136,0.832127211803472,0.2784395905331034,0.08532753458740272,4.304476240312279,7.197309750947901,4.612979571098159,0.03324920836976559,3.2358226280102307,1.2004619066832374,4.770576414288679,0.6406482911341849,0.8628027425455014,0.005638365201536996,1.026907592995441,3.803555024678214,3.4713842530891146,0.1092056772555871,5.811698694524132,1.99446020095961,3.6559160751363247,0.05126366881450368,1.7846917315138915,0.18533684460218883,5.56459441614647,4.648053961828484,4.465072381997946,5.3250182900183995,6.144510110246959,0.10084513685224632,0.021651394918402966,0.1842773471592067,5.582215493001674,6.919115100578129,2.4391199377147745,2.979957050593566,6.849666473686679,3.5859231046888085,3.9166404043034806,4.290995786773278,2.9271194557812117,0.0012381241830931517,0.7042702549623426,0.09581658476824594,2.664888942424939,3.5782461308651965,0.6544656158099038,0.7912208068821203,1.5218367912277262,3.891538414131745,1.9431951029728731,2.1925498207312146,2.6902619711746745,1.6777828616033192,7.562539891553595,1.0181504312501353,4.869102023955608,2.6855417683853786,0.05151422771505763,1.8981372123755256,0.0005596213295924275,1.5159936085665244,0.2799390066196485,0.8521931893860556,0.028743980157569723,3.0123942809768613,0.6164640699707836,0.19730044672746583,2.9119777104144116,0.4000980556964411,0.06041414940052168,1.9805646634322125,7.083204559007232,0.39760635210480383,4.378483104863429,0.48424035353823797,0.09931775605008021,2.164367327968344,2.5128517623458793,0.9050540802483988,6.490513354108128,3.726965548604726,3.368975561554896,3.5278422327788803,5.84987874851801,1.0613934413210473,5.874311164549187,2.45678992299012,2.166577436163194,0.8614739242440886,2.9357504705595745,1.4389955550885591,3.617126073682116,0.7378402980828788,3.7008768194179464,0.21044779401684255,2.9119732096801694,3.135765565887796,0.20409477354692876,5.699308903736306,1.2243502897940692,1.6566739435245823,0.7859573973611647,1.7270585094648052,6.88063094002882,3.905519818882087,1.044784825475405,0.8374281066763959,6.5940712876420955,5.48271328535501,0.48362904082889385,7.153493198745128,0.12369354940978727,0.16688473998280184,0.0004717443005802505,0.47994839337186446,6.9599230875317915,5.41461436796725,1.0549079480940062,0.2726569054730446,6.205173484517502,0.11521867780241783,5.56998104468018,3.073629189095234,4.966301671327526,1.0453056450423148,0.3835740951931144,5.35421624792527,2.2181314920409374,2.3837752674380397,0.42560530023356197,0.24751446373489303,6.7984429208915245,0.855049092250774,8.065267417074983,0.14687079578294407,0.5792476085200503,0.19426993921040359,6.448994968078844,0.347238159175225,4.650307219911211,0.6249207592596299,1.8517593110050752,0.8144411609444931,1.9974997379931871,0.4104232202291244,5.219287640269359,6.905593330204643,5.072412685336036,2.3942735756630045,0.6272133046706617,0.4530958258571511,6.647170405854755,7.900785571449703,2.9794568052094186,3.424268473381416,0.11621965109638853,3.1891721348480266,0.21569840234422966,0.49514719852588307,2.493572706847912,0.0058232137168283135,7.289006587846959,0.19711437955767816,3.8226155833193407,1.6105159118075756,0.6931820277010815,0.09158052453016913,0.0013908906967500315,0.0399257562742185,3.3494625542720566,0.13068831020283686,0.02961130292677019,0.8318386857555775,2.6632601620958427,7.052382697530802,3.0425904216238844,6.078067008043143,8.045751182567631,1.6777100327221086,0.0637761829018059,0.14189133756123773,7.474957667059447,7.890313662724115,0.4911629418350254,6.878490494288619,6.90173070455407,1.1576294734388564,0.1270168638978453,3.665413623267344,5.734054706655441,2.5859766585329305,3.9442367614115703,0.05234467124939135,2.8928074375964528,3.4025831099259913,0.11684558221395401,3.751142763745159,3.534094125042771,2.1090795611843096,1.2704541369942313,8.235723815470777,0.31970444438925677,6.363541021856363,1.704222359388669,0.05692471524294406,7.91725209590589,0.6667962137662321,1.0060978050797067,3.4943112795675133,2.584437371052194,0.9668037350679577,4.579461789498352],"b":[5.138908496692947,12.66329656258582,13.223770652605925,6.792956272800015,7.734349771110829,17.71205290291256,2.84794922142265,4.242034050656692,7.6088237309785995,7.969604542019681,18.74145268984399,9.002195610887439,13.225554958788994,17.068574524098977,10.059776125085703,6.249334468290833,4.898398072693784,4.170791654302441,11.048607927039217,16.267965818397876,14.90459329660239,5.03256885346661,14.695666814400948,4.016235208486465,16.294243636824966,9.129403600344977,2.40590640694067,7.827598228351034,7.464601307830964,11.845153846897352,8.00338176032988,4.960247005803396,15.186215653923703,12.328833419867557,9.014336497053355,10.752382844556308,5.622801961184463,9.571456833010085,6.04938319121621,15.602708286174618,4.591163435137815,5.780711128210389,11.775888981069926,13.66837000434554,17.40592867669242,17.106177544330443,11.65424301703121,10.380204639218796,8.349319900239212,12.31716459929493,13.146084703255498,10.312692895275564,4.616935122626642,11.059166926688874,7.681722959896109,14.480492654442303,7.43367713120681,8.28746480299755,8.286658862002392,4.590939407349282,11.547620264240447,8.275458969407264,14.08981333922192,7.954627779197448,15.156445403056276,5.9682831173882605,14.252691661992115,6.379830731620957,5.775288299498607,4.592114408628365,15.885919401723307,11.113151164344055,11.664705760951543,9.54128611677765,15.80236802205956,13.833007270399133,17.314582870861603,9.391790286481667,9.038381932224482,15.566537112912057,7.156425768023578,5.634830120342196,2.461564209888676,17.321736634269797,7.746894246458009,8.354771065592253,9.506695768847155,10.829690006512758,9.396789656303465,11.470602663970311,8.746932751233768,10.040829656293447,6.885692517762807,9.831646959483626,14.752813922316799,13.431955998276567,13.820217054691897,11.574276783862778,11.514536329825736,8.071583410987317,13.07752272993461,9.621057053717273,12.62704369491283,7.648886390758456,2.5523479567103635,3.893630413803495,15.709300923293194,16.353521732997564,17.956823136184937,7.978478282428004,10.900799263239238,9.846605705232163,11.400923887091261,17.210821689357267,17.27952470422357,10.12703555321701,12.32631692686174,17.944335417996978,3.224334691180688,12.662437123768523,4.20211587501055,8.491395053238435,8.000261848067733,11.134428789673525,6.89089555358022,12.883404618958048,9.084778351294315,12.159027717687897,9.460255150885713,13.28559033311763,10.06444611770581,9.880555743074472,10.900240701103526,7.160176133309204,9.695033451315375,10.01989709222103,17.911118747727173,15.917257684825538,17.652359385775164,2.793394730170695,13.38532676820903,3.8026442172220776,9.9321418966463,13.634445212923396,12.132032749580736,15.392316559725188,13.91499354621073,12.972914378454465,14.411400011958907,8.295604214616324,10.801828277222425,9.549223888875584,11.481227117989691,17.45854461133483,9.206513618823328,12.661474534395445,17.599422411723054,7.447413839139385,16.340181192437587,12.118911358061153,15.255409981519104,12.850447002929227,7.1944277208477185,14.508577030186439,14.132009537652586,8.910249647260152,13.647700274600643,2.897571273745765,16.44408597892351,16.101575860309303,10.626420451124734,16.372837742717813,7.823494643285365,4.853913759019162,15.507774458324647,12.57590466642,16.34337493512112,13.574284913882334,3.5730717511969545,6.960993873419897,12.3869459471248,11.853019141445355,7.663114250308112,7.303493983801015,13.70432915932386,16.39856929372419,17.855293416898736,11.536631803010406,4.94077720786756,11.19889937646974,7.04413304610534,8.647405846326388,4.098377250238812,15.826624448446411,7.744579753995813,5.994978384608156,7.798271865353561,13.67347671322117,4.741121149703336,12.422963226406193,15.64265441504736,2.5416227723507867,10.657985251826648,7.931269713283031,5.145281810478508,6.2660133533603535,13.096944892534797,8.527591072661533,6.7710111093025205,8.530417851894565,6.108262313558759,12.899703241551306,3.87207511700445,16.33538385913051,10.93027174618366,5.663972872429843,5.615934481942504,7.699905017072396,12.582484215513807,7.649430887839223,8.718667443487147,7.517296912698097,9.245380180910034,12.304138785874546,11.945633666724893,6.603589196107432,9.52437656438134,10.220469579532043,5.384295719176304,12.212722100857548,12.626966695292126,4.754722229017705,7.145831169866884,11.77793002435369,11.84621673726,11.995656243442783,8.664594081779304,4.523898634475554,10.140049127463016,14.268233977446268,14.035795764154074,11.784250836101954,11.604163274250151,5.15664254568531,8.221443583062536,8.62419005146204,12.595546065009337,16.513347787719496,3.162770963973691,9.299404530891275,16.445756243933648,5.7964588228844605,10.441137281226363,15.986091326243036,3.183447347858659,12.579702751791793,10.975219890465818,9.760199013923197,9.351736659359663,3.443093591603106,6.44971461397201,10.147047969402855,12.824792882022187,10.129507219488044,14.693928952398718,12.211563017121868,13.124270178776856,15.736032682230679,3.950347873255373,8.873191182152704,12.69461452837319,10.290243185472427,11.26117214939796,2.58478481423678,10.53081589766709,16.688844708318413,7.23990913273232,15.488429123122522,17.44213346877739,10.48758369609914,9.257993190278889,7.353680302620884,7.065758357354405,16.274397840974682,10.147774584584743,4.519612661292445,11.75327873288039,6.325062144515792,9.095376060034084,12.78003799917965,4.15427393171969,0.7920317092230578,17.262687855008526,11.994906176539502,10.03520233502546,14.834241588443216,9.846224618819669,13.994607001412106,11.292052967458496,8.865252840949786,7.53646462240766,8.298473023036417,16.288368885877194,12.819075191669821,7.833853475560136,3.7427356261193045,6.194150835807952,8.584155555298317,12.258996547867081,13.857289446697648,10.277670014624253,11.190090268720025,5.833451085095557,14.789876774663774,11.815826148314319,10.8629704222497,9.891771123547768,7.886893217404092,13.508056963772033,7.949870537063431,8.485026006331822,3.2650532901715468,8.785507498778692,4.977511640329466,7.579139159536932,12.150222376492197,9.688715406546656,10.240593421808121,12.663301983238986,4.544989706451197,3.3569030866906036,2.7066347202936236,9.535314215868835,10.395353393241384,5.527704359087508,10.416462269337773,7.8885848127850515,9.84196689151561,10.810503431398281,11.861331544066356,8.642125019528326,15.542063654313814,6.521283364498333,14.981197068304024,9.20950346069079,6.998803429967149,10.455117333664512,11.61468902312407,7.990357777516008,6.495346745419468,5.701826408990967,5.753042297589044,5.522277709047563,11.092922748814628,14.740004991195432,12.799790877000333,3.4058802886274053,12.203251880889763,8.231306397075393,1.587305790508522,8.998805269508651,7.6321243907288965,8.442913806495712,13.107938268829116,12.033656643739295,16.369718903223603,12.935857341390687,3.2728726741135894,8.485124290751232,13.248003018480196,9.851679709850503,13.355323832031338,11.870742286139176,8.357131398201698,3.943875788753095,14.82808310984293,8.984926455402656,10.401878925437433,13.341029718681332,18.069605144402352,3.875264918371615,9.455324331485237,9.672167600097392,12.88925556208783,6.462955242131525,11.361414526598999,12.613801660755078,17.21202317472872,16.44993222851094,14.16634756744091,13.604298836552351,10.956680234480341,7.8657156422151875,9.151745149784045,15.514919261545526,9.466067787916131,14.107854235590445,8.451747577602287,11.120054647269715,2.927385456081457,17.217295369707383,6.9990975712426335,5.709322426250852,8.952285843430923,10.097404617825436,11.2102135588127,9.308592107517969,8.879587790358334,5.186982924167049,7.627833688587409,1.877544824080024,14.759430479087406,7.057979190288947,17.442622965262284,18.017810626021664,4.370280813052451,13.309977624706123,12.07347680631004,18.6429323045549,14.496425711301967,11.224607251246347,11.104542043493286,18.569702690828922,9.353015028654836,8.108168267821078,5.014293544439048,10.618942242293366,13.348832405901964,8.216005030259963,13.827362008027015,15.363389053552998,6.539362328829437,8.958341638007502,9.261494643759178,8.722846526015696,2.729418654916651,2.4641479486696882,6.992429796846005,12.947450438794721,15.707370487172707,13.881143239717282,7.63447860899008,8.094537465301999,12.370859183394927,15.755359006000404,16.792639224491662,13.99008570333529,11.167146061292668,13.508006117498887,16.772292012406535,12.789901906189561,5.036659821408225,7.740286344673173,8.463019729905877,8.48145239759618,1.7866359604386783,11.21327434063036,9.963356306102229,8.28258036763648,7.692745592483341,11.628967349371152,6.014096125292262,10.598704655441345,14.06984454866997,13.127924336389123,8.750684950114408,16.1770003352647,13.412438908102327,9.749405918638898,15.13574453864138,8.932717104261204,14.333191991607727,8.167717660221223,7.3727554604815015,15.886325322163938,15.915806654810345,9.54177459432929,11.912513477830368,12.519482178647078,10.029183273878246,8.325321499794146,13.338231800998171,5.137232620944325,10.35754659290497,14.751908025368927,11.03655228163846,5.617639383547766,3.2754115482877144,15.040935369734884,7.137878374511921,12.039835335683529,4.207747883780206,11.478106801721054,8.374698868638601,8.948424275401331,5.526596861505588,5.3048527828769165,15.327700898278186,9.408563745371966,12.989933214817647,10.535643270500787,8.66851174641571,7.096322474386449,10.167567833533651,10.670113126508863,8.44380761191563,15.671624729190924,3.1803049151345686,8.369826933068417,4.3500761237495045,13.164182381097692,10.121218259223548,9.380462724608428,9.176743644013921,11.33667012282542,15.581259603303518,6.4195683483747406,11.151057103144485,12.212274721256113,13.572814794119887,8.786079137134944,2.480792243653389,8.507468657200137,7.687127335281698,13.745593741874915,3.7310078892044185,1.801513918070572,17.23765996387122,7.365326160799384,11.099818499224885,11.182201851125571,12.38715453564856,2.3018994767297496,2.0494085364492554,16.33038568322172,8.794244299728053,8.925348574409153,15.796820588614,5.004259133117737,11.025146263381025,11.064740180995994,11.435065726763803,9.509752962897116,9.798966989106708,6.1761023365072205,11.904443042839391,5.529535798851963,8.875877790341358,13.52896476999717,6.951183988716416,7.190098248984847,10.518079452048209,9.166077088187564,10.547475488114381,3.169442403218876,13.093517121771457,10.063367219401826,7.321922266009932,14.518765004134266,10.306025072785523,9.495660094116666,7.860064873330765,5.686127273892714,2.8321746380988855,2.2416832420621247,12.54735238654361,7.735018629074573,9.114556451510607,13.192462254728202,2.987719719280937,5.7025899739833825,10.023012747142662,2.6769384651707306,15.681590514192852,16.204565629945108,14.870398027802116,6.852834338183699,3.3316292211889675,15.720824985783889,3.833330877846899,12.39012180246853,10.147428124686792,10.453473512887985,11.165596813814334,13.96831952790892,3.9027497582877224,6.723642723175831,10.269796273485344,12.23772613636152,6.745688644566126,18.852619413157363,17.817503169754524,13.636588747980472,17.040235781538684,14.198913783719032,5.0940244724949,16.228563540749633,2.1793466293733488,17.891153328088432,11.453480502774156,15.596505592133042,10.005660695135372,13.612586734468476,16.738393132982182,6.0895300875500435,2.7986237594288266,2.7804701226807627,15.234088658009785,11.012724495944356,4.350243932392055,16.696744471942523,10.285523876476253,13.228716182667526,2.4943379760608964,9.634162631775313,15.71063972014691,9.684042956615631,7.894611766024806,9.429795414383534,10.417946706403347,8.911076082504026,14.059742337747998,6.760960802090008,7.751575971089759,16.194511183236987,15.09241300527242,5.147940967451585,13.550877538250486,14.044478588573888,16.366671715942488,3.602705929757979,12.046449301559496,5.9239553745997195,6.63628940745655,4.001900046398099,7.035910941463605,8.734865297590503,7.359427017810529,16.133971124982622,12.523772498592503,4.88556207232442,12.089579201824275,2.3392904327421338,5.405051363274916,14.055997588620787,10.15546343718326,17.29718789594503,14.181501772636494,5.197256840158522,16.939442310441343,18.70901822493093,1.7430792208000567,12.9583234439206,6.194536485709039,8.995472595600702,13.02704928479075,13.25968503535723,12.691753390932794,10.325273302244021,4.179623911335821,15.102058246242873,11.503963477161278,14.327396809931008,5.966323714692736,12.819626544879657,5.854109237568945,9.46319473941485,16.102463161187924,8.090967696033076,11.502663110451577,17.25809738096321,7.512919988814333,5.014940358554638,13.462174784940935,15.16761172609461,8.934172641088631,12.518510315735893,3.141559353837322,12.423159457072867,11.255149926188434,6.1134178411962825,16.061444548326072,3.5762184477855175,9.016090991014114,6.4972990287062,7.716319607418891,9.308332135043738,2.2559502493281447,4.0496128260066495,12.788388085788357,13.937080093187975,6.9074799785237735,13.91922205662516,6.279091210000287,11.821355946735007,6.703345632877758,8.410630916258285,6.967681600428923,7.485953579585327,7.404156518069798,3.6778915633116016,4.005837072163452,5.763310716313274,12.47288293420315,12.566928681512966,16.699780617458842,10.31200589561771,9.401657267597185,3.0573415954808447,8.250558523311998,8.773369896650545,10.803420529501773,14.353973773636998,17.4378434536278,12.803241520844635,10.198919693365635,13.952142166598591,3.301984557713493,5.5579560464948345,13.618309875246169,9.993042418335907,7.011191285764868,7.3204965179039005,10.864682038083249,11.704649319760684,16.44429498493513,7.4677631297600255,4.273517143558223,11.833106423809186,18.211932832205783,12.000133131284514,5.535437182475253,16.739970056826355,8.675525638142414,9.456296041874868,10.742894847255144,16.272331608644294,12.489963798545581,17.128705278962514,19.077171365621897,11.143164842251444,4.633764923887447,6.91515020181982,18.37003366350924,5.65927977182771,4.874750454336368,11.600272332908673,10.94605590725378,10.03361973661158,3.5942855366970994,9.747732805521151,11.793404552842045,3.431910444399442,8.802351553931313,5.130465349389142,10.600158221959948,4.968825386333342,9.829297387716514,10.924243807159446,10.715826768679365,3.920817961316392,9.796691570364743,17.37268766216229,11.065586372366557,10.368677279285707,13.662257351692345,13.191092051082375,7.481748211132222,10.022340652664422,12.53714340099324,16.13631306166043,5.652288605323313,10.237169928383887,13.447276229231246,11.449810925771331,11.76886689179572,10.834687418226629,3.299450539050046,15.611055618170068,6.471704733229453,9.55911702897784,7.100743322093479,11.926112742167973,14.84399280178306,9.741972727199666,8.10879223037796,6.1834305451291005,6.8166707703971445,9.546304513033661,8.592227731039983,7.031760789617266,14.190562934894265,12.848441870105002,16.390478509419545,7.392346751369532,14.498566111930142,11.279609100200968,11.783715573014973,3.6023713882291886,5.425444766129093,7.553873350643627,4.781509308059897,7.490997470082654,10.747316806455627,7.789342105974313,9.013414443272492,10.856553568746431,11.655386513138854,8.18914404332756,5.964068368689929,11.150635111019827,9.740334820454535,12.990629101509812,15.229712756304501,8.470880489453002,13.555520779717412,6.723735449143679,7.111370665245024,4.092609469392023,17.234126843419073,10.668443195310362,7.6099445401243315,12.300245129479546,14.227531172351355,8.810072292885943,16.402213384753654,13.168114516647226,7.699607639846214,5.136814377742418,9.166315499355825,6.3856590537230105,8.127144183777444,14.717498285680541,8.57736646386793,11.302739892272227,6.92118220118269,15.763446138512684,7.370523812896126,6.1392539573012535,11.506341874303843,6.441269289234815,15.095941807463594,4.780231792880607,11.231301077191828,11.97316951852725,3.561861218136666,10.639728600239406,7.493859538425302,6.775442144282164,9.555773491270736,10.51922274371551,6.454120173063678,7.202295688993645,8.89051273036039,7.168256710435026,13.531647526885115,5.810263642794653,1.575385239692737,9.673235021635039,10.354186295325206,10.137697045362405,9.480232367626991,10.129931063762768,3.0255094057229948,13.812272238938416,9.530394768816826,4.0817660511287475,15.84300370224632,14.689512609116049,10.201454196970662,7.576149101541754,9.27322190439588,5.374498564761561,15.33912716423107,6.635989166482702,11.681083681558215,12.818559785388905,11.96434805607809,10.975694884514539,9.18548736374866,11.267034703661926,7.1761813091442805,1.7324124223550563,6.8038545037315235,6.910455145258135,2.1550813508365962,16.347824646651894,12.46038264042397,12.629406759498579,5.89421416886831,9.306701639833149,17.66994415127232,13.448182397083155,8.062411126611948,3.8686281578992854,11.159699998747135,15.67645796171142,8.709876272771552,19.212311165737113,4.828427610083123,6.63624824303684,0.12880726769607165,3.4554831287058896,15.079330355106013,15.178725322654934,10.35019769242297,6.739334702452997,13.293085898241301,5.724358048738063,15.12333981137352,15.39155238465465,14.028677414027971,7.066727825651404,7.329307726813113,15.512953956823978,12.856466238089418,14.433214617591238,11.695915485027486,10.638132379167352,16.25776372686825,3.919223540076875,18.59603127766693,6.49918454804706,4.72201014891022,7.877663583843729,17.47220155599429,10.769671338492245,8.33125253144538,7.393092656243931,9.525503018111642,5.355479357847319,11.577000708018865,5.502558877925797,10.197522327837207,13.10554403270296,12.719338951078871,11.486498727546955,9.675398250691343,5.667352169067921,17.526451222074474,18.80901235342167,6.540535505688683,8.630909040265799,5.027104443411328,10.288914426764434,11.260650437222658,9.480709357253543,8.869405598360487,4.768311608569819,18.284354193313895,3.265377797430551,8.372592863597244,12.057888796667495,5.4732312118221955,3.097165901188137,9.599250849018617,6.426581286227071,10.736093462832141,1.6534863201068917,4.882038175739449,4.8376358189999,5.891086760835607,17.693238270265084,12.18759495009767,8.751903798835476,13.201782786540038,12.949350005739895,9.066365609791179,8.719400856583663,16.73564624791422,14.051040675655159,5.738273925502682,13.208015837567224,9.470973462018716,9.544732043900288,9.302801308044913,12.734569252392978,16.577505076252947,15.527239311544319,7.3754253738345925,4.389628855818685,7.250250336878152,9.036287696287985,7.968658903712459,12.263970334769283,9.31098974734373,5.127534614796862,13.795832439715143,11.249649178988424,7.1122377236227186,14.69396685316024,7.956972388202226,0.8929382175283718,11.446951562498198,8.223400628785644,9.160991914458146,16.05183136343482,12.373320204030707,8.398748913434108,12.16736957487824],"a":[1.5748772640436082,7.754096880685686,4.5264168677065015,4.879067142264377,2.673117733385797,8.022252801786907,1.0028693457826754,1.2411083829381453,6.82883048914142,1.9934621162347077,9.975977858141862,3.25313085150549,6.432110799107744,9.234895825467826,5.047297137976459,2.4391797339487487,0.14846877457288743,3.947219976663907,6.030182077950556,9.694007438910026,7.6050048596441,0.025363516003635844,9.731644871915927,1.4153238207701269,7.381798699100042,8.862399454268733,0.0545252742102309,1.5963907558359725,2.220916610700525,5.1428677565166225,2.8594074778800227,1.1111843923347142,9.228743692302356,7.099636799999692,0.8183572456619514,3.627959693850493,1.5524109472009995,4.297199157302427,5.282538190689541,5.9559202913781935,2.5429229831727107,4.8417486070001665,3.168618396314933,5.84642078059092,9.728619932852343,9.187464286025193,2.2613322887384157,4.992292538637459,4.2590038604575575,5.832351682985973,6.771512669956284,5.260079644814029,3.6697058520561066,8.636407022002082,0.34810845934935664,8.555637718570894,5.757416348009792,2.174403792261701,0.4092127221627462,1.7256032987933012,2.850427344288491,5.092616279075537,8.186817013068996,1.5279817179944533,5.593927148374648,1.9141887946511438,8.759714922278564,3.92215495718786,0.6012184475980575,1.2819179722359109,6.496553594212986,2.3470052577776435,3.0941421666184543,7.693474997744978,5.978801753090881,6.252069030953098,9.09431263288564,0.5473060075709135,0.9086716149579255,5.775075020574176,0.0804759670241939,1.6981837284779888,1.375387535696122,8.716214853169518,4.591295422347379,5.589701157890268,0.7754526889832869,2.593888195466034,8.722576734422159,4.500110627775569,1.0470523851417113,2.5957626391629107,0.4685035673672555,1.35223585645736,7.913351709275213,7.413523079405904,5.967856546388813,2.776789311315657,6.447827636419568,5.57617724777538,3.4147924660335915,5.906741765693388,8.243361146466713,0.839664001121001,0.5763747822252219,1.7453170537527285,8.458775013970662,6.671439383775509,8.13351883932741,3.6561892013444353,4.239738897743814,6.535015233516623,5.104030947345919,9.61155579272518,7.3160235435179155,5.462330502292316,6.235789602754571,8.093927649066462,2.8438399875090137,9.398630076314467,1.5022525968831935,3.322067713412147,6.256032816582073,4.62165592570469,3.2070800244264652,8.687811180620635,4.113995509864519,7.390099142065177,7.641261969729285,7.877406647151835,7.94785984061922,9.148814790715058,7.753776983370793,2.3580177202653685,4.194491667512583,4.177214552737669,8.982868846204093,6.558290940608716,9.569054260159756,0.884233829964709,5.272286092386398,0.7132971184543635,7.001336921436446,8.119928145571528,9.62877824984652,6.930551552093958,5.071642958740979,9.464016740275179,8.332999434412077,5.909491803166982,7.903773410567442,1.6191551422706074,7.218317033572561,8.389621031275627,8.96022637532145,3.9276840152647674,9.273535591739035,0.6459521818653435,9.240759186122517,4.895821910611147,7.280543213203421,7.305728505320197,0.2669261957412594,5.002576020990011,4.191381985530549,5.3918166911087635,5.830962455074287,1.994914489664037,9.650142783434077,9.077326592242423,0.8008266672623199,7.861479601020678,2.4196159523911454,3.9344595142121275,9.721446463205474,9.555375508765474,9.933304242015835,9.00090814483187,2.628258107092696,4.524822871638237,7.543228929926846,3.9913769358419637,4.597220243436569,6.81118068217899,3.9843030301086446,9.74086737843836,9.83665710463439,9.49785614153223,0.032617607703844254,7.160792259140704,5.968827732114725,5.358646469736492,0.37160585512933775,8.778371811547274,6.970751231563879,1.678312274284104,4.908680605913767,6.078464722022765,1.6501995665676028,3.605972261358037,8.399625835243707,0.23447775725804476,3.1312012085024876,2.6939888277546364,4.901116652564131,0.6056766921870094,8.125160222102231,5.690512136249408,0.421408253970188,7.582057249681469,3.4967931945113118,7.28041469498385,0.13779511761417673,8.194719095739343,8.482681997123592,0.205033853321952,2.693855291897429,4.97808908749181,3.725005589386716,1.9000398596169865,7.192388079781258,5.300109012136756,1.8940714523067737,8.371568251279054,2.15326958243929,0.23621324469557115,9.484485115170964,1.227690470398839,2.6465820647554517,4.4931246605722635,7.88320154651611,4.4298706869071625,2.7605892953170685,6.013143842610504,6.864494784063582,2.26847605650651,7.439511787742035,0.700605277848263,0.5088161066766217,7.82576857103197,4.427852397202838,6.050410896140721,6.765873807231491,2.54599498406189,3.4528707173851814,2.711488058378515,3.859638448743321,7.789124620313659,0.9329281785966526,8.242943718716742,8.453978481845414,3.487689656484003,4.43526229883086,9.621967056643733,1.7987403573681293,5.32485383740354,3.9403088301831057,3.690122655234307,0.2565653558387093,0.36305783331878727,5.025135968719907,6.704448907887897,8.682885291940545,5.710955507446888,8.218619901998117,9.650512742783457,9.92141044763703,8.595939722802015,1.0116358121266011,6.393906358320138,3.147477839052315,1.2144546721292482,8.834103443946228,0.597869728813365,6.203390125469241,6.749817005896233,2.537720990679071,7.087926200810315,8.49267165812689,6.998661459067954,0.8565705321827433,0.39819053676604765,0.4916841854405307,9.567246030068004,1.7008119102598074,3.0503546045770236,6.964985840210909,4.412609384759055,5.790257982590184,9.669602873482408,2.48425368777645,0.365009375177594,8.043006254647448,5.451582752017101,0.6041133922898445,9.323366688599247,1.8978071443676359,7.09502582105666,6.094523653194319,1.1744674522429488,4.599125624515404,5.142203537395087,7.56900824965232,7.8085484807103756,2.8624860253540385,0.7222592142335826,4.885614202956705,4.035975317404206,9.979557835528292,4.743695216057178,7.081632045447925,6.8909514875070705,2.5697453012546756,5.295961912362925,8.448315252213423,7.229281401686394,8.90977107356183,3.4074239375158166,6.4307868489594515,5.05382640908876,3.7865533504507964,2.0115872033727933,8.669736450369435,1.357175570697835,0.06006333255085927,4.6718792071210435,3.2536978654745474,2.062807713467487,4.722271663864184,0.388637619042449,2.629358554611454,0.7651813480376246,1.279403877589873,7.693796053201334,1.6257452230110392,1.2389934462752472,3.856083596426705,1.8138891960437964,7.783699459668023,9.448421083153601,2.7294195341341876,6.900950991348593,5.791273431204928,5.535657036931911,6.227440966064927,4.418076564597486,5.0975267075302,9.38958556981262,4.288165222428255,0.304820674889954,5.508319021623958,1.3413091184099968,1.7371615402336538,5.284895687704047,7.839221278784956,6.654122495921724,3.0800049021966203,3.0999194002565544,7.645935202292762,0.632604936559158,0.9697477334843074,0.14895246292093933,2.419765574973123,6.233201643313118,5.014230856874358,8.957216387247438,5.000104043193945,2.0494448382151376,0.42886446493920927,9.817614724898826,0.45058655064020847,9.896830762815563,6.966041201079425,2.6738836023330337,3.2061153644606644,6.328424375448234,6.799724449364475,6.326460818802571,4.243822650367701,9.856408047061443,3.7551099169782365,8.709882304721146,3.104657864977911,8.373055119506887,2.4998720855978784,4.00437641493268,8.741331796956507,8.180311189644913,7.879232054029934,9.918021680342907,5.851539393692196,8.426804240973585,6.832005543459594,5.876654360359268,8.498702251828423,5.216783670944601,4.661059746299944,0.4456121439446181,3.3345938293866717,0.6715661951962049,7.219619033257256,4.289401281938405,0.5595953522861774,7.568363236394604,6.11914971330342,5.98218052222707,4.586482816126399,5.222597242350792,1.352821844436769,2.243141833070319,0.8111327752429909,5.241932130928266,1.411262298388627,7.645978643313258,9.473412326644075,3.344764152290187,7.719233300650387,4.743435771880615,9.821770675250296,7.468665510904728,2.3722038068622675,3.899161827966855,9.03558813393267,1.2019347088641408,5.41865175977774,4.575169154720191,9.049143615183073,4.9896425188202524,2.3666665735113024,5.480139161394932,6.440736339740248,1.5302277042141221,5.222188388971343,2.6222865529907935,2.263489068190274,2.1312283622008166,0.8772879622561103,0.3671074525650253,6.321835720489548,8.39902285869217,6.36947569617621,6.874815789332953,6.152939267266411,6.001112102897195,7.263218318513822,9.948399112636091,7.510470194752765,8.193689726766744,7.561694720433181,7.030060767671,8.437567560938732,1.7065452050768415,4.823614946095907,5.284807808076302,2.4101017594946206,1.1136281362291722,8.84672506472353,3.2896237608098233,4.108924116970534,0.058238626833349016,8.845629474956723,1.316878150400671,5.346372445563416,9.594660831315789,5.88567009940284,7.330212500622125,7.545726360214633,3.6776649110722515,0.14110238975529876,6.355893862891748,3.014285464501003,5.051849138557756,2.178516296242403,5.037555838167151,8.174352529774634,7.578163771529985,8.066927142506016,6.822955816558009,5.314957763228105,7.057321336171238,2.4671974851433154,4.855027832738406,1.1583709649138774,7.082469878420503,8.332128571862288,3.597186135405872,2.4662571424971924,2.355830947990196,5.555937821257855,2.409923711960682,5.031661949130857,2.6836411964030904,3.297003598312529,4.645630075913207,2.9450685116995445,4.238831245411518,2.07733831773687,6.52871404412169,1.878659513604457,5.111071113900902,6.6943573792505635,1.086999216439668,4.375676329433347,3.049819672966816,6.676665620603382,8.209572364759927,7.521927149778276,0.8794684045808454,5.2802329046921255,0.055700211143681067,7.053977741955421,2.6263280060640626,3.9844894551883803,6.211956292270033,6.012225115370466,9.344164179910777,5.952807299900227,3.018727271311914,6.653828447703544,4.89596407712124,2.8010115021811055,1.5908186643770428,5.092284166647931,2.2620908819046104,8.89418488382173,3.696757193347324,1.4922664668616914,8.681684099593273,7.024458786095662,3.3589918929985685,8.017191796911732,8.995323579575267,1.0160053482809484,1.0184704079217588,9.180941458211986,5.977197544093784,8.19289259328575,9.507721258046391,3.8133627343470877,6.630092055626518,5.610769605303085,2.270362046404464,5.30566233480034,4.05877349562979,2.032182931576312,3.2328059068599058,0.5430012889791502,8.12151728326757,5.593176883871349,5.710988599171007,6.280827249488484,1.11083919054078,5.841557450074033,2.538800536614507,1.3219395357776231,4.844194968330255,8.4098668545806,2.9286114542901087,8.409546826399,2.4053329756582476,0.07560089166311013,1.5513328691342787,3.8388915765786447,2.019410650637341,1.6690537629186242,6.699111529303197,4.335232682975148,3.362749606107047,5.314548625348994,2.522974716604911,2.597611298528806,7.538444387905492,2.1739092187699005,5.958981021201362,8.370012399405342,9.132527537758675,1.2988221487304519,2.489305341075152,7.635170093250481,1.6838116167558792,3.9615067464310183,8.63720551821034,5.7471133180422385,5.395406747728968,8.442704862810363,2.067227162579275,2.5352730458078376,5.4063480264517505,2.793738784478119,0.8347935009589058,9.711524129726003,8.331260683616788,8.452819808360243,8.84948959631189,5.601529252893327,1.4727355039683965,9.246346562508936,0.23258661296327254,8.499859407597645,7.155020200020608,7.9055830106440546,4.085990689733627,7.754312035522504,9.219769216961737,2.553659765567331,0.8079620661338494,2.4463727818602354,9.07588354642022,2.9233289340980284,2.9138331784894667,8.987789237861147,2.6016355074371877,5.770613212226294,1.0824718254783616,9.427158981227326,5.795879558028238,0.6606704812887143,0.8065415794785546,4.04996442567284,6.811859482388005,8.35747940377267,5.585115851451716,0.6985168772739248,5.3562935110075856,8.862706036199523,6.745784452226995,0.3570831947803699,5.329736129627253,5.040356327288689,7.505261216201697,0.11277617668819184,7.676265796966238,5.1622468744847865,2.66439212435454,0.9008297256154396,0.24063603740450468,7.140031912179305,2.508889154701257,8.17506226649254,7.96519154305831,2.6325384881445246,8.556967102265476,1.5630149835694662,4.160963901270323,7.517238615777851,0.24537528778200146,9.070255808449536,4.765066392453292,1.7304038037875968,8.293046238882782,9.492753882897398,0.35716443186025515,7.420252885723768,3.717048369103939,1.6114514420503245,4.509235503260067,3.452420777208036,3.8944785071701937,4.038097678455285,3.394397362892776,5.893100717332227,4.814592241859397,5.677970319235232,5.765697825449605,7.5488768967787445,0.9117055384817019,2.484649908975727,6.115115388990557,0.5818811001626467,7.817280556861088,9.81709264763899,0.23421423089509563,3.7346273002805375,5.154129912500247,6.185267678802564,5.294102028898444,3.682599242511182,0.21852616344039344,6.956045233609864,3.1911147421268393,3.247514219118437,9.799846647642172,1.2779883750058274,5.611991508306793,1.0567098321772561,1.1118701904672545,4.11265436713178,0.6678712453977509,2.8640283120279064,3.696037173374558,5.162112403067132,5.964641933855541,3.928789559175805,4.962830909378495,3.561317819694234,3.751498079855158,2.8257798658834665,2.6877701872495363,6.761818153133598,3.120284528422501,1.6264924340611286,2.3613500492606665,1.0099762743039986,5.671779161085697,2.8692878559552826,6.815742190239922,8.562977050801566,2.2097699602051435,2.883799254231072,8.128912583844256,4.404717699798983,8.807122748167897,7.277672373208706,9.3925123230065,4.3861779460975825,9.178197782569736,4.89054822937735,2.590843291196865,0.7479366009318111,9.215886830890422,1.8298042289794703,4.434917810725496,7.266077079805999,6.165406695022469,3.6969075751491287,8.595614871636483,3.6038601721048424,3.734446386266903,2.314013737188194,8.763691206095757,7.484079104785697,5.178238005910007,8.72894184179497,6.817218016645514,0.8999632117315359,6.271360353233996,6.871130387709766,4.0365942476825705,7.589970503031161,9.44845069535215,6.276940024554161,0.3502956441464544,2.205390704964645,9.741908532115673,2.9641964346063854,4.42020265555162,3.313806351533075,5.235337948642094,3.7258167858069458,2.812706112364143,8.892732204067928,8.801739272510689,3.2634441715268325,4.659062053434006,4.830855871096489,1.6302750413504885,2.2930559215717006,7.062453366685515,3.020565911934381,2.599294555503784,0.6446241052987367,8.011292658706832,8.078847901660586,9.892184252763938,1.1158713059504843,9.73372740201356,5.56232933129616,0.90586699612621,6.083752336912456,6.336713098884365,8.17754458291763,0.15495096708401324,6.155714517457513,8.185772511712921,6.116161708588061,8.4579495709146,7.295888226671037,0.1707668158292397,8.44469514011249,2.984501111995077,7.216365241049583,2.454057292692664,8.235745606136229,4.989362779545101,8.348993969493048,4.64952461567842,2.8318556709484,5.957806962033201,6.386316136213002,6.7643122279607955,6.019866321281347,7.003511043906741,3.5550185497469533,8.950333695427151,6.760689802989173,8.267204179244578,7.484145639673539,4.21754633280734,0.8296868599046592,2.2077386094786733,7.293757256527089,1.2711117357121027,0.7350622797379036,4.293123515495914,6.6445853077559995,0.6623435937173516,5.9643636284931585,5.031868346662982,7.404820114217882,1.3362934413445315,9.659312833567276,1.568729531788322,5.522252601764917,7.909817361971645,0.4771192045370709,4.968663303145235,5.623671068197293,6.601648447737453,2.6055559512190962,9.049593508156757,1.5563972556249417,2.19982076588614,6.320321667835342,5.161330331633113,2.250264578000871,9.546581768947437,5.992325400370233,1.772936274790231,5.014923072896183,6.259213323726611,5.3133722370461705,2.472175809940216,8.164716161240392,5.774941194620087,8.221400949120168,2.6477712105649243,8.929818919415863,2.541616976388046,1.009868238838021,5.824516141839313,1.9542441790710852,5.569637240705132,1.2848340794577662,3.5873999601268447,6.296330501906773,2.7756228747695344,5.867135327341924,7.4119116528204305,2.5102430512973717,7.722942871863754,7.3213612281659906,5.866814663221622,1.1899141831573479,6.170665521480927,5.629554217836281,7.620325126188893,3.619104892645022,0.7239336598561263,4.798116975763067,1.134725643633765,7.95337192641659,2.2316602835292443,7.719353489309116,1.9338074900880708,8.715959068064777,4.039108840352479,0.7862161785003896,7.017690095960278,8.001943051851114,3.843175598272839,1.0696825648302521,0.8947647085741983,1.805644225361791,6.943191601436995,1.2063041778409622,6.582169166295351,9.603332407592886,6.028945319387438,6.820222990606133,2.597201328353309,8.291453486992728,0.512059323990095,0.14327003471255484,0.8925366712882332,0.7761917998633883,0.590109375827732,8.077896784521798,8.627341618268217,8.170697605237114,2.823141267041658,4.754262500912381,8.58327417375328,6.60229035684581,4.521589483870696,0.6985907322342899,2.2642598493388344,7.565196689611988,6.300820754534846,9.947219780060362,3.6100998245847182,5.221109776386448,0.053568104975032504,1.0556121487441805,5.940453123718039,7.117995057002386,6.792263547848611,4.930500031822058,4.663944468515513,4.548507661303924,6.947780348183117,9.318369506694955,6.308857464318631,3.525023752679217,5.1838732388090225,7.497307072441954,7.697243631485662,9.084822035772241,9.435989910411644,8.914713229680288,7.225526182898414,0.7160081075763869,8.75818552745821,5.171611744244824,2.085540672083188,6.350823949001601,8.675160029609062,8.72838304182695,0.8610660117569635,4.654653481985069,4.811575596941382,2.2292525696353827,6.681084363153662,3.2833070574355006,2.2835188098172465,4.002406114245627,4.917483260024824,6.126341742163406,6.9319406410228535,3.3355824741182216,8.595267377238613,9.071999112319633,0.5611139899805773,2.2206655440655965,3.8461574449576874,4.102633991949316,9.651805874149284,7.043135485078467,3.399225301315887,4.503966068410845,8.931917128347164,1.727401024299,1.5997509933161957,7.661732413906424,2.589104943363587,2.0488499686744555,9.470058402021897,5.734404231355543,4.396255085454948,0.40118455039080514,4.285937819154048,1.6781953259589355,0.2378468096969577,8.493858271027657,6.145154626893261,0.21159911477895754,3.375846994422751,8.46242228260179,8.191543230778347,7.414526896871518,7.2646646723480774,4.320482420719866,3.310526965455094,4.1227593232213895,0.3703818079201282,5.8175945791337575,8.068215399015434,6.10245318893268,8.282406735674622,9.956627145687216,0.4956840170001042,3.597078507264919,1.3584179180836875,2.646373978630141,6.784536027247585,5.554744361160859,2.7987605206876798,0.0967340091067781,9.891290258622618,1.3083873986282812,5.153551088994535,5.955403340644219,3.434730874012164,0.06644164589886481,1.699796841715795,5.3946987064907574,5.686344643013679,9.576359538555174,6.804366222121148,4.99263018079787,4.754303982697079]}
\ No newline at end of file
+{"expected":[1.0585265522749971,2.008353459730699,6.303663571642027,0.3052476336652049,2.134672478307857,7.824352166647894,0.2836933122909686,0.7504629052643336,0.05069912144263944,2.9761898577722583,6.402795752100285,2.7543121339639516,3.84590696255894,5.113876829448955,2.0937454663509762,1.2097732583024499,1.8801523614289397,0.0041653579201757105,2.098716500233438,3.6014107312698767,4.440332612414599,2.0893421076264747,2.0534594871227294,0.5637283372293774,6.619306230664886,0.005940934501825374,0.4607494359467235,3.2356622137939617,2.291352433576662,3.7433865697759168,2.2050392848754603,1.2346069168668632,2.957622681125376,2.2787081074364592,5.5978396574365314,4.229783769192748,1.3806735838931106,2.3181495024800958,0.049004271236062186,7.755043218045702,0.3496074124221847,0.07347088468645481,6.173758909932379,5.098574138249625,4.911755795686941,5.225501638938279,7.3522309958064875,2.4191330669658995,1.3942237754412565,3.5043998799606233,3.386264050643373,2.12740838822829,0.07477027425213238,0.4891471296464962,4.481825136885799,2.92532550092665,0.23415418444035682,3.114126243414899,5.171179807172879,0.6841792512495609,6.303430390571869,0.8442072992831754,2.9037804688812425,3.4418149663313304,7.620146280926613,1.3696400648041098,2.514399455252843,0.5033475176862768,2.230916569362181,0.9131167039587754,7.346682522270327,6.403776171267587,6.121213360375644,0.2845338276350646,8.041871186734936,4.7892187158579285,5.6310702321127835,6.51874184665829,5.507682486889192,7.9893941588074755,4.1724221321886015,1.2914320678814566,0.09831498062999977,6.171250427082611,0.8298169948940325,0.6371342995399221,6.3528838099725595,5.652369289236707,0.03788025533597736,4.048979935554527,4.940679804344161,4.619085240797081,3.4316928354232306,5.9917010545104255,3.8981869469686417,3.018461233245505,5.138297129363155,6.449648819135295,2.139294748653137,0.5189209932830102,7.780696346075721,1.149678171570663,1.601389390462587,3.863792462628334,0.32537249885707403,0.38460419108105115,4.380843830146444,7.811893218093107,8.04144227572163,1.5568485750378527,3.697477099397835,0.9138859543630957,3.304238391217895,4.81240351397629,8.272612948281909,1.813289434343529,3.0912102571413356,8.085877767850556,0.012064684960182941,0.8877030369175638,0.6074384767150498,2.226828762189627,0.253527909523117,3.5346841981374006,1.1308747377361967,1.4669170249849965,2.0590568380544063,1.8952233132825789,0.2757280160911317,2.4373708984288815,0.37332812236260593,0.044620401779988605,0.8250194939173742,1.9217271186639744,2.5213299929466997,2.844744938098644,6.642803858670573,7.299188209946369,5.444985146150025,0.3037412785729443,5.4851190839627115,0.7953387913887077,0.7158014835595696,2.5341582071762536,0.522190257536633,5.966788920364363,6.517070801075135,1.0260302196016813,3.078912798426803,0.47446103667271616,0.6998935008452191,5.24049919382342,1.5143668656521057,6.853781241746152,0.005054783859312739,6.356591402671412,5.7766992782653,3.8549900562807458,4.200149401979224,4.347751763821969,5.2998749976988195,2.5619919348106457,3.9991897816960265,7.530337932236958,8.234673010833978,1.031614205577683,5.091782511601138,0.0678991058207306,3.846472011961431,4.111673148328175,8.045191100456307,6.036934784686177,2.433492075491718,0.07044967569113945,2.7901326389249888,0.7602996993534298,3.4240838575506047,1.742981255974205,0.07438940184046407,0.49457742916015474,1.9551328785577544,5.150451514077045,0.7833088384475707,0.02019769891283161,7.873242329385543,3.693749566066718,5.358210692363695,0.34638384981964804,2.0075025550566035,1.3588590909186176,0.09635679319137126,0.9013281864256634,1.157402085950518,4.1398221027963045,0.049900881844099194,1.5528005256683484,0.6958114705525714,4.807017262203963,0.7961496860911921,6.478277473145067,4.37178858398771,0.44357651005560733,4.721039836236601,2.2857592561600906,0.004968052028279401,2.669950926485251,2.0598869007623546,0.670751407619446,3.3597880350370417,0.07494898598583223,0.568314246644871,2.631366980798682,1.1620705928205182,5.522535232493213,0.4992246316419939,2.4833346011948856,0.7115455660745401,0.6173568295432191,6.537910634358187,2.754624766283529,0.19412739133953782,0.40966018219963396,4.503478335269874,1.288759250797389,7.990866196600552,3.3786230422181744,0.00013261064334200298,6.739173008805216,0.6245896711335316,4.966015386671592,1.875275648895161,0.008794043700966486,1.602528858192099,2.769396643434765,2.068129468246595,7.8848361990938,0.12506888559696827,1.218131007569198,7.730054125057182,3.4587800427370787,7.692714645211854,2.7397433714245527,1.9507537472219763,0.5679567242508591,1.8949405979395282,2.913337071584491,6.359673489994548,6.342672489558395,0.4143499039581691,0.0930091206383729,5.322375983217334,0.44420125531012183,3.005877858680348,3.3751731432419056,0.15978445412611164,4.386069397550034,4.124164468840669,3.0704855833594813,6.89351175336592,0.7905516893591714,0.1691186930423599,0.9876240248619729,1.429616540397993,1.6269666026651521,3.4941356081833272,0.5465815423074044,0.8548592047797566,4.248410622440232,0.7196690481853096,0.5122377698072064,7.595651580381397,6.864161428244333,0.4908885417485958,0.3289859630569281,1.5605511511568455,8.232022639126294,1.8425477769388487,5.88070411231466,6.674405558357642,1.0143815313375582,5.881991889997607,4.031569823575946,3.601537601485425,3.7488237845457277,5.94593153511989,0.1798932697685981,1.910645735499088,0.3047896298584301,0.9103171254872054,0.8062338892642681,0.23241396793168653,0.015195672814469636,7.083544067669717,3.5679234531586292,7.4121198871491645,2.5308118468108565,5.264778362347869,3.9670183720262546,2.2511925810529534,4.929014991262215,0.7189966990448905,0.8301697554992153,6.335604158712319,2.09211482676984,2.0595411937473895,0.760273146229837,0.14268900995947328,1.7238286230308777,0.43298673694239326,6.9214666500636035,0.8512215583680618,1.540216188344101,0.8876479536230354,7.51120161771808,0.9450108029465216,1.100307991513527,0.08036034151436544,1.6721370857885651,4.173979356501607,0.6989226325980477,1.8396371081718075,0.130931435896215,0.0011169113041482215,1.092236104756317,4.711375107663858,4.660468046573349,3.450787562825477,5.573014924295027,5.254996877769155,1.4396052228755885,0.04411008717985573,0.31410343305368255,5.680004626141788,0.6082010051270228,1.2687737583008853,7.018827833190389,1.3550888383276283,5.370835957044338,0.7634618569401721,0.48517807436518373,2.913340513084161,6.222402337838157,0.04440954189225348,7.4348522070210885,0.7410580601545188,0.555012596136727,2.3919814431035213,0.41259044816154483,1.1421858095789326,3.193551085825465,0.0031204257471338062,1.6219491370224384,1.1939253676180404,2.811098195216067,3.9684013204558095,3.1474366541824477,0.008849563956784457,6.905888521079295,0.0285549529734371,0.0759544767109704,5.372147076399108,4.666488508427755,3.0231928849078074,3.938500305850925,4.106028198108704,4.578766129112748,5.248015034153372,0.1247313058042641,5.408610198416063,0.9806303203950084,7.365046049012549,0.9967645258177961,2.004674394482192,2.69160879243717,0.04535753697101228,6.020349883431003,0.39792565059944085,1.3840860619906075,6.896598036981291,5.621383879980762,0.0012031020299868953,0.046306984605512885,3.594348676740763,1.699672203130693,1.308835675466724,4.510500814709227,1.2496685705023436,6.797651781792208,6.1214084567373925,1.5040227369155865,5.008773248238108,0.5333560452101499,0.08904638068910818,0.8938516399145838,4.102275093953634,1.5047012922288767,7.436827176907447,5.341517048505739,5.0511166788993425,0.4240600448150738,8.329461010701236,0.6118711650224254,2.2099740780270642,0.15960348185551684,1.3188760071127896,2.277694119302564,1.8581930133205498,1.1144649890180418,1.2250659321098722,2.4162421982393405,0.09476955482539991,7.548564567267664,2.6571176381060346,7.997853330898008,6.083895191533887,0.08764036845841539,2.6047018414134526,4.477458463868266,6.484407707526323,4.1157844528572864,6.530420561845261,4.326458670858309,7.574945032001753,5.536675864973265,0.6027915872531361,0.01606918580382987,0.20535564413978005,5.823004630690764,2.8512300317998993,5.80634410427805,6.634477620942504,2.090952473960001,1.1632367583569538,3.6732570060436984,3.4769415639970735,0.029819302191621308,0.20984371804004173,3.6579080138024014,3.6582308662851784,4.450995421559757,4.702095773724031,0.04809063329745145,0.3141502968845868,3.381139822459115,6.00970445467209,3.90363522572773,3.498784761588597,0.7367868811110286,2.9465516025727925,7.909255802158441,1.578567854404164,0.92413861315866,0.7089143372732223,0.8417525850049703,3.0717748808980185,0.03774496095393446,0.4667129562745947,3.711558840507921,1.4516172082269108,4.85714138404652,0.6455808102624857,1.838654725303722,2.2989161369100977,1.6689391086726655,4.370853869428815,0.16814516498055068,6.208240869364716,7.8971520644377415,7.693291391929752,6.4238148240384385,2.9189860895428854,7.178610429655148,2.989211081523813,0.4544297730047571,4.956210362546073,5.793024070759635,0.18126458384580046,2.1586330989513467,4.325431004364007,0.7359969480659708,2.8598014142523973,5.997062463924852,1.3192783398191132,0.8938439571465312,3.4344640193054996,4.6120140548092925,0.8276008357674111,0.07046904003696199,7.497098207884604,1.8627962742616668,4.092874517998762,0.19357509954230367,5.577537468735103,1.1588295050732025,3.0033567021309557,0.1381950234995117,0.8680708018906867,6.451847471634903,4.724954811632519,5.173039000438519,1.2296231081931683,4.789944353515311,0.6168262871706814,4.2218615731043805,1.3289685818685588,0.0045721792508411395,5.534797552990366,0.4411540540247528,0.7954659383482033,1.5368053732307583,3.1112167276829776,4.681114992242089,2.426377293691307,0.7324970034217116,2.3624762197843325,3.2417799433755565,0.018155489697752245,5.511232374476164,2.5746937479975367,6.273978197089995,2.985086216247661,0.06600441431749593,0.9719570920423609,2.4525850433725207,1.9613473256664091,9.775918055793129e-5,0.007969498839932412,6.100393582508897,0.009682547261450614,4.993366378971769,0.8347740536062241,0.9587097695480896,0.13779364246492518,0.08856945207098142,4.259546060543753,0.6613127019524635,0.044707647023620546,3.296064199145496,0.11818618605040837,1.6097084574250495,2.478816253377003,6.999316129065999,1.4728648341042616,2.7458184452128953,1.4310056695469113,6.2664408848415425,2.072127201512708,0.047421647886051826,5.248060781131778,0.12817371702080724,0.06889781254375961,7.374680778143863,0.9210359020168766,5.344906206565125,0.284438903766971,5.670942999271316,0.22783862137199418,1.6084316573645243,3.110212228597584,5.20174463446745,7.394792948144158,3.3166749583977517,0.2843566434526163,0.0550487749428658,0.027325376698679724,2.85016009369134,0.9632120399412636,2.756940165569271,5.171793595996557,0.01799899312602827,0.8034077145856382,0.5144233276435403,0.021086535227882258,7.877427946100686,5.1150186935134245,2.743596480042614,2.570587616716272,0.05912579325083279,5.4481512534291205,0.38503608781677356,5.920129313571851,0.19006436009271066,1.8458188569690412,2.77459111656252,2.544368118929353,0.28076193327968973,1.461870046191306,1.9710940709645113,7.432408091877804,2.9115567832266187,6.963301915064254,7.499066375483721,2.239288368280953,5.590693589233939,6.159585064240094,1.0928111494643125,4.06261282760272,0.31582288012441334,7.349700125087268,1.5397300811956771,4.929190846204769,2.920207747737758,2.85994853735921,4.710808799212884,1.0418649111565108,0.3302278314293355,0.009301752761945626,3.160290849700654,5.453193379668256,0.17193965449391682,4.952332566755887,4.9201783723211525,4.635274993142027,0.16611383559672874,0.0035708759450161034,8.191872422694622,6.785104235707283,4.186728247450483,2.4118817889243234,1.083655422267223,0.025539106891865702,5.984941173519538,3.0627688617949533,0.4781148386314423,4.479613892843754,5.805517350209429,1.912693183163683,5.632263838381633,6.75618480801431,6.5437163370763605,1.0149674734468122,1.5915419886515847,0.048349986595611745,1.3146640022927607,0.801386427869922,3.847980085144618,0.21195779393517844,1.9606431301213887,5.278685851479325,1.7317216940132532,0.42300960590590203,1.0399456871624355,0.050216964415685565,0.12897946775975253,3.562947408744501,8.184153927408603,5.6402009643552455,7.389104605763831,1.0015891646495252,6.2300137521886105,7.078294035186563,0.16006331685017122,2.5558521256305475,0.5114956139932902,4.543647366339955,6.046095968069505,8.01520268576422,6.449337115040024,3.2940481103636063,0.05138172769831486,7.067074897440005,3.728973960307018,6.23438155149582,0.003354228952883095,2.315066821079658,2.0356128603959394,4.058340662537385,8.31225962690131,4.698865125356745,1.1318370471924293,4.614045953446121,4.4149631258638875,0.1366001272655983,5.7519674668739995,6.723542048660236,1.104176171810887,6.506110374494589,0.7120102526801707,2.490778161032622,5.419055287481943,0.6844502975865763,3.267300689154086,0.44015512228574494,0.9656577740140208,2.4666675671156213,3.6348960084227344,2.249588955664549,0.2101662435603793,0.11713421998218437,6.88923709287267,6.416671496888726,0.0740786315394847,8.317395123841012,0.14437843158274755,5.685685821680603,0.7261169980237927,2.5992134379060587,1.5264701420552649,0.04369767632020224,1.5292966019737244,0.3506865322907999,0.2253614640413055,1.8828490264659694,3.8545843777260393,7.83701979846026,8.141184635895021,0.2549251583332416,4.310270253518897,0.0025097453505377146,0.001233144549082459,1.5904268347546646,0.33210040264654633,4.172836792475285,5.39394608344535,5.9039132684444695,0.08682276826490264,6.84270705692373,0.04214349174523952,1.9280239222245346,1.6151107217895433,5.553204811347281,0.5530987515159534,0.0002467896035742758,1.840265729158251,5.343660654032874,5.133481626740805,1.244145505514706,0.024216440113886437,7.551093798040104,7.4391058187798516,1.699561997521348,0.010632604311574125,5.348047755169077,0.28777560134278884,6.100902625015718,1.6662183942684134,7.365215366375072,5.954954730288158,7.582288427130179,7.726021812173323,1.9733453313644131,1.529009089207068,1.8484862098514598,6.203711940248771,0.6052895162140026,0.017217808448338343,5.72212653837459,2.7176916335675028,3.3156981721816376,0.050905533045052985,0.06091883570711452,0.7458384291283408,0.0023650737579657076,1.4305706570776018,0.007480486623566301,6.704900356148372,0.5966451857125668,0.6379521530595819,5.205677022622442,5.489841263959742,0.8944538485173193,0.26563743947910434,7.197954791156863,0.11473937785732653,7.134534865015664,1.2861122971269328,4.849835052899997,3.603517812822412,1.2927064934148258,3.20377799427583,5.278499641519167,2.5183934257335365,1.388189855948348,2.3069517807882627,2.3706511643299755,0.9135144588092182,1.0435916431795424,0.8157218199955674,4.279726875122138,1.013382424662512,0.45737382832008694,1.7993075879857259,1.1349007998919283,8.09281107293281,0.16169915161848955,0.9972110358424203,0.9360878447699482,0.06147058677645136,0.832127211803472,0.2784395905331034,0.08532753458740272,4.304476240312279,7.197309750947901,4.612979571098159,0.03324920836976559,3.2358226280102307,1.2004619066832374,4.770576414288679,0.6406482911341849,0.8628027425455014,0.005638365201536996,1.026907592995441,3.803555024678214,3.4713842530891146,0.1092056772555871,5.811698694524132,1.99446020095961,3.6559160751363247,0.05126366881450368,1.7846917315138915,0.18533684460218883,5.56459441614647,4.648053961828484,4.465072381997946,5.3250182900183995,6.144510110246959,0.10084513685224632,0.021651394918402966,0.1842773471592067,5.582215493001674,6.919115100578129,2.4391199377147745,2.979957050593566,6.849666473686679,3.5859231046888085,3.9166404043034806,4.290995786773278,2.9271194557812117,0.0012381241830931517,0.7042702549623426,0.09581658476824594,2.664888942424939,3.5782461308651965,0.6544656158099038,0.7912208068821203,1.5218367912277262,3.891538414131745,1.9431951029728731,2.1925498207312146,2.6902619711746745,1.6777828616033192,7.562539891553595,1.0181504312501353,4.869102023955608,2.6855417683853786,0.05151422771505763,1.8981372123755256,0.0005596213295924275,1.5159936085665244,0.2799390066196485,0.8521931893860556,0.028743980157569723,3.0123942809768613,0.6164640699707836,0.19730044672746583,2.9119777104144116,0.4000980556964411,0.06041414940052168,1.9805646634322125,7.083204559007232,0.39760635210480383,4.378483104863429,0.48424035353823797,0.09931775605008021,2.164367327968344,2.5128517623458793,0.9050540802483988,6.490513354108128,3.726965548604726,3.368975561554896,3.5278422327788803,5.84987874851801,1.0613934413210473,5.874311164549187,2.45678992299012,2.166577436163194,0.8614739242440886,2.9357504705595745,1.4389955550885591,3.617126073682116,0.7378402980828788,3.7008768194179464,0.21044779401684255,2.9119732096801694,3.135765565887796,0.20409477354692876,5.699308903736306,1.2243502897940692,1.6566739435245823,0.7859573973611647,1.7270585094648052,6.88063094002882,3.905519818882087,1.044784825475405,0.8374281066763959,6.5940712876420955,5.48271328535501,0.48362904082889385,7.153493198745128,0.12369354940978727,0.16688473998280184,0.0004717443005802505,0.47994839337186446,6.9599230875317915,5.41461436796725,1.0549079480940062,0.2726569054730446,6.205173484517502,0.11521867780241783,5.56998104468018,3.073629189095234,4.966301671327526,1.0453056450423148,0.3835740951931144,5.35421624792527,2.2181314920409374,2.3837752674380397,0.42560530023356197,0.24751446373489303,6.7984429208915245,0.855049092250774,8.065267417074983,0.14687079578294407,0.5792476085200503,0.19426993921040359,6.448994968078844,0.347238159175225,4.650307219911211,0.6249207592596299,1.8517593110050752,0.8144411609444931,1.9974997379931871,0.4104232202291244,5.219287640269359,6.905593330204643,5.072412685336036,2.3942735756630045,0.6272133046706617,0.4530958258571511,6.647170405854755,7.900785571449703,2.9794568052094186,3.424268473381416,0.11621965109638853,3.1891721348480266,0.21569840234422966,0.49514719852588307,2.493572706847912,0.0058232137168283135,7.289006587846959,0.19711437955767816,3.8226155833193407,1.6105159118075756,0.6931820277010815,0.09158052453016913,0.0013908906967500315,0.0399257562742185,3.3494625542720566,0.13068831020283686,0.02961130292677019,0.8318386857555775,2.6632601620958427,7.052382697530802,3.0425904216238844,6.078067008043143,8.045751182567631,1.6777100327221086,0.0637761829018059,0.14189133756123773,7.474957667059447,7.890313662724115,0.4911629418350254,6.878490494288619,6.90173070455407,1.1576294734388564,0.1270168638978453,3.665413623267344,5.734054706655441,2.5859766585329305,3.9442367614115703,0.05234467124939135,2.8928074375964528,3.4025831099259913,0.11684558221395401,3.751142763745159,3.534094125042771,2.1090795611843096,1.2704541369942313,8.235723815470777,0.31970444438925677,6.363541021856363,1.704222359388669,0.05692471524294406,7.91725209590589,0.6667962137662321,1.0060978050797067,3.4943112795675133,2.584437371052194,0.9668037350679577,4.579461789498352],"b":[5.138908496692947,12.66329656258582,13.223770652605925,6.792956272800015,7.734349771110829,17.71205290291256,2.84794922142265,4.242034050656692,7.6088237309785995,7.969604542019681,18.74145268984399,9.002195610887439,13.225554958788994,17.068574524098977,10.059776125085703,6.249334468290833,4.898398072693784,4.170791654302441,11.048607927039217,16.267965818397876,14.90459329660239,5.03256885346661,14.695666814400948,4.016235208486465,16.294243636824966,9.129403600344977,2.40590640694067,7.827598228351034,7.464601307830964,11.845153846897352,8.00338176032988,4.960247005803396,15.186215653923703,12.328833419867557,9.014336497053355,10.752382844556308,5.622801961184463,9.571456833010085,6.04938319121621,15.602708286174618,4.591163435137815,5.780711128210389,11.775888981069926,13.66837000434554,17.40592867669242,17.106177544330443,11.65424301703121,10.380204639218796,8.349319900239212,12.31716459929493,13.146084703255498,10.312692895275564,4.616935122626642,11.059166926688874,7.681722959896109,14.480492654442303,7.43367713120681,8.28746480299755,8.286658862002392,4.590939407349282,11.547620264240447,8.275458969407264,14.08981333922192,7.954627779197448,15.156445403056276,5.9682831173882605,14.252691661992115,6.379830731620957,5.775288299498607,4.592114408628365,15.885919401723307,11.113151164344055,11.664705760951543,9.54128611677765,15.80236802205956,13.833007270399133,17.314582870861603,9.391790286481667,9.038381932224482,15.566537112912057,7.156425768023578,5.634830120342196,2.461564209888676,17.321736634269797,7.746894246458009,8.354771065592253,9.506695768847155,10.829690006512758,9.396789656303465,11.470602663970311,8.746932751233768,10.040829656293447,6.885692517762807,9.831646959483626,14.752813922316799,13.431955998276567,13.820217054691897,11.574276783862778,11.514536329825736,8.071583410987317,13.07752272993461,9.621057053717273,12.62704369491283,7.648886390758456,2.5523479567103635,3.893630413803495,15.709300923293194,16.353521732997564,17.956823136184937,7.978478282428004,10.900799263239238,9.846605705232163,11.400923887091261,17.210821689357267,17.27952470422357,10.12703555321701,12.32631692686174,17.944335417996978,3.224334691180688,12.662437123768523,4.20211587501055,8.491395053238435,8.000261848067733,11.134428789673525,6.89089555358022,12.883404618958048,9.084778351294315,12.159027717687897,9.460255150885713,13.28559033311763,10.06444611770581,9.880555743074472,10.900240701103526,7.160176133309204,9.695033451315375,10.01989709222103,17.911118747727173,15.917257684825538,17.652359385775164,2.793394730170695,13.38532676820903,3.8026442172220776,9.9321418966463,13.634445212923396,12.132032749580736,15.392316559725188,13.91499354621073,12.972914378454465,14.411400011958907,8.295604214616324,10.801828277222425,9.549223888875584,11.481227117989691,17.45854461133483,9.206513618823328,12.661474534395445,17.599422411723054,7.447413839139385,16.340181192437587,12.118911358061153,15.255409981519104,12.850447002929227,7.1944277208477185,14.508577030186439,14.132009537652586,8.910249647260152,13.647700274600643,2.897571273745765,16.44408597892351,16.101575860309303,10.626420451124734,16.372837742717813,7.823494643285365,4.853913759019162,15.507774458324647,12.57590466642,16.34337493512112,13.574284913882334,3.5730717511969545,6.960993873419897,12.3869459471248,11.853019141445355,7.663114250308112,7.303493983801015,13.70432915932386,16.39856929372419,17.855293416898736,11.536631803010406,4.94077720786756,11.19889937646974,7.04413304610534,8.647405846326388,4.098377250238812,15.826624448446411,7.744579753995813,5.994978384608156,7.798271865353561,13.67347671322117,4.741121149703336,12.422963226406193,15.64265441504736,2.5416227723507867,10.657985251826648,7.931269713283031,5.145281810478508,6.2660133533603535,13.096944892534797,8.527591072661533,6.7710111093025205,8.530417851894565,6.108262313558759,12.899703241551306,3.87207511700445,16.33538385913051,10.93027174618366,5.663972872429843,5.615934481942504,7.699905017072396,12.582484215513807,7.649430887839223,8.718667443487147,7.517296912698097,9.245380180910034,12.304138785874546,11.945633666724893,6.603589196107432,9.52437656438134,10.220469579532043,5.384295719176304,12.212722100857548,12.626966695292126,4.754722229017705,7.145831169866884,11.77793002435369,11.84621673726,11.995656243442783,8.664594081779304,4.523898634475554,10.140049127463016,14.268233977446268,14.035795764154074,11.784250836101954,11.604163274250151,5.15664254568531,8.221443583062536,8.62419005146204,12.595546065009337,16.513347787719496,3.162770963973691,9.299404530891275,16.445756243933648,5.7964588228844605,10.441137281226363,15.986091326243036,3.183447347858659,12.579702751791793,10.975219890465818,9.760199013923197,9.351736659359663,3.443093591603106,6.44971461397201,10.147047969402855,12.824792882022187,10.129507219488044,14.693928952398718,12.211563017121868,13.124270178776856,15.736032682230679,3.950347873255373,8.873191182152704,12.69461452837319,10.290243185472427,11.26117214939796,2.58478481423678,10.53081589766709,16.688844708318413,7.23990913273232,15.488429123122522,17.44213346877739,10.48758369609914,9.257993190278889,7.353680302620884,7.065758357354405,16.274397840974682,10.147774584584743,4.519612661292445,11.75327873288039,6.325062144515792,9.095376060034084,12.78003799917965,4.15427393171969,0.7920317092230578,17.262687855008526,11.994906176539502,10.03520233502546,14.834241588443216,9.846224618819669,13.994607001412106,11.292052967458496,8.865252840949786,7.53646462240766,8.298473023036417,16.288368885877194,12.819075191669821,7.833853475560136,3.7427356261193045,6.194150835807952,8.584155555298317,12.258996547867081,13.857289446697648,10.277670014624253,11.190090268720025,5.833451085095557,14.789876774663774,11.815826148314319,10.8629704222497,9.891771123547768,7.886893217404092,13.508056963772033,7.949870537063431,8.485026006331822,3.2650532901715468,8.785507498778692,4.977511640329466,7.579139159536932,12.150222376492197,9.688715406546656,10.240593421808121,12.663301983238986,4.544989706451197,3.3569030866906036,2.7066347202936236,9.535314215868835,10.395353393241384,5.527704359087508,10.416462269337773,7.8885848127850515,9.84196689151561,10.810503431398281,11.861331544066356,8.642125019528326,15.542063654313814,6.521283364498333,14.981197068304024,9.20950346069079,6.998803429967149,10.455117333664512,11.61468902312407,7.990357777516008,6.495346745419468,5.701826408990967,5.753042297589044,5.522277709047563,11.092922748814628,14.740004991195432,12.799790877000333,3.4058802886274053,12.203251880889763,8.231306397075393,1.587305790508522,8.998805269508651,7.6321243907288965,8.442913806495712,13.107938268829116,12.033656643739295,16.369718903223603,12.935857341390687,3.2728726741135894,8.485124290751232,13.248003018480196,9.851679709850503,13.355323832031338,11.870742286139176,8.357131398201698,3.943875788753095,14.82808310984293,8.984926455402656,10.401878925437433,13.341029718681332,18.069605144402352,3.875264918371615,9.455324331485237,9.672167600097392,12.88925556208783,6.462955242131525,11.361414526598999,12.613801660755078,17.21202317472872,16.44993222851094,14.16634756744091,13.604298836552351,10.956680234480341,7.8657156422151875,9.151745149784045,15.514919261545526,9.466067787916131,14.107854235590445,8.451747577602287,11.120054647269715,2.927385456081457,17.217295369707383,6.9990975712426335,5.709322426250852,8.952285843430923,10.097404617825436,11.2102135588127,9.308592107517969,8.879587790358334,5.186982924167049,7.627833688587409,1.877544824080024,14.759430479087406,7.057979190288947,17.442622965262284,18.017810626021664,4.370280813052451,13.309977624706123,12.07347680631004,18.6429323045549,14.496425711301967,11.224607251246347,11.104542043493286,18.569702690828922,9.353015028654836,8.108168267821078,5.014293544439048,10.618942242293366,13.348832405901964,8.216005030259963,13.827362008027015,15.363389053552998,6.539362328829437,8.958341638007502,9.261494643759178,8.722846526015696,2.729418654916651,2.4641479486696882,6.992429796846005,12.947450438794721,15.707370487172707,13.881143239717282,7.63447860899008,8.094537465301999,12.370859183394927,15.755359006000404,16.792639224491662,13.99008570333529,11.167146061292668,13.508006117498887,16.772292012406535,12.789901906189561,5.036659821408225,7.740286344673173,8.463019729905877,8.48145239759618,1.7866359604386783,11.21327434063036,9.963356306102229,8.28258036763648,7.692745592483341,11.628967349371152,6.014096125292262,10.598704655441345,14.06984454866997,13.127924336389123,8.750684950114408,16.1770003352647,13.412438908102327,9.749405918638898,15.13574453864138,8.932717104261204,14.333191991607727,8.167717660221223,7.3727554604815015,15.886325322163938,15.915806654810345,9.54177459432929,11.912513477830368,12.519482178647078,10.029183273878246,8.325321499794146,13.338231800998171,5.137232620944325,10.35754659290497,14.751908025368927,11.03655228163846,5.617639383547766,3.2754115482877144,15.040935369734884,7.137878374511921,12.039835335683529,4.207747883780206,11.478106801721054,8.374698868638601,8.948424275401331,5.526596861505588,5.3048527828769165,15.327700898278186,9.408563745371966,12.989933214817647,10.535643270500787,8.66851174641571,7.096322474386449,10.167567833533651,10.670113126508863,8.44380761191563,15.671624729190924,3.1803049151345686,8.369826933068417,4.3500761237495045,13.164182381097692,10.121218259223548,9.380462724608428,9.176743644013921,11.33667012282542,15.581259603303518,6.4195683483747406,11.151057103144485,12.212274721256113,13.572814794119887,8.786079137134944,2.480792243653389,8.507468657200137,7.687127335281698,13.745593741874915,3.7310078892044185,1.801513918070572,17.23765996387122,7.365326160799384,11.099818499224885,11.182201851125571,12.38715453564856,2.3018994767297496,2.0494085364492554,16.33038568322172,8.794244299728053,8.925348574409153,15.796820588614,5.004259133117737,11.025146263381025,11.064740180995994,11.435065726763803,9.509752962897116,9.798966989106708,6.1761023365072205,11.904443042839391,5.529535798851963,8.875877790341358,13.52896476999717,6.951183988716416,7.190098248984847,10.518079452048209,9.166077088187564,10.547475488114381,3.169442403218876,13.093517121771457,10.063367219401826,7.321922266009932,14.518765004134266,10.306025072785523,9.495660094116666,7.860064873330765,5.686127273892714,2.8321746380988855,2.2416832420621247,12.54735238654361,7.735018629074573,9.114556451510607,13.192462254728202,2.987719719280937,5.7025899739833825,10.023012747142662,2.6769384651707306,15.681590514192852,16.204565629945108,14.870398027802116,6.852834338183699,3.3316292211889675,15.720824985783889,3.833330877846899,12.39012180246853,10.147428124686792,10.453473512887985,11.165596813814334,13.96831952790892,3.9027497582877224,6.723642723175831,10.269796273485344,12.23772613636152,6.745688644566126,18.852619413157363,17.817503169754524,13.636588747980472,17.040235781538684,14.198913783719032,5.0940244724949,16.228563540749633,2.1793466293733488,17.891153328088432,11.453480502774156,15.596505592133042,10.005660695135372,13.612586734468476,16.738393132982182,6.0895300875500435,2.7986237594288266,2.7804701226807627,15.234088658009785,11.012724495944356,4.350243932392055,16.696744471942523,10.285523876476253,13.228716182667526,2.4943379760608964,9.634162631775313,15.71063972014691,9.684042956615631,7.894611766024806,9.429795414383534,10.417946706403347,8.911076082504026,14.059742337747998,6.760960802090008,7.751575971089759,16.194511183236987,15.09241300527242,5.147940967451585,13.550877538250486,14.044478588573888,16.366671715942488,3.602705929757979,12.046449301559496,5.9239553745997195,6.63628940745655,4.001900046398099,7.035910941463605,8.734865297590503,7.359427017810529,16.133971124982622,12.523772498592503,4.88556207232442,12.089579201824275,2.3392904327421338,5.405051363274916,14.055997588620787,10.15546343718326,17.29718789594503,14.181501772636494,5.197256840158522,16.939442310441343,18.70901822493093,1.7430792208000567,12.9583234439206,6.194536485709039,8.995472595600702,13.02704928479075,13.25968503535723,12.691753390932794,10.325273302244021,4.179623911335821,15.102058246242873,11.503963477161278,14.327396809931008,5.966323714692736,12.819626544879657,5.854109237568945,9.46319473941485,16.102463161187924,8.090967696033076,11.502663110451577,17.25809738096321,7.512919988814333,5.014940358554638,13.462174784940935,15.16761172609461,8.934172641088631,12.518510315735893,3.141559353837322,12.423159457072867,11.255149926188434,6.1134178411962825,16.061444548326072,3.5762184477855175,9.016090991014114,6.4972990287062,7.716319607418891,9.308332135043738,2.2559502493281447,4.0496128260066495,12.788388085788357,13.937080093187975,6.9074799785237735,13.91922205662516,6.279091210000287,11.821355946735007,6.703345632877758,8.410630916258285,6.967681600428923,7.485953579585327,7.404156518069798,3.6778915633116016,4.005837072163452,5.763310716313274,12.47288293420315,12.566928681512966,16.699780617458842,10.31200589561771,9.401657267597185,3.0573415954808447,8.250558523311998,8.773369896650545,10.803420529501773,14.353973773636998,17.4378434536278,12.803241520844635,10.198919693365635,13.952142166598591,3.301984557713493,5.5579560464948345,13.618309875246169,9.993042418335907,7.011191285764868,7.3204965179039005,10.864682038083249,11.704649319760684,16.44429498493513,7.4677631297600255,4.273517143558223,11.833106423809186,18.211932832205783,12.000133131284514,5.535437182475253,16.739970056826355,8.675525638142414,9.456296041874868,10.742894847255144,16.272331608644294,12.489963798545581,17.128705278962514,19.077171365621897,11.143164842251444,4.633764923887447,6.91515020181982,18.37003366350924,5.65927977182771,4.874750454336368,11.600272332908673,10.94605590725378,10.03361973661158,3.5942855366970994,9.747732805521151,11.793404552842045,3.431910444399442,8.802351553931313,5.130465349389142,10.600158221959948,4.968825386333342,9.829297387716514,10.924243807159446,10.715826768679365,3.920817961316392,9.796691570364743,17.37268766216229,11.065586372366557,10.368677279285707,13.662257351692345,13.191092051082375,7.481748211132222,10.022340652664422,12.53714340099324,16.13631306166043,5.652288605323313,10.237169928383887,13.447276229231246,11.449810925771331,11.76886689179572,10.834687418226629,3.299450539050046,15.611055618170068,6.471704733229453,9.55911702897784,7.100743322093479,11.926112742167973,14.84399280178306,9.741972727199666,8.10879223037796,6.1834305451291005,6.8166707703971445,9.546304513033661,8.592227731039983,7.031760789617266,14.190562934894265,12.848441870105002,16.390478509419545,7.392346751369532,14.498566111930142,11.279609100200968,11.783715573014973,3.6023713882291886,5.425444766129093,7.553873350643627,4.781509308059897,7.490997470082654,10.747316806455627,7.789342105974313,9.013414443272492,10.856553568746431,11.655386513138854,8.18914404332756,5.964068368689929,11.150635111019827,9.740334820454535,12.990629101509812,15.229712756304501,8.470880489453002,13.555520779717412,6.723735449143679,7.111370665245024,4.092609469392023,17.234126843419073,10.668443195310362,7.6099445401243315,12.300245129479546,14.227531172351355,8.810072292885943,16.402213384753654,13.168114516647226,7.699607639846214,5.136814377742418,9.166315499355825,6.3856590537230105,8.127144183777444,14.717498285680541,8.57736646386793,11.302739892272227,6.92118220118269,15.763446138512684,7.370523812896126,6.1392539573012535,11.506341874303843,6.441269289234815,15.095941807463594,4.780231792880607,11.231301077191828,11.97316951852725,3.561861218136666,10.639728600239406,7.493859538425302,6.775442144282164,9.555773491270736,10.51922274371551,6.454120173063678,7.202295688993645,8.89051273036039,7.168256710435026,13.531647526885115,5.810263642794653,1.575385239692737,9.673235021635039,10.354186295325206,10.137697045362405,9.480232367626991,10.129931063762768,3.0255094057229948,13.812272238938416,9.530394768816826,4.0817660511287475,15.84300370224632,14.689512609116049,10.201454196970662,7.576149101541754,9.27322190439588,5.374498564761561,15.33912716423107,6.635989166482702,11.681083681558215,12.818559785388905,11.96434805607809,10.975694884514539,9.18548736374866,11.267034703661926,7.1761813091442805,1.7324124223550563,6.8038545037315235,6.910455145258135,2.1550813508365962,16.347824646651894,12.46038264042397,12.629406759498579,5.89421416886831,9.306701639833149,17.66994415127232,13.448182397083155,8.062411126611948,3.8686281578992854,11.159699998747135,15.67645796171142,8.709876272771552,19.212311165737113,4.828427610083123,6.63624824303684,0.12880726769607165,3.4554831287058896,15.079330355106013,15.178725322654934,10.35019769242297,6.739334702452997,13.293085898241301,5.724358048738063,15.12333981137352,15.39155238465465,14.028677414027971,7.066727825651404,7.329307726813113,15.512953956823978,12.856466238089418,14.433214617591238,11.695915485027486,10.638132379167352,16.25776372686825,3.919223540076875,18.59603127766693,6.49918454804706,4.72201014891022,7.877663583843729,17.47220155599429,10.769671338492245,8.33125253144538,7.393092656243931,9.525503018111642,5.355479357847319,11.577000708018865,5.502558877925797,10.197522327837207,13.10554403270296,12.719338951078871,11.486498727546955,9.675398250691343,5.667352169067921,17.526451222074474,18.80901235342167,6.540535505688683,8.630909040265799,5.027104443411328,10.288914426764434,11.260650437222658,9.480709357253543,8.869405598360487,4.768311608569819,18.284354193313895,3.265377797430551,8.372592863597244,12.057888796667495,5.4732312118221955,3.097165901188137,9.599250849018617,6.426581286227071,10.736093462832141,1.6534863201068917,4.882038175739449,4.8376358189999,5.891086760835607,17.693238270265084,12.18759495009767,8.751903798835476,13.201782786540038,12.949350005739895,9.066365609791179,8.719400856583663,16.73564624791422,14.051040675655159,5.738273925502682,13.208015837567224,9.470973462018716,9.544732043900288,9.302801308044913,12.734569252392978,16.577505076252947,15.527239311544319,7.3754253738345925,4.389628855818685,7.250250336878152,9.036287696287985,7.968658903712459,12.263970334769283,9.31098974734373,5.127534614796862,13.795832439715143,11.249649178988424,7.1122377236227186,14.69396685316024,7.956972388202226,0.8929382175283718,11.446951562498198,8.223400628785644,9.160991914458146,16.05183136343482,12.373320204030707,8.398748913434108,12.16736957487824],"a":[1.5748772640436082,7.754096880685686,4.5264168677065015,4.879067142264377,2.673117733385797,8.022252801786907,1.0028693457826754,1.2411083829381453,6.82883048914142,1.9934621162347077,9.975977858141862,3.25313085150549,6.432110799107744,9.234895825467826,5.047297137976459,2.4391797339487487,0.14846877457288743,3.947219976663907,6.030182077950556,9.694007438910026,7.6050048596441,0.025363516003635844,9.731644871915927,1.4153238207701269,7.381798699100042,8.862399454268733,0.0545252742102309,1.5963907558359725,2.220916610700525,5.1428677565166225,2.8594074778800227,1.1111843923347142,9.228743692302356,7.099636799999692,0.8183572456619514,3.627959693850493,1.5524109472009995,4.297199157302427,5.282538190689541,5.9559202913781935,2.5429229831727107,4.8417486070001665,3.168618396314933,5.84642078059092,9.728619932852343,9.187464286025193,2.2613322887384157,4.992292538637459,4.2590038604575575,5.832351682985973,6.771512669956284,5.260079644814029,3.6697058520561066,8.636407022002082,0.34810845934935664,8.555637718570894,5.757416348009792,2.174403792261701,0.4092127221627462,1.7256032987933012,2.850427344288491,5.092616279075537,8.186817013068996,1.5279817179944533,5.593927148374648,1.9141887946511438,8.759714922278564,3.92215495718786,0.6012184475980575,1.2819179722359109,6.496553594212986,2.3470052577776435,3.0941421666184543,7.693474997744978,5.978801753090881,6.252069030953098,9.09431263288564,0.5473060075709135,0.9086716149579255,5.775075020574176,0.0804759670241939,1.6981837284779888,1.375387535696122,8.716214853169518,4.591295422347379,5.589701157890268,0.7754526889832869,2.593888195466034,8.722576734422159,4.500110627775569,1.0470523851417113,2.5957626391629107,0.4685035673672555,1.35223585645736,7.913351709275213,7.413523079405904,5.967856546388813,2.776789311315657,6.447827636419568,5.57617724777538,3.4147924660335915,5.906741765693388,8.243361146466713,0.839664001121001,0.5763747822252219,1.7453170537527285,8.458775013970662,6.671439383775509,8.13351883932741,3.6561892013444353,4.239738897743814,6.535015233516623,5.104030947345919,9.61155579272518,7.3160235435179155,5.462330502292316,6.235789602754571,8.093927649066462,2.8438399875090137,9.398630076314467,1.5022525968831935,3.322067713412147,6.256032816582073,4.62165592570469,3.2070800244264652,8.687811180620635,4.113995509864519,7.390099142065177,7.641261969729285,7.877406647151835,7.94785984061922,9.148814790715058,7.753776983370793,2.3580177202653685,4.194491667512583,4.177214552737669,8.982868846204093,6.558290940608716,9.569054260159756,0.884233829964709,5.272286092386398,0.7132971184543635,7.001336921436446,8.119928145571528,9.62877824984652,6.930551552093958,5.071642958740979,9.464016740275179,8.332999434412077,5.909491803166982,7.903773410567442,1.6191551422706074,7.218317033572561,8.389621031275627,8.96022637532145,3.9276840152647674,9.273535591739035,0.6459521818653435,9.240759186122517,4.895821910611147,7.280543213203421,7.305728505320197,0.2669261957412594,5.002576020990011,4.191381985530549,5.3918166911087635,5.830962455074287,1.994914489664037,9.650142783434077,9.077326592242423,0.8008266672623199,7.861479601020678,2.4196159523911454,3.9344595142121275,9.721446463205474,9.555375508765474,9.933304242015835,9.00090814483187,2.628258107092696,4.524822871638237,7.543228929926846,3.9913769358419637,4.597220243436569,6.81118068217899,3.9843030301086446,9.74086737843836,9.83665710463439,9.49785614153223,0.032617607703844254,7.160792259140704,5.968827732114725,5.358646469736492,0.37160585512933775,8.778371811547274,6.970751231563879,1.678312274284104,4.908680605913767,6.078464722022765,1.6501995665676028,3.605972261358037,8.399625835243707,0.23447775725804476,3.1312012085024876,2.6939888277546364,4.901116652564131,0.6056766921870094,8.125160222102231,5.690512136249408,0.421408253970188,7.582057249681469,3.4967931945113118,7.28041469498385,0.13779511761417673,8.194719095739343,8.482681997123592,0.205033853321952,2.693855291897429,4.97808908749181,3.725005589386716,1.9000398596169865,7.192388079781258,5.300109012136756,1.8940714523067737,8.371568251279054,2.15326958243929,0.23621324469557115,9.484485115170964,1.227690470398839,2.6465820647554517,4.4931246605722635,7.88320154651611,4.4298706869071625,2.7605892953170685,6.013143842610504,6.864494784063582,2.26847605650651,7.439511787742035,0.700605277848263,0.5088161066766217,7.82576857103197,4.427852397202838,6.050410896140721,6.765873807231491,2.54599498406189,3.4528707173851814,2.711488058378515,3.859638448743321,7.789124620313659,0.9329281785966526,8.242943718716742,8.453978481845414,3.487689656484003,4.43526229883086,9.621967056643733,1.7987403573681293,5.32485383740354,3.9403088301831057,3.690122655234307,0.2565653558387093,0.36305783331878727,5.025135968719907,6.704448907887897,8.682885291940545,5.710955507446888,8.218619901998117,9.650512742783457,9.92141044763703,8.595939722802015,1.0116358121266011,6.393906358320138,3.147477839052315,1.2144546721292482,8.834103443946228,0.597869728813365,6.203390125469241,6.749817005896233,2.537720990679071,7.087926200810315,8.49267165812689,6.998661459067954,0.8565705321827433,0.39819053676604765,0.4916841854405307,9.567246030068004,1.7008119102598074,3.0503546045770236,6.964985840210909,4.412609384759055,5.790257982590184,9.669602873482408,2.48425368777645,0.365009375177594,8.043006254647448,5.451582752017101,0.6041133922898445,9.323366688599247,1.8978071443676359,7.09502582105666,6.094523653194319,1.1744674522429488,4.599125624515404,5.142203537395087,7.56900824965232,7.8085484807103756,2.8624860253540385,0.7222592142335826,4.885614202956705,4.035975317404206,9.979557835528292,4.743695216057178,7.081632045447925,6.8909514875070705,2.5697453012546756,5.295961912362925,8.448315252213423,7.229281401686394,8.90977107356183,3.4074239375158166,6.4307868489594515,5.05382640908876,3.7865533504507964,2.0115872033727933,8.669736450369435,1.357175570697835,0.06006333255085927,4.6718792071210435,3.2536978654745474,2.062807713467487,4.722271663864184,0.388637619042449,2.629358554611454,0.7651813480376246,1.279403877589873,7.693796053201334,1.6257452230110392,1.2389934462752472,3.856083596426705,1.8138891960437964,7.783699459668023,9.448421083153601,2.7294195341341876,6.900950991348593,5.791273431204928,5.535657036931911,6.227440966064927,4.418076564597486,5.0975267075302,9.38958556981262,4.288165222428255,0.304820674889954,5.508319021623958,1.3413091184099968,1.7371615402336538,5.284895687704047,7.839221278784956,6.654122495921724,3.0800049021966203,3.0999194002565544,7.645935202292762,0.632604936559158,0.9697477334843074,0.14895246292093933,2.419765574973123,6.233201643313118,5.014230856874358,8.957216387247438,5.000104043193945,2.0494448382151376,0.42886446493920927,9.817614724898826,0.45058655064020847,9.896830762815563,6.966041201079425,2.6738836023330337,3.2061153644606644,6.328424375448234,6.799724449364475,6.326460818802571,4.243822650367701,9.856408047061443,3.7551099169782365,8.709882304721146,3.104657864977911,8.373055119506887,2.4998720855978784,4.00437641493268,8.741331796956507,8.180311189644913,7.879232054029934,9.918021680342907,5.851539393692196,8.426804240973585,6.832005543459594,5.876654360359268,8.498702251828423,5.216783670944601,4.661059746299944,0.4456121439446181,3.3345938293866717,0.6715661951962049,7.219619033257256,4.289401281938405,0.5595953522861774,7.568363236394604,6.11914971330342,5.98218052222707,4.586482816126399,5.222597242350792,1.352821844436769,2.243141833070319,0.8111327752429909,5.241932130928266,1.411262298388627,7.645978643313258,9.473412326644075,3.344764152290187,7.719233300650387,4.743435771880615,9.821770675250296,7.468665510904728,2.3722038068622675,3.899161827966855,9.03558813393267,1.2019347088641408,5.41865175977774,4.575169154720191,9.049143615183073,4.9896425188202524,2.3666665735113024,5.480139161394932,6.440736339740248,1.5302277042141221,5.222188388971343,2.6222865529907935,2.263489068190274,2.1312283622008166,0.8772879622561103,0.3671074525650253,6.321835720489548,8.39902285869217,6.36947569617621,6.874815789332953,6.152939267266411,6.001112102897195,7.263218318513822,9.948399112636091,7.510470194752765,8.193689726766744,7.561694720433181,7.030060767671,8.437567560938732,1.7065452050768415,4.823614946095907,5.284807808076302,2.4101017594946206,1.1136281362291722,8.84672506472353,3.2896237608098233,4.108924116970534,0.058238626833349016,8.845629474956723,1.316878150400671,5.346372445563416,9.594660831315789,5.88567009940284,7.330212500622125,7.545726360214633,3.6776649110722515,0.14110238975529876,6.355893862891748,3.014285464501003,5.051849138557756,2.178516296242403,5.037555838167151,8.174352529774634,7.578163771529985,8.066927142506016,6.822955816558009,5.314957763228105,7.057321336171238,2.4671974851433154,4.855027832738406,1.1583709649138774,7.082469878420503,8.332128571862288,3.597186135405872,2.4662571424971924,2.355830947990196,5.555937821257855,2.409923711960682,5.031661949130857,2.6836411964030904,3.297003598312529,4.645630075913207,2.9450685116995445,4.238831245411518,2.07733831773687,6.52871404412169,1.878659513604457,5.111071113900902,6.6943573792505635,1.086999216439668,4.375676329433347,3.049819672966816,6.676665620603382,8.209572364759927,7.521927149778276,0.8794684045808454,5.2802329046921255,0.055700211143681067,7.053977741955421,2.6263280060640626,3.9844894551883803,6.211956292270033,6.012225115370466,9.344164179910777,5.952807299900227,3.018727271311914,6.653828447703544,4.89596407712124,2.8010115021811055,1.5908186643770428,5.092284166647931,2.2620908819046104,8.89418488382173,3.696757193347324,1.4922664668616914,8.681684099593273,7.024458786095662,3.3589918929985685,8.017191796911732,8.995323579575267,1.0160053482809484,1.0184704079217588,9.180941458211986,5.977197544093784,8.19289259328575,9.507721258046391,3.8133627343470877,6.630092055626518,5.610769605303085,2.270362046404464,5.30566233480034,4.05877349562979,2.032182931576312,3.2328059068599058,0.5430012889791502,8.12151728326757,5.593176883871349,5.710988599171007,6.280827249488484,1.11083919054078,5.841557450074033,2.538800536614507,1.3219395357776231,4.844194968330255,8.4098668545806,2.9286114542901087,8.409546826399,2.4053329756582476,0.07560089166311013,1.5513328691342787,3.8388915765786447,2.019410650637341,1.6690537629186242,6.699111529303197,4.335232682975148,3.362749606107047,5.314548625348994,2.522974716604911,2.597611298528806,7.538444387905492,2.1739092187699005,5.958981021201362,8.370012399405342,9.132527537758675,1.2988221487304519,2.489305341075152,7.635170093250481,1.6838116167558792,3.9615067464310183,8.63720551821034,5.7471133180422385,5.395406747728968,8.442704862810363,2.067227162579275,2.5352730458078376,5.4063480264517505,2.793738784478119,0.8347935009589058,9.711524129726003,8.331260683616788,8.452819808360243,8.84948959631189,5.601529252893327,1.4727355039683965,9.246346562508936,0.23258661296327254,8.499859407597645,7.155020200020608,7.9055830106440546,4.085990689733627,7.754312035522504,9.219769216961737,2.553659765567331,0.8079620661338494,2.4463727818602354,9.07588354642022,2.9233289340980284,2.9138331784894667,8.987789237861147,2.6016355074371877,5.770613212226294,1.0824718254783616,9.427158981227326,5.795879558028238,0.6606704812887143,0.8065415794785546,4.04996442567284,6.811859482388005,8.35747940377267,5.585115851451716,0.6985168772739248,5.3562935110075856,8.862706036199523,6.745784452226995,0.3570831947803699,5.329736129627253,5.040356327288689,7.505261216201697,0.11277617668819184,7.676265796966238,5.1622468744847865,2.66439212435454,0.9008297256154396,0.24063603740450468,7.140031912179305,2.508889154701257,8.17506226649254,7.96519154305831,2.6325384881445246,8.556967102265476,1.5630149835694662,4.160963901270323,7.517238615777851,0.24537528778200146,9.070255808449536,4.765066392453292,1.7304038037875968,8.293046238882782,9.492753882897398,0.35716443186025515,7.420252885723768,3.717048369103939,1.6114514420503245,4.509235503260067,3.452420777208036,3.8944785071701937,4.038097678455285,3.394397362892776,5.893100717332227,4.814592241859397,5.677970319235232,5.765697825449605,7.5488768967787445,0.9117055384817019,2.484649908975727,6.115115388990557,0.5818811001626467,7.817280556861088,9.81709264763899,0.23421423089509563,3.7346273002805375,5.154129912500247,6.185267678802564,5.294102028898444,3.682599242511182,0.21852616344039344,6.956045233609864,3.1911147421268393,3.247514219118437,9.799846647642172,1.2779883750058274,5.611991508306793,1.0567098321772561,1.1118701904672545,4.11265436713178,0.6678712453977509,2.8640283120279064,3.696037173374558,5.162112403067132,5.964641933855541,3.928789559175805,4.962830909378495,3.561317819694234,3.751498079855158,2.8257798658834665,2.6877701872495363,6.761818153133598,3.120284528422501,1.6264924340611286,2.3613500492606665,1.0099762743039986,5.671779161085697,2.8692878559552826,6.815742190239922,8.562977050801566,2.2097699602051435,2.883799254231072,8.128912583844256,4.404717699798983,8.807122748167897,7.277672373208706,9.3925123230065,4.3861779460975825,9.178197782569736,4.89054822937735,2.590843291196865,0.7479366009318111,9.215886830890422,1.8298042289794703,4.434917810725496,7.266077079805999,6.165406695022469,3.6969075751491287,8.595614871636483,3.6038601721048424,3.734446386266903,2.314013737188194,8.763691206095757,7.484079104785697,5.178238005910007,8.72894184179497,6.817218016645514,0.8999632117315359,6.271360353233996,6.871130387709766,4.0365942476825705,7.589970503031161,9.44845069535215,6.276940024554161,0.3502956441464544,2.205390704964645,9.741908532115673,2.9641964346063854,4.42020265555162,3.313806351533075,5.235337948642094,3.7258167858069458,2.812706112364143,8.892732204067928,8.801739272510689,3.2634441715268325,4.659062053434006,4.830855871096489,1.6302750413504885,2.2930559215717006,7.062453366685515,3.020565911934381,2.599294555503784,0.6446241052987367,8.011292658706832,8.078847901660586,9.892184252763938,1.1158713059504843,9.73372740201356,5.56232933129616,0.90586699612621,6.083752336912456,6.336713098884365,8.17754458291763,0.15495096708401324,6.155714517457513,8.185772511712921,6.116161708588061,8.4579495709146,7.295888226671037,0.1707668158292397,8.44469514011249,2.984501111995077,7.216365241049583,2.454057292692664,8.235745606136229,4.989362779545101,8.348993969493048,4.64952461567842,2.8318556709484,5.957806962033201,6.386316136213002,6.7643122279607955,6.019866321281347,7.003511043906741,3.5550185497469533,8.950333695427151,6.760689802989173,8.267204179244578,7.484145639673539,4.21754633280734,0.8296868599046592,2.2077386094786733,7.293757256527089,1.2711117357121027,0.7350622797379036,4.293123515495914,6.6445853077559995,0.6623435937173516,5.9643636284931585,5.031868346662982,7.404820114217882,1.3362934413445315,9.659312833567276,1.568729531788322,5.522252601764917,7.909817361971645,0.4771192045370709,4.968663303145235,5.623671068197293,6.601648447737453,2.6055559512190962,9.049593508156757,1.5563972556249417,2.19982076588614,6.320321667835342,5.161330331633113,2.250264578000871,9.546581768947437,5.992325400370233,1.772936274790231,5.014923072896183,6.259213323726611,5.3133722370461705,2.472175809940216,8.164716161240392,5.774941194620087,8.221400949120168,2.6477712105649243,8.929818919415863,2.541616976388046,1.009868238838021,5.824516141839313,1.9542441790710852,5.569637240705132,1.2848340794577662,3.5873999601268447,6.296330501906773,2.7756228747695344,5.867135327341924,7.4119116528204305,2.5102430512973717,7.722942871863754,7.3213612281659906,5.866814663221622,1.1899141831573479,6.170665521480927,5.629554217836281,7.620325126188893,3.619104892645022,0.7239336598561263,4.798116975763067,1.134725643633765,7.95337192641659,2.2316602835292443,7.719353489309116,1.9338074900880708,8.715959068064777,4.039108840352479,0.7862161785003896,7.017690095960278,8.001943051851114,3.843175598272839,1.0696825648302521,0.8947647085741983,1.805644225361791,6.943191601436995,1.2063041778409622,6.582169166295351,9.603332407592886,6.028945319387438,6.820222990606133,2.597201328353309,8.291453486992728,0.512059323990095,0.14327003471255484,0.8925366712882332,0.7761917998633883,0.590109375827732,8.077896784521798,8.627341618268217,8.170697605237114,2.823141267041658,4.754262500912381,8.58327417375328,6.60229035684581,4.521589483870696,0.6985907322342899,2.2642598493388344,7.565196689611988,6.300820754534846,9.947219780060362,3.6100998245847182,5.221109776386448,0.053568104975032504,1.0556121487441805,5.940453123718039,7.117995057002386,6.792263547848611,4.930500031822058,4.663944468515513,4.548507661303924,6.947780348183117,9.318369506694955,6.308857464318631,3.525023752679217,5.1838732388090225,7.497307072441954,7.697243631485662,9.084822035772241,9.435989910411644,8.914713229680288,7.225526182898414,0.7160081075763869,8.75818552745821,5.171611744244824,2.085540672083188,6.350823949001601,8.675160029609062,8.72838304182695,0.8610660117569635,4.654653481985069,4.811575596941382,2.2292525696353827,6.681084363153662,3.2833070574355006,2.2835188098172465,4.002406114245627,4.917483260024824,6.126341742163406,6.9319406410228535,3.3355824741182216,8.595267377238613,9.071999112319633,0.5611139899805773,2.2206655440655965,3.8461574449576874,4.102633991949316,9.651805874149284,7.043135485078467,3.399225301315887,4.503966068410845,8.931917128347164,1.727401024299,1.5997509933161957,7.661732413906424,2.589104943363587,2.0488499686744555,9.470058402021897,5.734404231355543,4.396255085454948,0.40118455039080514,4.285937819154048,1.6781953259589355,0.2378468096969577,8.493858271027657,6.145154626893261,0.21159911477895754,3.375846994422751,8.46242228260179,8.191543230778347,7.414526896871518,7.2646646723480774,4.320482420719866,3.310526965455094,4.1227593232213895,0.3703818079201282,5.8175945791337575,8.068215399015434,6.10245318893268,8.282406735674622,9.956627145687216,0.4956840170001042,3.597078507264919,1.3584179180836875,2.646373978630141,6.784536027247585,5.554744361160859,2.7987605206876798,0.0967340091067781,9.891290258622618,1.3083873986282812,5.153551088994535,5.955403340644219,3.434730874012164,0.06644164589886481,1.699796841715795,5.3946987064907574,5.686344643013679,9.576359538555174,6.804366222121148,4.99263018079787,4.754303982697079]}
diff --git a/test/fixtures/julia/runner.jl b/test/fixtures/julia/runner.jl
index 321748d..41306d0 100644
--- a/test/fixtures/julia/runner.jl
+++ b/test/fixtures/julia/runner.jl
@@ -58,6 +58,7 @@ function gen( a, b, name )
 	# Write the data to the output filepath as JSON:
 	outfile = open( filepath, "w" );
 	write( outfile, JSON.json(data) );
+	write( outfile, "\n" );
 	close( outfile );
 end