Welcome to mirror list, hosted at ThFree Co, Russian Federation.

rand48.h « vowpalwabbit - github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 99e264894bba430786a6421421d8e67ed62be909 (plain)
1
2
3
void msrand48(uint64_t initial);
float merand48(uint64_t& initial);
float frand48();