diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2004-04-20 13:55:28 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2004-04-20 13:55:28 +0000 |
commit | 6b30948a86211b4c8ca209d3025cd062f9366e3c (patch) | |
tree | 3fe120394de95b4a5c51903452f8f933b6f8524c /shared/common/rand.h | |
parent | a79ea60bfc5f20b37f1410fc589167c15f83cd1a (diff) |
importing tables
svn path=/trunk/externals/miXed/; revision=1619
Diffstat (limited to 'shared/common/rand.h')
-rw-r--r-- | shared/common/rand.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shared/common/rand.h b/shared/common/rand.h index 75350d2..1590869 100644 --- a/shared/common/rand.h +++ b/shared/common/rand.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2003 krzYszcz and others. +/* Copyright (c) 2002-2004 krzYszcz and others. * For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */ @@ -9,6 +9,7 @@ void rand_seed(unsigned int *statep, unsigned int seed); int rand_int(unsigned int *statep, int range); -float rand_float(unsigned int *statep); +float rand_unipolar(unsigned int *statep); +float rand_bipolar(unsigned int *statep); #endif |