Skip to content

Commit

Permalink
random number functions
Browse files Browse the repository at this point in the history
  • Loading branch information
capnmidnight committed Feb 24, 2024
1 parent 1ab49a2 commit 2375540
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/Juniper.TypeScript/@juniper-lib/tslib/dist/math.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,7 @@ export declare function closestPowerOf2(v: number): number;
export declare function truncate(v: number): number;
type Vec = Vec2 | Vec3 | Vec4;
export declare function warnOnNaN(val: number | number[] | Vec, msg?: string): void;
export declare function randomRange(min: number, max: number): number;
export declare function randomInt(min: number, max: number): number;
export {};
//# sourceMappingURL=math.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/Juniper.TypeScript/@juniper-lib/tslib/dist/math.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2375540

Please sign in to comment.