We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d670e commit 0d5a516Copy full SHA for 0d5a516
lib/node_modules/@stdlib/random/base/examples/c/example.c
@@ -30,6 +30,7 @@ int main() {
30
0.9999999995343387,
31
2,
32
NULL,
33
+ NULL,
34
NULL
35
};
36
lib/node_modules/@stdlib/random/base/src/main.c
@@ -59,7 +59,7 @@ uint64_t stdlib_base_prng_next( struct BasePRNGObject *obj ) {
59
*
60
* ## Notes
61
62
-* - The function returns `NaN` if provided a `NULL` pointer.
+* - The function returns `NAN` if provided a `NULL` pointer.
63
64
* @param obj PRNG object
65
* @return pseudorandom number
0 commit comments