source:
CIVL/mods/dev.civl.com/examples/library/stdlib/random.cvl@
e49edeb
| Last change on this file since e49edeb was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 120 bytes | |
| Line | |
|---|---|
| 1 | #include <civlc.cvh> |
| 2 | #include <stdlib.h> |
| 3 | |
| 4 | int main(){ |
| 5 | int val1 = rand(), val2 = rand(); |
| 6 | |
| 7 | $assert(val1 == val2); |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.
