add rdrand

This commit is contained in:
MITSUNARI Shigeo 2013-05-22 23:06:49 +09:00
parent 56ffc71898
commit 936ff0ff76
3 changed files with 6 additions and 1 deletions

View file

@ -1583,5 +1583,4 @@ void put()
int main()
{
put();
return 0;
}