Add utility functions for generating random numbers, and use where appropriate.
authorBen Pfaff <blp@nicira.com>
Fri, 27 Jun 2008 17:52:11 +0000 (10:52 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 1 Jul 2008 17:51:47 +0000 (10:51 -0700)
commit7225d06a782d071a05362f356b81fdc060aa8981
tree08c1b09e87d88ecb31a87acba519e64db35f79fe
parentc44bef2f6ec77d20e97e26decfb5335c6c110679
Add utility functions for generating random numbers, and use where appropriate.
include/Makefile.am
include/packets.h
include/random.h [new file with mode: 0644]
lib/Makefile.am
lib/random.c [new file with mode: 0644]
switch/datapath.c
utilities/dpctl.c