Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Dec 31, 2023
1 parent 563efcb commit 16fc7d9
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions array/arcsine/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

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

import { FloatDataType, FloatTypedArray } from '@stdlib/types/array';
import { RealFloatingPointDataType, FloatTypedArray } from '@stdlib/types/array';
import * as random from '@stdlib/types/random';

/**
* Supported data types.
*/
type DataType = FloatDataType | 'generic';
type DataType = RealFloatingPointDataType | 'generic';

/**
* Output array.
Expand Down
4 changes: 2 additions & 2 deletions array/beta/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

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

import { FloatDataType, FloatTypedArray } from '@stdlib/types/array';
import { RealFloatingPointDataType, FloatTypedArray } from '@stdlib/types/array';
import * as random from '@stdlib/types/random';

/**
* Supported data types.
*/
type DataType = FloatDataType | 'generic';
type DataType = RealFloatingPointDataType | 'generic';

/**
* Output array.
Expand Down
4 changes: 2 additions & 2 deletions array/betaprime/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

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

import { FloatDataType, FloatTypedArray } from '@stdlib/types/array';
import { RealFloatingPointDataType, FloatTypedArray } from '@stdlib/types/array';
import * as random from '@stdlib/types/random';

/**
* Supported data types.
*/
type DataType = FloatDataType | 'generic';
type DataType = RealFloatingPointDataType | 'generic';

/**
* Output array.
Expand Down
4 changes: 2 additions & 2 deletions array/cosine/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

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

import { FloatDataType, FloatTypedArray } from '@stdlib/types/array';
import { RealFloatingPointDataType, FloatTypedArray } from '@stdlib/types/array';
import * as random from '@stdlib/types/random';

/**
* Supported data types.
*/
type DataType = FloatDataType | 'generic';
type DataType = RealFloatingPointDataType | 'generic';

/**
* Output array.
Expand Down
4 changes: 2 additions & 2 deletions array/exponential/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

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

import { FloatDataType, FloatTypedArray } from '@stdlib/types/array';
import { RealFloatingPointDataType, FloatTypedArray } from '@stdlib/types/array';
import * as random from '@stdlib/types/random';

/**
* Supported data types.
*/
type DataType = FloatDataType | 'generic';
type DataType = RealFloatingPointDataType | 'generic';

/**
* Output array.
Expand Down
4 changes: 2 additions & 2 deletions array/gamma/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

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

import { FloatDataType, FloatTypedArray } from '@stdlib/types/array';
import { RealFloatingPointDataType, FloatTypedArray } from '@stdlib/types/array';
import * as random from '@stdlib/types/random';

/**
* Supported data types.
*/
type DataType = FloatDataType | 'generic';
type DataType = RealFloatingPointDataType | 'generic';

/**
* Output array.
Expand Down
4 changes: 2 additions & 2 deletions array/geometric/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

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

import { FloatDataType, FloatTypedArray } from '@stdlib/types/array';
import { RealFloatingPointDataType, FloatTypedArray } from '@stdlib/types/array';
import * as random from '@stdlib/types/random';

/**
* Supported data types.
*/
type DataType = FloatDataType | 'generic';
type DataType = RealFloatingPointDataType | 'generic';

/**
* Output array.
Expand Down
4 changes: 2 additions & 2 deletions array/invgamma/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

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

import { FloatDataType, FloatTypedArray } from '@stdlib/types/array';
import { RealFloatingPointDataType, FloatTypedArray } from '@stdlib/types/array';
import * as random from '@stdlib/types/random';

/**
* Supported data types.
*/
type DataType = FloatDataType | 'generic';
type DataType = RealFloatingPointDataType | 'generic';

/**
* Output array.
Expand Down
4 changes: 2 additions & 2 deletions array/lognormal/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

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

import { FloatDataType, FloatTypedArray } from '@stdlib/types/array';
import { RealFloatingPointDataType, FloatTypedArray } from '@stdlib/types/array';
import * as random from '@stdlib/types/random';

/**
* Supported data types.
*/
type DataType = FloatDataType | 'generic';
type DataType = RealFloatingPointDataType | 'generic';

/**
* Output array.
Expand Down
4 changes: 2 additions & 2 deletions array/minstd-shuffle/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

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

import { FloatDataType, FloatTypedArray, RealDataType, RealTypedArray } from '@stdlib/types/array';
import { RealFloatingPointDataType, FloatTypedArray, RealDataType, RealTypedArray } from '@stdlib/types/array';
import * as random from '@stdlib/types/random';

/**
Expand All @@ -31,7 +31,7 @@ type DataType = RealDataType | 'generic';
/**
* Supported floating-point data types.
*/
type NormalizedDataType = FloatDataType | 'generic';
type NormalizedDataType = RealFloatingPointDataType | 'generic';

/**
* Output array.
Expand Down
4 changes: 2 additions & 2 deletions array/minstd/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

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

import { FloatDataType, FloatTypedArray, RealDataType, RealTypedArray } from '@stdlib/types/array';
import { RealFloatingPointDataType, FloatTypedArray, RealDataType, RealTypedArray } from '@stdlib/types/array';
import * as random from '@stdlib/types/random';

/**
Expand All @@ -31,7 +31,7 @@ type DataType = RealDataType | 'generic';
/**
* Supported floating-point data types.
*/
type NormalizedDataType = FloatDataType | 'generic';
type NormalizedDataType = RealFloatingPointDataType | 'generic';

/**
* Output array.
Expand Down
4 changes: 2 additions & 2 deletions array/mt19937/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

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

import { FloatDataType, FloatTypedArray, RealDataType, RealTypedArray } from '@stdlib/types/array';
import { RealFloatingPointDataType, FloatTypedArray, RealDataType, RealTypedArray } from '@stdlib/types/array';
import * as random from '@stdlib/types/random';

/**
Expand All @@ -31,7 +31,7 @@ type DataType = RealDataType | 'generic';
/**
* Supported floating-point data types.
*/
type NormalizedDataType = FloatDataType | 'generic';
type NormalizedDataType = RealFloatingPointDataType | 'generic';

/**
* Output array.
Expand Down
4 changes: 2 additions & 2 deletions array/normal/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

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

import { FloatDataType, FloatTypedArray } from '@stdlib/types/array';
import { RealFloatingPointDataType, FloatTypedArray } from '@stdlib/types/array';
import * as random from '@stdlib/types/random';

/**
* Supported data types.
*/
type DataType = FloatDataType | 'generic';
type DataType = RealFloatingPointDataType | 'generic';

/**
* Output array.
Expand Down
4 changes: 2 additions & 2 deletions array/randu/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

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

import { FloatDataType, FloatTypedArray } from '@stdlib/types/array';
import { RealFloatingPointDataType, FloatTypedArray } from '@stdlib/types/array';
import * as random from '@stdlib/types/random';

/**
* Supported data types.
*/
type DataType = FloatDataType | 'generic';
type DataType = RealFloatingPointDataType | 'generic';

/**
* Output array.
Expand Down
4 changes: 2 additions & 2 deletions array/uniform/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

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

import { FloatDataType, FloatTypedArray } from '@stdlib/types/array';
import { RealFloatingPointDataType, FloatTypedArray } from '@stdlib/types/array';
import * as random from '@stdlib/types/random';

/**
* Supported data types.
*/
type DataType = FloatDataType | 'generic';
type DataType = RealFloatingPointDataType | 'generic';

/**
* Output array.
Expand Down

0 comments on commit 16fc7d9

Please sign in to comment.