┌─────────────────────────┬──────────────┬─────────────────────────┬───────────┐
│ Function │ Header File │ Link to Function │ Descriptio│
├─────────────────────────┼──────────────┼─────────────────────────┼───────────┤
│ rand │ "stdlib.h" │ rand
│ Returns a │
│ │ │ │ pseudorand│m
│ │ │ │ integer. │
├─────────────────────────┼──────────────┼─────────────────────────┼───────────┤
│ srand │ "stdlib.h" │ srand
│ Sets the │
│ │ │ │ starting │
│ │ │ │ point for │
│ │ │ │ pseudorand│m
│ │ │ │ numbers. │
└─────────────────────────┴──────────────┴─────────────────────────┴───────────┘
[Back]
[Next]