Changeset cce7872 for src/examples/random.c
- Timestamp:
- Feb 11, 2016, 3:28:27 PM (10 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- bed4d37c
- Parents:
- 98735ef (diff), 52f85e0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/examples/random.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/examples/random.c
r98735ef rcce7872 4 4 5 5 #include <fstream> 6 #include < algorithm>// random6 #include <stdlib> // random 7 7 8 8 int main() {
Note:
See TracChangeset
for help on using the changeset viewer.