Skip to main content
Module

x/mtrand/test_deps.ts

mt19937 for Deno
Latest
File
// test dependencies in hereexport { assertEquals } from "https://deno.land/std/testing/asserts.ts";export { runTests } from "./mod_test.ts";