1.8.4 • Published 2 years ago

@react-native-module/get-random-values v1.8.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-module/get-random-values

This module export a function getRandomValues only with same Web API crypto.getRandomValues

Why use this module not react-native-get-random-values

react-native-get-random-values is pollifill package, but, this module add anything on global scope

Installation

A typical workflow:

npm i --save @react-native-module/get-random-values
yarn add @react-native-module/get-random-values

Usage

import { getRandomValues } from "@react-native-module/get-random-values";

const randomValues = getRandomValues(new Uint8Array(4));

getRandomValues(typedArray)

  • typedArray - Is an integer-based TypedArray, that is an Int8Array, a Uint8Array, an Int16Array, a Uint16Array, an Int32Array, or a Uint32Array. All elements in the array are going to be overridden with random numbers.

Returns the typed array that was passed in.

1.8.5-4

2 years ago

1.8.5-3

2 years ago

1.8.5-2

2 years ago

1.8.5-1

2 years ago

1.8.5-0

2 years ago

1.8.4

2 years ago

1.8.4-1

2 years ago

1.8.4-0

2 years ago

1.8.3

2 years ago

1.8.3-1

2 years ago

1.8.3-0

2 years ago

1.8.2

2 years ago

1.8.0-alpha.2

2 years ago

1.8.1

2 years ago

1.8.0-alpha.1

2 years ago

1.8.0-alpha.0

2 years ago

1.8.0

2 years ago