std/random/deno.json
lionel-rowe 149839b60c
feat(random/unstable): basic randomization functions (#5626)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-09-05 14:17:10 +09:00

13 lines
267 B
JSON

{
"name": "@std/random",
"version": "0.1.0",
"exports": {
".": "./mod.ts",
"./between": "./between.ts",
"./integer-between": "./integer_between.ts",
"./sample": "./sample.ts",
"./seeded": "./seeded.ts",
"./shuffle": "./shuffle.ts"
}
}