8000 Auto-generated commit · stdlib-js/random-exponential@01f8775 · GitHub
[go: up one dir, main page]

Skip to content

Commit 01f8775

committed
Auto-generated commit
1 parent 2778ad4 commit 01f8775

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (c) 2016-2023 The Stdlib Authors.
1+
Copyright (c) 2016-2024 The Stdlib Authors.

docs/types/index.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
/// <reference types="@stdlib/types"/>
2222

23-
import { FloatDataType, floatndarray, genericndarray, Order, Mode, Shape, ndarray } from '@stdlib/types/ndarray';
23+
import { RealFloatingPointDataType, floatndarray, genericndarray, Order, Mode, Shape, ndarray } from '@stdlib/types/ndarray';
2424
import * as random from '@stdlib/types/random';
2525

2626
/**
2727
* Supported data types.
2828
*/
29-
type DataType = FloatDataType | 'generic';
29+
type DataType = RealFloatingPointDataType | 'generic';
3030

3131
/**
3232
* Output array.
@@ -192,7 +192,7 @@ interface Random extends PRNG {
192192
* @returns output array
193193
*
194194
* @example
195-
* var zeros = require( `@stdlib/ndarray/zeros` );
195+
* var zeros = require( '@stdlib/ndarray-zeros' );
196196
*
197197
* var arr = zeros( [ 3, 3 ] );
198198
* // returns <ndarray>
@@ -242,7 +242,7 @@ interface Random extends PRNG {
242242
* // returns <ndarray>
243243
*
244244
* @example
245-
* var zeros = require( `@stdlib/ndarray/zeros` );
245+
* var zeros = require( '@stdlib/ndarray-zeros' );
246246
*
247247
* var arr = zeros( [ 3, 3 ] );
248248
* // returns <ndarray>

0 commit comments

Comments
 (0)
0