Function
Static Public Summary | ||
public |
fill(prng: *, array: *, i: *, j: *): * |
|
public |
* genBit(prng: *) |
|
public |
* genBoolean(prng: *) |
|
public |
* genByte(prng: *) |
|
public |
genInt32(prng: *): * |
|
public |
* genUint64(prng: *) |
|
public |
nextBigInt64(prng: *): * |
|
public |
nextBigUint64(prng: *): * |
|
public |
nextFloat32(prng: *): * |
|
public |
nextFloat64(prng: *): * |
|
public |
nextInt32(prng: *): * |
|
public |
nextUint32(prng: *): * |
|
public |
nextUint64(prng: *): undefined[] |
|
public |
nextUint8(prng: *): * |
Static Private Summary | ||
private |
|
Static Public
public fill(prng: *, array: *, i: *, j: *): * source
import fill from '@entropy-source/pseudo-random/src/fill.js'
Params:
Name | Type | Attribute | Description |
prng | * | ||
array | * | ||
i | * | ||
j | * |
Return:
* |
public * genBit(prng: *) source
import genBit from '@entropy-source/pseudo-random/src/genBit.js'
Params:
Name | Type | Attribute | Description |
prng | * |
public * genBoolean(prng: *) source
import genBoolean from '@entropy-source/pseudo-random/src/genBoolean.js'
Params:
Name | Type | Attribute | Description |
prng | * |
public * genByte(prng: *) source
import genByte from '@entropy-source/pseudo-random/src/genByte.js'
Params:
Name | Type | Attribute | Description |
prng | * |
public genInt32(prng: *): * source
import genInt32 from '@entropy-source/pseudo-random/src/genInt32.js'
Params:
Name | Type | Attribute | Description |
prng | * |
Return:
* |
public * genUint64(prng: *) source
import genUint64 from '@entropy-source/pseudo-random/src/genUint64.js'
Params:
Name | Type | Attribute | Description |
prng | * |
public nextBigInt64(prng: *): * source
import nextBigInt64 from '@entropy-source/pseudo-random/src/nextBigInt64.js'
Params:
Name | Type | Attribute | Description |
prng | * |
Return:
* |
public nextBigUint64(prng: *): * source
import nextBigUint64 from '@entropy-source/pseudo-random/src/nextBigUint64.js'
Params:
Name | Type | Attribute | Description |
prng | * |
Return:
* |
public nextFloat32(prng: *): * source
import nextFloat32 from '@entropy-source/pseudo-random/src/nextFloat32.js'
Params:
Name | Type | Attribute | Description |
prng | * |
Return:
* |
public nextFloat64(prng: *): * source
import nextFloat64 from '@entropy-source/pseudo-random/src/nextFloat64.js'
Params:
Name | Type | Attribute | Description |
prng | * |
Return:
* |
public nextInt32(prng: *): * source
import nextInt32 from '@entropy-source/pseudo-random/src/nextInt32.js'
Params:
Name | Type | Attribute | Description |
prng | * |
Return:
* |
public nextUint32(prng: *): * source
import nextUint32 from '@entropy-source/pseudo-random/src/nextUint32.js'
Params:
Name | Type | Attribute | Description |
prng | * |
Return:
* |
public nextUint64(prng: *): undefined[] source
import nextUint64 from '@entropy-source/pseudo-random/src/nextUint64.js'
Params:
Name | Type | Attribute | Description |
prng | * |
public nextUint8(prng: *): * source
import nextUint8 from '@entropy-source/pseudo-random/src/nextUint8.js'
Params:
Name | Type | Attribute | Description |
prng | * |
Return:
* |
Static Private
private _fill(next: *, prng: *, array: *, i: number, j: *) source
import _fill from '@entropy-source/pseudo-random/src/_fill.js'
Params:
Name | Type | Attribute | Description |
next | * | ||
prng | * | ||
array | * | ||
i | number |
|
|
j | * |
|