diff --git a/src/utils/probabilityUtils.test.ts b/src/utils/probabilityUtils.test.ts index e9a0548e..53f2fbc0 100644 --- a/src/utils/probabilityUtils.test.ts +++ b/src/utils/probabilityUtils.test.ts @@ -1,15 +1,15 @@ -import { describe, expect, it, vi, beforeEach, afterEach } from "vitest"; +import { describe, expect, it } from "vitest"; import { - rand, - P, + biased, each, gauss, + generateSeed, + getNumberInRange, + P, Pint, ra, + rand, rw, - biased, - getNumberInRange, - generateSeed, } from "./probabilityUtils"; describe("rand", () => {