random_seed.h 407 B

12345678910111213141516171819202122232425
  1. /*
  2. * random_seed.h
  3. *
  4. * Copyright (c) 2013 Metaparadigm Pte. Ltd.
  5. * Michael Clark <michael@metaparadigm.com>
  6. *
  7. * This library is free software; you can redistribute it and/or modify
  8. * it under the terms of the MIT license. See COPYING for details.
  9. *
  10. */
  11. #ifndef seed_h
  12. #define seed_h
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16. extern int json_c_get_random_seed();
  17. #ifdef __cplusplus
  18. }
  19. #endif
  20. #endif