source: PSPA/madxPSPA/src/mad_rand.h @ 442

Last change on this file since 442 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 159 bytes
Line 
1#ifndef MAD_RAND_H
2#define MAD_RAND_H
3
4void    init55(int seed);
5double  frndm(void);
6double  grndm(void);
7double  tgrndm(double cut);
8
9#endif // MAD_RAND_H
10
11
Note: See TracBrowser for help on using the repository browser.