time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

math.d.ts (149B)


      1 export declare function random_sample(dist: number[], args: {
      2     probs: number[];
      3     size: number;
      4 }): number[];
      5 //# sourceMappingURL=math.d.ts.map