Skip to content

Commit cbca832

Browse files
authored
fix: add missing prng option
PR-URL: #12566 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent b603d47 commit cbca832

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/random/streams/randn/docs/types

lib/node_modules/@stdlib/random/streams/randn/docs/types/index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ interface Options {
5858
*/
5959
name?: 'improved-ziggurat' | 'box-muller';
6060

61+
/**
62+
* Pseudorandom number generator which generates uniformly distributed pseudorandom numbers.
63+
*/
64+
prng?: random.PRNG;
65+
6166
/**
6267
* Pseudorandom number generator seed.
6368
*/

0 commit comments

Comments
 (0)