X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Frandom.h;h=eaac1437b3f0dd4b6a07f0a8bbbb9cf6aff8b488;hb=85606e05b691be7c2f2d4bcf0e91170b71ec8fbb;hp=c698638597a4977f334b98dbce02d1c47d3e21d6;hpb=78f3f3164021402d7dbca495d1f3f48d81d9a353;p=sliver-openvswitch.git diff --git a/lib/random.h b/lib/random.h index c69863859..eaac1437b 100644 --- a/lib/random.h +++ b/lib/random.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010 Nicira Networks. + * Copyright (c) 2008, 2009, 2010, 2012 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,6 +27,7 @@ void random_bytes(void *, size_t); uint8_t random_uint8(void); uint16_t random_uint16(void); uint32_t random_uint32(void); +uint64_t random_uint64(void); int random_range(int max); #endif /* random.h */