reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/stdlib.h
  501 extern int drand48_r (struct drand48_data *__restrict __buffer,
  504 		      struct drand48_data *__restrict __buffer,
  508 extern int lrand48_r (struct drand48_data *__restrict __buffer,
  512 		      struct drand48_data *__restrict __buffer,
  517 extern int mrand48_r (struct drand48_data *__restrict __buffer,
  521 		      struct drand48_data *__restrict __buffer,
  526 extern int srand48_r (long int __seedval, struct drand48_data *__buffer)
  530 		     struct drand48_data *__buffer) __THROW __nonnull ((1, 2));
  533 		      struct drand48_data *__buffer)