Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/ integer_between_test.ts
File
integer_between_test.ts
random/integer_between_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.
2
import
{ randomIntegerBetween } from
"./integer_between.ts"
;
3
import
{ randomSeeded } from
"./seeded.ts"
;
4
import
{
Callers
nothing calls this directly
Calls
14
randomSeeded
Function · 0.90
randomIntegerBetween
Function · 0.90
assertEquals
Function · 0.90
assert
Function · 0.90
assertAlmostEquals
Function · 0.90
assertThrows
Function · 0.90
getRand
Function · 0.85
min
Method · 0.80
max
Method · 0.80
includes
Method · 0.80
values
Method · 0.80
groupBy
Method · 0.80
Tested by
no test coverage detected