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

https://github.com/tomekw/random


https://github.com/tomekw/random

clojure graal-native graalvm random

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# random

Demonstrate that

```clojure
(. Math (random))
```

returns always the same number.

# How to run

```bash
./script/build.sh
```

and then

```bash
./random-number
```

few times.

You may want to tweak `GRAALVM_HOME` in the script file.