source: sasview/src/sas/sascalc/simulation/geoshapespy/libgeoshapespy/myutil.h

ESS_GUI
Last change on this file was d85c194, checked in by Piotr Rozyczko <piotr.rozyczko@…>, 8 years ago

Remaining modules refactored

  • Property mode set to 100644
File size: 149 bytes
Line 
1/** \file myutil.h */
2#ifndef _MYUTIL_H
3#define _MYUTIL_H
4
5/** return a random float number between [0,1] */
6double ran1();
7void seed_rnd();
8
9#endif
Note: See TracBrowser for help on using the repository browser.