Re: Random.h

2003-07-28 Thread Colin Watson
On Mon, Jul 28, 2003 at 11:59:37AM +0200, Nils-Erik Svang?rd wrote: > I'm trying to > #include > because I've read somewhere that if I need very good random numbers in ^ Where? > linux thats the way to go. > But when I include it and try to compile I get: > $gcc -lgmp

Random.h

2003-07-28 Thread Nils-Erik Svangård
Hello! I'm trying to #include because I've read somewhere that if I need very good random numbers in linux thats the way to go. But when I include it and try to compile I get: $gcc -lgmp prim_med_gmp.c /tmp/ccgB8Uh9.o(.text+0x15b): In function `main': : odefined reference to "get_random_bytes" co