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: 180eae5c4ca0a0769af2bfdc84d1e54abb3e6182 (plain)
1
2
3
4
5
#pragma once
void msrand48(uint64_t initial);
float merand48(uint64_t& initial);
float frand48();
float frand48_noadvance();