```typescript export declare function cryptoRandInt(min: number, max?: number): number; export declare const winCrypto: Crypto; export declare function cryptoRandom(): number; ```
```typescript export declare function cryptoRandInt(min: number, max?: number): number; export declare const winCrypto: Crypto; export declare function cryptoRandom(): number; ```
Access to a secure random source in a browser. `Math.random` is not acceptable for cryptographic operations. This module exports a consistent interface for modern browsers.
```typescript export declare function cryptoRandInt(min: number, max?: number): number; export declare const winCrypto: Crypto; export declare function cryptoRandom(): number; ```
A Node.JS implementation of the AWS SDK for JavaScript's `randomValues` interface
Access to a secure random source in either a browser or NodeJs. See @aws-crypto/random-source-browser and @aws-crypto/random-source-node
Common ID format generation for Effect
Crypto Library with Belarusian cryptography
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.