Searched refs:aRndGen (Results 1 – 1 of 1) sorted by relevance
235 Random aRndGen = new Random(); in Demo_ShapeCreation() local236 int nRndObjWidth = aRndGen.nextInt( nHalfWidth ); in Demo_ShapeCreation()237 int nRndObjHeight = aRndGen.nextInt( nHalfHeight ); in Demo_ShapeCreation()239 int nRndObjPosX = aRndGen.nextInt( nHalfWidth - nRndObjWidth ); in Demo_ShapeCreation()240 int nRndObjPosY = aRndGen.nextInt( nHalfHeight - nRndObjHeight ) in Demo_ShapeCreation()
Completed in 8 milliseconds