Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polywrap/random
Interface to the operating system’s random number generator.
https://github.com/polywrap/random
Last synced: about 2 months ago
JSON representation
Interface to the operating system’s random number generator.
- Host: GitHub
- URL: https://github.com/polywrap/random
- Owner: polywrap
- License: mit
- Created: 2023-02-17T05:38:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-26T09:58:02.000Z (over 1 year ago)
- Last Synced: 2024-08-02T15:04:03.236Z (5 months ago)
- Size: 50.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-polywrap - Random - Interact with the operating system's random number generator. (Wraps)
README
# Random
The Random interface wrapper defines a common interface for Random wrapper implementations. Implementations of the Random interface wrapper can generate pseudo-random numbers. Implementations can be invoked by Wasm wrappers, extending their capabilities.Table of Contents:
1. [Random Interface](./interface/resources/README.md)
2. [Random Implementations](./implementations)