The R Project SVN R

Rev

Rev 60253 | Rev 68949 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 60253 Rev 66100
Line 1... Line 1...
1
/*
1
/*
2
 *  R : A Computer Language for Statistical Data Analysis
2
 *  R : A Computer Language for Statistical Data Analysis
3
 *  Copyright (C) 1998-2011    The R Core Team
3
 *  Copyright (C) 1998-2014    The R Core Team
4
 *
4
 *
5
 *  This program is free software; you can redistribute it and/or modify
5
 *  This program is free software; you can redistribute it and/or modify
6
 *  it under the terms of the GNU Lesser General Public License as published by
6
 *  it under the terms of the GNU Lesser General Public License as published by
7
 *  the Free Software Foundation; either version 2.1 of the License, or
7
 *  the Free Software Foundation; either version 2.1 of the License, or
8
 *  (at your option) any later version.
8
 *  (at your option) any later version.
Line 64... Line 64...
64
int * user_unif_nseed(void);
64
int * user_unif_nseed(void);
65
int * user_unif_seedloc(void);
65
int * user_unif_seedloc(void);
66
 
66
 
67
double * user_norm_rand(void);
67
double * user_norm_rand(void);
68
 
68
 
69
void FixupProb(double *, int, int, Rboolean);
-
 
70
 
-
 
71
#ifdef  __cplusplus
69
#ifdef  __cplusplus
72
}
70
}
73
#endif
71
#endif
74
 
72
 
75
#endif /* R_RANDOM_H */
73
#endif /* R_RANDOM_H */