source:
CIVL/examples/library/stdlib/random.cvl@
cd7aba0
| Last change on this file since cd7aba0 was 3af26ac, checked in by , 11 years ago | |
|---|---|
|
|
| File size: 98 bytes | |
| Rev | Line | |
|---|---|---|
| [3af26ac] | 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.
