function getRandomIntimport { getRandomInt } from "https://deno.land/x/rimbu@1.0.2/channel/custom/utils/utils.ts"; getRandomInt(min: number, max: number): numberReturns a random integer between the given min and max (both inclusive). Parametersmin: number the minimum value that can be generated max: number the maximum valule that can be generated Returnsnumber