source:
sasview/src/sas/sascalc/simulation/geoshapespy/libgeoshapespy/myutil.h
@
2ab812d
Last change on this file since 2ab812d was d85c194, checked in by Piotr Rozyczko <piotr.rozyczko@…>, 9 years ago | |
---|---|
|
|
File size: 149 bytes |
Rev | Line | |
---|---|---|
[aa639ea] | 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.