https://github.com/tomekw/random
https://github.com/tomekw/random
clojure graal-native graalvm random
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomekw/random
- Owner: tomekw
- Created: 2019-08-12T14:16:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-12T14:21:15.000Z (over 6 years ago)
- Last Synced: 2025-02-22T23:27:05.530Z (11 months ago)
- Topics: clojure, graal-native, graalvm, random
- Language: Shell
- Homepage: https://github.com/oracle/graal/issues/1610
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.