[LLVMdev] How to solve missing srand48/lrand48/drand48?

Morten Ofstad morten at hue.no
Tue Oct 19 05:40:17 PDT 2004


These calls are in ExternalCalls.cpp, they are platform dependent calls, 
so maybe llvm should consider including it's own implementation of a 
random number generator? For the time being I just replaced with calls 
to srand and rand like Paolo also did, but it needs to be fixed...

m.




More information about the llvm-dev mailing list