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

https://github.com/apple-x-co/zig-random

for learning
https://github.com/apple-x-co/zig-random

zig

Last synced: 5 months ago
JSON representation

for learning

Awesome Lists containing this project

README

          

# zig-random

## Build

```bash
zig build -Doptimize=ReleaseFast
```

## Run

```bash
zig build run -- uuidv4
```

### Random number

```
./zig-random number
```

### UUIDv4

```
./zig-random uuidv4
```