Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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)