source:
sasview/src/sas/sascalc/simulation/geoshapespy/libgeoshapespy/myutil.h
@
25dd9c9
Last change on this file since 25dd9c9 was d85c194, checked in by Piotr Rozyczko <piotr.rozyczko@…>, 9 years ago | |
---|---|
|
|
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] */ |
6 | double ran1(); |
7 | void seed_rnd(); |
8 | |
9 | #endif |
Note: See TracBrowser
for help on using the repository browser.