Commit 09668746 authored by yiwenshao's avatar yiwenshao

add random

parent b5cfe853
#include <string>
#include <iostream>
#include "util/util.hh"
using std::cout;
using std::endl;
int
main(int argc, char* argv[]){
std::cout<<randomValue()%(0xffffffff)<<std::endl;
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment