UNPKG
blo
Version:
latest (2.0.0)
2.0.0
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0
blo is a small and fast library to generate Ethereum identicons.
github.com/bpierre/blo
bpierre/blo
blo
/
dist
/
types
/
random.d.ts
3 lines
•
161 B
TypeScript
View Raw
1
2
3
export
declare
function
nextRandom
(
rseed
:
Uint32Array
):
number
;
export
declare
function
randSeed
(
seed
:
string
):
Uint32Array
;
//# sourceMappingURL=random.d.ts.map