UNPKG
react-native-star-hash
Version:
latest (4.3.7)
4.3.7
4.2.7
4.2.6
A hashing library for react-native
react-native-star-hash
/
JSHash
/
random.js
4 lines
(2 loc)
•
113 B
JavaScript
View Raw
1
2
3
4
/* eslint linebreak-style: ["error", "windows"] */
export
{
default
as
PRNG
}
from
'./lib/core/Random/PRNG.js'
;