File: randomlib.h

package info (click to toggle)
xblast-tnt 2.10.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,444 kB
  • sloc: ansic: 54,105; sh: 4,014; makefile: 129; sed: 16
file content (5 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (6)
1
2
3
4
5
void RandomInitialise (int, int);
double RandomUniform (void);
double RandomGaussian (double, double);
int RandomInt (int, int);
double RandomDouble (double, double);