Registry / utility / randomstr

randomstr

JSON →
library2022-02-03vcpkgunverified

Simple randomstr function in a header-only C89 library

vcpkg install randomstr
INSTALL
IMPORT
SIG · RANDOMSTR
R
randomstr
utilitycppv2022-02-03
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

randomstr.h
#include <randomstr.h>

Generate a random string

#include <randomstr.h> #include <stdio.h> int main() { char buf[16]; randomstr(buf, sizeof(buf)); printf("%s\n", buf); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2022-02-03latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

randomstr — pip install randomstr · libregistry