random.h #1

  • //
  • guest/
  • perforce_software/
  • p4/
  • 2016-1/
  • support/
  • random.h
  • View
  • Commits
  • Open Download .zip Download (332 B)
/*
 * Copyright 2006 Perforce Software.  All rights reserved.
 *
 * This file is part of Perforce - the FAST SCM System.
 */

/*
 * random.h - provide some pseudo-random values
 */

class Random {

    public:

	static int	Integer( int low, int high );
	static void	String( StrBuf *, int length,
				char lowchar, char hichar );
};
# Change User Description Committed
#1 19472 Liz Lam Initial add of the 2016.1 p4/p4api source code.