MCPcopy Create free account
hub / github.com/denoland/std / seeded_test.ts

File seeded_test.ts

random/seeded_test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Copyright 2018-2026 the Deno authors. MIT license.
2import { getRandomValuesSeeded } from "./get_random_values_seeded.ts";
3import { nextFloat64 } from "./next_float_64.ts";
4import { type Prng, randomSeeded } from "./seeded.ts";

Callers

nothing calls this directly

Calls 11

randomSeededFunction · 0.90
assertEqualsFunction · 0.90
assertAlmostEqualsFunction · 0.90
getRandomValuesSeededFunction · 0.90
prngFunction · 0.85
randomSeeded53BitFunction · 0.85
valuesMethod · 0.80
groupByMethod · 0.80
floorMethod · 0.80
fromMethod · 0.45
stepMethod · 0.45

Tested by

no test coverage detected