| 1 | // Copyright 2018-2026 the Deno authors. MIT license. |
| 2 | import { getRandomValuesSeeded } from "./get_random_values_seeded.ts"; |
| 3 | import { nextFloat64 } from "./next_float_64.ts"; |
| 4 | import { type Prng, randomSeeded } from "./seeded.ts"; |
nothing calls this directly
no test coverage detected