Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
WestLangley committed Jun 2, 2019
1 parent ec76619 commit 3193dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/math/Math.d.ts
Expand Up @@ -62,10 +62,10 @@ export namespace _Math {
*/
export function randFloatSpread( range: number ): number;

/**
/**
* Deterministic pseudo-random float in the interval [ 0, 1 ].
*/
export function prng( seed?: number ): number;
export function prng( seed?: number ): number;

export function degToRad( degrees: number ): number;

Expand Down

0 comments on commit 3193dc1

Please sign in to comment.