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